.auth__field-wrapper{width:100%}.auth__field{font-size:12px;width:100%;padding:15px;border:1px solid var(--border-color)}.auth__field.--has-error{border:1px solid var(--primary-red)}.auth__field:focus{border:1px solid black;outline:none}.auth__field::-moz-placeholder{font-size:12px}.auth__field::placeholder{font-size:12px}.auth__text-wrapper{width:100%}.auth__text{font-size:14px;width:100%;padding:15px;outline:none;border:1px solid var(--border-color)}.auth__text:focus{border:1px solid black}.lds-ellipsis{display:inline-block;position:relative;width:50px;height:30px}.lds-ellipsis div{position:absolute;top:12px;width:7px;height:7px;border-radius:50%;background:#000;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:5px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:5px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:21px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:37px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(16px)}}.auth-component{background-color:var(--background-white);display:flex;flex-direction:column;min-width:500px;padding:1rem}.auth-component__header{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:flex-end}.auth-component__footer{display:flex;flex-direction:row;padding-right:1rem;padding-left:1rem;padding-bottom:.5rem;justify-content:flex-end}.auth-component__close{display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--secondary-text)}.auth-component__form-container{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem}.auth-form{display:flex;flex-direction:column;justify-content:center;flex:1;gap:1rem}.auth-form__fields-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:1;gap:.5rem;padding-left:.5rem;padding-right:.5rem}.auth-form__btns-container{display:flex;flex-direction:row;align-items:center;padding-right:1rem;padding-left:1rem;padding-bottom:.5rem}.auth-component__title{font-size:22px;font-weight:500;align-self:center;color:var(--secondary-text)}@media (max-width: 600px){.auth-component{background-color:var(--background-white);min-width:300px;display:flex;flex-direction:column;border-radius:14px;padding:.3rem}}.main-mobile-menu{padding:1rem;background-color:var(--background-white);opacity:1;width:100%;height:100%;display:flex;flex-direction:column}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem}.main-mobile-menu__navs{width:100%;display:flex;padding-top:1rem;flex-direction:column;gap:1rem;justify-content:center;align-items:center;padding:.5rem}.main-moblie-menu__controls{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-left:3rem;padding-right:3rem}.header{position:sticky;top:0;width:100%;display:flex;flex-direction:column;align-items:center;z-index:999;background-color:var(--background-white)}.header__container{max-width:2100px;width:100%;display:flex;justify-content:space-between;gap:1rem;position:relative;padding:.5rem}.header__container:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;z-index:0}.header__container.--logged-out:after{display:none}.header__left{display:flex;align-items:center;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header__center{flex:1;display:flex}.header__right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:5px}.header__left__logo-container{display:flex;align-items:center;gap:5px}.header__app-navs{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;width:100%;z-index:2}.header__title{font-size:18px;font-weight:500;color:#002366}.whlogo{width:50px;height:50px;cursor:pointer}.header__account-logout{display:flex;align-items:center;justify-content:center;padding:1px 10px;cursor:pointer}.header__account-nav{border:1px solid var(--border-color);width:70px;height:30px;display:flex;align-items:center;border-radius:10px;padding:5px;transition:all 1s ease-in;cursor:pointer;position:relative;overflow:hidden}.header__account-nav.--logout{justify-content:center}.header__account-nav:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:var(--border-color);z-index:99;transition:left .2s;opacity:.3}.header__account-nav:hover:after{left:0}.header__account-icon{font-size:18px;color:var(--primary-red-text)}.header__mobile-menu{display:none}@media (max-width: 860px){.header__mobile-menu{display:block}.header__right,.header__center{display:none}.header__mobile-menu{flex:1;display:flex;position:relative;align-items:center;justify-content:flex-end}}.main-layout{position:relative;display:flex;flex-direction:column;max-width:2100px;height:100vh}.main-layout__container{flex:1;display:flex}@media (max-width: 600px){.main-layout{display:flex;flex-direction:column;justify-content:space-between}.main-layout__container{width:100%;align-self:center}}.landing-page{height:-moz-fit-content;height:fit-content;position:relative;min-height:calc(100dvh + 4rem);display:flex;flex-direction:column;justify-content:space-between}.intro{padding:1rem;flex:1;display:flex;flex-direction:row;gap:2rem}.card-block{display:flex;flex:1;flex-direction:row;flex-wrap:wrap;gap:.5rem;padding:1rem}.app__wrapper{border-radius:.1rem;padding:.5rem;width:calc(50% - .5rem);height:calc(50% - .5rem);display:flex;flex-direction:column;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.store-listings{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.store-badge{overflow:hidden;border-radius:7;width:140px;height:46px}.footer{display:flex;flex-direction:row;justify-content:space-between;padding:1rem;background-color:#e2e8f0;gap:1rem}.section-title{font-size:5rem!important;font-weight:500!important;color:var(--primary-text)}.section-subtitle{color:var(--text-light)}@media (max-width: 968px){.intro{flex-direction:column}.card-block{flex-direction:column;width:100%}.app__wrapper{width:100%;height:100%}}@media (max-width: 786px){.footer{flex-direction:column}.section-title{font-size:3.3rem!important;text-align:center}.section-subtitle{font-size:1.3rem!important;text-align:center}}.profile-panel__avatar-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.profile-panel__avatar-wrapper>input[type=file]{display:none}.profile-panel__avatar-input{position:absolute;width:100%;height:100%;z-index:999;cursor:pointer}.user-profile-nav{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem;border-bottom:1px solid var(--border-color);margin:.5rem;transition:all .2s ease;height:70px;overflow:hidden}.user-profile-nav:hover,.user-profile-nav.--selected{background-color:#f0f8ff;border-bottom:1px solid aliceblue}.user-profile-nav__new-message{position:absolute;top:0;right:0;width:6px;height:6px;border-radius:50%;background-color:transparent}.user-profile-nav__new-message.--active{background-color:var(--primary-red)}.message-item-wrapper{max-width:70%;display:flex;flex-direction:column}.message-item{position:relative;padding:.2rem;border-radius:5px;background-color:#f0f8ff;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:5px}.message-item.--own{background-color:#c7efcf}.message-item-details{padding:.2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .6s ease-out forwards}.messenger-main-panel{display:flex;flex-direction:column;width:100%;height:100%;align-items:center}.messages-panel{width:70%;max-height:calc(100vh - 220px);display:flex;flex-direction:column;padding:1rem;overflow-y:auto;gap:5px;flex:1;scroll-behavior:smooth}.messages-control-panel{width:75%;gap:.5rem;padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:row;align-items:center;border-radius:5px;padding:.2rem}@media (max-width: 600px){.messenger-main-panel{display:flex;flex-direction:column;width:100%;height:100%;align-items:center}.messages-panel,.messages-control-panel{width:100%}}.del-p-main{width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem}.del-p-title{font-size:24px}.del-p-subtitle{font-size:18px;max-width:60%;margin-top:.5rem}.del-p-list{max-width:60%;padding:1rem;list-style:disc}.del-p-list li{font-size:18px;margin-top:.5rem}.del-p-list li span{font-weight:700}@media (max-width: 600px){.del-p-list{max-width:90%;padding:1rem}.del-p-subtitle{max-width:90%}}.slide{width:280px;height:498px;box-shadow:#32325d40 0 2px 5px 1px,#0000004d 0 1px 3px -1px;display:flex;flex-direction:column;border-radius:.5rem;cursor:pointer;transition:all .2s}.slide:hover{box-shadow:#0000003d 0 3px 8px}.slide-info__wrapper{flex:1;padding-left:.5rem;padding-right:.5rem;padding-top:.7rem;margin-bottom:.7rem;display:flex;flex-direction:column;gap:.1rem;overflow-y:auto}.slide-asset__wrapper{background-color:#f0f8ff;display:flex;height:58%}.slide-foreground-image{-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width: 440px){.slide{width:100%}}.draggableWrapper{position:relative;transition:transform .2s ease;cursor:grab;margin:1rem}.animation-source{position:relative;border-radius:.45rem;overflow:hidden}.animation-source:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-color:#002366;transform:translate(100%);animation:left 1.4s ease-in 0s infinite;border-radius:.45rem;opacity:.2}.animation-dest{position:relative;border-radius:.45rem;overflow:hidden}.animation-dest:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-color:#d7002f;transform:translate(-100%);animation:right 1.4s ease-in 0s infinite;border-radius:.45rem;opacity:.2}@keyframes left{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes right{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 440px){.draggableWrapper{width:100%}}.deck-overview{flex:1;display:flex;flex-direction:column}.deck-overview__info{display:flex;flex-direction:row;gap:1rem;justify-content:space-between;align-items:center;min-height:44px;padding-left:1rem;padding-right:1rem}.slides-container{display:flex;flex-direction:column;padding-bottom:2rem}.loading-deck{width:280px;height:400px;box-shadow:#32325d40 0 2px 5px 1px,#0000004d 0 1px 3px -1px;display:flex;flex-direction:column;justify-content:space-between;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .2s}.loading-deck__wrapper{flex:1;display:flex;flex-direction:column;padding:1rem}@media (max-width: 600px){.loading-deck{width:100%;height:340px}}.sharing-dialog{padding:1rem}.sharing-dialog__header{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem}.deck{width:300px;height:460px;box-shadow:#32325d40 0 2px 5px 1px,#0000004d 0 1px 3px -1px;display:flex;flex-direction:column;justify-content:space-between;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .2s}.foreground-image{-o-object-fit:contain;object-fit:contain}.deck:hover{box-shadow:#0000003d 0 3px 8px}.deck-image__wrapper{width:100%;height:38%;background-color:#f0f8ff;overflow:auto;display:flex;align-items:center;justify-content:center}.deck-info__wrapper{flex:1;padding:.5rem;display:flex;flex-direction:column;gap:.1rem;overflow-y:auto}@media (max-width: 600px){.deck{width:100%;aspect-ratio:300 / 460}}.channel-overview{flex:1;display:flex;flex-direction:column}.channel-overview__decks{flex:1;display:flex;flex-direction:column;max-width:100%}.decks-container{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;padding:.5rem}.organization-create{display:flex;flex-direction:column;padding:2rem 1rem 1rem;position:relative}.organization-create .organization-create__close{position:absolute;top:1%;right:1%}.organization-create__form{display:flex;justify-content:center;align-items:center;flex:1;padding:1rem}.organization-create__form>form{width:100%;max-width:800px}.organization-create__fields-container{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 480px){.organization-create{padding-top:1rem;padding-bottom:1rem;background-color:var(--background-white);border-radius:14px;display:flex;flex-direction:column}}.org-logo-wrapper{position:relative;width:-moz-fit-content;width:fit-content}.org-logo-wrapper>input[type=file]{display:none}.org-logo-input{position:absolute;width:100%;height:100%;z-index:999;cursor:pointer}.org-manage-info{flex:1;display:flex;flex-direction:column}.org-manage-info__info-block{flex:1;display:"flex";flex-direction:column;align-items:center;justify-content:center;padding:1rem}.org-manage-info__subscription-info{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem}.members-block{flex:1;position:relative;width:100%}.user-search{flex:1;height:100%;display:flex;flex-direction:column;position:relative}.user-search__header{padding-top:.5rem;padding-bottom:.5rem}.user-search__content{padding:.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.user-search__user-item{width:100%;display:flex;justify-content:space-between;align-items:center}.user-search__user-item>p{font-size:14px;font-weight:500}.user-item__action{color:var(--background-grey);font-size:22px;cursor:pointer}.user-item__action:hover{opacity:.7}.email-invite{flex:1;height:100%;display:flex;flex-direction:column;position:relative}.email-invite__header{padding-top:.5rem;padding-bottom:.5rem}.org-manage-page__wrapper{padding:1rem;flex:1;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:48% 48%;gap:1rem;width:100%;overflow-y:auto;max-height:calc(100vh - 100px)}@media (max-width: 780px){.org-manage-page__wrapper{display:flex;flex-direction:column;padding:.5rem;max-width:98dvw}}.channel-edit{display:flex;flex-direction:column;padding:2rem 1rem 1rem;position:relative}.channel-edit .channel-edit__close{position:absolute;top:1%;right:1%}.channel-edit__form{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:1rem;height:100%}.channel-edit__form>form{width:100%;max-width:800px}.channel-edit__fields-container{display:flex;flex-direction:column;gap:1rem}.channel-edit-form__image{position:relative;border:1px solid lightgray;width:50%;height:180px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:10px;overflow:hidden}@media (max-width: 480px){.channel-edit{padding-top:1rem;padding-bottom:1rem;background-color:var(--background-white);border-radius:14px;display:flex;flex-direction:column}.channel-edit-form__image{width:100%}}.setup-page{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.setup-page-grid{max-width:1000px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:1rem;gap:1rem;align-items:start;justify-content:start}.setup-page_wrapper-b{height:100%;padding:1rem;border-radius:1rem;border:1px solid var(--border-color);cursor:pointer;transition:all .1s linear}.setup-page_wrapper-b:hover{background-color:#f0f8ff;border:1px solid aliceblue}.setup-page_wrapper-p{height:100%;padding:1rem;border-radius:1rem;border:1px solid var(--border-color);cursor:pointer;transition:all .1s linear}.setup-page_wrapper-p:hover{background-color:#f0f8ff;border:1px solid aliceblue}@media (max-width: 800px){.setup-page-grid{width:90%;grid-template-columns:1fr;grid-template-rows:1fr}}.channel-create{display:flex;flex-direction:column;padding:2rem 1rem 1rem;position:relative}.channel-create .channel-create__close{position:absolute;top:1%;right:1%}.channel-create__form{display:flex;justify-content:center;align-items:center;flex:1;padding:1rem}.channel-create__form>form{width:100%;max-width:800px}.channel-create__fields-container{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 480px){.channel-create{padding-top:1rem;padding-bottom:1rem;background-color:var(--background-white);border-radius:14px;display:flex;flex-direction:column}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);visibility:visible}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.top-0{top:0}.z-10{z-index:10}.m-2{margin:.5rem}.mb-2{margin-bottom:.5rem}.mt-2{margin-top:.5rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-full{height:100%}.w-1\/2{width:50%}.w-2{width:.5rem}.w-3\/4{width:75%}.w-6{width:1.5rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-between{place-content:space-between}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.self-end{align-self:flex-end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.break-words{overflow-wrap:break-word}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{font-family:Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--secondary-text: #6e6e6e;--border-color: #cfcfcf;--background-grey: #ededed;--background-light: rgb(221, 221, 221);--background-white: #fdfdfd;--primary-red: #d7002f;--text-light: #8e8e8e}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;scrollbar-width:thin;background-color:var(--background-white);height:100%}p,a,h1,h2,h3,h4{padding:0;margin:0;color:var(--primary-red-text)}h2{font-weight:600;font-size:larger}h3{font-weight:600;font-size:medium}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}::-moz-selection{background-color:#d2d2d2;color:#353839}::selection{background-color:#d2d2d2;color:#353839}::-webkit-scrollbar{width:8px;height:4px;background-color:#f5f5f5}::-webkit-scrollbar-track{border-radius:4px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:4px;background-color:#b0b0b0}.hover\:bg-slate-200:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}@media not all and (min-width: 640px){.max-sm\:w-full{width:100%}}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}}@media (min-width: 768px){.md\:w-2\/4{width:50%}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:w-2\/4{width:50%}}
