@charset "UTF-8";.game__page{position:relative;width:auto;height:100vh;height:100dvh;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:none}.game__page::-webkit-scrollbar{display:none}.game__page.__intro{background-image:url(/assets/ref_main_bg.png);background-size:cover;background-repeat:no-repeat}.game__page.__intro .game__interface .interface__header{justify-content:center}.game__page.__intro .game__interface .interface__popup{opacity:1}.game__page.__intro .game__interface .interface__popup .interface__char{position:absolute;top:0;bottom:0;left:0;right:0;padding-top:0;max-width:500px;margin:auto}.game__page.__intro .game__interface .interface__popup .popup__container.__first .popup__text{width:100%;align-items:flex-start}.game__page.__intro .game__interface .interface__popup .popup__container.__first .popup__text .test pre{font-size:14px;line-height:normal}.game__page.__intro .game__interface .interface__popup .popup__container.__first .popup__text .popup__title{color:#fff;font-size:1.125rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.0225rem;text-align:left}.game__page.__intro .game__interface .interface__popup .popup__container.__first .popup__text .popup__desc{color:#fff;font-size:2rem;font-style:normal;font-weight:500;line-height:110%;letter-spacing:-.04rem;text-align:left}.game__page.__intro .intro__img{position:absolute}.game__page.__intro .intro__img img{max-width:100%}.game__page .game__background{position:absolute;top:0;left:0;right:0;margin:auto;aspect-ratio:1453/700;height:100%;pointer-events:none;z-index:1}.game__page .game__background img{height:100vh;height:100dvh}.game__page .game__ghost{position:fixed;z-index:10;left:100%;bottom:0;opacity:0;pointer-events:none}.game__page .game__ghost.ghost__active{animation:ghost-move 5s ease-in-out}@keyframes ghost-move{0%{transform:translate(0) rotate(0);opacity:0}10%{opacity:1}50%{transform:translate(-50%) rotate(10deg)}90%{opacity:1}to{transform:translate(0) rotate(0);opacity:0}}.game__page .game__items{position:absolute;top:0;left:0;right:0;margin:auto;height:100vh;height:100dvh;z-index:1;pointer-events:all;aspect-ratio:1453/700;overflow:hidden}.game__page .game__items .game__item{position:absolute;display:flex;opacity:1;transition:opacity .5s ease}.game__page .game__items .game__item img{max-width:100%;width:100%;object-fit:contain;pointer-events:none}.game__page .game__items .game__item.__noevents{pointer-events:none}.game__page .game__items .game__item.__found{opacity:0;pointer-events:none}.game__page .game__items.firstLevel .game__item:nth-child(1){width:12%;height:auto;left:-2%;bottom:2%}.game__page .game__items.firstLevel .game__item:nth-child(2){width:4.5%;height:auto;left:16%;top:19.2%}.game__page .game__items.firstLevel .game__item:nth-child(3){width:8%;height:auto;left:18.8%;top:53%}.game__page .game__items.firstLevel .game__item:nth-child(4){width:8%;height:auto;left:52%;top:50%}.game__page .game__items.firstLevel .game__item:nth-child(5){width:13%;height:auto;left:69%;top:54.5%}.game__page .game__items.firstLevel .game__item:nth-child(6){width:8%;height:auto;left:83.8%;top:18.7%}.game__page .game__items.secondLevel .game__item:nth-child(1){width:9%;height:auto;left:-1.3%;bottom:30%}.game__page .game__items.secondLevel .game__item:nth-child(2){width:13.5%;height:auto;left:-1%;bottom:3%}.game__page .game__items.secondLevel .game__item:nth-child(3){width:13.5%;height:auto;left:13.5%;bottom:1%}.game__page .game__items.secondLevel .game__item:nth-child(4){width:8.5%;height:auto;left:13.7%;top:25.4%}.game__page .game__items.secondLevel .game__item:nth-child(5){width:8.5%;height:auto;left:44%;top:56%}.game__page .game__items.secondLevel .game__item:nth-child(6){width:8.5%;height:auto;left:53%;top:59%}.game__page .game__items.secondLevel .game__item:nth-child(7){width:13.5%;height:auto;left:68.5%;top:56%}.game__page .game__items.secondLevel .game__item:nth-child(8){width:13.5%;height:auto;left:76%;bottom:1%}.game__page .game__items.secondLevel .game__item:nth-child(9){width:13.5%;height:auto;left:84.5%;top:56.5%}.game__page .game__items.secondLevel .game__item:nth-child(10){width:13.5%;height:auto;left:88.5%;bottom:7%}.game__page .darkness__canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.game__interface{position:fixed;top:0;left:0;right:0;margin:auto;width:100%;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;pointer-events:none;gap:1rem}.game__interface.__hasStatus .interface__header{justify-content:center}.game__interface.__hasStatus .btn__rules,.game__interface.__hasStatus .header__timer,.game__interface.__hasStatus .interface__items{display:none!important}.game__interface .interface__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 15px 0}.game__interface .interface__header .btn__rules{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:100px;background:linear-gradient(180deg,#4be0ff,#0000 108.33%);flex-shrink:0;pointer-events:all}.game__interface .interface__header .title{display:flex}.game__interface .interface__header .title img{max-width:178px;width:100%}.game__interface .interface__header .header__timer{border-radius:100px;background:linear-gradient(180deg,#4be0ff,#0000 108.33%);width:36px;height:36px}.game__interface .interface__items{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 15px;min-width:336px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;white-space:nowrap;pointer-events:all}.game__interface .interface__items .interface__card{flex-basis:calc((100% - 30px) / 6);flex-grow:1;flex-shrink:0}.game__interface .interface__popup{position:fixed;width:100vw;height:100vh;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin:auto;opacity:0;pointer-events:none;transition:opacity .3s ease;animation:fadeIn 1s ease-out;z-index:3}.game__interface .interface__popup.__visible{opacity:1;pointer-events:all}.game__interface .interface__popup.__visible .popup__container{animation:fadeIn 1s ease-out}.game__interface .interface__popup.__status{opacity:1;pointer-events:all}.game__interface .interface__popup.__status .popup__container{animation:fadeIn 1s ease-out}.game__interface .interface__popup.__status .popup__container .popup__img{width:280px;height:344px;padding:0}.game__interface .interface__popup .popup__shadow{opacity:.8;background:#0b131c;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.game__interface .interface__popup .popup__container{width:100%;max-width:500px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-top:1px solid rgba(255,255,255,.5);background:var(--popup-gradient, linear-gradient(180deg, rgba(0, 0, 0, .7) 0%, rgba(2, 96, 133, .7) 100%));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:relative;z-index:1}.game__interface .interface__popup .popup__container.__rules ul{display:flex;flex-direction:column;align-items:flex-start;gap:.62rem}.game__interface .interface__popup .popup__container.__rules ul li{text-align:left;list-style:none;position:relative;padding-left:2.1rem}.game__interface .interface__popup .popup__container.__rules ul li:before{content:"";position:absolute;left:0;top:0rem;width:1.5rem;height:1.5rem;background:url(/assets/icons/ico_check.svg) no-repeat center;background-size:contain}.game__interface .interface__popup .popup__container .popup__text{display:flex;flex-direction:column;align-items:center;gap:.75rem}.game__interface .interface__popup .popup__container .popup__text .popup__title{color:#fff;font-size:1.5rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.03rem;text-align:center}.game__interface .interface__popup .popup__container .popup__text .popup__desc{color:#fff;font-size:1rem;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.02rem;text-align:center}.game__interface .interface__popup .popup__container .popup__img{border-radius:2.5rem;background:var(--color-black, #111114);box-shadow:0 0 20px #b7fdff;position:relative;width:280px;height:262px;display:flex;align-items:center;justify-content:center;padding:2rem}.game__interface .interface__popup .popup__container .popup__img img{max-width:100%;width:100%;height:100%;object-fit:cover}.game__interface .interface__popup .popup__container .popup__img .img__cover{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;z-index:0}.game__interface .interface__popup .popup__container .popup__img .img__cover img{max-width:100%;width:100%;height:100%;object-fit:contain}.game__interface .interface__popup .popup__container .popup__img .popup__counter{position:absolute;top:1rem;right:1.25rem;color:#fff;font-size:1rem;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.02rem}.game__interface .interface__popup .popup__container .popup__actions{width:100%;pointer-events:all}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.interface__card{width:100%;background-color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;min-height:0;aspect-ratio:1}.interface__card .interface__card-image{max-width:84px;height:100%}.interface__card .interface__card-image img{max-width:100%;height:100%;object-fit:contain}.interface__card .checkmark{position:absolute;right:0;top:0;animation:fadeIn .2s ease-out}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.25rem;cursor:pointer;text-align:center;font-family:SB Sans Display,"system-ui",sans-serif;gap:10px;transition:background .3s;width:100%;box-sizing:border-box;border-radius:5.20269rem;position:relative;font-size:1rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.01rem}.btn.__disabled{opacity:.6;pointer-events:none}.btn.__primary{background:#fff;color:#111114}.btn.__primary:hover{background:#d9f9ff}.btn.__primary:active{background-color:#bad5da}.btn.__secondary{border-radius:1.875rem;border-top:1px solid #b1b1b1;background:#111114;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:1.25rem}.btn.__secondary:hover{background:#000}.btn.__alternative{background:#3afdff;color:#111114}.btn.__alternative:hover{background:#2fc4ca}.btn.__alternative:active{background-color:#2aa7ac}.btn .custom-icon{display:flex;position:absolute;right:1.25rem;top:0;bottom:0;margin:auto}.btn.__copy{position:relative}.btn.__copy .icon{width:64px;height:64px;transition:transform .3s ease,opacity .3s ease;position:absolute;box-sizing:border-box;right:.5rem;top:50%;border-radius:100px;transform:translateY(-50%)}@media (max-width: 1919px){.btn.__copy .icon{width:48px;height:48px}}@media (max-width: 767px){.btn.__copy .icon{width:36px;height:36px}}.btn.__copy .icon svg,.btn.__copy .icon img{transform:scale(1);opacity:1;transition:opacity .3s ease,transform .3s ease;position:absolute;top:50%;left:0;right:0;margin:auto;transform:translateY(-50%);width:40px;height:40px}@media (max-width: 1919px){.btn.__copy .icon svg,.btn.__copy .icon img{width:30px;height:30px}}@media (max-width: 767px){.btn.__copy .icon svg,.btn.__copy .icon img{width:23px;height:23px}}.btn.__copy .icon svg.hidden,.btn.__copy .icon img.hidden{opacity:0;transform:scale(.9) translate(-50%) translateY(-50%)}.main__page{background-image:url(/assets/ref_main_bg.png);background-size:cover;background-repeat:no-repeat;width:100vw;height:100vh;height:100dvh}.main__page .game__interface .interface__header{justify-content:center;position:relative;z-index:2}.main__page .game__interface .interface__header .title img{max-width:100%}.main__page .game__interface .interface__popup{opacity:1}.main__page .game__interface .interface__popup.main__popup{max-width:500px}.main__page .game__interface .interface__popup.main__popup .interface__char{position:absolute;top:0;bottom:0;left:0;right:0;padding-top:0;margin:auto;aspect-ratio:320/450;max-width:320px}.main__page .game__interface .interface__popup.main__popup .interface__char.char__left{left:-250px}.main__page .game__interface .interface__popup.main__popup .interface__char.char__right{right:-250px}.main__page .game__interface .interface__popup .popup__container .popup__back{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border-radius:12.5rem;background:#111114;position:absolute;left:1rem;top:1rem;pointer-events:all;cursor:pointer}.main__page .game__interface .interface__popup .popup__container .popup__back img{max-width:100%;transform:rotate(180deg)}.main__page .game__interface .interface__popup .popup__container .popup__logo{display:flex}.main__page .game__interface .interface__popup .popup__container .popup__logo img{max-width:80px;width:100%}.main__page .game__interface .interface__popup .popup__container .popup__text .popup__desc{max-height:0;overflow:hidden;transition:max-height 1s ease}.main__page .game__interface .interface__popup .popup__container .popup__text .popup__desc.__open{max-height:150px}.main__page .game__interface .interface__popup .popup__container .popup__dots{display:flex;gap:.5rem}.main__page .game__interface .interface__popup .popup__container .popup__dots .dot{width:37px;height:4px;border-radius:.625rem;background:#111114;transition:all .5s ease}.main__page .game__interface .interface__popup .popup__container .popup__dots .dot.__active{background:var(--color-blue, #3AFDFF)}.main__page.__final .game__interface .interface__popup .popup__container .popup__back{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border-radius:12.5rem;background:#111114;position:absolute;left:1rem;top:1rem;pointer-events:all}.main__page.__final .game__interface .interface__popup .popup__container .popup__back img{max-width:100%;transform:rotate(180deg)}.main__page.__final .game__interface .interface__popup .popup__container.__first .popup__text .popup__title{font-size:2rem;font-style:normal;font-weight:500;line-height:110%;letter-spacing:-.04rem}.main__page.__final .game__interface .interface__popup .popup__container.__first .popup__text .popup__desc{max-height:200px}.main__page.__final .game__interface .interface__popup .popup__container.__first .popup__actions{display:flex;flex-direction:column;align-items:center;gap:.75rem}.main__page.__final .game__interface .interface__popup .popup__container.__first .popup__actions .btn:nth-child(1){background:#e93924;color:#fff}.main__page.__final .game__interface .interface__popup .popup__container.__first .popup__actions .btn:nth-child(1):hover{background:#d91e08}.main__page.__final .game__interface .interface__popup .popup__container.__first .popup__actions .btn:nth-child(1):active{background:#bd1b09}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__tip{color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.02rem}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;pointer-events:all}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__btn{width:100%}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__btn .btn{height:48px}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__btn .btn.__small{font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:-.0175rem}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__text{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__text .text__title{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;color:#3afdff;text-align:center;font-size:1.125rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.0225rem}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__text .text__title .text__discount{color:#fff;font-size:1.5rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.03rem}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__text .text__title .text__desc{color:#fff;font-size:1rem;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.02rem}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__promo .promo__text .text__link{color:#8da5b1;text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.0175rem;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.main__page.__final .game__interface .interface__popup .popup__container.__second .popup__link{width:100%;pointer-events:all}.main__page.__final .game__interface .interface__popup .popup__container.__end{gap:2rem}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions{gap:1.5rem}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions>.btn{background:#e93924;color:#fff}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions>.btn:hover{background:#d91e08}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions>.btn:active{background:#bd1b09}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions .actions__row{display:flex;align-items:center;justify-content:space-between;width:100%}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions .actions__row .btn{font-size:.875rem;flex-basis:48%;padding:.7rem .5rem;min-height:40px}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions .actions__row .btn:nth-child(1){background:#fff;color:#111114}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions .actions__row .btn:nth-child(1):hover{background:#d9f9ff}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions .actions__row .btn:nth-child(1):active{background-color:#bad5da}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions .actions__row .btn:nth-child(2){border:none;padding:.5rem}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__actions .actions__row .btn:nth-child(2) .custom-icon{position:relative;margin:0;right:auto;top:auto;bottom:auto}.main__page.__final .game__interface .interface__popup .popup__container.__end .popup__promo .promo__link{width:100%}.placeholder{background-image:url(/assets/ref_placeholder_desk.png);background-size:cover;background-repeat:no-repeat;width:100vw;height:100vh;height:100dvh}@media (max-width: 1199px){.placeholder{background-image:url(/assets/ref_placeholder_tablet.png)}}@media (max-width: 767px){.placeholder{background-image:url(/assets/ref_placeholder_mob.png)}}.placeholder__container{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-top:2.5rem}@media (max-width: 767px){.placeholder__container{padding-top:1.71rem}}.placeholder__logos{display:flex;align-items:center;justify-content:center;gap:3.38rem}@media (max-width: 1919px){.placeholder__logos{gap:3rem}}@media (max-width: 1199px){.placeholder__logos{gap:.88rem;flex-direction:column-reverse}}@media (max-width: 767px){.placeholder__logos{gap:.6rem}}.placeholder__logos .logo{display:flex}.placeholder__logos .logo img{max-width:100%;width:100%;object-fit:contain}.placeholder__logos .logo:nth-child(1){max-width:313px}@media (max-width: 1919px){.placeholder__logos .logo:nth-child(1){max-width:281px}}@media (max-width: 1199px){.placeholder__logos .logo:nth-child(1){max-width:303px}}@media (max-width: 767px){.placeholder__logos .logo:nth-child(1){max-width:207px}}.placeholder__logos .logo:nth-child(2){max-width:110px}@media (max-width: 1919px){.placeholder__logos .logo:nth-child(2){max-width:98px}}@media (max-width: 1199px){.placeholder__logos .logo:nth-child(2){max-width:106px}}@media (max-width: 767px){.placeholder__logos .logo:nth-child(2){max-width:73px}}.placeholder__body{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5.5rem;margin:auto;max-width:747px}@media (max-width: 1919px){.placeholder__body{gap:3.75rem;max-width:606px}}@media (max-width: 1199px){.placeholder__body{gap:5rem;max-width:530px}}@media (max-width: 767px){.placeholder__body{gap:2.44rem;max-width:287px}}.placeholder__text{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 1919px){.placeholder__text{gap:1.22rem}}@media (max-width: 1199px){.placeholder__text{gap:1.75rem}}@media (max-width: 767px){.placeholder__text{gap:1.2rem}}.placeholder__title{color:#fff;text-align:center;font-size:4.0625rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.08125rem}@media (max-width: 1919px){.placeholder__title{font-size:3.25rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.065rem}}@media (max-width: 1199px){.placeholder__title{font-size:2.875rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.0575rem}}@media (max-width: 767px){.placeholder__title{font-size:1.5625rem;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.03125rem}}.placeholder__desc{color:#fff;text-align:center;font-size:2rem;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.04rem}@media (max-width: 1919px){.placeholder__desc{font-size:1.5rem;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.03rem}}@media (max-width: 1199px){.placeholder__desc{font-size:1.5rem;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.03rem}}@media (max-width: 767px){.placeholder__desc{font-size:1rem;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.02rem}}.placeholder__btn{width:100%;max-width:464px}@media (max-width: 1919px){.placeholder__btn{max-width:408px}}@media (max-width: 1199px){.placeholder__btn{max-width:447px}}@media (max-width: 767px){.placeholder__btn{max-width:100%}}:root{--xscale: 1;--real-vh: 100vh;--vh: calc(1vh / var(--xscale));--svh: calc(1svh / var(--xscale));--dvh: calc(1dvh / var(--xscale))}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes loadMaskAnim{0%{translate:0 0}to{translate:-66.6666666667% 0}}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*:before,*:after{box-sizing:border-box}*:focus{outline:none}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}button{all:unset;display:inline-block;cursor:pointer;outline:none;border:none;background:none;padding:0;margin:0;text-align:left;font:inherit;color:inherit}textarea,input{font-family:SB Sans Display,"system-ui",sans-serif;font-size:14px;line-height:14px}::-webkit-scrollbar{width:0px;background:transparent}html{-ms-overflow-style:none;scrollbar-width:none;overflow:-moz-scrollbars-none}div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}section{position:relative}body{font-size:16px;font-family:SB Sans Display,"system-ui",sans-serif;line-height:110%;min-width:360px;color:#fff;touch-action:pan-x pan-y;scroll-behavior:smooth;background:#001b38;background-repeat:no-repeat}@media (max-width: 494px){body{max-width:100vw;width:100vw;overflow-x:hidden}}#__site_wrapper{overflow:hidden;min-height:100dvh;display:flex;position:relative}main{flex:1 0 auto;display:flex;flex-direction:column;transition:.2s;width:100%}a{text-decoration:none;transition:.3s}a:hover{transition:.1s}a:active{transition:.05s}@font-face{font-family:Inter;src:url(Inter-Bold.woff2) format("woff2"),url(Inter-Bold.woff) format("woff"),url(Inter-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-Semibold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-SemiboldItalic.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:SB Sans Text;src:url(../fonts/SBSansText-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:SB Sans Display;src:url(/assets/SBSansDisplay-Bold-BFJvppmd.woff2) format("woff2"),url(/assets/SBSansDisplay-Bold-B5EgjvIy.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Display;src:url(/assets/SBSansDisplay-Medium-BbkNQ7h8.woff2) format("woff2"),url(/assets/SBSansDisplay-Medium-D3R06Jmb.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Display;src:url(/assets/SBSansDisplay-Light-BGNtXqxH.woff2) format("woff2"),url(/assets/SBSansDisplay-Light-DzDTzbkS.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Display;src:url(/assets/SBSansDisplay-Thin-jzuMN-QM.woff2) format("woff2"),url(/assets/SBSansDisplay-Thin-Bf6EqN8r.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Display;src:url(/assets/SBSansDisplay-Regular-DmkEVdWl.woff2) format("woff2"),url(/assets/SBSansDisplay-Regular-ClF3SSm-.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Display;src:url(/assets/SBSansDisplay-Semibold-BUsSCdxq.woff2) format("woff2"),url(/assets/SBSansDisplay-Semibold-JHupW17-.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}html{font-size:16px}#root{overflow:hidden}.loader{height:100vh;display:flex;align-items:center;justify-content:center}.loader img{max-width:100px}.container{max-width:1400px;width:100%;padding-left:1.75rem;padding-right:1.75rem;margin:auto}@media (max-width: 494px){.container{padding-left:1rem;padding-right:1rem}}.swiper-transition .swiper-wrapper{-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.swiper-transition .swiper-wrapper .swiper-slide{width:auto}
