@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);@font-face{font-display:swap;font-family:Brandon Grotesque;font-style:normal;font-weight:400;src:local("Brandon Grotesque Regular"),url(/static/media/BrandonGrotesque-Regular.feb99ef87c94f69ba387.woff) format("woff")}@font-face{font-display:swap;font-family:Brandon Grotesque;font-style:normal;font-weight:500;src:local("Brandon Grotesque Medium"),url(/static/media/BrandonGrotesque-Medium.4629531ed02b00f70342.woff) format("woff")}@font-face{font-display:swap;font-family:Brandon Grotesque;font-style:normal;font-weight:600;src:local("Brandon Grotesque Bold"),url(/static/media/BrandonGrotesque-Bold.870c0c41bfda7c657147.woff) format("woff")}@-webkit-keyframes showResultContent{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes showResultContent{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}*,:after,:before{box-sizing:inherit}:root{--white:#fff;--rose:#9e42d1;--rose-6:rgba(211,47,47,.06);--warning:#d32f2f;--black:#000;--black-secondary:#101010;--black-12:rgba(0,0,0,.12);--black-16:rgba(0,0,0,.16);--black-20:rgba(0,0,0,.2);--black-24:rgba(0,0,0,.24);--black-40:rgba(0,0,0,.4);--black-70:rgba(0,0,0,.7);--black-4:rgba(0,0,0,.04);--black-6:hsla(0,0%,6%,.06);--primary:#4574c5;--primary-4:rgba(69,116,197,.04);--primary-80:rgba(69,116,197,.08);--roboto-flex-font:"Roboto Flex",sans-serif;box-sizing:border-box}body{margin:0}#root,body{min-height:100vh}#webpack-dev-server-client-overlay{display:none}.app{background-color:#fff;border-radius:10px 10px 0 0;color:#000;color:var(--black);display:flex;flex-direction:column;font-family:var(--main-font);justify-content:space-between;margin:0 auto;max-width:360px;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.authorization{margin-bottom:auto;position:relative}.authorization__close{background-color:transparent;border:none;border-radius:6px;color:#fff;color:var(--white);cursor:pointer;height:32px;padding:0;position:absolute;right:4px;top:4px;width:32px}.authorization__close-image{height:auto;object-fit:contain;width:100%}.authorization__banner{background-image:url(/static/media/gradient-4x.19f78712d13aeb911dd7.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px 10px 0 0;color:#fff;color:var(--white);height:264px;margin-bottom:32px;padding:24px 24px 32px;width:100%}.authorization__banner-image{display:block;height:48px;margin-bottom:12px;width:48px}.authorization__banner-title{display:flex;flex-direction:column;font-family:Roboto Flex,sans-serif;font-family:var(--roboto-flex-font);font-style:normal;gap:4px;line-height:28px;margin:0}.authorization__banner-title_normal{font-size:16px;font-variation-settings:"wght" 200,"XOPQ" 110,"GRAD" 0;font-weight:200;letter-spacing:1.6px}@media screen and (min-width:360px){.authorization__banner-title_normal{font-size:18px}}.authorization__banner-title_bold{font-size:18px;font-variation-settings:"wght" 600,"XOPQ" 172,"GRAD" 0;font-weight:600;letter-spacing:1.2px;text-transform:uppercase}@media screen and (min-width:360px){.authorization__banner-title_bold{font-size:22px}}.authorization__banner-border{background-color:hsla(0,0%,100%,.4);height:1px;margin-block:14px;width:100%}.authorization__banner-description{font-family:var(--main-font);font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0}.authorization__form{font-family:var(--main-font);margin-inline:24px}.authorization__form-title{font-size:20px;font-style:normal;font-weight:600;line-height:28px;margin-block:0 14px}.authorization__checkbox-wrapper{display:grid;font-size:14px;font-weight:400;grid-template-areas:"checkbox checkbox checkbox checkbox" "empty-area link-tou text link-pp";grid-template-columns:34px auto auto 1fr;grid-template-rows:auto auto;line-height:20px;margin-bottom:24px}.authorization__form-checkbox{grid-area:checkbox}.authorization__form-checkbox-link{color:inherit;cursor:pointer;font-weight:600;text-decoration:underline}.authorization__form-checkbox-link:hover{text-decoration:underline}.authorization__form-checkbox-link_tou{grid-area:link-tou}.authorization__form-checkbox-link_pp{grid-area:link-pp}.authorization__form-checkbox-text{grid-area:text}.authorization__form-button-image{height:20px;margin-right:10px;object-fit:contain;width:20px}.authorization__button-subtitle{font-family:inherit;font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin-block:0 4px;text-align:center}.authorization__button-subtitle_disabled{opacity:.4}.phone-auth{display:flex;flex-direction:column;flex-grow:1;padding:20px 24px 16px}.phone-auth__phone{margin-bottom:32px}.phone-auth__button-margin{margin-bottom:4px}.phone-auth__skip-button{align-self:center;background-color:transparent;color:hsla(0,0%,6%,.4);min-height:34px;width:62px}.phone-auth__text{color:rgba(0,0,0,.4);color:var(--black-40);font-family:var(--main-font);font-size:10px;font-style:normal;font-weight:400;line-height:16px;margin-top:auto;padding-top:60px}.phone-auth__link{color:rgba(0,0,0,.7);color:var(--black-70);font-weight:600;text-decoration:underline}.quiz-page{display:flex;flex-direction:column;height:calc(100vh - 248px);overflow-x:hidden;overflow-y:auto;padding:0 24px 24px}.result-page{height:calc(100vh - 40px);overflow-y:auto;padding-block:10px 48px}.result-page_show-content{-webkit-animation:showResultContent .5s ease-out forwards;animation:showResultContent .5s ease-out forwards}.result-page__text-wrapper{display:block;margin-inline:auto;width:312px}.result-page__title{font-weight:600;margin-block:0 6px}.result-page__description,.result-page__title{font-size:14px;font-style:normal;line-height:20px}.result-page__description{font-weight:400;margin-block:0 20px}.result-page__recommendation-card-wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;margin-bottom:32px;max-height:250px;overflow-y:scroll;padding:5px;scrollbar-width:none}.result-page__brand-button{margin-inline:auto;max-width:312px}.result-page__button-image{color:#fff;color:var(--white);height:20px;margin-right:10px;width:20px}.result-page__modal-image{height:48px;margin-bottom:20px;object-fit:contain;width:48px}.result-page__modal-title{margin-bottom:4px;text-align:center}.result-page__modal-single-title,.result-page__modal-title{font-size:20px;font-style:normal;font-weight:600;line-height:28px}.result-page__modal-description{font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-block:0 20px;text-align:center}.result-page__modal-rating-wrapper{display:flex;flex-direction:column;gap:32px}.result-page__modal-addcart-button{background-position:-70px 0;max-width:172px}.visually-hidden{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@-webkit-keyframes loader{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes loader{0%{background-position:-100% 0}to{background-position:100% 0}}.google-button>div>div:first-child{background-color:#fff;background-color:var(--white);border-radius:6px;left:4px;padding:12px;position:absolute}.google-button>div>div:nth-child(2){width:0!important}.google-button svg{flex-shrink:0;height:20px;width:20px}.google-button svg path:first-of-type{fill:#ea4335}.google-button svg path:nth-of-type(2){fill:#fbbc05}.google-button svg path:nth-of-type(3){fill:#34a853}.google-button svg path:nth-of-type(4){fill:#3375db}.google-button:disabled{box-shadow:0 4px 10px 0 rgba(0,0,0,.1),0 0 4px 0 rgba(0,0,0,.02)!important;opacity:.4}.skeleton{animation:loader 1s infinite reverse;background:linear-gradient(90deg,#dce0e5,#f0f2f4,#dce0e5);background-size:200%;cursor:default}.quiz__step.skeleton{-webkit-animation:none;animation:none;background:transparent;height:20px}.quiz__title.skeleton{border-radius:4px;color:transparent!important;height:20px;width:280px}.radio.skeleton,.radio.skeleton .radio__pseudo-input{border-radius:4px;height:22px;width:220px}.radio.skeleton .radio__pseudo-input{border-color:transparent}.quiz__button.skeleton{border-radius:4px;padding:19px 21px}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loading{align-items:center;background:hsla(0,0%,100%,.35);display:flex;inset:0;justify-content:center;position:fixed}.loading__box{grid-gap:30px;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-timing-function:linear;animation-timing-function:linear;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:60px;width:60px}.loading__item-circle{border-radius:50%;height:15px;width:15px}.loading__item-circle_1,.loading__item-circle_2,.loading__item-circle_3,.loading__item-circle_4{background-color:#d3d3d3}.tooltip{background-color:#f2f2f2;border-radius:10px;box-shadow:0 2px 7px 0 rgba(0,0,0,.12);-webkit-column-gap:8px;column-gap:8px;display:flex;left:50%;padding:16px;position:absolute;top:98px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:276px;z-index:1}.tooltip_gallery{left:42px;-webkit-transform:translateX(0);transform:translateX(0)}.tooltip_from-top{bottom:128px;top:auto}.tooltip__arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='30' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M15.66 6c.77-1.333 2.695-1.333 3.464 0l8.66 15H7l8.66-15Z' fill='%23F2F2F2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='0' width='34.785' height='30' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='3.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_63_695'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_63_695' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:initial;height:18px;position:absolute;right:18px;top:-18px;width:22px}.tooltip__arrow_from-top{bottom:-18px;top:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tooltip__text{color:#333;font-size:12px;font-weight:400;line-height:16px}.tooltip__close-button{flex-shrink:0;height:32px;margin-top:-6px;width:32px}.card{background-color:var(--white);border:.5px solid rgba(0,0,0,.12);box-shadow:0 2px 10px 0 rgba(0,0,0,.12),0 0 4px 0 rgba(0,0,0,.04);color:var(--black);cursor:pointer;display:grid;grid-template-areas:"ai-text ai-text ai-text ai-text ai-text" "image space title title title" "image space discountedPrice smallSpace price";grid-template-columns:64px 12px auto 6px 1fr;grid-template-rows:76px auto auto;max-width:312px;min-height:170px;padding:14px 16px;position:relative;width:100%}.card__text{font-style:italic;font-weight:400;grid-area:ai-text;margin-bottom:16px;overflow:hidden}.card__more-button,.card__text{font-size:14px;line-height:20px}.card__more-button{background-color:transparent;border:none;color:var(--primary);font-family:inherit;font-weight:600;padding:0}.card__image-wrapper{display:flex;grid-area:image;height:64px;width:64px}.card__image{border:1px solid var(--black-12);border-radius:5px;height:auto;max-height:64px;max-width:64px;object-fit:cover;width:100%}.card__title{font-size:14px;font-style:normal;font-weight:600;grid-area:title;height:40px;line-height:20px;margin-bottom:4px;overflow:hidden}.card__old-price{color:var(--black-40);grid-area:price;text-decoration:line-through}.card__old-price,.card__price{font-size:14px;font-style:normal;font-weight:400;line-height:20px}.card__price{grid-area:discountedPrice}.card__skeleton{animation:loader 1s infinite reverse;background:linear-gradient(90deg,#e8ebee,#fcfcfd,#e5e8eb);background-size:200%;cursor:default}.review-block{background-color:#fff;padding:30px 24px;position:relative;text-align:center;width:290px;z-index:1000}.review-block__quotes{align-items:center;background-color:#944413;border-radius:66px;display:flex;height:40px;justify-content:center;position:absolute;width:40px}.review-block__quotes-left{left:-15px;top:-10px}.review-block__quotes-right{bottom:-10px;right:-15px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.review-block__icon-quotes{height:18px;width:18px}@media screen and (min-width:1024px){.review-block{padding:30px;width:340px}}.stars-review-block{bottom:0;left:0;padding:30px 24px;position:absolute;text-align:left;z-index:1000}@media screen and (min-width:1024px){.stars-review-block{bottom:50px}}.sticker{align-items:center;background-position:50%;background-repeat:no-repeat;display:flex;justify-content:center;left:40px;-webkit-mask-image:url(/static/media/sticker-text.d72aeccb86719cbda0a7.svg);mask-image:url(/static/media/sticker-text.d72aeccb86719cbda0a7.svg);-webkit-mask-position:center top;mask-position:center top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;min-height:90px;min-width:90px;padding:5px;position:absolute;text-align:center;top:25px}@media screen and (min-width:1024px){.sticker{left:60px;top:150px}}.quiz{margin-bottom:auto;padding-bottom:22px;width:100%}.quiz__divider{display:grid;grid-template-columns:1fr 12px 12px 1fr;height:8px;margin-bottom:2px;width:100%}.quiz__divider-border{border-top:1px solid #c2c2c2}.quiz__divider-corner{background-color:#c2c2c2;height:1px;width:14px}.quiz__divider-corner_left{-webkit-transform:rotate(30deg) translate(1px,3.5px);transform:rotate(30deg) translate(1px,3.5px)}.quiz__divider-corner_right{-webkit-transform:rotate(-30deg) translate(-2.5px,2.5px);transform:rotate(-30deg) translate(-2.5px,2.5px)}.quiz__step{color:var(--black-40);font-weight:400;margin-bottom:10px;text-align:center}.quiz__step,.quiz__title{font-size:14px;font-style:normal;line-height:20px}.quiz__title{color:var(--black);font-weight:600;margin-bottom:16px}.quiz__radio-box{display:block;min-height:160px}.quiz__border{background-color:var(--black-12);display:block;height:1px;margin-block:11.5px;width:100%}.radio{align-items:center;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:12px;justify-content:flex-start;line-height:20px;margin:0;position:relative}.radio__input{clip:rect(0,0,0,0);-webkit-appearance:none;appearance:none;height:1px;margin:0;overflow:hidden;position:absolute;width:1px}.radio__pseudo-input{border:1px solid var(--radio-border);border-radius:50%;height:22px;width:22px}.radio__input:checked+.radio__pseudo-input{background-color:var(--primary);background-image:url(/static/media/chekbox.0949a1975f46f9b9f887.svg);background-position:50%;background-repeat:no-repeat;background-size:16px}.radio:hover:not(.skeleton)>.radio__pseudo-input{background-color:var(--black-4)}.radio:hover>.radio__input:checked+.radio__pseudo-input{background-color:var(--primary)}.styles_container__FwdjG{--init-deg:-20deg;--size:min(75vw,400px);--accent-color:200,50,200;--accent-foreground:255,255,255;--background-color:240,240,240;--primary-color:0,0,0;cursor:pointer;position:relative;width:-webkit-min-content;width:min-content}.styles_arrowBg__uKHJm{background:#ccc;height:calc(var(--size)*.03125);width:calc(var(--size)*.15625)}.styles_arrowBg__uKHJm,.styles_arrow__a\+uyZ{left:50%;position:absolute;top:calc(var(--size)*-.04375);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.styles_arrow__a\+uyZ{border-left:calc(var(--size)*.07813) solid transparent;border-right:calc(var(--size)*.07813) solid transparent;border-top:calc(var(--size)*.09375) solid #fff;height:0;width:0;z-index:100000}.styles_outerBorder__YLlrW{border:calc(var(--size)*.01875) solid #fff;border-radius:50%;height:var(--size);position:relative;width:var(--size)}.styles_innerBorder__4tnhZ{background:transparent;border:calc(var(--size)*.025) solid #000;border-radius:50%;box-sizing:border-box;height:100%;width:100%;z-index:100}.styles_main__cUNDA{background:#fff;border-radius:50%;height:100%;overflow:hidden;pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;width:100%}.styles_main__cUNDA:not(.styles_animateSpin__m\+uvn){-webkit-transform:rotate(var(--init-deg));transform:rotate(var(--init-deg))}.styles_main__cUNDA>div:nth-child(2n){--bt-color:#fff;--text-width:calc(var(--size)*-0.09375);--text-color:#000}.styles_main__cUNDA>div:nth-child(odd){--bt-color:rgb(var(--accent-color));--text-width:calc(var(--size)*-0.14062);--text-color:rgb(var(--accent-foreground));z-index:1}.styles_trap__olXLS{border-left:calc(var(--size)*.25) solid transparent;border-right:calc(var(--size)*.25) solid transparent;border-top:calc(var(--size)*.5) solid var(--bt-color);bottom:50%;height:0;left:0;margin:auto;position:absolute;right:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;width:0}.styles_trap__olXLS>*{color:var(--text-color);font-size:calc(var(--size)*.05625);font-weight:700;left:var(--text-width);line-height:1.1;position:absolute;right:var(--text-width);text-align:center;text-transform:uppercase;top:calc(var(--size)*-.42187)}.styles_rotate0__gKiki{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.styles_rotate45__-iir3{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.styles_rotate90__WsRo9{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.styles_rotate135__XN8Bn{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.styles_rotate180__yDDFA{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.styles_rotate225__H8tra{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.styles_rotate270__XRK8B{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.styles_rotate315__DELTg{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.styles_center__PPQyX{--img-size:calc(var(--size)*0.46875);align-items:center;background-color:rgb(var(--background-color));border:4px solid #fff;border-radius:50%;box-shadow:0 0 4px 2px hsla(0,0%,39%,.2);display:flex;height:var(--img-size);inset:0;justify-content:center;margin:auto;position:absolute;width:var(--img-size);z-index:20}.styles_center__PPQyX p{color:rgb(var(--primary-color));font-size:calc(var(--size)*.07);font-weight:600;line-height:1.1;text-align:center;text-transform:uppercase;width:50%}@-webkit-keyframes styles_spin__Z-qU8{0%{-webkit-transform:rotate(var(--init-deg));transform:rotate(var(--init-deg))}to{-webkit-transform:rotate(5290deg);transform:rotate(5290deg)}}@keyframes styles_spin__Z-qU8{0%{-webkit-transform:rotate(var(--init-deg));transform:rotate(var(--init-deg))}to{-webkit-transform:rotate(5290deg);transform:rotate(5290deg)}}.styles_animateSpin__m\+uvn{-webkit-animation:styles_spin__Z-qU8 6s cubic-bezier(.42,.8,.74,1) 1 forwards;animation:styles_spin__Z-qU8 6s cubic-bezier(.42,.8,.74,1) 1 forwards}.jumping-buttons-container{-webkit-animation:fadeIn .7s ease-in;animation:fadeIn .7s ease-in}.jumping-buttons-container .jumping-icon{-webkit-animation:rotateBounce 1s ease-in-out;animation:rotateBounce 1s ease-in-out}@-webkit-keyframes rotateBounce{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}50%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}75%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes rotateBounce{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}50%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}75%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.PhoneInput{border:1px solid hsla(0,0%,6%,.24);border-radius:8px;box-sizing:border-box;font-family:var(--main-font);padding:var(--phone-padding)}.PhoneInput,.PhoneInput__wrapper{position:relative}.PhoneInput__label{color:hsla(0,0%,6%,.4);display:block;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;left:45px;letter-spacing:-.03em;line-height:22px;position:absolute;top:16px;z-index:-1}.PhoneInput__label_tiny{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:to-top;animation-name:to-top;background-color:#fff;font-size:10.5px;left:12px;line-height:14px;padding:0 4px;top:-6px;z-index:1}.PhoneInput__label_tiny:focus{color:var(--brand-color)}.PhoneInput__error{color:red!important;font-family:var(--primary-font-family);font-size:12px;font-style:normal;font-weight:400;letter-spacing:-.03em;line-height:16px;margin-block:0;margin-top:3px}.PhoneInput_error{border-color:red}.PhoneInput_full-size,.PhoneInput_half-media-size{width:100%}@media screen and (min-width:900px){.PhoneInput_half-media-size{width:calc(50% - 4px)}}.PhoneInput_half-size{width:calc(50% - 4px)}@-webkit-keyframes to-top{0%{font-size:14px;left:17px;top:18px}to{font-size:10.5px;left:12px;top:-6px}}@keyframes to-top{0%{font-size:14px;left:17px;top:18px}to{font-size:10.5px;left:12px;top:-6px}}.PhoneInput--focus{border-color:var(--primary)}.PhoneInput--focus+.PhoneInput__label_tiny{color:var(--primary)}.PhoneInput .PhoneInputCountry{margin-right:12px}.PhoneInput .PhoneInputCountrySelectArrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.717 4.657a.4.4 0 0 0 .566 0L7.45 1.49a.5.5 0 0 0 0-.707L7.216.546a.5.5 0 0 0-.708 0L4 3.054 1.492.546a.5.5 0 0 0-.707 0L.549.782a.5.5 0 0 0 0 .707l3.168 3.168Z' fill='%23101010' fill-opacity='.24'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;height:5px;opacity:1;-webkit-transform:rotate(0);transform:rotate(0);width:8px}.PhoneInput .PhoneInputInput{background-color:transparent!important;border:none;cursor:pointer;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.03em;line-height:22px;outline:none;padding:0}.PhoneInput_error+.PhoneInput__label_tiny{color:#d32f2f}.PhoneInputInput::-webkit-input-placeholder{color:hsla(0,0%,6%,.4);font-family:Inter,sans-serif;font-size:var(--placeholder-font-size);font-style:normal;font-weight:400;letter-spacing:-.03em;line-height:22px}.PhoneInputInput::placeholder{color:hsla(0,0%,6%,.4);font-family:Inter,sans-serif;font-size:var(--placeholder-font-size);font-style:normal;font-weight:400;letter-spacing:-.03em;line-height:22px}.PhoneInputInput:focus::-webkit-input-placeholder{color:transparent}.PhoneInputInput:focus::placeholder{color:transparent}.popup-phone .PhoneInput{background-color:var(--input-background-color);border:var(--border-style);border-color:var(--border-color);border-radius:var(--input-border-radius);outline:none;padding:var(--phone-padding)}.PhoneInput .PhoneInputInput{color:var(--phone-color)!important}.popup-phone .PhoneInputInput::-webkit-input-placeholder{color:var(--placeholder-color);font-family:var(--primary-font-family)}.popup-phone .PhoneInputInput::placeholder{color:var(--placeholder-color);font-family:var(--primary-font-family)}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:var(--PhoneInputCountrySelectArrow-transform);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}@font-face{font-display:swap;font-family:Moulay Bold custom;font-style:normal;font-weight:700;src:url(/static/media/Moulay-Bold.764631c0d9012e91b97d.ttf) format("truetype")}@font-face{font-display:swap;font-family:Moulay Bubble custom;font-style:normal;font-weight:400;src:url(/static/media/Moulay-Bubble.d843455b61449b4e2953.ttf) format("truetype")}@font-face{font-display:swap;font-family:Perfectly Ninties custom;font-style:normal;font-weight:400;src:url(/static/media/PerfectlyNineties-Regular.0d6cc3402b394ce0f8e8.ttf) format("truetype")}@font-face{font-display:swap;font-family:Perfectly Ninties custom;font-style:italic;font-weight:400;src:url(/static/media/PerfectlyNineties-Italic.9317154e67f5fcbbe083.ttf) format("truetype")}@font-face{font-display:swap;font-family:Moulay ExtraBold custom;font-style:normal;font-weight:700;src:url(/static/media/Moulay-Extrabold.0d4bfc08f794e3299d13.otf) format("truetype")}@font-face{font-display:swap;font-family:Moulay ExtraLight custom;font-style:normal;font-weight:200;src:url(/static/media/Moulay-Extralight.418dcd5ac8387ff0189d.otf) format("truetype")}@font-face{font-display:swap;font-family:Moulay Light custom;font-style:normal;font-weight:300;src:url(/static/media/Moulay-Light.e5edaaa748d404fd07a4.otf) format("truetype")}@font-face{font-display:swap;font-family:Moulay Medium custom;font-style:normal;font-weight:500;src:url(/static/media/Moulay-Medium.1190ccf80d7fb22bf4c7.otf) format("truetype")}@font-face{font-display:swap;font-family:Moulay Regular custom;font-style:normal;font-weight:400;src:url(/static/media/Moulay-Regular.b88ad509079d43c13319.otf) format("truetype")}@font-face{font-display:swap;font-family:Moulay SemiBold custom;font-style:normal;font-weight:600;src:url(/static/media/Moulay-Semibold.86c987a7c5fff5a4c5c7.otf) format("truetype")}@font-face{font-display:swap;font-family:Moulay Thin custom;font-style:normal;font-weight:100;src:url(/static/media/Moulay-Thin.d4fd6c47792fafbcf46e.otf) format("truetype")}.circle-mask{-webkit-mask-image:url(/static/media/half-circle.35a5d6614ec5a8ea4a9d.svg);mask-image:url(/static/media/half-circle.35a5d6614ec5a8ea4a9d.svg);-webkit-mask-position:center top;mask-position:center top}.circle-mask,.circle-mask-desktop{background-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.circle-mask-desktop{-webkit-mask-image:url(/static/media/half-circle-desktop.404ccf88181e3136a6c5.svg);mask-image:url(/static/media/half-circle-desktop.404ccf88181e3136a6c5.svg);-webkit-mask-position:left center;mask-position:left center}.wave-mask{-webkit-mask-image:url(/static/media/wave.257b6ce5b3ffbd7fba5f.svg);mask-image:url(/static/media/wave.257b6ce5b3ffbd7fba5f.svg);-webkit-mask-position:center top;mask-position:center top}.wave-mask,.wave-mask-desktop{background-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wave-mask-desktop{-webkit-mask-image:url(/static/media/wave-desktop.a2a6af7b19da8b2fbb8c.svg);mask-image:url(/static/media/wave-desktop.a2a6af7b19da8b2fbb8c.svg);-webkit-mask-position:left top;mask-position:left top}.blur-mask{-webkit-mask-image:url(/static/media/blur.5b718ce2d2d7339e5377.svg);mask-image:url(/static/media/blur.5b718ce2d2d7339e5377.svg);-webkit-mask-position:center top;mask-position:center top}.blur-mask,.blur-mask-desktop{background-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.blur-mask-desktop{-webkit-mask-image:url(/static/media/blur-desktop.65876c53b588543a12e1.svg);mask-image:url(/static/media/blur-desktop.65876c53b588543a12e1.svg);-webkit-mask-position:left top;mask-position:left top}.image-overlay{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:100%;justify-content:center;position:absolute;width:100%}.popup__email-input::-webkit-input-placeholder{color:var(--placeholder-color)!important}.popup__email-input::placeholder{color:var(--placeholder-color)!important}.popup__primary-btn,.popup__secondary-btn{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .5s ease}.popup__primary-btn--hover:hover{background-color:var(--primary-btn-hover-background)!important;border-color:var(--primary-btn-hover-bordercolor)!important;box-shadow:var(--primary-btn-hover-shadow)!important;color:var(--primary-btn-hover-color)!important}.popup__secondary-btn--hover:hover{background-color:var(--secondary-btn-hover-background)!important;border-color:var(--secondary-btn-hover-bordercolor)!important;box-shadow:var(--secondary-btn-hover-shadow)!important;color:var(--secondary-btn-hover-color)!important}.popup__accent-btn--hover:hover{background-color:var(--accent-btn-hover-background)!important;border-color:var(--accent-btn-hover-bordercolor)!important;box-shadow:var(--accent-btn-hover-shadow)!important;color:var(--accent-btn-hover-color)!important}.em-snippet{align-items:center;background-color:#d7dde8;bottom:83px;cursor:pointer;display:flex;font-weight:700;height:58px;justify-content:center;left:18px;min-width:150px;padding:5px 15px 5px 13px;position:fixed;z-index:1000}.em-snippet__close{background:transparent;border:none;cursor:pointer;height:27px;margin-right:5px;padding:7px;position:relative;width:27px;z-index:2000}.em-snippet__close svg{stroke-width:1px;stroke:#000;stroke-linecap:round}.em-snippet__close:active svg,.em-snippet__close:hover svg{stroke:rgba(0,0,0,.4)}.em-snippet__content{font-family:sans-serif}a{color:inherit}.warning{background-color:#fff;border-radius:10px 10px 0 0;color:var(--black-secondary);flex-direction:column;font-family:var(--main-font);justify-content:flex-start;margin:0 auto;max-width:360px;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.warning,.warning__wrapper{align-items:center;display:flex}.warning__wrapper{flex-grow:1;justify-content:center}.warning__container{align-items:center;display:flex;flex-direction:column;min-height:196px;width:240px}.warning__image-container{align-items:center;background-color:var(--rose-6);border-radius:50%;color:var(--warning);display:flex;height:96px;justify-content:center;margin-bottom:24px;width:96px}.warning__image{display:block;height:24px;object-fit:contain;width:24px}.warning__title{font-size:20px;font-weight:600;line-height:28px;margin-block:0 4px}.warning__desc,.warning__title{font-style:normal;letter-spacing:-.03em}.warning__desc{font-size:14px;font-weight:400;line-height:22px;text-align:center}
/*# sourceMappingURL=main.787468b2.css.map*/