@charset "UTF-8";.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background-color:var(--theme-bg-color)}.auth-card{width:100%;max-width:400px;padding:24px;border:1px solid var(--theme-secondary-bg-color);background-color:var(--theme-bg-color);box-shadow:0 2px 4px #0000001a}.auth-logo{text-align:center;margin-bottom:24px}.auth-logo h1{font-size:24px;font-weight:700;color:var(--theme-text-color)}.divider{display:flex;align-items:center;text-align:center;margin:24px 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid var(--theme-border-color)}.divider span{padding:0 10px;color:var(--theme-hint-color);text-transform:uppercase;font-size:12px}.email-display{display:flex;justify-content:space-between;align-items:center;padding:8px 0;margin-bottom:16px;color:var(--theme-text-color)}h2{margin-bottom:24px;font-size:20px;color:var(--theme-text-color)}.error{color:#ff4d4f;margin-bottom:16px;text-align:center}.success-message{color:#52c41a;margin-bottom:16px;text-align:center}.social-auth{margin-top:24px}.social-auth button{margin-bottom:12px}.auth-footer{text-align:center;margin-top:24px}.auth-footer a{color:var(--theme-link-color);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.cli-auth{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:system-ui,-apple-system,sans-serif}.cli-auth__container{background:#fff;padding:48px;border-radius:12px;box-shadow:0 8px 32px #0000001a;text-align:center;max-width:500px;width:90%}.cli-auth__container h1{margin:0 0 16px;font-size:28px;color:#2d3748}.cli-auth__container h2{margin:16px 0 8px;font-size:20px;color:#4a5568}.cli-auth__container p{margin:8px 0;font-size:16px;color:#718096;line-height:1.6}.cli-auth__container--success{border-top:4px solid #48bb78}.cli-auth__container--error{border-top:4px solid #f56565}.cli-auth__error{color:#c53030!important;font-weight:500;background:#fff5f5;padding:12px;border-radius:6px;margin:16px 0!important}.cli-auth__hint{font-size:14px!important;color:#a0aec0!important}.cli-auth__spinner{border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 16px}.cli-auth__button{margin-top:24px;padding:12px 32px;font-size:16px;font-weight:600;color:#fff;background:#667eea;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.cli-auth__button:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.cli-auth__button:active{transform:translateY(0)}.cli-auth__button--secondary{background:#e2e8f0;color:#4a5568}.cli-auth__button--secondary:hover{background:#cbd5e0;box-shadow:0 4px 12px #0000001a}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:calc(.5rem + var(--tg-safe-area-inset-top, 0px) * 2) 1rem .5rem;margin-bottom:0;background:var(--theme-background, #ffffff);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.page-header__back{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;background:none;border:none;color:var(--theme-text, #2d3748);font-size:.95rem;cursor:pointer;transition:opacity .2s;justify-self:start}.page-header__back:hover{opacity:.7}.page-header__back:active{opacity:.5}.page-header__back svg{flex-shrink:0}.page-header__back span{font-weight:500}.page-header__site{display:flex;align-items:center;gap:.5rem;padding:.35rem .6rem .35rem .35rem;border-radius:2rem;background:#0000000d;text-decoration:none!important;transition:background .2s;justify-self:center}.page-header__site:hover{background:#0000001a;text-decoration:none!important}.page-header__site-name{font-size:.875rem;font-weight:500;color:var(--theme-text, #2d3748);max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.page-header__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,0,0,.08)}.page-header__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--theme-primary, #4caf50);color:#fff;font-size:1rem;font-weight:600}.page-header__auth{display:flex;align-items:center;justify-self:end}.page-header__auth-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#0000000d;border:none;color:var(--theme-text, #2d3748);cursor:pointer;transition:background .2s,opacity .2s;text-decoration:none!important;gap:.375rem;font-family:inherit}.page-header__auth-btn:hover{background:#0000001a;opacity:.8}.page-header__auth-btn:active{opacity:.5}.page-header__auth-btn--user{width:auto;border-radius:18px;padding:0 .75rem}.page-header__auth-email{font-size:.75rem;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes skeleton-shimmer{to{transform:translate(100%)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--theme-text-color);background-color:var(--theme-bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,footer,header,nav,section,main,figcaption,figure{display:block}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0}ol,ul{margin:0;padding:0;list-style:none}dl,dt,dd{margin:0}a{color:var(--theme-link-color);text-decoration:none;background-color:transparent}a:hover{text-decoration:none}img,svg{max-width:100%;height:auto;vertical-align:middle;border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;appearance:none}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{min-width:0;padding:0;margin:0;border:0}textarea{overflow:auto;resize:vertical}[hidden]{display:none!important}:focus{outline:0}:focus-visible{outline:3px solid var(--theme-primary-color);outline-offset:2px}:focus:not(:focus-visible){outline:0}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:600;line-height:1.2;color:var(--theme-text-color)}h1{font-size:2rem;font-size:1.75rem}@media(min-width:768px){h1{font-size:calc(1.75rem + .75 * (100vw - 768px) / 432)}}@media(min-width:1200px){h1{font-size:2.5rem}}@media(max-width:767.9px){h1{margin-bottom:1rem}}h2{font-size:1.75rem;font-size:1.5rem}@media(min-width:768px){h2{font-size:calc(1.5rem + .5 * (100vw - 768px) / 432)}}@media(min-width:1200px){h2{font-size:2rem}}h3{font-size:1.5rem;font-size:1.25rem}@media(min-width:768px){h3{font-size:calc(1.25rem + .5 * (100vw - 768px) / 432)}}@media(min-width:1200px){h3{font-size:1.75rem}}h4{font-size:1.25rem;font-size:1.125rem}@media(min-width:768px){h4{font-size:calc(1.125rem + .375 * (100vw - 768px) / 432)}}@media(min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem;line-height:1.5}small,.text-small{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}strong,.text-bold{font-weight:700}.text-semibold{font-weight:600}em,.text-italic{font-style:italic}.hint,.text-hint{color:var(--theme-hint-color);margin-top:0;white-space:break-spaces}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-underline{text-decoration:underline}.text-line-through{text-decoration:line-through}.text-no-decoration{text-decoration:none}.text-primary{color:var(--theme-primary-color)}.text-secondary{color:var(--theme-secondary-color)}.text-success{color:var(--theme-success-color)}.text-warning{color:var(--theme-warning-color)}.text-error{color:var(--theme-error-color)}a{color:var(--theme-link-color);text-decoration:none;transition:color all .2s ease}a:hover{color:var(--theme-primary-color)}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--theme-primary-color);background-color:var(--theme-secondary-bg-color);border-radius:.5rem;color:var(--theme-hint-color);font-style:italic}blockquote p:last-child{margin-bottom:0}ul,ol{margin-top:0;margin-bottom:1rem;padding-left:1.5rem}ul li,ol li{margin-bottom:.5rem}ul li:last-child,ol li:last-child{margin-bottom:0}ul ul,ul ol,ol ul,ol ol{margin-top:.5rem;margin-bottom:0}code,pre{font-family:Fira Code,monospace;font-size:.9em}code{padding:.25rem .5rem;background-color:var(--theme-secondary-bg-color);border-radius:.25rem;color:var(--theme-primary-color)}pre{margin:1.5rem 0;background-color:var(--theme-secondary-bg-color);border-radius:.5rem;overflow-x:auto}pre code{padding:0;background-color:transparent;border-radius:0}.vr{display:inline-block;width:1px;height:1em;background-color:var(--theme-border-color);margin:0 .75rem;vertical-align:middle}.line-height-tight{line-height:1.2}.line-height-normal{line-height:1.5}.line-height-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes slideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes skeleton-loading{to{transform:translate(100%)}}@keyframes loading-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes grow{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes shrink{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.animated{animation-duration:.3s;animation-fill-mode:both}.animated--fast{animation-duration:.15s}.animated--slow{animation-duration:.5s}.fade-in{animation-name:fadeIn}.fade-out{animation-name:fadeOut}.slide-in-right{animation-name:slideInRight}.slide-out-right{animation-name:slideOutRight}.slide-in-left{animation-name:slideInLeft}.slide-out-left{animation-name:slideOutLeft}.slide-in-up{animation-name:slideInUp}.slide-out-up{animation-name:slideOutUp}.slide-in-down{animation-name:slideInDown}.slide-out-down{animation-name:slideOutDown}.pulse{animation-name:pulse}.bounce{animation-name:bounce}.rotate{animation-name:rotation;animation-timing-function:linear;animation-iteration-count:infinite}.shake{animation-name:shake}.grow{animation-name:grow}.shrink{animation-name:shrink}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}.infinite{animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.animated{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.toast-container{--toastify-color-light: var(--theme-bg-color);--toastify-color-dark: var(--theme-secondary-bg-color);--toastify-color-info: var(--theme-primary-color);--toastify-color-success: var(--theme-success-color);--toastify-color-warning: var(--theme-warning-color);--toastify-color-error: var(--theme-error-color);--toastify-text-color-light: var(--theme-text-color);--toastify-text-color-dark: var(--theme-text-color)}.toast-container .Toastify__toast{background:var(--theme-bg-color);border:1px solid var(--theme-border-color);border-radius:.75rem;padding:1rem;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(8px)}.toast-container .Toastify__toast:hover{transform:translateY(-2px);transition:transform .2s ease}.toast-container .Toastify__toast--success{border-left:4px solid var(--theme-success-color)}.toast-container .Toastify__toast--error{border-left:4px solid var(--theme-error-color)}.toast-container .Toastify__toast--info{border-left:4px solid var(--theme-primary-color)}.toast-container .Toastify__toast--warning{border-left:4px solid var(--theme-warning-color)}.toast-container .Toastify__toast-body{font-family:inherit;gap:.75rem}.toast-container .Toastify__toast-body>div:last-child{font-size:.875rem;font-weight:500;color:var(--theme-text-color)}.toast-container .Toastify__close-button{color:var(--theme-hint-color);opacity:.7;transition:all .2s ease}.toast-container .Toastify__close-button:hover{opacity:1;color:var(--theme-text-color)}.toast-container .Toastify__progress-bar{background:var(--theme-primary-color);height:3px;opacity:.8}.toast-container .Toastify__toast--animate{animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.toast-container .Toastify__slide-enter--top-right{animation-name:slideInRight}.toast-container .Toastify__slide-exit--top-right{animation-name:slideOutRight}.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:1440px){.container{max-width:1320px}}.container--fluid{max-width:none}.container--narrow{max-width:720px}.container--wide{max-width:1320px}@media(min-width:768px){.container{padding-right:1.5rem;padding-left:1.5rem}}@media(min-width:992px){.container{padding-right:2rem;padding-left:2rem}}.row{display:flex;flex-wrap:wrap;margin-right:-.75rem;margin-left:-.75rem}.row--start{justify-content:flex-start}.row--center{justify-content:center}.row--end{justify-content:flex-end}.row--between{justify-content:space-between}.row--around{justify-content:space-around}.row--evenly{justify-content:space-evenly}.row--top{align-items:flex-start}.row--middle{align-items:center}.row--bottom{align-items:flex-end}.row--no-gutters{margin-right:0;margin-left:0}.row--no-gutters>.col,.row--no-gutters>[class*=col-]{padding-right:0;padding-left:0}.row--gap-0{margin-right:-0;margin-left:-0}.row--gap-0>.col,.row--gap-0>[class*=col-]{padding-right:0;padding-left:0}.row--gap-1{margin-right:-.125rem;margin-left:-.125rem}.row--gap-1>.col,.row--gap-1>[class*=col-]{padding-right:.125rem;padding-left:.125rem}.row--gap-2{margin-right:-.25rem;margin-left:-.25rem}.row--gap-2>.col,.row--gap-2>[class*=col-]{padding-right:.25rem;padding-left:.25rem}.row--gap-3{margin-right:-.375rem;margin-left:-.375rem}.row--gap-3>.col,.row--gap-3>[class*=col-]{padding-right:.375rem;padding-left:.375rem}.row--gap-4{margin-right:-.5rem;margin-left:-.5rem}.row--gap-4>.col,.row--gap-4>[class*=col-]{padding-right:.5rem;padding-left:.5rem}.row--gap-5{margin-right:-.625rem;margin-left:-.625rem}.row--gap-5>.col,.row--gap-5>[class*=col-]{padding-right:.625rem;padding-left:.625rem}.row--gap-6{margin-right:-.75rem;margin-left:-.75rem}.row--gap-6>.col,.row--gap-6>[class*=col-]{padding-right:.75rem;padding-left:.75rem}.row--gap-8{margin-right:-1rem;margin-left:-1rem}.row--gap-8>.col,.row--gap-8>[class*=col-]{padding-right:1rem;padding-left:1rem}.row--gap-10{margin-right:-1.25rem;margin-left:-1.25rem}.row--gap-10>.col,.row--gap-10>[class*=col-]{padding-right:1.25rem;padding-left:1.25rem}.row--gap-12{margin-right:-1.5rem;margin-left:-1.5rem}.row--gap-12>.col,.row--gap-12>[class*=col-]{padding-right:1.5rem;padding-left:1.5rem}.row--gap-14{margin-right:-1.75rem;margin-left:-1.75rem}.row--gap-14>.col,.row--gap-14>[class*=col-]{padding-right:1.75rem;padding-left:1.75rem}.row--gap-16{margin-right:-2rem;margin-left:-2rem}.row--gap-16>.col,.row--gap-16>[class*=col-]{padding-right:2rem;padding-left:2rem}.row--gap-20{margin-right:-2.5rem;margin-left:-2.5rem}.row--gap-20>.col,.row--gap-20>[class*=col-]{padding-right:2.5rem;padding-left:2.5rem}.row--gap-24{margin-right:-3rem;margin-left:-3rem}.row--gap-24>.col,.row--gap-24>[class*=col-]{padding-right:3rem;padding-left:3rem}.col{flex-basis:0;flex-grow:1;max-width:100%;padding-right:.75rem;padding-left:.75rem}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}@media(min-width:375px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex:0 0 100%;max-width:100%}}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}@media(min-width:1440px){.col-2xl{flex-basis:0;flex-grow:1;max-width:100%}.col-2xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-2xl-3{flex:0 0 25%;max-width:25%}.col-2xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-2xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-2xl-6{flex:0 0 50%;max-width:50%}.col-2xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-2xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-2xl-9{flex:0 0 75%;max-width:75%}.col-2xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-2xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-2xl-12{flex:0 0 100%;max-width:100%}}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.grid{display:grid;gap:1rem}.grid--1col{grid-template-columns:1fr}.grid--2cols{grid-template-columns:repeat(2,1fr)}@media(max-width:767.9px){.grid--2cols{grid-template-columns:1fr}}.grid--3cols{grid-template-columns:repeat(3,1fr)}@media(max-width:991.9px){.grid--3cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:767.9px){.grid--3cols{grid-template-columns:1fr}}.grid--4cols{grid-template-columns:repeat(4,1fr)}@media(max-width:991.9px){.grid--4cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:767.9px){.grid--4cols{grid-template-columns:1fr}}.grid--auto-sm{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.grid--auto-md{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.grid--auto-lg{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid--gap-0{gap:0}.grid--gap-1{gap:.25rem}.grid--gap-2{gap:.5rem}.grid--gap-3{gap:.75rem}.grid--gap-4{gap:1rem}.grid--gap-5{gap:1.25rem}.grid--gap-6{gap:1.5rem}.grid--gap-8{gap:2rem}.grid--gap-10{gap:2.5rem}.grid--gap-12{gap:3rem}.grid--gap-14{gap:3.5rem}.grid--gap-16{gap:4rem}.grid--gap-20{gap:5rem}.grid--gap-24{gap:6rem}.grid--gap-x-0{column-gap:0}.grid--gap-y-0{row-gap:0}.grid--gap-x-1{column-gap:.25rem}.grid--gap-y-1{row-gap:.25rem}.grid--gap-x-2{column-gap:.5rem}.grid--gap-y-2{row-gap:.5rem}.grid--gap-x-3{column-gap:.75rem}.grid--gap-y-3{row-gap:.75rem}.grid--gap-x-4{column-gap:1rem}.grid--gap-y-4{row-gap:1rem}.grid--gap-x-5{column-gap:1.25rem}.grid--gap-y-5{row-gap:1.25rem}.grid--gap-x-6{column-gap:1.5rem}.grid--gap-y-6{row-gap:1.5rem}.grid--gap-x-8{column-gap:2rem}.grid--gap-y-8{row-gap:2rem}.grid--gap-x-10{column-gap:2.5rem}.grid--gap-y-10{row-gap:2.5rem}.grid--gap-x-12{column-gap:3rem}.grid--gap-y-12{row-gap:3rem}.grid--gap-x-14{column-gap:3.5rem}.grid--gap-y-14{row-gap:3.5rem}.grid--gap-x-16{column-gap:4rem}.grid--gap-y-16{row-gap:4rem}.grid--gap-x-20{column-gap:5rem}.grid--gap-y-20{row-gap:5rem}.grid--gap-x-24{column-gap:6rem}.grid--gap-y-24{row-gap:6rem}.grid--center-items{align-items:center;justify-items:center}.grid--stretch-items{align-items:stretch;justify-items:stretch}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.25rem!important}.mt-5{margin-top:1.25rem!important}.mr-5{margin-right:1.25rem!important}.mb-5{margin-bottom:1.25rem!important}.ml-5{margin-left:1.25rem!important}.mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-6{margin:1.5rem!important}.mt-6{margin-top:1.5rem!important}.mr-6{margin-right:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-6{margin-left:1.5rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-8{margin:2rem!important}.mt-8{margin-top:2rem!important}.mr-8{margin-right:2rem!important}.mb-8{margin-bottom:2rem!important}.ml-8{margin-left:2rem!important}.mx-8{margin-left:2rem!important;margin-right:2rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-10{margin:2.5rem!important}.mt-10{margin-top:2.5rem!important}.mr-10{margin-right:2.5rem!important}.mb-10{margin-bottom:2.5rem!important}.ml-10{margin-left:2.5rem!important}.mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-12{margin:3rem!important}.mt-12{margin-top:3rem!important}.mr-12{margin-right:3rem!important}.mb-12{margin-bottom:3rem!important}.ml-12{margin-left:3rem!important}.mx-12{margin-left:3rem!important;margin-right:3rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-14{margin:3.5rem!important}.mt-14{margin-top:3.5rem!important}.mr-14{margin-right:3.5rem!important}.mb-14{margin-bottom:3.5rem!important}.ml-14{margin-left:3.5rem!important}.mx-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-16{margin:4rem!important}.mt-16{margin-top:4rem!important}.mr-16{margin-right:4rem!important}.mb-16{margin-bottom:4rem!important}.ml-16{margin-left:4rem!important}.mx-16{margin-left:4rem!important;margin-right:4rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-20{margin:5rem!important}.mt-20{margin-top:5rem!important}.mr-20{margin-right:5rem!important}.mb-20{margin-bottom:5rem!important}.ml-20{margin-left:5rem!important}.mx-20{margin-left:5rem!important;margin-right:5rem!important}.my-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-24{margin:6rem!important}.mt-24{margin-top:6rem!important}.mr-24{margin-right:6rem!important}.mb-24{margin-bottom:6rem!important}.ml-24{margin-left:6rem!important}.mx-24{margin-left:6rem!important;margin-right:6rem!important}.my-24{margin-top:6rem!important;margin-bottom:6rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.25rem!important}.pt-5{padding-top:1.25rem!important}.pr-5{padding-right:1.25rem!important}.pb-5{padding-bottom:1.25rem!important}.pl-5{padding-left:1.25rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-6{padding:1.5rem!important}.pt-6{padding-top:1.5rem!important}.pr-6{padding-right:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pl-6{padding-left:1.5rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-8{padding:2rem!important}.pt-8{padding-top:2rem!important}.pr-8{padding-right:2rem!important}.pb-8{padding-bottom:2rem!important}.pl-8{padding-left:2rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-10{padding:2.5rem!important}.pt-10{padding-top:2.5rem!important}.pr-10{padding-right:2.5rem!important}.pb-10{padding-bottom:2.5rem!important}.pl-10{padding-left:2.5rem!important}.px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-12{padding:3rem!important}.pt-12{padding-top:3rem!important}.pr-12{padding-right:3rem!important}.pb-12{padding-bottom:3rem!important}.pl-12{padding-left:3rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-14{padding:3.5rem!important}.pt-14{padding-top:3.5rem!important}.pr-14{padding-right:3.5rem!important}.pb-14{padding-bottom:3.5rem!important}.pl-14{padding-left:3.5rem!important}.px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-16{padding:4rem!important}.pt-16{padding-top:4rem!important}.pr-16{padding-right:4rem!important}.pb-16{padding-bottom:4rem!important}.pl-16{padding-left:4rem!important}.px-16{padding-left:4rem!important;padding-right:4rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-20{padding:5rem!important}.pt-20{padding-top:5rem!important}.pr-20{padding-right:5rem!important}.pb-20{padding-bottom:5rem!important}.pl-20{padding-left:5rem!important}.px-20{padding-left:5rem!important;padding-right:5rem!important}.py-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-24{padding:6rem!important}.pt-24{padding-top:6rem!important}.pr-24{padding-right:6rem!important}.pb-24{padding-bottom:6rem!important}.pl-24{padding-left:6rem!important}.px-24{padding-left:6rem!important;padding-right:6rem!important}.py-24{padding-top:6rem!important;padding-bottom:6rem!important}.m-n0{margin:0!important}.mt-n0{margin-top:0!important}.mr-n0{margin-right:0!important}.mb-n0{margin-bottom:0!important}.ml-n0{margin-left:0!important}.mx-n0{margin-left:0!important;margin-right:0!important}.my-n0{margin-top:0!important;margin-bottom:0!important}.m-n1{margin:-.25rem!important}.mt-n1{margin-top:-.25rem!important}.mr-n1{margin-right:-.25rem!important}.mb-n1{margin-bottom:-.25rem!important}.ml-n1{margin-left:-.25rem!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2{margin-top:-.5rem!important}.mr-n2{margin-right:-.5rem!important}.mb-n2{margin-bottom:-.5rem!important}.ml-n2{margin-left:-.5rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.m-n3{margin:-.75rem!important}.mt-n3{margin-top:-.75rem!important}.mr-n3{margin-right:-.75rem!important}.mb-n3{margin-bottom:-.75rem!important}.ml-n3{margin-left:-.75rem!important}.mx-n3{margin-left:-.75rem!important;margin-right:-.75rem!important}.my-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.m-n4{margin:-1rem!important}.mt-n4{margin-top:-1rem!important}.mr-n4{margin-right:-1rem!important}.mb-n4{margin-bottom:-1rem!important}.ml-n4{margin-left:-1rem!important}.mx-n4{margin-left:-1rem!important;margin-right:-1rem!important}.my-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}.m-n5{margin:-1.25rem!important}.mt-n5{margin-top:-1.25rem!important}.mr-n5{margin-right:-1.25rem!important}.mb-n5{margin-bottom:-1.25rem!important}.ml-n5{margin-left:-1.25rem!important}.mx-n5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.my-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.m-n6{margin:-1.5rem!important}.mt-n6{margin-top:-1.5rem!important}.mr-n6{margin-right:-1.5rem!important}.mb-n6{margin-bottom:-1.5rem!important}.ml-n6{margin-left:-1.5rem!important}.mx-n6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.my-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.m-n8{margin:-2rem!important}.mt-n8{margin-top:-2rem!important}.mr-n8{margin-right:-2rem!important}.mb-n8{margin-bottom:-2rem!important}.ml-n8{margin-left:-2rem!important}.mx-n8{margin-left:-2rem!important;margin-right:-2rem!important}.my-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}.m-n10{margin:-2.5rem!important}.mt-n10{margin-top:-2.5rem!important}.mr-n10{margin-right:-2.5rem!important}.mb-n10{margin-bottom:-2.5rem!important}.ml-n10{margin-left:-2.5rem!important}.mx-n10{margin-left:-2.5rem!important;margin-right:-2.5rem!important}.my-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.m-n12{margin:-3rem!important}.mt-n12{margin-top:-3rem!important}.mr-n12{margin-right:-3rem!important}.mb-n12{margin-bottom:-3rem!important}.ml-n12{margin-left:-3rem!important}.mx-n12{margin-left:-3rem!important;margin-right:-3rem!important}.my-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}.m-n14{margin:-3.5rem!important}.mt-n14{margin-top:-3.5rem!important}.mr-n14{margin-right:-3.5rem!important}.mb-n14{margin-bottom:-3.5rem!important}.ml-n14{margin-left:-3.5rem!important}.mx-n14{margin-left:-3.5rem!important;margin-right:-3.5rem!important}.my-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.m-n16{margin:-4rem!important}.mt-n16{margin-top:-4rem!important}.mr-n16{margin-right:-4rem!important}.mb-n16{margin-bottom:-4rem!important}.ml-n16{margin-left:-4rem!important}.mx-n16{margin-left:-4rem!important;margin-right:-4rem!important}.my-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}.m-n20{margin:-5rem!important}.mt-n20{margin-top:-5rem!important}.mr-n20{margin-right:-5rem!important}.mb-n20{margin-bottom:-5rem!important}.ml-n20{margin-left:-5rem!important}.mx-n20{margin-left:-5rem!important;margin-right:-5rem!important}.my-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}.m-n24{margin:-6rem!important}.mt-n24{margin-top:-6rem!important}.mr-n24{margin-right:-6rem!important}.mb-n24{margin-bottom:-6rem!important}.ml-n24{margin-left:-6rem!important}.mx-n24{margin-left:-6rem!important;margin-right:-6rem!important}.my-n24{margin-top:-6rem!important;margin-bottom:-6rem!important}@media(min-width:375px){.m-xs-0{margin:0!important}.mt-xs-0{margin-top:0!important}.mr-xs-0{margin-right:0!important}.mb-xs-0{margin-bottom:0!important}.ml-xs-0{margin-left:0!important}.mx-xs-0{margin-left:0!important;margin-right:0!important}.my-xs-0{margin-top:0!important;margin-bottom:0!important}.m-xs-1{margin:.25rem!important}.mt-xs-1{margin-top:.25rem!important}.mr-xs-1{margin-right:.25rem!important}.mb-xs-1{margin-bottom:.25rem!important}.ml-xs-1{margin-left:.25rem!important}.mx-xs-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-xs-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xs-2{margin:.5rem!important}.mt-xs-2{margin-top:.5rem!important}.mr-xs-2{margin-right:.5rem!important}.mb-xs-2{margin-bottom:.5rem!important}.ml-xs-2{margin-left:.5rem!important}.mx-xs-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-xs-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xs-3{margin:.75rem!important}.mt-xs-3{margin-top:.75rem!important}.mr-xs-3{margin-right:.75rem!important}.mb-xs-3{margin-bottom:.75rem!important}.ml-xs-3{margin-left:.75rem!important}.mx-xs-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-xs-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-xs-4{margin:1rem!important}.mt-xs-4{margin-top:1rem!important}.mr-xs-4{margin-right:1rem!important}.mb-xs-4{margin-bottom:1rem!important}.ml-xs-4{margin-left:1rem!important}.mx-xs-4{margin-left:1rem!important;margin-right:1rem!important}.my-xs-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-xs-5{margin:1.25rem!important}.mt-xs-5{margin-top:1.25rem!important}.mr-xs-5{margin-right:1.25rem!important}.mb-xs-5{margin-bottom:1.25rem!important}.ml-xs-5{margin-left:1.25rem!important}.mx-xs-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-xs-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-xs-6{margin:1.5rem!important}.mt-xs-6{margin-top:1.5rem!important}.mr-xs-6{margin-right:1.5rem!important}.mb-xs-6{margin-bottom:1.5rem!important}.ml-xs-6{margin-left:1.5rem!important}.mx-xs-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-xs-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xs-8{margin:2rem!important}.mt-xs-8{margin-top:2rem!important}.mr-xs-8{margin-right:2rem!important}.mb-xs-8{margin-bottom:2rem!important}.ml-xs-8{margin-left:2rem!important}.mx-xs-8{margin-left:2rem!important;margin-right:2rem!important}.my-xs-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-xs-10{margin:2.5rem!important}.mt-xs-10{margin-top:2.5rem!important}.mr-xs-10{margin-right:2.5rem!important}.mb-xs-10{margin-bottom:2.5rem!important}.ml-xs-10{margin-left:2.5rem!important}.mx-xs-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-xs-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-xs-12{margin:3rem!important}.mt-xs-12{margin-top:3rem!important}.mr-xs-12{margin-right:3rem!important}.mb-xs-12{margin-bottom:3rem!important}.ml-xs-12{margin-left:3rem!important}.mx-xs-12{margin-left:3rem!important;margin-right:3rem!important}.my-xs-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-xs-14{margin:3.5rem!important}.mt-xs-14{margin-top:3.5rem!important}.mr-xs-14{margin-right:3.5rem!important}.mb-xs-14{margin-bottom:3.5rem!important}.ml-xs-14{margin-left:3.5rem!important}.mx-xs-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-xs-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-xs-16{margin:4rem!important}.mt-xs-16{margin-top:4rem!important}.mr-xs-16{margin-right:4rem!important}.mb-xs-16{margin-bottom:4rem!important}.ml-xs-16{margin-left:4rem!important}.mx-xs-16{margin-left:4rem!important;margin-right:4rem!important}.my-xs-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-xs-20{margin:5rem!important}.mt-xs-20{margin-top:5rem!important}.mr-xs-20{margin-right:5rem!important}.mb-xs-20{margin-bottom:5rem!important}.ml-xs-20{margin-left:5rem!important}.mx-xs-20{margin-left:5rem!important;margin-right:5rem!important}.my-xs-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-xs-24{margin:6rem!important}.mt-xs-24{margin-top:6rem!important}.mr-xs-24{margin-right:6rem!important}.mb-xs-24{margin-bottom:6rem!important}.ml-xs-24{margin-left:6rem!important}.mx-xs-24{margin-left:6rem!important;margin-right:6rem!important}.my-xs-24{margin-top:6rem!important;margin-bottom:6rem!important}}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0{margin-top:0!important}.mr-sm-0{margin-right:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1{margin-top:.25rem!important}.mr-sm-1{margin-right:.25rem!important}.mb-sm-1{margin-bottom:.25rem!important}.ml-sm-1{margin-left:.25rem!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2{margin-top:.5rem!important}.mr-sm-2{margin-right:.5rem!important}.mb-sm-2{margin-bottom:.5rem!important}.ml-sm-2{margin-left:.5rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-sm-3{margin:.75rem!important}.mt-sm-3{margin-top:.75rem!important}.mr-sm-3{margin-right:.75rem!important}.mb-sm-3{margin-bottom:.75rem!important}.ml-sm-3{margin-left:.75rem!important}.mx-sm-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-sm-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-sm-4{margin:1rem!important}.mt-sm-4{margin-top:1rem!important}.mr-sm-4{margin-right:1rem!important}.mb-sm-4{margin-bottom:1rem!important}.ml-sm-4{margin-left:1rem!important}.mx-sm-4{margin-left:1rem!important;margin-right:1rem!important}.my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-sm-5{margin:1.25rem!important}.mt-sm-5{margin-top:1.25rem!important}.mr-sm-5{margin-right:1.25rem!important}.mb-sm-5{margin-bottom:1.25rem!important}.ml-sm-5{margin-left:1.25rem!important}.mx-sm-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-sm-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-sm-6{margin:1.5rem!important}.mt-sm-6{margin-top:1.5rem!important}.mr-sm-6{margin-right:1.5rem!important}.mb-sm-6{margin-bottom:1.5rem!important}.ml-sm-6{margin-left:1.5rem!important}.mx-sm-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-sm-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-sm-8{margin:2rem!important}.mt-sm-8{margin-top:2rem!important}.mr-sm-8{margin-right:2rem!important}.mb-sm-8{margin-bottom:2rem!important}.ml-sm-8{margin-left:2rem!important}.mx-sm-8{margin-left:2rem!important;margin-right:2rem!important}.my-sm-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-sm-10{margin:2.5rem!important}.mt-sm-10{margin-top:2.5rem!important}.mr-sm-10{margin-right:2.5rem!important}.mb-sm-10{margin-bottom:2.5rem!important}.ml-sm-10{margin-left:2.5rem!important}.mx-sm-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-sm-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-sm-12{margin:3rem!important}.mt-sm-12{margin-top:3rem!important}.mr-sm-12{margin-right:3rem!important}.mb-sm-12{margin-bottom:3rem!important}.ml-sm-12{margin-left:3rem!important}.mx-sm-12{margin-left:3rem!important;margin-right:3rem!important}.my-sm-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-sm-14{margin:3.5rem!important}.mt-sm-14{margin-top:3.5rem!important}.mr-sm-14{margin-right:3.5rem!important}.mb-sm-14{margin-bottom:3.5rem!important}.ml-sm-14{margin-left:3.5rem!important}.mx-sm-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-sm-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-sm-16{margin:4rem!important}.mt-sm-16{margin-top:4rem!important}.mr-sm-16{margin-right:4rem!important}.mb-sm-16{margin-bottom:4rem!important}.ml-sm-16{margin-left:4rem!important}.mx-sm-16{margin-left:4rem!important;margin-right:4rem!important}.my-sm-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-sm-20{margin:5rem!important}.mt-sm-20{margin-top:5rem!important}.mr-sm-20{margin-right:5rem!important}.mb-sm-20{margin-bottom:5rem!important}.ml-sm-20{margin-left:5rem!important}.mx-sm-20{margin-left:5rem!important;margin-right:5rem!important}.my-sm-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-sm-24{margin:6rem!important}.mt-sm-24{margin-top:6rem!important}.mr-sm-24{margin-right:6rem!important}.mb-sm-24{margin-bottom:6rem!important}.ml-sm-24{margin-left:6rem!important}.mx-sm-24{margin-left:6rem!important;margin-right:6rem!important}.my-sm-24{margin-top:6rem!important;margin-bottom:6rem!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0{margin-top:0!important}.mr-md-0{margin-right:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.m-md-1{margin:.25rem!important}.mt-md-1{margin-top:.25rem!important}.mr-md-1{margin-right:.25rem!important}.mb-md-1{margin-bottom:.25rem!important}.ml-md-1{margin-left:.25rem!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2{margin-top:.5rem!important}.mr-md-2{margin-right:.5rem!important}.mb-md-2{margin-bottom:.5rem!important}.ml-md-2{margin-left:.5rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-md-3{margin:.75rem!important}.mt-md-3{margin-top:.75rem!important}.mr-md-3{margin-right:.75rem!important}.mb-md-3{margin-bottom:.75rem!important}.ml-md-3{margin-left:.75rem!important}.mx-md-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-md-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-md-4{margin:1rem!important}.mt-md-4{margin-top:1rem!important}.mr-md-4{margin-right:1rem!important}.mb-md-4{margin-bottom:1rem!important}.ml-md-4{margin-left:1rem!important}.mx-md-4{margin-left:1rem!important;margin-right:1rem!important}.my-md-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-md-5{margin:1.25rem!important}.mt-md-5{margin-top:1.25rem!important}.mr-md-5{margin-right:1.25rem!important}.mb-md-5{margin-bottom:1.25rem!important}.ml-md-5{margin-left:1.25rem!important}.mx-md-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-md-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-md-6{margin:1.5rem!important}.mt-md-6{margin-top:1.5rem!important}.mr-md-6{margin-right:1.5rem!important}.mb-md-6{margin-bottom:1.5rem!important}.ml-md-6{margin-left:1.5rem!important}.mx-md-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-md-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-md-8{margin:2rem!important}.mt-md-8{margin-top:2rem!important}.mr-md-8{margin-right:2rem!important}.mb-md-8{margin-bottom:2rem!important}.ml-md-8{margin-left:2rem!important}.mx-md-8{margin-left:2rem!important;margin-right:2rem!important}.my-md-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-md-10{margin:2.5rem!important}.mt-md-10{margin-top:2.5rem!important}.mr-md-10{margin-right:2.5rem!important}.mb-md-10{margin-bottom:2.5rem!important}.ml-md-10{margin-left:2.5rem!important}.mx-md-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-md-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-md-12{margin:3rem!important}.mt-md-12{margin-top:3rem!important}.mr-md-12{margin-right:3rem!important}.mb-md-12{margin-bottom:3rem!important}.ml-md-12{margin-left:3rem!important}.mx-md-12{margin-left:3rem!important;margin-right:3rem!important}.my-md-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-md-14{margin:3.5rem!important}.mt-md-14{margin-top:3.5rem!important}.mr-md-14{margin-right:3.5rem!important}.mb-md-14{margin-bottom:3.5rem!important}.ml-md-14{margin-left:3.5rem!important}.mx-md-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-md-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-md-16{margin:4rem!important}.mt-md-16{margin-top:4rem!important}.mr-md-16{margin-right:4rem!important}.mb-md-16{margin-bottom:4rem!important}.ml-md-16{margin-left:4rem!important}.mx-md-16{margin-left:4rem!important;margin-right:4rem!important}.my-md-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-md-20{margin:5rem!important}.mt-md-20{margin-top:5rem!important}.mr-md-20{margin-right:5rem!important}.mb-md-20{margin-bottom:5rem!important}.ml-md-20{margin-left:5rem!important}.mx-md-20{margin-left:5rem!important;margin-right:5rem!important}.my-md-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-md-24{margin:6rem!important}.mt-md-24{margin-top:6rem!important}.mr-md-24{margin-right:6rem!important}.mb-md-24{margin-bottom:6rem!important}.ml-md-24{margin-left:6rem!important}.mx-md-24{margin-left:6rem!important;margin-right:6rem!important}.my-md-24{margin-top:6rem!important;margin-bottom:6rem!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0{margin-top:0!important}.mr-lg-0{margin-right:0!important}.mb-lg-0{margin-bottom:0!important}.ml-lg-0{margin-left:0!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1{margin-top:.25rem!important}.mr-lg-1{margin-right:.25rem!important}.mb-lg-1{margin-bottom:.25rem!important}.ml-lg-1{margin-left:.25rem!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2{margin-top:.5rem!important}.mr-lg-2{margin-right:.5rem!important}.mb-lg-2{margin-bottom:.5rem!important}.ml-lg-2{margin-left:.5rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-lg-3{margin:.75rem!important}.mt-lg-3{margin-top:.75rem!important}.mr-lg-3{margin-right:.75rem!important}.mb-lg-3{margin-bottom:.75rem!important}.ml-lg-3{margin-left:.75rem!important}.mx-lg-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-lg-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-lg-4{margin:1rem!important}.mt-lg-4{margin-top:1rem!important}.mr-lg-4{margin-right:1rem!important}.mb-lg-4{margin-bottom:1rem!important}.ml-lg-4{margin-left:1rem!important}.mx-lg-4{margin-left:1rem!important;margin-right:1rem!important}.my-lg-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-lg-5{margin:1.25rem!important}.mt-lg-5{margin-top:1.25rem!important}.mr-lg-5{margin-right:1.25rem!important}.mb-lg-5{margin-bottom:1.25rem!important}.ml-lg-5{margin-left:1.25rem!important}.mx-lg-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-lg-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-lg-6{margin:1.5rem!important}.mt-lg-6{margin-top:1.5rem!important}.mr-lg-6{margin-right:1.5rem!important}.mb-lg-6{margin-bottom:1.5rem!important}.ml-lg-6{margin-left:1.5rem!important}.mx-lg-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-lg-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-lg-8{margin:2rem!important}.mt-lg-8{margin-top:2rem!important}.mr-lg-8{margin-right:2rem!important}.mb-lg-8{margin-bottom:2rem!important}.ml-lg-8{margin-left:2rem!important}.mx-lg-8{margin-left:2rem!important;margin-right:2rem!important}.my-lg-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-lg-10{margin:2.5rem!important}.mt-lg-10{margin-top:2.5rem!important}.mr-lg-10{margin-right:2.5rem!important}.mb-lg-10{margin-bottom:2.5rem!important}.ml-lg-10{margin-left:2.5rem!important}.mx-lg-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-lg-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-lg-12{margin:3rem!important}.mt-lg-12{margin-top:3rem!important}.mr-lg-12{margin-right:3rem!important}.mb-lg-12{margin-bottom:3rem!important}.ml-lg-12{margin-left:3rem!important}.mx-lg-12{margin-left:3rem!important;margin-right:3rem!important}.my-lg-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-lg-14{margin:3.5rem!important}.mt-lg-14{margin-top:3.5rem!important}.mr-lg-14{margin-right:3.5rem!important}.mb-lg-14{margin-bottom:3.5rem!important}.ml-lg-14{margin-left:3.5rem!important}.mx-lg-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-lg-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-lg-16{margin:4rem!important}.mt-lg-16{margin-top:4rem!important}.mr-lg-16{margin-right:4rem!important}.mb-lg-16{margin-bottom:4rem!important}.ml-lg-16{margin-left:4rem!important}.mx-lg-16{margin-left:4rem!important;margin-right:4rem!important}.my-lg-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-lg-20{margin:5rem!important}.mt-lg-20{margin-top:5rem!important}.mr-lg-20{margin-right:5rem!important}.mb-lg-20{margin-bottom:5rem!important}.ml-lg-20{margin-left:5rem!important}.mx-lg-20{margin-left:5rem!important;margin-right:5rem!important}.my-lg-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-lg-24{margin:6rem!important}.mt-lg-24{margin-top:6rem!important}.mr-lg-24{margin-right:6rem!important}.mb-lg-24{margin-bottom:6rem!important}.ml-lg-24{margin-left:6rem!important}.mx-lg-24{margin-left:6rem!important;margin-right:6rem!important}.my-lg-24{margin-top:6rem!important;margin-bottom:6rem!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0{margin-top:0!important}.mr-xl-0{margin-right:0!important}.mb-xl-0{margin-bottom:0!important}.ml-xl-0{margin-left:0!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1{margin-top:.25rem!important}.mr-xl-1{margin-right:.25rem!important}.mb-xl-1{margin-bottom:.25rem!important}.ml-xl-1{margin-left:.25rem!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2{margin-top:.5rem!important}.mr-xl-2{margin-right:.5rem!important}.mb-xl-2{margin-bottom:.5rem!important}.ml-xl-2{margin-left:.5rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xl-3{margin:.75rem!important}.mt-xl-3{margin-top:.75rem!important}.mr-xl-3{margin-right:.75rem!important}.mb-xl-3{margin-bottom:.75rem!important}.ml-xl-3{margin-left:.75rem!important}.mx-xl-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-xl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-xl-4{margin:1rem!important}.mt-xl-4{margin-top:1rem!important}.mr-xl-4{margin-right:1rem!important}.mb-xl-4{margin-bottom:1rem!important}.ml-xl-4{margin-left:1rem!important}.mx-xl-4{margin-left:1rem!important;margin-right:1rem!important}.my-xl-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-xl-5{margin:1.25rem!important}.mt-xl-5{margin-top:1.25rem!important}.mr-xl-5{margin-right:1.25rem!important}.mb-xl-5{margin-bottom:1.25rem!important}.ml-xl-5{margin-left:1.25rem!important}.mx-xl-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-xl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-xl-6{margin:1.5rem!important}.mt-xl-6{margin-top:1.5rem!important}.mr-xl-6{margin-right:1.5rem!important}.mb-xl-6{margin-bottom:1.5rem!important}.ml-xl-6{margin-left:1.5rem!important}.mx-xl-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-xl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xl-8{margin:2rem!important}.mt-xl-8{margin-top:2rem!important}.mr-xl-8{margin-right:2rem!important}.mb-xl-8{margin-bottom:2rem!important}.ml-xl-8{margin-left:2rem!important}.mx-xl-8{margin-left:2rem!important;margin-right:2rem!important}.my-xl-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-xl-10{margin:2.5rem!important}.mt-xl-10{margin-top:2.5rem!important}.mr-xl-10{margin-right:2.5rem!important}.mb-xl-10{margin-bottom:2.5rem!important}.ml-xl-10{margin-left:2.5rem!important}.mx-xl-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-xl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-xl-12{margin:3rem!important}.mt-xl-12{margin-top:3rem!important}.mr-xl-12{margin-right:3rem!important}.mb-xl-12{margin-bottom:3rem!important}.ml-xl-12{margin-left:3rem!important}.mx-xl-12{margin-left:3rem!important;margin-right:3rem!important}.my-xl-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-xl-14{margin:3.5rem!important}.mt-xl-14{margin-top:3.5rem!important}.mr-xl-14{margin-right:3.5rem!important}.mb-xl-14{margin-bottom:3.5rem!important}.ml-xl-14{margin-left:3.5rem!important}.mx-xl-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-xl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-xl-16{margin:4rem!important}.mt-xl-16{margin-top:4rem!important}.mr-xl-16{margin-right:4rem!important}.mb-xl-16{margin-bottom:4rem!important}.ml-xl-16{margin-left:4rem!important}.mx-xl-16{margin-left:4rem!important;margin-right:4rem!important}.my-xl-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-xl-20{margin:5rem!important}.mt-xl-20{margin-top:5rem!important}.mr-xl-20{margin-right:5rem!important}.mb-xl-20{margin-bottom:5rem!important}.ml-xl-20{margin-left:5rem!important}.mx-xl-20{margin-left:5rem!important;margin-right:5rem!important}.my-xl-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-xl-24{margin:6rem!important}.mt-xl-24{margin-top:6rem!important}.mr-xl-24{margin-right:6rem!important}.mb-xl-24{margin-bottom:6rem!important}.ml-xl-24{margin-left:6rem!important}.mx-xl-24{margin-left:6rem!important;margin-right:6rem!important}.my-xl-24{margin-top:6rem!important;margin-bottom:6rem!important}}@media(min-width:1440px){.m-2xl-0{margin:0!important}.mt-2xl-0{margin-top:0!important}.mr-2xl-0{margin-right:0!important}.mb-2xl-0{margin-bottom:0!important}.ml-2xl-0{margin-left:0!important}.mx-2xl-0{margin-left:0!important;margin-right:0!important}.my-2xl-0{margin-top:0!important;margin-bottom:0!important}.m-2xl-1{margin:.25rem!important}.mt-2xl-1{margin-top:.25rem!important}.mr-2xl-1{margin-right:.25rem!important}.mb-2xl-1{margin-bottom:.25rem!important}.ml-2xl-1{margin-left:.25rem!important}.mx-2xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-2xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2xl-2{margin:.5rem!important}.mt-2xl-2{margin-top:.5rem!important}.mr-2xl-2{margin-right:.5rem!important}.mb-2xl-2{margin-bottom:.5rem!important}.ml-2xl-2{margin-left:.5rem!important}.mx-2xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-2xl-3{margin:.75rem!important}.mt-2xl-3{margin-top:.75rem!important}.mr-2xl-3{margin-right:.75rem!important}.mb-2xl-3{margin-bottom:.75rem!important}.ml-2xl-3{margin-left:.75rem!important}.mx-2xl-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-2xl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-2xl-4{margin:1rem!important}.mt-2xl-4{margin-top:1rem!important}.mr-2xl-4{margin-right:1rem!important}.mb-2xl-4{margin-bottom:1rem!important}.ml-2xl-4{margin-left:1rem!important}.mx-2xl-4{margin-left:1rem!important;margin-right:1rem!important}.my-2xl-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-2xl-5{margin:1.25rem!important}.mt-2xl-5{margin-top:1.25rem!important}.mr-2xl-5{margin-right:1.25rem!important}.mb-2xl-5{margin-bottom:1.25rem!important}.ml-2xl-5{margin-left:1.25rem!important}.mx-2xl-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.my-2xl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.m-2xl-6{margin:1.5rem!important}.mt-2xl-6{margin-top:1.5rem!important}.mr-2xl-6{margin-right:1.5rem!important}.mb-2xl-6{margin-bottom:1.5rem!important}.ml-2xl-6{margin-left:1.5rem!important}.mx-2xl-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-2xl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-2xl-8{margin:2rem!important}.mt-2xl-8{margin-top:2rem!important}.mr-2xl-8{margin-right:2rem!important}.mb-2xl-8{margin-bottom:2rem!important}.ml-2xl-8{margin-left:2rem!important}.mx-2xl-8{margin-left:2rem!important;margin-right:2rem!important}.my-2xl-8{margin-top:2rem!important;margin-bottom:2rem!important}.m-2xl-10{margin:2.5rem!important}.mt-2xl-10{margin-top:2.5rem!important}.mr-2xl-10{margin-right:2.5rem!important}.mb-2xl-10{margin-bottom:2.5rem!important}.ml-2xl-10{margin-left:2.5rem!important}.mx-2xl-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.my-2xl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.m-2xl-12{margin:3rem!important}.mt-2xl-12{margin-top:3rem!important}.mr-2xl-12{margin-right:3rem!important}.mb-2xl-12{margin-bottom:3rem!important}.ml-2xl-12{margin-left:3rem!important}.mx-2xl-12{margin-left:3rem!important;margin-right:3rem!important}.my-2xl-12{margin-top:3rem!important;margin-bottom:3rem!important}.m-2xl-14{margin:3.5rem!important}.mt-2xl-14{margin-top:3.5rem!important}.mr-2xl-14{margin-right:3.5rem!important}.mb-2xl-14{margin-bottom:3.5rem!important}.ml-2xl-14{margin-left:3.5rem!important}.mx-2xl-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.my-2xl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.m-2xl-16{margin:4rem!important}.mt-2xl-16{margin-top:4rem!important}.mr-2xl-16{margin-right:4rem!important}.mb-2xl-16{margin-bottom:4rem!important}.ml-2xl-16{margin-left:4rem!important}.mx-2xl-16{margin-left:4rem!important;margin-right:4rem!important}.my-2xl-16{margin-top:4rem!important;margin-bottom:4rem!important}.m-2xl-20{margin:5rem!important}.mt-2xl-20{margin-top:5rem!important}.mr-2xl-20{margin-right:5rem!important}.mb-2xl-20{margin-bottom:5rem!important}.ml-2xl-20{margin-left:5rem!important}.mx-2xl-20{margin-left:5rem!important;margin-right:5rem!important}.my-2xl-20{margin-top:5rem!important;margin-bottom:5rem!important}.m-2xl-24{margin:6rem!important}.mt-2xl-24{margin-top:6rem!important}.mr-2xl-24{margin-right:6rem!important}.mb-2xl-24{margin-bottom:6rem!important}.ml-2xl-24{margin-left:6rem!important}.mx-2xl-24{margin-left:6rem!important;margin-right:6rem!important}.my-2xl-24{margin-top:6rem!important;margin-bottom:6rem!important}}@media(min-width:375px){.p-xs-0{padding:0!important}.pt-xs-0{padding-top:0!important}.pr-xs-0{padding-right:0!important}.pb-xs-0{padding-bottom:0!important}.pl-xs-0{padding-left:0!important}.px-xs-0{padding-left:0!important;padding-right:0!important}.py-xs-0{padding-top:0!important;padding-bottom:0!important}.p-xs-1{padding:.25rem!important}.pt-xs-1{padding-top:.25rem!important}.pr-xs-1{padding-right:.25rem!important}.pb-xs-1{padding-bottom:.25rem!important}.pl-xs-1{padding-left:.25rem!important}.px-xs-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-xs-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xs-2{padding:.5rem!important}.pt-xs-2{padding-top:.5rem!important}.pr-xs-2{padding-right:.5rem!important}.pb-xs-2{padding-bottom:.5rem!important}.pl-xs-2{padding-left:.5rem!important}.px-xs-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-xs-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xs-3{padding:.75rem!important}.pt-xs-3{padding-top:.75rem!important}.pr-xs-3{padding-right:.75rem!important}.pb-xs-3{padding-bottom:.75rem!important}.pl-xs-3{padding-left:.75rem!important}.px-xs-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-xs-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-xs-4{padding:1rem!important}.pt-xs-4{padding-top:1rem!important}.pr-xs-4{padding-right:1rem!important}.pb-xs-4{padding-bottom:1rem!important}.pl-xs-4{padding-left:1rem!important}.px-xs-4{padding-left:1rem!important;padding-right:1rem!important}.py-xs-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-xs-5{padding:1.25rem!important}.pt-xs-5{padding-top:1.25rem!important}.pr-xs-5{padding-right:1.25rem!important}.pb-xs-5{padding-bottom:1.25rem!important}.pl-xs-5{padding-left:1.25rem!important}.px-xs-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-xs-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-xs-6{padding:1.5rem!important}.pt-xs-6{padding-top:1.5rem!important}.pr-xs-6{padding-right:1.5rem!important}.pb-xs-6{padding-bottom:1.5rem!important}.pl-xs-6{padding-left:1.5rem!important}.px-xs-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-xs-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xs-8{padding:2rem!important}.pt-xs-8{padding-top:2rem!important}.pr-xs-8{padding-right:2rem!important}.pb-xs-8{padding-bottom:2rem!important}.pl-xs-8{padding-left:2rem!important}.px-xs-8{padding-left:2rem!important;padding-right:2rem!important}.py-xs-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-xs-10{padding:2.5rem!important}.pt-xs-10{padding-top:2.5rem!important}.pr-xs-10{padding-right:2.5rem!important}.pb-xs-10{padding-bottom:2.5rem!important}.pl-xs-10{padding-left:2.5rem!important}.px-xs-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-xs-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-xs-12{padding:3rem!important}.pt-xs-12{padding-top:3rem!important}.pr-xs-12{padding-right:3rem!important}.pb-xs-12{padding-bottom:3rem!important}.pl-xs-12{padding-left:3rem!important}.px-xs-12{padding-left:3rem!important;padding-right:3rem!important}.py-xs-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-xs-14{padding:3.5rem!important}.pt-xs-14{padding-top:3.5rem!important}.pr-xs-14{padding-right:3.5rem!important}.pb-xs-14{padding-bottom:3.5rem!important}.pl-xs-14{padding-left:3.5rem!important}.px-xs-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-xs-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-xs-16{padding:4rem!important}.pt-xs-16{padding-top:4rem!important}.pr-xs-16{padding-right:4rem!important}.pb-xs-16{padding-bottom:4rem!important}.pl-xs-16{padding-left:4rem!important}.px-xs-16{padding-left:4rem!important;padding-right:4rem!important}.py-xs-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-xs-20{padding:5rem!important}.pt-xs-20{padding-top:5rem!important}.pr-xs-20{padding-right:5rem!important}.pb-xs-20{padding-bottom:5rem!important}.pl-xs-20{padding-left:5rem!important}.px-xs-20{padding-left:5rem!important;padding-right:5rem!important}.py-xs-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-xs-24{padding:6rem!important}.pt-xs-24{padding-top:6rem!important}.pr-xs-24{padding-right:6rem!important}.pb-xs-24{padding-bottom:6rem!important}.pl-xs-24{padding-left:6rem!important}.px-xs-24{padding-left:6rem!important;padding-right:6rem!important}.py-xs-24{padding-top:6rem!important;padding-bottom:6rem!important}}@media(min-width:576px){.p-sm-0{padding:0!important}.pt-sm-0{padding-top:0!important}.pr-sm-0{padding-right:0!important}.pb-sm-0{padding-bottom:0!important}.pl-sm-0{padding-left:0!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1{padding-top:.25rem!important}.pr-sm-1{padding-right:.25rem!important}.pb-sm-1{padding-bottom:.25rem!important}.pl-sm-1{padding-left:.25rem!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2{padding-top:.5rem!important}.pr-sm-2{padding-right:.5rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pl-sm-2{padding-left:.5rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-sm-3{padding:.75rem!important}.pt-sm-3{padding-top:.75rem!important}.pr-sm-3{padding-right:.75rem!important}.pb-sm-3{padding-bottom:.75rem!important}.pl-sm-3{padding-left:.75rem!important}.px-sm-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-sm-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-sm-4{padding:1rem!important}.pt-sm-4{padding-top:1rem!important}.pr-sm-4{padding-right:1rem!important}.pb-sm-4{padding-bottom:1rem!important}.pl-sm-4{padding-left:1rem!important}.px-sm-4{padding-left:1rem!important;padding-right:1rem!important}.py-sm-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-sm-5{padding:1.25rem!important}.pt-sm-5{padding-top:1.25rem!important}.pr-sm-5{padding-right:1.25rem!important}.pb-sm-5{padding-bottom:1.25rem!important}.pl-sm-5{padding-left:1.25rem!important}.px-sm-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-sm-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-sm-6{padding:1.5rem!important}.pt-sm-6{padding-top:1.5rem!important}.pr-sm-6{padding-right:1.5rem!important}.pb-sm-6{padding-bottom:1.5rem!important}.pl-sm-6{padding-left:1.5rem!important}.px-sm-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-sm-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-sm-8{padding:2rem!important}.pt-sm-8{padding-top:2rem!important}.pr-sm-8{padding-right:2rem!important}.pb-sm-8{padding-bottom:2rem!important}.pl-sm-8{padding-left:2rem!important}.px-sm-8{padding-left:2rem!important;padding-right:2rem!important}.py-sm-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-sm-10{padding:2.5rem!important}.pt-sm-10{padding-top:2.5rem!important}.pr-sm-10{padding-right:2.5rem!important}.pb-sm-10{padding-bottom:2.5rem!important}.pl-sm-10{padding-left:2.5rem!important}.px-sm-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-sm-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-sm-12{padding:3rem!important}.pt-sm-12{padding-top:3rem!important}.pr-sm-12{padding-right:3rem!important}.pb-sm-12{padding-bottom:3rem!important}.pl-sm-12{padding-left:3rem!important}.px-sm-12{padding-left:3rem!important;padding-right:3rem!important}.py-sm-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-sm-14{padding:3.5rem!important}.pt-sm-14{padding-top:3.5rem!important}.pr-sm-14{padding-right:3.5rem!important}.pb-sm-14{padding-bottom:3.5rem!important}.pl-sm-14{padding-left:3.5rem!important}.px-sm-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-sm-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-sm-16{padding:4rem!important}.pt-sm-16{padding-top:4rem!important}.pr-sm-16{padding-right:4rem!important}.pb-sm-16{padding-bottom:4rem!important}.pl-sm-16{padding-left:4rem!important}.px-sm-16{padding-left:4rem!important;padding-right:4rem!important}.py-sm-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-sm-20{padding:5rem!important}.pt-sm-20{padding-top:5rem!important}.pr-sm-20{padding-right:5rem!important}.pb-sm-20{padding-bottom:5rem!important}.pl-sm-20{padding-left:5rem!important}.px-sm-20{padding-left:5rem!important;padding-right:5rem!important}.py-sm-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-sm-24{padding:6rem!important}.pt-sm-24{padding-top:6rem!important}.pr-sm-24{padding-right:6rem!important}.pb-sm-24{padding-bottom:6rem!important}.pl-sm-24{padding-left:6rem!important}.px-sm-24{padding-left:6rem!important;padding-right:6rem!important}.py-sm-24{padding-top:6rem!important;padding-bottom:6rem!important}}@media(min-width:768px){.p-md-0{padding:0!important}.pt-md-0{padding-top:0!important}.pr-md-0{padding-right:0!important}.pb-md-0{padding-bottom:0!important}.pl-md-0{padding-left:0!important}.px-md-0{padding-left:0!important;padding-right:0!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.p-md-1{padding:.25rem!important}.pt-md-1{padding-top:.25rem!important}.pr-md-1{padding-right:.25rem!important}.pb-md-1{padding-bottom:.25rem!important}.pl-md-1{padding-left:.25rem!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2{padding-top:.5rem!important}.pr-md-2{padding-right:.5rem!important}.pb-md-2{padding-bottom:.5rem!important}.pl-md-2{padding-left:.5rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-md-3{padding:.75rem!important}.pt-md-3{padding-top:.75rem!important}.pr-md-3{padding-right:.75rem!important}.pb-md-3{padding-bottom:.75rem!important}.pl-md-3{padding-left:.75rem!important}.px-md-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-md-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-md-4{padding:1rem!important}.pt-md-4{padding-top:1rem!important}.pr-md-4{padding-right:1rem!important}.pb-md-4{padding-bottom:1rem!important}.pl-md-4{padding-left:1rem!important}.px-md-4{padding-left:1rem!important;padding-right:1rem!important}.py-md-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-md-5{padding:1.25rem!important}.pt-md-5{padding-top:1.25rem!important}.pr-md-5{padding-right:1.25rem!important}.pb-md-5{padding-bottom:1.25rem!important}.pl-md-5{padding-left:1.25rem!important}.px-md-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-md-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-md-6{padding:1.5rem!important}.pt-md-6{padding-top:1.5rem!important}.pr-md-6{padding-right:1.5rem!important}.pb-md-6{padding-bottom:1.5rem!important}.pl-md-6{padding-left:1.5rem!important}.px-md-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-md-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-md-8{padding:2rem!important}.pt-md-8{padding-top:2rem!important}.pr-md-8{padding-right:2rem!important}.pb-md-8{padding-bottom:2rem!important}.pl-md-8{padding-left:2rem!important}.px-md-8{padding-left:2rem!important;padding-right:2rem!important}.py-md-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-md-10{padding:2.5rem!important}.pt-md-10{padding-top:2.5rem!important}.pr-md-10{padding-right:2.5rem!important}.pb-md-10{padding-bottom:2.5rem!important}.pl-md-10{padding-left:2.5rem!important}.px-md-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-md-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-md-12{padding:3rem!important}.pt-md-12{padding-top:3rem!important}.pr-md-12{padding-right:3rem!important}.pb-md-12{padding-bottom:3rem!important}.pl-md-12{padding-left:3rem!important}.px-md-12{padding-left:3rem!important;padding-right:3rem!important}.py-md-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-md-14{padding:3.5rem!important}.pt-md-14{padding-top:3.5rem!important}.pr-md-14{padding-right:3.5rem!important}.pb-md-14{padding-bottom:3.5rem!important}.pl-md-14{padding-left:3.5rem!important}.px-md-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-md-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-md-16{padding:4rem!important}.pt-md-16{padding-top:4rem!important}.pr-md-16{padding-right:4rem!important}.pb-md-16{padding-bottom:4rem!important}.pl-md-16{padding-left:4rem!important}.px-md-16{padding-left:4rem!important;padding-right:4rem!important}.py-md-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-md-20{padding:5rem!important}.pt-md-20{padding-top:5rem!important}.pr-md-20{padding-right:5rem!important}.pb-md-20{padding-bottom:5rem!important}.pl-md-20{padding-left:5rem!important}.px-md-20{padding-left:5rem!important;padding-right:5rem!important}.py-md-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-md-24{padding:6rem!important}.pt-md-24{padding-top:6rem!important}.pr-md-24{padding-right:6rem!important}.pb-md-24{padding-bottom:6rem!important}.pl-md-24{padding-left:6rem!important}.px-md-24{padding-left:6rem!important;padding-right:6rem!important}.py-md-24{padding-top:6rem!important;padding-bottom:6rem!important}}@media(min-width:992px){.p-lg-0{padding:0!important}.pt-lg-0{padding-top:0!important}.pr-lg-0{padding-right:0!important}.pb-lg-0{padding-bottom:0!important}.pl-lg-0{padding-left:0!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1{padding-top:.25rem!important}.pr-lg-1{padding-right:.25rem!important}.pb-lg-1{padding-bottom:.25rem!important}.pl-lg-1{padding-left:.25rem!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2{padding-top:.5rem!important}.pr-lg-2{padding-right:.5rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pl-lg-2{padding-left:.5rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-lg-3{padding:.75rem!important}.pt-lg-3{padding-top:.75rem!important}.pr-lg-3{padding-right:.75rem!important}.pb-lg-3{padding-bottom:.75rem!important}.pl-lg-3{padding-left:.75rem!important}.px-lg-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-lg-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-lg-4{padding:1rem!important}.pt-lg-4{padding-top:1rem!important}.pr-lg-4{padding-right:1rem!important}.pb-lg-4{padding-bottom:1rem!important}.pl-lg-4{padding-left:1rem!important}.px-lg-4{padding-left:1rem!important;padding-right:1rem!important}.py-lg-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-lg-5{padding:1.25rem!important}.pt-lg-5{padding-top:1.25rem!important}.pr-lg-5{padding-right:1.25rem!important}.pb-lg-5{padding-bottom:1.25rem!important}.pl-lg-5{padding-left:1.25rem!important}.px-lg-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-lg-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-lg-6{padding:1.5rem!important}.pt-lg-6{padding-top:1.5rem!important}.pr-lg-6{padding-right:1.5rem!important}.pb-lg-6{padding-bottom:1.5rem!important}.pl-lg-6{padding-left:1.5rem!important}.px-lg-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-lg-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-lg-8{padding:2rem!important}.pt-lg-8{padding-top:2rem!important}.pr-lg-8{padding-right:2rem!important}.pb-lg-8{padding-bottom:2rem!important}.pl-lg-8{padding-left:2rem!important}.px-lg-8{padding-left:2rem!important;padding-right:2rem!important}.py-lg-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-lg-10{padding:2.5rem!important}.pt-lg-10{padding-top:2.5rem!important}.pr-lg-10{padding-right:2.5rem!important}.pb-lg-10{padding-bottom:2.5rem!important}.pl-lg-10{padding-left:2.5rem!important}.px-lg-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-lg-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-lg-12{padding:3rem!important}.pt-lg-12{padding-top:3rem!important}.pr-lg-12{padding-right:3rem!important}.pb-lg-12{padding-bottom:3rem!important}.pl-lg-12{padding-left:3rem!important}.px-lg-12{padding-left:3rem!important;padding-right:3rem!important}.py-lg-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-lg-14{padding:3.5rem!important}.pt-lg-14{padding-top:3.5rem!important}.pr-lg-14{padding-right:3.5rem!important}.pb-lg-14{padding-bottom:3.5rem!important}.pl-lg-14{padding-left:3.5rem!important}.px-lg-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-lg-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-lg-16{padding:4rem!important}.pt-lg-16{padding-top:4rem!important}.pr-lg-16{padding-right:4rem!important}.pb-lg-16{padding-bottom:4rem!important}.pl-lg-16{padding-left:4rem!important}.px-lg-16{padding-left:4rem!important;padding-right:4rem!important}.py-lg-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-lg-20{padding:5rem!important}.pt-lg-20{padding-top:5rem!important}.pr-lg-20{padding-right:5rem!important}.pb-lg-20{padding-bottom:5rem!important}.pl-lg-20{padding-left:5rem!important}.px-lg-20{padding-left:5rem!important;padding-right:5rem!important}.py-lg-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-lg-24{padding:6rem!important}.pt-lg-24{padding-top:6rem!important}.pr-lg-24{padding-right:6rem!important}.pb-lg-24{padding-bottom:6rem!important}.pl-lg-24{padding-left:6rem!important}.px-lg-24{padding-left:6rem!important;padding-right:6rem!important}.py-lg-24{padding-top:6rem!important;padding-bottom:6rem!important}}@media(min-width:1200px){.p-xl-0{padding:0!important}.pt-xl-0{padding-top:0!important}.pr-xl-0{padding-right:0!important}.pb-xl-0{padding-bottom:0!important}.pl-xl-0{padding-left:0!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1{padding-top:.25rem!important}.pr-xl-1{padding-right:.25rem!important}.pb-xl-1{padding-bottom:.25rem!important}.pl-xl-1{padding-left:.25rem!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2{padding-top:.5rem!important}.pr-xl-2{padding-right:.5rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pl-xl-2{padding-left:.5rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xl-3{padding:.75rem!important}.pt-xl-3{padding-top:.75rem!important}.pr-xl-3{padding-right:.75rem!important}.pb-xl-3{padding-bottom:.75rem!important}.pl-xl-3{padding-left:.75rem!important}.px-xl-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-xl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-xl-4{padding:1rem!important}.pt-xl-4{padding-top:1rem!important}.pr-xl-4{padding-right:1rem!important}.pb-xl-4{padding-bottom:1rem!important}.pl-xl-4{padding-left:1rem!important}.px-xl-4{padding-left:1rem!important;padding-right:1rem!important}.py-xl-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-xl-5{padding:1.25rem!important}.pt-xl-5{padding-top:1.25rem!important}.pr-xl-5{padding-right:1.25rem!important}.pb-xl-5{padding-bottom:1.25rem!important}.pl-xl-5{padding-left:1.25rem!important}.px-xl-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-xl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-xl-6{padding:1.5rem!important}.pt-xl-6{padding-top:1.5rem!important}.pr-xl-6{padding-right:1.5rem!important}.pb-xl-6{padding-bottom:1.5rem!important}.pl-xl-6{padding-left:1.5rem!important}.px-xl-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-xl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xl-8{padding:2rem!important}.pt-xl-8{padding-top:2rem!important}.pr-xl-8{padding-right:2rem!important}.pb-xl-8{padding-bottom:2rem!important}.pl-xl-8{padding-left:2rem!important}.px-xl-8{padding-left:2rem!important;padding-right:2rem!important}.py-xl-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-xl-10{padding:2.5rem!important}.pt-xl-10{padding-top:2.5rem!important}.pr-xl-10{padding-right:2.5rem!important}.pb-xl-10{padding-bottom:2.5rem!important}.pl-xl-10{padding-left:2.5rem!important}.px-xl-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-xl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-xl-12{padding:3rem!important}.pt-xl-12{padding-top:3rem!important}.pr-xl-12{padding-right:3rem!important}.pb-xl-12{padding-bottom:3rem!important}.pl-xl-12{padding-left:3rem!important}.px-xl-12{padding-left:3rem!important;padding-right:3rem!important}.py-xl-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-xl-14{padding:3.5rem!important}.pt-xl-14{padding-top:3.5rem!important}.pr-xl-14{padding-right:3.5rem!important}.pb-xl-14{padding-bottom:3.5rem!important}.pl-xl-14{padding-left:3.5rem!important}.px-xl-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-xl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-xl-16{padding:4rem!important}.pt-xl-16{padding-top:4rem!important}.pr-xl-16{padding-right:4rem!important}.pb-xl-16{padding-bottom:4rem!important}.pl-xl-16{padding-left:4rem!important}.px-xl-16{padding-left:4rem!important;padding-right:4rem!important}.py-xl-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-xl-20{padding:5rem!important}.pt-xl-20{padding-top:5rem!important}.pr-xl-20{padding-right:5rem!important}.pb-xl-20{padding-bottom:5rem!important}.pl-xl-20{padding-left:5rem!important}.px-xl-20{padding-left:5rem!important;padding-right:5rem!important}.py-xl-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-xl-24{padding:6rem!important}.pt-xl-24{padding-top:6rem!important}.pr-xl-24{padding-right:6rem!important}.pb-xl-24{padding-bottom:6rem!important}.pl-xl-24{padding-left:6rem!important}.px-xl-24{padding-left:6rem!important;padding-right:6rem!important}.py-xl-24{padding-top:6rem!important;padding-bottom:6rem!important}}@media(min-width:1440px){.p-2xl-0{padding:0!important}.pt-2xl-0{padding-top:0!important}.pr-2xl-0{padding-right:0!important}.pb-2xl-0{padding-bottom:0!important}.pl-2xl-0{padding-left:0!important}.px-2xl-0{padding-left:0!important;padding-right:0!important}.py-2xl-0{padding-top:0!important;padding-bottom:0!important}.p-2xl-1{padding:.25rem!important}.pt-2xl-1{padding-top:.25rem!important}.pr-2xl-1{padding-right:.25rem!important}.pb-2xl-1{padding-bottom:.25rem!important}.pl-2xl-1{padding-left:.25rem!important}.px-2xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-2xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2xl-2{padding:.5rem!important}.pt-2xl-2{padding-top:.5rem!important}.pr-2xl-2{padding-right:.5rem!important}.pb-2xl-2{padding-bottom:.5rem!important}.pl-2xl-2{padding-left:.5rem!important}.px-2xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-2xl-3{padding:.75rem!important}.pt-2xl-3{padding-top:.75rem!important}.pr-2xl-3{padding-right:.75rem!important}.pb-2xl-3{padding-bottom:.75rem!important}.pl-2xl-3{padding-left:.75rem!important}.px-2xl-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-2xl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-2xl-4{padding:1rem!important}.pt-2xl-4{padding-top:1rem!important}.pr-2xl-4{padding-right:1rem!important}.pb-2xl-4{padding-bottom:1rem!important}.pl-2xl-4{padding-left:1rem!important}.px-2xl-4{padding-left:1rem!important;padding-right:1rem!important}.py-2xl-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-2xl-5{padding:1.25rem!important}.pt-2xl-5{padding-top:1.25rem!important}.pr-2xl-5{padding-right:1.25rem!important}.pb-2xl-5{padding-bottom:1.25rem!important}.pl-2xl-5{padding-left:1.25rem!important}.px-2xl-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-2xl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.p-2xl-6{padding:1.5rem!important}.pt-2xl-6{padding-top:1.5rem!important}.pr-2xl-6{padding-right:1.5rem!important}.pb-2xl-6{padding-bottom:1.5rem!important}.pl-2xl-6{padding-left:1.5rem!important}.px-2xl-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-2xl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-2xl-8{padding:2rem!important}.pt-2xl-8{padding-top:2rem!important}.pr-2xl-8{padding-right:2rem!important}.pb-2xl-8{padding-bottom:2rem!important}.pl-2xl-8{padding-left:2rem!important}.px-2xl-8{padding-left:2rem!important;padding-right:2rem!important}.py-2xl-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-2xl-10{padding:2.5rem!important}.pt-2xl-10{padding-top:2.5rem!important}.pr-2xl-10{padding-right:2.5rem!important}.pb-2xl-10{padding-bottom:2.5rem!important}.pl-2xl-10{padding-left:2.5rem!important}.px-2xl-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.py-2xl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.p-2xl-12{padding:3rem!important}.pt-2xl-12{padding-top:3rem!important}.pr-2xl-12{padding-right:3rem!important}.pb-2xl-12{padding-bottom:3rem!important}.pl-2xl-12{padding-left:3rem!important}.px-2xl-12{padding-left:3rem!important;padding-right:3rem!important}.py-2xl-12{padding-top:3rem!important;padding-bottom:3rem!important}.p-2xl-14{padding:3.5rem!important}.pt-2xl-14{padding-top:3.5rem!important}.pr-2xl-14{padding-right:3.5rem!important}.pb-2xl-14{padding-bottom:3.5rem!important}.pl-2xl-14{padding-left:3.5rem!important}.px-2xl-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.py-2xl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.p-2xl-16{padding:4rem!important}.pt-2xl-16{padding-top:4rem!important}.pr-2xl-16{padding-right:4rem!important}.pb-2xl-16{padding-bottom:4rem!important}.pl-2xl-16{padding-left:4rem!important}.px-2xl-16{padding-left:4rem!important;padding-right:4rem!important}.py-2xl-16{padding-top:4rem!important;padding-bottom:4rem!important}.p-2xl-20{padding:5rem!important}.pt-2xl-20{padding-top:5rem!important}.pr-2xl-20{padding-right:5rem!important}.pb-2xl-20{padding-bottom:5rem!important}.pl-2xl-20{padding-left:5rem!important}.px-2xl-20{padding-left:5rem!important;padding-right:5rem!important}.py-2xl-20{padding-top:5rem!important;padding-bottom:5rem!important}.p-2xl-24{padding:6rem!important}.pt-2xl-24{padding-top:6rem!important}.pr-2xl-24{padding-right:6rem!important}.pb-2xl-24{padding-bottom:6rem!important}.pl-2xl-24{padding-left:6rem!important}.px-2xl-24{padding-left:6rem!important;padding-right:6rem!important}.py-2xl-24{padding-top:6rem!important;padding-bottom:6rem!important}}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33.333333%!important}.w-50{width:50%!important}.w-66{width:66.666667%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-1{width:1rem!important}.w-2{width:2rem!important}.w-3{width:3rem!important}.w-4{width:4rem!important}.w-5{width:5rem!important}.w-6{width:6rem!important}.w-8{width:8rem!important}.w-10{width:10rem!important}.w-12{width:12rem!important}.w-16{width:16rem!important}.w-20{width:20rem!important}.w-24{width:24rem!important}.w-32{width:32rem!important}.w-40{width:40rem!important}.w-48{width:48rem!important}.w-56{width:56rem!important}.w-64{width:64rem!important}.max-w-none{max-width:none!important}.max-w-xs{max-width:20rem!important}.max-w-sm{max-width:30rem!important}.max-w-md{max-width:40rem!important}.max-w-lg{max-width:50rem!important}.max-w-xl{max-width:60rem!important}.max-w-2xl{max-width:70rem!important}.max-w-full{max-width:100%!important}.h-auto{height:auto!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100vh!important}.h-1{height:1rem!important}.h-2{height:2rem!important}.h-3{height:3rem!important}.h-4{height:4rem!important}.h-5{height:5rem!important}.h-6{height:6rem!important}.h-8{height:8rem!important}.h-10{height:10rem!important}.h-12{height:12rem!important}.h-16{height:16rem!important}.h-20{height:20rem!important}.h-24{height:24rem!important}.h-32{height:32rem!important}.h-40{height:40rem!important}.h-48{height:48rem!important}.h-56{height:56rem!important}.h-64{height:64rem!important}.min-h-0{min-height:0!important}.min-h-full{min-height:100%!important}.min-h-screen{min-height:100vh!important}.max-h-full{max-height:100%!important}.max-h-screen{max-height:100vh!important}.pos-static{position:static!important}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-fixed{position:fixed!important}.pos-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.top-50{top:50%!important}.right-50{right:50%!important}.bottom-50{bottom:50%!important}.left-50{left:50%!important}.top-100{top:100%!important}.right-100{right:100%!important}.bottom-100{bottom:100%!important}.left-100{left:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.z-negative{z-index:-1!important}.z-base{z-index:0!important}.z-dropdown{z-index:10!important}.z-sticky{z-index:20!important}.z-fixed{z-index:30!important}.z-drawer{z-index:40!important}.z-modal{z-index:50!important}.z-popover{z-index:60!important}.z-toast{z-index:70!important}.z-tooltip{z-index:80!important}.z-max{z-index:9999!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}@media(min-width:375px){.d-xs-flex{display:flex!important}.d-xs-inline-flex{display:inline-flex!important}}@media(min-width:576px){.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media(min-width:1440px){.d-2xl-flex{display:flex!important}.d-2xl-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}@media(min-width:375px){.flex-xs-row{flex-direction:row!important}.flex-xs-column{flex-direction:column!important}.flex-xs-row-reverse{flex-direction:row-reverse!important}.flex-xs-column-reverse{flex-direction:column-reverse!important}}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}}@media(min-width:1440px){.flex-2xl-row{flex-direction:row!important}.flex-2xl-column{flex-direction:column!important}.flex-2xl-row-reverse{flex-direction:row-reverse!important}.flex-2xl-column-reverse{flex-direction:column-reverse!important}}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}@media(min-width:375px){.justify-content-xs-start{justify-content:flex-start!important}.justify-content-xs-end{justify-content:flex-end!important}.justify-content-xs-center{justify-content:center!important}.justify-content-xs-between{justify-content:space-between!important}.justify-content-xs-around{justify-content:space-around!important}.justify-content-xs-evenly{justify-content:space-evenly!important}}@media(min-width:576px){.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}}@media(min-width:768px){.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}}@media(min-width:992px){.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}}@media(min-width:1200px){.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}}@media(min-width:1440px){.justify-content-2xl-start{justify-content:flex-start!important}.justify-content-2xl-end{justify-content:flex-end!important}.justify-content-2xl-center{justify-content:center!important}.justify-content-2xl-between{justify-content:space-between!important}.justify-content-2xl-around{justify-content:space-around!important}.justify-content-2xl-evenly{justify-content:space-evenly!important}}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}@media(min-width:375px){.align-items-xs-start{align-items:flex-start!important}.align-items-xs-end{align-items:flex-end!important}.align-items-xs-center{align-items:center!important}.align-items-xs-baseline{align-items:baseline!important}.align-items-xs-stretch{align-items:stretch!important}}@media(min-width:576px){.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}}@media(min-width:768px){.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}}@media(min-width:992px){.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}}@media(min-width:1200px){.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}}@media(min-width:1440px){.align-items-2xl-start{align-items:flex-start!important}.align-items-2xl-end{align-items:flex-end!important}.align-items-2xl-center{align-items:center!important}.align-items-2xl-baseline{align-items:baseline!important}.align-items-2xl-stretch{align-items:stretch!important}}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.flex-1{flex:1!important}.flex-auto{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.order-first{order:-1!important}.order-last{order:9999!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}@media(min-width:375px){.order-xs-first{order:-1!important}.order-xs-last{order:9999!important}.order-xs-0{order:0!important}.order-xs-1{order:1!important}.order-xs-2{order:2!important}.order-xs-3{order:3!important}.order-xs-4{order:4!important}.order-xs-5{order:5!important}}@media(min-width:576px){.order-sm-first{order:-1!important}.order-sm-last{order:9999!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}}@media(min-width:768px){.order-md-first{order:-1!important}.order-md-last{order:9999!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}}@media(min-width:992px){.order-lg-first{order:-1!important}.order-lg-last{order:9999!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}}@media(min-width:1200px){.order-xl-first{order:-1!important}.order-xl-last{order:9999!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}}@media(min-width:1440px){.order-2xl-first{order:-1!important}.order-2xl-last{order:9999!important}.order-2xl-0{order:0!important}.order-2xl-1{order:1!important}.order-2xl-2{order:2!important}.order-2xl-3{order:3!important}.order-2xl-4{order:4!important}.order-2xl-5{order:5!important}}.gap-0{gap:0!important}.gap-x-0{column-gap:0!important}.gap-y-0{row-gap:0!important}.gap-1{gap:.25rem!important}.gap-x-1{column-gap:.25rem!important}.gap-y-1{row-gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-x-2{column-gap:.5rem!important}.gap-y-2{row-gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-x-3{column-gap:.75rem!important}.gap-y-3{row-gap:.75rem!important}.gap-4{gap:1rem!important}.gap-x-4{column-gap:1rem!important}.gap-y-4{row-gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-x-5{column-gap:1.25rem!important}.gap-y-5{row-gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-x-6{column-gap:1.5rem!important}.gap-y-6{row-gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-x-8{column-gap:2rem!important}.gap-y-8{row-gap:2rem!important}.gap-10{gap:2.5rem!important}.gap-x-10{column-gap:2.5rem!important}.gap-y-10{row-gap:2.5rem!important}.gap-12{gap:3rem!important}.gap-x-12{column-gap:3rem!important}.gap-y-12{row-gap:3rem!important}.gap-14{gap:3.5rem!important}.gap-x-14{column-gap:3.5rem!important}.gap-y-14{row-gap:3.5rem!important}.gap-16{gap:4rem!important}.gap-x-16{column-gap:4rem!important}.gap-y-16{row-gap:4rem!important}.gap-20{gap:5rem!important}.gap-x-20{column-gap:5rem!important}.gap-y-20{row-gap:5rem!important}.gap-24{gap:6rem!important}.gap-x-24{column-gap:6rem!important}.gap-y-24{row-gap:6rem!important}@media(min-width:375px){.gap-xs-0{gap:0!important}.gap-x-xs-0{column-gap:0!important}.gap-y-xs-0{row-gap:0!important}.gap-xs-1{gap:.25rem!important}.gap-x-xs-1{column-gap:.25rem!important}.gap-y-xs-1{row-gap:.25rem!important}.gap-xs-2{gap:.5rem!important}.gap-x-xs-2{column-gap:.5rem!important}.gap-y-xs-2{row-gap:.5rem!important}.gap-xs-3{gap:.75rem!important}.gap-x-xs-3{column-gap:.75rem!important}.gap-y-xs-3{row-gap:.75rem!important}.gap-xs-4{gap:1rem!important}.gap-x-xs-4{column-gap:1rem!important}.gap-y-xs-4{row-gap:1rem!important}.gap-xs-5{gap:1.25rem!important}.gap-x-xs-5{column-gap:1.25rem!important}.gap-y-xs-5{row-gap:1.25rem!important}.gap-xs-6{gap:1.5rem!important}.gap-x-xs-6{column-gap:1.5rem!important}.gap-y-xs-6{row-gap:1.5rem!important}.gap-xs-8{gap:2rem!important}.gap-x-xs-8{column-gap:2rem!important}.gap-y-xs-8{row-gap:2rem!important}.gap-xs-10{gap:2.5rem!important}.gap-x-xs-10{column-gap:2.5rem!important}.gap-y-xs-10{row-gap:2.5rem!important}.gap-xs-12{gap:3rem!important}.gap-x-xs-12{column-gap:3rem!important}.gap-y-xs-12{row-gap:3rem!important}.gap-xs-14{gap:3.5rem!important}.gap-x-xs-14{column-gap:3.5rem!important}.gap-y-xs-14{row-gap:3.5rem!important}.gap-xs-16{gap:4rem!important}.gap-x-xs-16{column-gap:4rem!important}.gap-y-xs-16{row-gap:4rem!important}.gap-xs-20{gap:5rem!important}.gap-x-xs-20{column-gap:5rem!important}.gap-y-xs-20{row-gap:5rem!important}.gap-xs-24{gap:6rem!important}.gap-x-xs-24{column-gap:6rem!important}.gap-y-xs-24{row-gap:6rem!important}}@media(min-width:576px){.gap-sm-0{gap:0!important}.gap-x-sm-0{column-gap:0!important}.gap-y-sm-0{row-gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-x-sm-1{column-gap:.25rem!important}.gap-y-sm-1{row-gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-x-sm-2{column-gap:.5rem!important}.gap-y-sm-2{row-gap:.5rem!important}.gap-sm-3{gap:.75rem!important}.gap-x-sm-3{column-gap:.75rem!important}.gap-y-sm-3{row-gap:.75rem!important}.gap-sm-4{gap:1rem!important}.gap-x-sm-4{column-gap:1rem!important}.gap-y-sm-4{row-gap:1rem!important}.gap-sm-5{gap:1.25rem!important}.gap-x-sm-5{column-gap:1.25rem!important}.gap-y-sm-5{row-gap:1.25rem!important}.gap-sm-6{gap:1.5rem!important}.gap-x-sm-6{column-gap:1.5rem!important}.gap-y-sm-6{row-gap:1.5rem!important}.gap-sm-8{gap:2rem!important}.gap-x-sm-8{column-gap:2rem!important}.gap-y-sm-8{row-gap:2rem!important}.gap-sm-10{gap:2.5rem!important}.gap-x-sm-10{column-gap:2.5rem!important}.gap-y-sm-10{row-gap:2.5rem!important}.gap-sm-12{gap:3rem!important}.gap-x-sm-12{column-gap:3rem!important}.gap-y-sm-12{row-gap:3rem!important}.gap-sm-14{gap:3.5rem!important}.gap-x-sm-14{column-gap:3.5rem!important}.gap-y-sm-14{row-gap:3.5rem!important}.gap-sm-16{gap:4rem!important}.gap-x-sm-16{column-gap:4rem!important}.gap-y-sm-16{row-gap:4rem!important}.gap-sm-20{gap:5rem!important}.gap-x-sm-20{column-gap:5rem!important}.gap-y-sm-20{row-gap:5rem!important}.gap-sm-24{gap:6rem!important}.gap-x-sm-24{column-gap:6rem!important}.gap-y-sm-24{row-gap:6rem!important}}@media(min-width:768px){.gap-md-0{gap:0!important}.gap-x-md-0{column-gap:0!important}.gap-y-md-0{row-gap:0!important}.gap-md-1{gap:.25rem!important}.gap-x-md-1{column-gap:.25rem!important}.gap-y-md-1{row-gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-x-md-2{column-gap:.5rem!important}.gap-y-md-2{row-gap:.5rem!important}.gap-md-3{gap:.75rem!important}.gap-x-md-3{column-gap:.75rem!important}.gap-y-md-3{row-gap:.75rem!important}.gap-md-4{gap:1rem!important}.gap-x-md-4{column-gap:1rem!important}.gap-y-md-4{row-gap:1rem!important}.gap-md-5{gap:1.25rem!important}.gap-x-md-5{column-gap:1.25rem!important}.gap-y-md-5{row-gap:1.25rem!important}.gap-md-6{gap:1.5rem!important}.gap-x-md-6{column-gap:1.5rem!important}.gap-y-md-6{row-gap:1.5rem!important}.gap-md-8{gap:2rem!important}.gap-x-md-8{column-gap:2rem!important}.gap-y-md-8{row-gap:2rem!important}.gap-md-10{gap:2.5rem!important}.gap-x-md-10{column-gap:2.5rem!important}.gap-y-md-10{row-gap:2.5rem!important}.gap-md-12{gap:3rem!important}.gap-x-md-12{column-gap:3rem!important}.gap-y-md-12{row-gap:3rem!important}.gap-md-14{gap:3.5rem!important}.gap-x-md-14{column-gap:3.5rem!important}.gap-y-md-14{row-gap:3.5rem!important}.gap-md-16{gap:4rem!important}.gap-x-md-16{column-gap:4rem!important}.gap-y-md-16{row-gap:4rem!important}.gap-md-20{gap:5rem!important}.gap-x-md-20{column-gap:5rem!important}.gap-y-md-20{row-gap:5rem!important}.gap-md-24{gap:6rem!important}.gap-x-md-24{column-gap:6rem!important}.gap-y-md-24{row-gap:6rem!important}}@media(min-width:992px){.gap-lg-0{gap:0!important}.gap-x-lg-0{column-gap:0!important}.gap-y-lg-0{row-gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-x-lg-1{column-gap:.25rem!important}.gap-y-lg-1{row-gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-x-lg-2{column-gap:.5rem!important}.gap-y-lg-2{row-gap:.5rem!important}.gap-lg-3{gap:.75rem!important}.gap-x-lg-3{column-gap:.75rem!important}.gap-y-lg-3{row-gap:.75rem!important}.gap-lg-4{gap:1rem!important}.gap-x-lg-4{column-gap:1rem!important}.gap-y-lg-4{row-gap:1rem!important}.gap-lg-5{gap:1.25rem!important}.gap-x-lg-5{column-gap:1.25rem!important}.gap-y-lg-5{row-gap:1.25rem!important}.gap-lg-6{gap:1.5rem!important}.gap-x-lg-6{column-gap:1.5rem!important}.gap-y-lg-6{row-gap:1.5rem!important}.gap-lg-8{gap:2rem!important}.gap-x-lg-8{column-gap:2rem!important}.gap-y-lg-8{row-gap:2rem!important}.gap-lg-10{gap:2.5rem!important}.gap-x-lg-10{column-gap:2.5rem!important}.gap-y-lg-10{row-gap:2.5rem!important}.gap-lg-12{gap:3rem!important}.gap-x-lg-12{column-gap:3rem!important}.gap-y-lg-12{row-gap:3rem!important}.gap-lg-14{gap:3.5rem!important}.gap-x-lg-14{column-gap:3.5rem!important}.gap-y-lg-14{row-gap:3.5rem!important}.gap-lg-16{gap:4rem!important}.gap-x-lg-16{column-gap:4rem!important}.gap-y-lg-16{row-gap:4rem!important}.gap-lg-20{gap:5rem!important}.gap-x-lg-20{column-gap:5rem!important}.gap-y-lg-20{row-gap:5rem!important}.gap-lg-24{gap:6rem!important}.gap-x-lg-24{column-gap:6rem!important}.gap-y-lg-24{row-gap:6rem!important}}@media(min-width:1200px){.gap-xl-0{gap:0!important}.gap-x-xl-0{column-gap:0!important}.gap-y-xl-0{row-gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-x-xl-1{column-gap:.25rem!important}.gap-y-xl-1{row-gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-x-xl-2{column-gap:.5rem!important}.gap-y-xl-2{row-gap:.5rem!important}.gap-xl-3{gap:.75rem!important}.gap-x-xl-3{column-gap:.75rem!important}.gap-y-xl-3{row-gap:.75rem!important}.gap-xl-4{gap:1rem!important}.gap-x-xl-4{column-gap:1rem!important}.gap-y-xl-4{row-gap:1rem!important}.gap-xl-5{gap:1.25rem!important}.gap-x-xl-5{column-gap:1.25rem!important}.gap-y-xl-5{row-gap:1.25rem!important}.gap-xl-6{gap:1.5rem!important}.gap-x-xl-6{column-gap:1.5rem!important}.gap-y-xl-6{row-gap:1.5rem!important}.gap-xl-8{gap:2rem!important}.gap-x-xl-8{column-gap:2rem!important}.gap-y-xl-8{row-gap:2rem!important}.gap-xl-10{gap:2.5rem!important}.gap-x-xl-10{column-gap:2.5rem!important}.gap-y-xl-10{row-gap:2.5rem!important}.gap-xl-12{gap:3rem!important}.gap-x-xl-12{column-gap:3rem!important}.gap-y-xl-12{row-gap:3rem!important}.gap-xl-14{gap:3.5rem!important}.gap-x-xl-14{column-gap:3.5rem!important}.gap-y-xl-14{row-gap:3.5rem!important}.gap-xl-16{gap:4rem!important}.gap-x-xl-16{column-gap:4rem!important}.gap-y-xl-16{row-gap:4rem!important}.gap-xl-20{gap:5rem!important}.gap-x-xl-20{column-gap:5rem!important}.gap-y-xl-20{row-gap:5rem!important}.gap-xl-24{gap:6rem!important}.gap-x-xl-24{column-gap:6rem!important}.gap-y-xl-24{row-gap:6rem!important}}@media(min-width:1440px){.gap-2xl-0{gap:0!important}.gap-x-2xl-0{column-gap:0!important}.gap-y-2xl-0{row-gap:0!important}.gap-2xl-1{gap:.25rem!important}.gap-x-2xl-1{column-gap:.25rem!important}.gap-y-2xl-1{row-gap:.25rem!important}.gap-2xl-2{gap:.5rem!important}.gap-x-2xl-2{column-gap:.5rem!important}.gap-y-2xl-2{row-gap:.5rem!important}.gap-2xl-3{gap:.75rem!important}.gap-x-2xl-3{column-gap:.75rem!important}.gap-y-2xl-3{row-gap:.75rem!important}.gap-2xl-4{gap:1rem!important}.gap-x-2xl-4{column-gap:1rem!important}.gap-y-2xl-4{row-gap:1rem!important}.gap-2xl-5{gap:1.25rem!important}.gap-x-2xl-5{column-gap:1.25rem!important}.gap-y-2xl-5{row-gap:1.25rem!important}.gap-2xl-6{gap:1.5rem!important}.gap-x-2xl-6{column-gap:1.5rem!important}.gap-y-2xl-6{row-gap:1.5rem!important}.gap-2xl-8{gap:2rem!important}.gap-x-2xl-8{column-gap:2rem!important}.gap-y-2xl-8{row-gap:2rem!important}.gap-2xl-10{gap:2.5rem!important}.gap-x-2xl-10{column-gap:2.5rem!important}.gap-y-2xl-10{row-gap:2.5rem!important}.gap-2xl-12{gap:3rem!important}.gap-x-2xl-12{column-gap:3rem!important}.gap-y-2xl-12{row-gap:3rem!important}.gap-2xl-14{gap:3.5rem!important}.gap-x-2xl-14{column-gap:3.5rem!important}.gap-y-2xl-14{row-gap:3.5rem!important}.gap-2xl-16{gap:4rem!important}.gap-x-2xl-16{column-gap:4rem!important}.gap-y-2xl-16{row-gap:4rem!important}.gap-2xl-20{gap:5rem!important}.gap-x-2xl-20{column-gap:5rem!important}.gap-y-2xl-20{row-gap:5rem!important}.gap-2xl-24{gap:6rem!important}.gap-x-2xl-24{column-gap:6rem!important}.gap-y-2xl-24{row-gap:6rem!important}}.d-inline-grid{display:inline-grid!important}@media(min-width:375px){.d-xs-grid{display:grid!important}.d-xs-inline-grid{display:inline-grid!important}}@media(min-width:576px){.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}}@media(min-width:768px){.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}}@media(min-width:992px){.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}}@media(min-width:1200px){.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}}@media(min-width:1440px){.d-2xl-grid{display:grid!important}.d-2xl-inline-grid{display:inline-grid!important}}.grid-cols-none{grid-template-columns:none!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}@media(min-width:375px){.grid-cols-xs-none{grid-template-columns:none!important}.grid-cols-xs-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-xs-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-xs-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-xs-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-xs-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-xs-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-xs-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-xs-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-xs-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-xs-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-xs-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-xs-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}}@media(min-width:576px){.grid-cols-sm-none{grid-template-columns:none!important}.grid-cols-sm-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-sm-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-sm-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-sm-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-sm-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-sm-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-sm-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-sm-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-sm-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-sm-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-sm-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-sm-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}}@media(min-width:768px){.grid-cols-md-none{grid-template-columns:none!important}.grid-cols-md-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-md-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-md-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-md-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-md-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-md-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-md-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-md-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-md-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-md-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-md-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-md-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}}@media(min-width:992px){.grid-cols-lg-none{grid-template-columns:none!important}.grid-cols-lg-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-lg-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-lg-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-lg-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-lg-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-lg-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-lg-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-lg-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-lg-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-lg-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-lg-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-lg-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}}@media(min-width:1200px){.grid-cols-xl-none{grid-template-columns:none!important}.grid-cols-xl-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-xl-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-xl-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-xl-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-xl-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-xl-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-xl-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-xl-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-xl-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-xl-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-xl-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-xl-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}}@media(min-width:1440px){.grid-cols-2xl-none{grid-template-columns:none!important}.grid-cols-2xl-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2xl-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-2xl-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-2xl-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-2xl-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-2xl-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-2xl-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-2xl-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-2xl-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-2xl-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-2xl-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-2xl-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}}.grid-rows-none{grid-template-rows:none!important}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-flow-row{grid-auto-flow:row!important}.grid-flow-col{grid-auto-flow:column!important}.grid-flow-row-dense{grid-auto-flow:row dense!important}.grid-flow-col-dense{grid-auto-flow:column dense!important}.grid-auto-rows-auto{grid-auto-rows:auto!important}.grid-auto-rows-min{grid-auto-rows:min-content!important}.grid-auto-rows-max{grid-auto-rows:max-content!important}.grid-auto-rows-fr{grid-auto-rows:minmax(0,1fr)!important}.grid-auto-cols-auto{grid-auto-columns:auto!important}.grid-auto-cols-min{grid-auto-columns:min-content!important}.grid-auto-cols-max{grid-auto-columns:max-content!important}.grid-auto-cols-fr{grid-auto-columns:minmax(0,1fr)!important}.col-auto{grid-column:auto!important}.col-span-1{grid-column:span 1/span 1!important}.col-span-2{grid-column:span 2/span 2!important}.col-span-3{grid-column:span 3/span 3!important}.col-span-4{grid-column:span 4/span 4!important}.col-span-5{grid-column:span 5/span 5!important}.col-span-6{grid-column:span 6/span 6!important}.col-span-7{grid-column:span 7/span 7!important}.col-span-8{grid-column:span 8/span 8!important}.col-span-9{grid-column:span 9/span 9!important}.col-span-10{grid-column:span 10/span 10!important}.col-span-11{grid-column:span 11/span 11!important}.col-span-12{grid-column:span 12/span 12!important}.col-span-full{grid-column:1/-1!important}.row-auto{grid-row:auto!important}.row-span-1{grid-row:span 1/span 1!important}.row-span-2{grid-row:span 2/span 2!important}.row-span-3{grid-row:span 3/span 3!important}.row-span-4{grid-row:span 4/span 4!important}.row-span-5{grid-row:span 5/span 5!important}.row-span-6{grid-row:span 6/span 6!important}.row-span-full{grid-row:1/-1!important}.col-start-1{grid-column-start:1!important}.col-start-2{grid-column-start:2!important}.col-start-3{grid-column-start:3!important}.col-start-4{grid-column-start:4!important}.col-start-5{grid-column-start:5!important}.col-start-6{grid-column-start:6!important}.col-start-7{grid-column-start:7!important}.col-start-8{grid-column-start:8!important}.col-start-9{grid-column-start:9!important}.col-start-10{grid-column-start:10!important}.col-start-11{grid-column-start:11!important}.col-start-12{grid-column-start:12!important}.col-start-13{grid-column-start:13!important}.col-start-auto{grid-column-start:auto!important}.col-end-1{grid-column-end:1!important}.col-end-2{grid-column-end:2!important}.col-end-3{grid-column-end:3!important}.col-end-4{grid-column-end:4!important}.col-end-5{grid-column-end:5!important}.col-end-6{grid-column-end:6!important}.col-end-7{grid-column-end:7!important}.col-end-8{grid-column-end:8!important}.col-end-9{grid-column-end:9!important}.col-end-10{grid-column-end:10!important}.col-end-11{grid-column-end:11!important}.col-end-12{grid-column-end:12!important}.col-end-13{grid-column-end:13!important}.col-end-auto{grid-column-end:auto!important}.row-start-1{grid-row-start:1!important}.row-start-2{grid-row-start:2!important}.row-start-3{grid-row-start:3!important}.row-start-4{grid-row-start:4!important}.row-start-5{grid-row-start:5!important}.row-start-6{grid-row-start:6!important}.row-start-7{grid-row-start:7!important}.row-start-auto{grid-row-start:auto!important}.row-end-1{grid-row-end:1!important}.row-end-2{grid-row-end:2!important}.row-end-3{grid-row-end:3!important}.row-end-4{grid-row-end:4!important}.row-end-5{grid-row-end:5!important}.row-end-6{grid-row-end:6!important}.row-end-7{grid-row-end:7!important}.row-end-auto{grid-row-end:auto!important}.justify-items-start{justify-items:start!important}.justify-items-end{justify-items:end!important}.justify-items-center{justify-items:center!important}.justify-items-stretch{justify-items:stretch!important}.justify-self-start{justify-self:start!important}.justify-self-end{justify-self:end!important}.justify-self-center{justify-self:center!important}.justify-self-stretch{justify-self:stretch!important}.align-content-start{align-content:start!important}.align-content-end{align-content:end!important}.align-content-center{align-content:center!important}.align-content-stretch{align-content:stretch!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-evenly{align-content:space-evenly!important}.place-content-center{place-content:center!important}.place-content-start{place-content:start!important}.place-content-end{place-content:end!important}.place-content-between{place-content:space-between!important}.place-content-around{place-content:space-around!important}.place-content-evenly{place-content:space-evenly!important}.place-content-stretch{place-content:stretch!important}.place-items-start{place-items:start!important}.place-items-end{place-items:end!important}.place-items-center{place-items:center!important}.place-items-stretch{place-items:stretch!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-cell{display:table-cell!important}.d-grid{display:grid!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:375px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-table{display:table!important}.d-xs-table-cell{display:table-cell!important}.d-xs-grid{display:grid!important}.d-xs-flex{display:flex!important}.d-xs-inline-flex{display:inline-flex!important}}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-cell{display:table-cell!important}.d-sm-grid{display:grid!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-cell{display:table-cell!important}.d-md-grid{display:grid!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-cell{display:table-cell!important}.d-lg-grid{display:grid!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-cell{display:table-cell!important}.d-xl-grid{display:grid!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media(min-width:1440px){.d-2xl-none{display:none!important}.d-2xl-inline{display:inline!important}.d-2xl-inline-block{display:inline-block!important}.d-2xl-block{display:block!important}.d-2xl-table{display:table!important}.d-2xl-table-cell{display:table-cell!important}.d-2xl-grid{display:grid!important}.d-2xl-flex{display:flex!important}.d-2xl-inline-flex{display:inline-flex!important}}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-help{cursor:help!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-zoom-in{cursor:zoom-in!important}.cursor-zoom-out{cursor:zoom-out!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.clearfix:after{display:block;clear:both;content:""}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale-down{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}@media(min-width:375px){.text-xs-left{text-align:left!important}.text-xs-center{text-align:center!important}.text-xs-right{text-align:right!important}.text-xs-justify{text-align:justify!important}}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-center{text-align:center!important}.text-sm-right{text-align:right!important}.text-sm-justify{text-align:justify!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-center{text-align:center!important}.text-md-right{text-align:right!important}.text-md-justify{text-align:justify!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-center{text-align:center!important}.text-lg-right{text-align:right!important}.text-lg-justify{text-align:justify!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-center{text-align:center!important}.text-xl-right{text-align:right!important}.text-xl-justify{text-align:justify!important}}@media(min-width:1440px){.text-2xl-left{text-align:left!important}.text-2xl-center{text-align:center!important}.text-2xl-right{text-align:right!important}.text-2xl-justify{text-align:justify!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-transform-none{text-transform:none!important}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.text-md{font-size:1rem!important}.text-lg{font-size:1.125rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important}.text-3xl{font-size:1.75rem!important}.text-4xl{font-size:2rem!important}.text-5xl{font-size:2.5rem!important}.text-6xl{font-size:3rem!important}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.leading-none{line-height:1!important}.leading-tight{line-height:1.2!important}.leading-snug{line-height:1.375!important}.leading-normal{line-height:1.5!important}.leading-relaxed{line-height:1.625!important}.leading-loose{line-height:2!important}.tracking-tighter{letter-spacing:-.05em!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-normal{letter-spacing:0!important}.tracking-wide{letter-spacing:.025em!important}.tracking-wider{letter-spacing:.05em!important}.tracking-widest{letter-spacing:.1em!important}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-top{vertical-align:text-top!important}.align-text-bottom{vertical-align:text-bottom!important}.text-primary{color:var(--theme-primary-color)!important}.text-secondary{color:var(--theme-secondary-color)!important}.text-accent{color:var(--theme-accent-color)!important}.text-success{color:var(--theme-success-color)!important}.text-warning{color:var(--theme-warning-color)!important}.text-error{color:var(--theme-error-color)!important}.text-hint{color:var(--theme-hint-color)!important}.text-default{color:var(--theme-text-color)!important}.text-muted{color:var(--theme-hint-color)!important;opacity:.8!important}.text-white{color:#fff!important}.text-black{color:#000!important}.select-all{user-select:all!important}.select-auto{user-select:auto!important}.select-none{user-select:none!important}.select-text{user-select:text!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.d-xs-only{display:none!important}@media(min-width:375px){.d-xs-only{display:block!important}}@media(min-width:576px){.d-xs-only{display:none!important}}.d-xs-flex-only{display:none!important}@media(min-width:375px){.d-xs-flex-only{display:flex!important}}@media(min-width:576px){.d-xs-flex-only{display:none!important}}@media(min-width:375px){.d-xs-none-only{display:none!important}}@media(min-width:576px){.d-xs-none-only{display:block!important}}.d-sm-only{display:none!important}@media(min-width:576px){.d-sm-only{display:block!important}}@media(min-width:768px){.d-sm-only{display:none!important}}.d-sm-flex-only{display:none!important}@media(min-width:576px){.d-sm-flex-only{display:flex!important}}@media(min-width:768px){.d-sm-flex-only{display:none!important}}@media(min-width:576px){.d-sm-none-only{display:none!important}}@media(min-width:768px){.d-sm-none-only{display:block!important}}.d-md-only{display:none!important}@media(min-width:768px){.d-md-only{display:block!important}}@media(min-width:992px){.d-md-only{display:none!important}}.d-md-flex-only{display:none!important}@media(min-width:768px){.d-md-flex-only{display:flex!important}}@media(min-width:992px){.d-md-flex-only{display:none!important}}@media(min-width:768px){.d-md-none-only{display:none!important}}@media(min-width:992px){.d-md-none-only{display:block!important}}.d-lg-only{display:none!important}@media(min-width:992px){.d-lg-only{display:block!important}}@media(min-width:1200px){.d-lg-only{display:none!important}}.d-lg-flex-only{display:none!important}@media(min-width:992px){.d-lg-flex-only{display:flex!important}}@media(min-width:1200px){.d-lg-flex-only{display:none!important}}@media(min-width:992px){.d-lg-none-only{display:none!important}}@media(min-width:1200px){.d-lg-none-only{display:block!important}}.d-xl-only{display:none!important}@media(min-width:1200px){.d-xl-only{display:block!important}}@media(min-width:1440px){.d-xl-only{display:none!important}}.d-xl-flex-only{display:none!important}@media(min-width:1200px){.d-xl-flex-only{display:flex!important}}@media(min-width:1440px){.d-xl-flex-only{display:none!important}}@media(min-width:1200px){.d-xl-none-only{display:none!important}}@media(min-width:1440px){.d-xl-none-only{display:block!important}}.d-2xl-only{display:none!important}@media(min-width:1440px){.d-2xl-only{display:block!important}}.d-2xl-flex-only{display:none!important}@media(min-width:1440px){.d-2xl-flex-only{display:flex!important}}@media(min-width:1440px){.d-2xl-none-only{display:none!important}}@media(max-width:767.9px){.d-mobile-none{display:none!important}}@media(min-width:768px)and (max-width:991.9px){.d-tablet-none{display:none!important}}@media(min-width:992px){.d-desktop-none{display:none!important}}.d-mobile-only{display:none!important}@media(max-width:767.9px){.d-mobile-only{display:block!important}}.d-tablet-only{display:none!important}@media(min-width:768px)and (max-width:991.9px){.d-tablet-only{display:block!important}}.d-desktop-only{display:none!important}@media(min-width:992px){.d-desktop-only{display:block!important}}.d-mobile-flex-only{display:none!important}@media(max-width:767.9px){.d-mobile-flex-only{display:flex!important}}.d-tablet-flex-only{display:none!important}@media(min-width:768px)and (max-width:991.9px){.d-tablet-flex-only{display:flex!important}}.d-desktop-flex-only{display:none!important}@media(min-width:992px){.d-desktop-flex-only{display:flex!important}}.scroll-hidden{-ms-overflow-style:none;scrollbar-width:none}.scroll-hidden::-webkit-scrollbar{display:none}.scroll-thin{scrollbar-width:thin}.scroll-thin::-webkit-scrollbar{width:4px;height:4px}.scroll-thin::-webkit-scrollbar-track{background:transparent}.scroll-thin::-webkit-scrollbar-thumb{background:var(--theme-border-color);border-radius:2px}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.bg-secondary{background-color:var(--theme-secondary-bg-color)!important}.bg{background-color:var(--theme-bg-color)!important}.bg-transparent{background:transparent!important}.link-in-bio-footer{width:100%;margin-top:4rem;padding:2rem 1rem}.link-in-bio-footer__container{max-width:800px;margin:0 auto;color:var(--theme-text, #2d3748);font-size:.9rem;line-height:1.6}.link-in-bio-footer__container p{margin:.5rem 0}.link-in-bio-footer__container a{color:var(--theme-primary, #ff6b6b);text-decoration:none;transition:opacity .2s}.link-in-bio-footer__container a:hover{opacity:.8;text-decoration:underline}.link-in-bio-footer__container h1,.link-in-bio-footer__container h2,.link-in-bio-footer__container h3,.link-in-bio-footer__container h4,.link-in-bio-footer__container h5,.link-in-bio-footer__container h6{margin:1rem 0 .5rem;font-weight:600}.link-in-bio-footer__container ul,.link-in-bio-footer__container ol{margin:.5rem 0;padding-left:1.5rem}.link-in-bio-footer__container strong{font-weight:600}.link-in-bio-footer__container em{font-style:italic}@media(max-width:768px){.link-in-bio-footer{padding:1.5rem 1rem;margin-top:2rem;font-size:.875rem}}
