.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)}}.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{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{flex:1;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{flex:1;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}.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;height:100vh;max-width:1800px;margin:0 auto}.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%}}.landing-page{height:-moz-fit-content;height:fit-content;position:relative;min-height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;justify-content:space-between}.intro{flex:1;padding:1rem;flex-direction:row;gap:2rem;margin-bottom:auto;background-color:var(--background-white);display:flex;justify-content:center;align-items:center}.store-listings{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.store-badge{overflow:hidden;border-radius:7;width:140px;height:46px}.section-title{font-size:3rem!important;font-weight:500!important;color:var(--primary-text);text-align:center}.section-subtitle{color:var(--text-light);text-align:center}@media (max-width: 786px){.section-title{font-size:3.3rem!important;text-align:center}.section-subtitle{font-size:1.3rem!important;text-align:center}}._footer_1vewb_1{background-color:var(--background-white);display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:2rem;padding-bottom:2rem}._container_1vewb_12{width:100%;max-width:var(--max-document-width);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2rem}._footerTitle_1vewb_22{width:120px;text-align:center;font-size:1rem;font-weight:500!important;letter-spacing:1px}._footerText_1vewb_30{text-align:center;font-size:.8rem!important;font-weight:300!important;letter-spacing:1px}._contactSection_1vewb_37,._linksSection_1vewb_38{display:flex;flex-direction:column;gap:1.1rem;justify-content:center;align-items: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{position:relative;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;aspect-ratio:9/16}.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:50%;border-radius:.5rem;overflow:hidden}.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}.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%}}.slides-container-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem;padding:1rem}@media (max-width: 1399px){.slides-container-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1099px){.slides-container-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 799px){.slides-container-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 540px){.slides-container-grid{grid-template-columns:1fr}}.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;padding:.5rem;flex-wrap:wrap}.slides-container{display:flex;flex-direction:column;padding-bottom:2rem}.loading-deck{height:600px;box-shadow:#32325d40 0 2px 5px 1px,#0000004d 0 1px 3px -1px;display:flex;flex-direction:column;justify-content:space-between;border-radius:1rem;overflow:hidden;cursor:pointer;transition:all .2s;aspect-ratio:9/16;padding:1rem}.loading-deck__wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 600px){.loading-deck{width:100%;height:340px}}.deck{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;aspect-ratio:9/16}.foreground-image{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.deck:hover{box-shadow:#0000003d 0 3px 8px}.deck-image__wrapper{position:relative;width:100%;height:50%;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;gap:.5rem}.channel-overview__decks{flex:1;display:flex;flex-direction:column}.decks-container{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem;padding:1rem}@media (max-width: 1399px){.decks-container{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1099px){.decks-container{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 799px){.decks-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 540px){.decks-container{grid-template-columns:1fr}}.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}.user-search{flex:1;height:100%;display:flex;flex-direction:column;position:relative}.user-search__header{padding:1rem}.user-search__content{padding:1rem;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;padding:1rem}.email-invite__header{padding-top:.5rem;padding-bottom:.5rem}.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%}}.drawAngles{animation:drawAngles 6s linear forwards}.drawLines{animation:drawLines 6s linear infinite}@keyframes drawLines{0%{stroke-dashoffset:var(--path-length-lines)}50%{stroke-dashoffset:0}60%{stroke-dashoffset:0}70%{stroke-dashoffset:0}to{stroke-dashoffset:calc(var(--path-length-lines) * -1)}}.drawText{animation:drawText 2s linear infinite}@keyframes drawAngles{0%{stroke-dashoffset:var(--path-length)}to{stroke-dashoffset:0}}@keyframes drawText{0%{stroke-dashoffset:var(--path-length-l)}50%{stroke-dashoffset:0}to{stroke-dashoffset:calc(var(--path-length-l) * -1)}}#imageGroup,#videoGroup{opacity:0}.videoGr{animation:slideOutLeft 4s ease-out infinite;animation-delay:2s}.imageGr{animation:slideOutLeft 4s ease-out infinite}@keyframes slideOutLeft{0%{transform:translate(30px);opacity:0}50%{opacity:1;transform:translate(0)}to{transform:translate(-60px);opacity:0}}.squash{overflow:hidden;animation:squashAnim .2s ease-in forwards}.expand{overflow:hidden;animation:expandAnim .2s ease-in forwards}@keyframes squashAnim{0%{height:"100%";width:"100%"}to{height:0;width:0}}@keyframes expandAnim{0%{height:0;width:0}to{height:"100%";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}}.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}: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: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.m-1{margin:.25rem}.m-2{margin:.5rem}.mb-4{margin-bottom:1rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.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-8{width:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}.max-w-lg{max-width:32rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,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-start{justify-content:flex-start}.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}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-2{row-gap:.5rem}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.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-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-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / 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-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.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}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.overline{text-decoration-line:overline}.blur{--tw-blur: blur(8px);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)}.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{line-height:1.5;font-weight:400;--secondary-text: #6e6e6e;--border-color: #cfcfcf;--background-grey: #ededed;--background-light: rgb(228, 228, 228);--background-white: #fdfdfd;--primary-red: #d7002f;--text-light: #8e8e8e}*{box-sizing:border-box}html,body,#root{scroll-padding:100px;scrollbar-width:thin;height:100%}html{background-color:var(--background-white)}body{font-family:Yandex Sans Text,sans-serif}h1,h2,h3{font-family:Yandex Sans Display,sans-serif;font-weight:500}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:6px;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\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}}@media (min-width: 768px){.md\:h-1\/2{height:50%}.md\:w-1\/2{width:50%}.md\:w-2\/3{width:66.666667%}.md\:w-2\/4{width:50%}.md\:w-96{width:24rem}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}}@media (min-width: 1024px){.lg\:w-2\/4{width:50%}}@font-face{font-family:Yandex Sans Display;src:url(/assets/YandexSansDisplay-Light-DDLuTm4T.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Display;src:url(/assets/YandexSansDisplay-Regular-DdiC5D74.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Display;src:url(/assets/YandexSansDisplay-RegularItalic-DNXVQjF5.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Yandex Sans Display;src:url(/assets/YandexSansDisplay-Bold-BCLuPdDR.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Display;src:url(/assets/YandexSansDisplay-Thin-Cm8Xu0fj.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Text;src:url(/assets/YandexSansText-Thin-D0o9Nt2B.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Text;src:url(/assets/YandexSansText-Light-BWikpSvT.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Text;src:url(/assets/YandexSansText-Regular-DuVkw0Uw.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Text;src:url(/assets/YandexSansText-RegularItalic-DHa8vsPi.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Yandex Sans Text;src:url(/assets/YandexSansText-Medium-BQsVllVa.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Yandex Sans Text;src:url(/assets/YandexSansText-Bold-DBhB8vqe.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}
