.hero{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;margin-top:25px}@media(min-width:1024px){.hero{flex-direction:row;justify-content:space-between;width:100%}}.hero-center{position:relative;width:100%;height:436px;margin-bottom:30px;padding:20px}@media(min-width:768px){.hero-center{width:100%;height:737px}}@media(min-width:1400px){.hero-center{width:637px;height:737px}}.hero-center-title{position:absolute;top:35%;left:52%;transform:translate(-50%,-50%);color:#d0ddf1;font-size:66px;font-weight:600;text-transform:uppercase;width:100%;max-width:348px}@media(min-width:768px){.hero-center-title{display:none}}.hero-center-ellipse{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:80%;height:170px;z-index:0;display:flex;justify-content:center;align-items:center;border-radius:50%;background:rgba(0,0,0,0)}.hero-center-ellipse:before{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(0deg,rgb(153,185,243),rgba(153,185,243,0));z-index:-1;mask:radial-gradient(farthest-side,transparent calc(100% - 5px),black calc(100% - 1px));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),black calc(100% - 1px))}@media(max-width:768px){.hero-center-ellipse{width:100%;height:100px;bottom:-5px}}.hero-center-ellipse__icon{position:absolute;bottom:-15px;background:#fff;border-radius:50px;padding:6px 10px;display:flex;align-items:center;justify-content:center;z-index:3;fill:#2672ff}.hero-hotspot-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.hero-hotspot{position:absolute;cursor:pointer;width:24px;height:24px;transform:translate(-50%,-50%);pointer-events:all;z-index:3}.hero-hotspot:hover{z-index:4;transform:translate(-50%,-50%) scale(1.2)}.hero-hotspot-info-wrapper{display:flex;flex-direction:row;justify-content:center;padding:10px;position:absolute;top:10px;left:-90px;z-index:10;width:180px;background:url(/svg/hero-card.png) no-repeat 50%/100%}.hero-hotspot-info{border:none;width:95px;height:80px}.hero-hotspot-info-image{border-radius:3px;object-fit:cover}.hero-hotspot-info-text{display:flex;align-items:center;justify-content:center;min-width:79px;margin-left:15px;color:var(--title);font-size:12px;font-weight:405;z-index:10}.hero-center-model{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-center-model canvas,.hero-center-view360{width:100%!important;height:100%!important;display:block}.hero-center-ellipse{z-index:2}.header{width:100%;max-width:1403px;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(0,0,0,0);margin:24px auto 0;padding:0 15px}.header-wrapper{justify-content:space-between}.header-left,.header-wrapper{display:flex;align-items:center}.header-center{display:none}.header-logo{position:relative;display:flex;align-items:center;gap:5px;padding:.31rem .69rem;width:7.25rem;height:2rem;background:url(/logo-btn.svg) no-repeat 50%/contain}.header-logo__text{font-family:Inter Tight;color:#fff;font-size:.6875rem;font-weight:500;letter-spacing:.0275rem;text-transform:uppercase}.header-logo__decoration{position:absolute;bottom:33%;left:-4px;transform:translateX(-50%);width:12px;height:12px;background-color:#2672ff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:2;transition:transform .2s ease;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.header-logo__decoration-icon{transform:rotate(45deg);align-items:center;display:flex;justify-content:center}.header-logo__decoration img{width:8px;height:8px}.header-nav__list{display:flex;flex-direction:column}.header-nav__item{display:flex;justify-content:center;align-items:center;width:95px;height:32px;background:url(/svg/nav-ticket.svg) no-repeat 100%/contain;color:var(--title);text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.48px;text-transform:uppercase;transition:transform .3s ease;will-change:transform;cursor:pointer;gap:3px}.header-nav__item p{font-size:16px;margin-bottom:2px}.header-nav__item:hover{transform:scale(1.01);background:url(/svg/ticket-btn-hover.svg) no-repeat 100%/contain;color:#fff}.header-search{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 1.5rem;width:390px;height:48px;position:relative;margin-top:5px}@media(max-width:768px){.header-search{display:none}}.header-search:before{right:-1px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}.header-search:after,.header-search:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:18px;background:var(--background)}.header-search:after{left:-1px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.header-search input{flex:1 1;background:rgba(0,0,0,0);border:none;outline:none;font-size:.875rem;color:var(--title)}.header-search input::placeholder{color:var(--text);text-align:left;font-size:11px;font-weight:400}.header-search .search-icon{width:16px;height:16px;color:var(--text);margin-left:.5rem}.header-toggle{font-family:Inter Tight;width:42px;height:32px;padding:5px;border-radius:1px 0 1px 0;background:#fff;border:none;color:#2672ff;font-size:20px;cursor:pointer;display:flex;align-content:center;align-items:center;position:relative;text-align:center;justify-content:center}.header-toggle:before{top:-4px;right:0;height:4px;border-radius:1px 1px 0 0;-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}.header-toggle:after,.header-toggle:before{content:"";position:absolute;width:20px;background:#fff}.header-toggle:after{top:100%;left:0;margin-top:-1px;height:5px;border-radius:0 0 1px 1px;-webkit-clip-path:polygon(0 0,100% 0,85% 100%,0 100%);clip-path:polygon(0 0,100% 0,85% 100%,0 100%)}.header-dropdown{position:fixed;top:55px;right:0;padding:20px;gap:12px}@media(max-width:1023px){.header-left{display:none}.header-right{display:flex;justify-content:center;align-items:center;gap:15px;flex-direction:row}.header-center{display:flex;justify-content:left}.header-search{max-width:350px;height:36px}.header-search input{font-size:.7rem}.header-toggle{display:block}.header-nav.desktop{display:none}.header-nav__list{flex-direction:column;gap:5px}.header-nav__item{display:flex;justify-content:center;align-items:center;width:95px;height:32px;text-align:center;background:url(/svg/nav-ticket.svg) no-repeat 100%/contain;color:var(--title);font-size:.6875rem;font-weight:400;text-transform:uppercase;transition:all .3s ease}.header-nav__item:hover{background:url(/svg/ticket-btn-hover.svg) no-repeat 100%/contain;color:#fff}}@media(min-width:1024px){.header-nav__list{flex-direction:row}.header-center,.header-dropdown,.header-nav.mobile,.header-toggle{display:none}}.footer{background:#eaf0fa;text-align:center;gap:24px;margin-top:80px;margin-bottom:62px;width:100%}.footer,.footer__cta{display:flex;flex-direction:column}.footer__cta{justify-content:space-between;align-items:flex-start;text-align:left;margin-bottom:20px}.footer__cta-light{color:rgba(0,0,0,.2)}.footer__cta-bold,.footer__cta-light{font-family:Inter Tight;font-size:36.798px;font-style:normal;font-weight:500;line-height:34px;letter-spacing:-1.472px}.footer__cta-bold{color:#000}.footer__cta-link{display:none}.footer__cta-span{font-size:22px;letter-spacing:1px}.footer__cta-span,.footer__cta-text{color:rgba(0,0,0,.5);font-family:Inter Tight;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.footer__cta-text{font-size:12px;letter-spacing:.6px}.footer__content{gap:24px}.footer__card,.footer__content{display:flex;flex-direction:column}.footer__card{position:relative;background:#fff;padding:23px;border-radius:0 4px 0 0;width:100%;max-width:420px;justify-content:space-between;align-items:center;gap:30px}.footer__card:after{content:"";position:absolute;top:-19px;left:0;width:180px;height:20px;background:#fff;border-radius:4px 0 0 0;-webkit-clip-path:polygon(0 0,90% 0,100% 100%,0 100%);clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}.footer__cross{position:absolute;top:-19px;right:0}.footer__logo{position:absolute;top:0;left:20px;display:flex;align-items:center;gap:3px}.footer__logo-text{color:#535353;text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase}.footer__links{display:flex;justify-content:center;gap:32px;width:100%;text-align:left;margin-top:60px}.footer__col{display:flex;flex-direction:column;gap:16px}.footer__col h4{color:rgba(0,0,0,.5);font-weight:400}.footer__col a,.footer__col h4{font-family:Inter Tight;font-size:12px;font-style:normal;line-height:normal;letter-spacing:.6px;text-transform:uppercase}.footer__col a{color:#000;font-weight:500;text-decoration:none;transition:transform .3s ease}.footer__col a:hover{transform:scale(1.01)}.footer__button{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;background:#292929;color:#fff;text-align:center;font-family:Inter Tight;font-size:11px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.55px;text-transform:uppercase;padding:10px;height:32px;width:100%;cursor:pointer;transition:transform .3s ease}.footer__button:before{right:-1px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}.footer__button:after,.footer__button:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:18px;background:#fff}.footer__button:after{left:-1px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.footer__button:hover{transform:scale(1.01)}.footer__bottom-content{display:flex;flex-direction:column;gap:18px}.footer__bottom-desktop{display:none}.footer__bottom-mobile{display:flex;flex-direction:column;gap:18px}.footer__socials{display:flex;justify-content:center;gap:15px}.footer__fb,.footer__ig,.footer__tw{display:flex;align-items:center;justify-content:center;background:#fff;width:110px;height:38px;color:var(--title);text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.6px;text-transform:uppercase;text-decoration:none;transition:transform .3s ease;will-change:transform}.footer__fb:before,.footer__ig:before,.footer__tw:before{right:-1px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}.footer__fb:after,.footer__fb:before,.footer__ig:after,.footer__ig:before,.footer__tw:after,.footer__tw:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:18px;background:var(--background)}.footer__fb:after,.footer__ig:after,.footer__tw:after{left:-1px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.footer__fb:hover,.footer__ig:hover,.footer__tw:hover{background:url(/svg/pre-order.svg) no-repeat;color:#fff;transform:scale(1.01)}.footer__bottom{font-size:12px;display:flex;justify-content:space-between;gap:32px;color:rgba(0,0,0,.5)}@media screen and (min-width:768px){.footer__cta-link{display:flex;align-items:center;gap:3px}.footer__content{flex-direction:row;justify-content:space-between}.footer__card{max-width:625px;margin-top:20px}.footer__links{justify-content:flex-start;gap:50px}.footer__follow,.footer__privacy{color:var(--text);text-align:right;font-size:12px;font-style:normal;font-weight:405;line-height:normal;letter-spacing:.6px;text-transform:uppercase}.footer__bottom-mobile{display:none}.footer__bottom-desktop{display:flex;flex-direction:column;justify-content:space-between}.footer__socials{margin-bottom:35px;margin-top:15px}.footer__bottom,.footer__socials{flex-direction:column}}@media screen and (min-width:769px){.footer{margin-bottom:52px;padding:0 5px}.footer__cta{margin-bottom:0}.footer__bottom-content{align-items:flex-end}.footer__bottom-desktop{margin-top:52px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:12px}.footer__bottom-mobile{display:none}.footer__follow,.footer__privacy{color:var(--text);text-align:right;font-size:12px;font-style:normal;font-weight:405;line-height:normal;letter-spacing:.6px;text-transform:uppercase}.footer__socials{flex-direction:column;align-items:flex-end;margin-top:13px}.footer__socials a{color:var(--title);text-align:center;font-size:11px;font-weight:405;text-transform:uppercase}.footer__tw{width:110px}.footer__fb{width:88px}.footer__ig{width:98px}}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;text-align:center}.not-found__code{font-size:6rem;font-weight:700;color:#333}.not-found__message{margin-top:1rem;font-size:1.5rem;color:#555}.not-found__link{font-family:Inter Tight;margin-top:2rem;font-size:1rem;text-decoration:none;color:#0070f3;border:1px solid #0070f3;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease,color .3s ease}.not-found__link:hover{background-color:#0070f3;color:#fff}.card-list{flex-direction:column;align-items:center;justify-content:center;gap:26px;display:none;width:100%;max-width:350px;margin-right:16px}@media(min-width:1340px){.card-list{display:flex}}.robot-card-group{gap:25px;max-width:360px}.feature-card,.robot-card-group{display:flex;flex-direction:column}.feature-card{background:#fff;border-radius:4px 0 4px 4px;padding:19px;box-shadow:0 8px 16px rgba(0,0,0,.06);gap:16px;max-width:330px;position:relative;margin-left:16px}.feature-card:before{top:-13px;right:0;width:25%;height:14px;border-radius:0 4px 0 0;-webkit-clip-path:polygon(8% 0,100% 0,100% 100%,0 100%);clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}.feature-card:after,.feature-card:before{content:"";position:absolute;background:#fff}.feature-card:after{margin-top:-1px;top:100%;right:50%;transform:translateX(50%);width:35%;height:18px;-webkit-clip-path:polygon(0 0,100% 0,85% 100%,15% 100%);clip-path:polygon(0 0,100% 0,85% 100%,15% 100%)}.feature-card__decoration{left:-14px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 100%);clip-path:polygon(0 15%,100% 0,100% 100%,0 100%)}.feature-card__decoration,.feature-card__decoration-right{content:"";position:absolute;bottom:0;width:16px;height:70%;background:#fff;border-radius:0 4px 0 0}.feature-card__decoration-right{right:-14px;-webkit-clip-path:polygon(0 0,100% 15%,100% 100%,0 100%);clip-path:polygon(0 0,100% 15%,100% 100%,0 100%)}.feature-card__image{position:absolute;top:0;right:15px}.feature-card__title{color:var(--title);font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:uppercase}.feature-card__description,.feature-card__title{font-family:Inter Tight;font-size:12px;font-style:normal}.feature-card__description{color:rgba(41,41,41,.6);font-weight:400;line-height:16px;letter-spacing:-.12px}.feature-card__specs{display:flex;flex-direction:column;gap:8px;margin-bottom:11px}.feature-card__spec{display:flex;justify-content:space-between;font-size:13px}.feature-card__spec .label{color:rgba(0,0,0,.4);font-weight:600}.feature-card__spec .label,.feature-card__spec .value{font-family:Inter Tight;font-size:12px;font-style:normal;line-height:normal;letter-spacing:.6px;text-transform:uppercase}.feature-card__spec .value{color:var(--title);text-align:right;font-weight:500}.feature-card__more{position:absolute;bottom:-5px;right:50%;transform:translateX(50%);z-index:1;color:var(--title);text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.4px;text-transform:uppercase;background:none;border:none;cursor:pointer}@media screen and (max-width:1024px){.feature-card{max-width:100%;margin:0}.feature-card__decoration,.feature-card__decoration-right{display:none}}.status-card{margin-top:3px;background:#fff;border-radius:0 0 4px 4px;padding:22px 18px;box-shadow:0 8px 16px rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:center;max-width:400px;position:relative}.status-card:before{right:0;border-radius:0 4px 0 0;-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}.status-card:after,.status-card:before{content:"";position:absolute;top:-18px;width:37%;height:19px;background:#fff}.status-card:after{left:0;border-radius:4px 0 0 0;-webkit-clip-path:polygon(0 0,85% 0,100% 100%,0 100%);clip-path:polygon(0 0,85% 0,100% 100%,0 100%)}.status-card__list{display:flex;flex-direction:column;gap:17px;margin-bottom:16px}.status-card__item{display:flex;justify-content:space-between}.status-card__item .label{color:rgba(0,0,0,.5)}.status-card__item .label,.status-card__item .value{font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.6px;text-transform:uppercase}.status-card__item .value{color:var(--title);text-align:right}.status-card__buttons{flex-direction:row;gap:5px}.status-card__buttons,.ticket-btn{display:flex;justify-content:center}.ticket-btn{align-items:center;width:104px;height:38px;background:url(/svg/ticket.svg) no-repeat;border:none;cursor:pointer;transition:all .8s ease;color:#282939;text-align:center;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.28px;text-transform:uppercase;transition:transform .3s ease;will-change:transform}.ticket-btn:hover{transform:scale(1.05)}.ticket-btn__pre-order{display:flex;align-items:center;justify-content:center;width:105px;height:38px;background:#2672ff;border:none;cursor:pointer;color:#fff;font-size:.775rem;font-weight:600;text-decoration:none;transition:transform .5s ease;position:relative}.ticket-btn__pre-order:before{right:-1px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}.ticket-btn__pre-order:after,.ticket-btn__pre-order:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:15px;background:#fff}.ticket-btn__pre-order:after{left:-1px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.ticket-btn__pre-order:hover{transform:scale(1.05)}.status-card-decoration:after{margin-top:-1px;content:"";position:absolute;top:100%;right:51.5%;transform:translateX(50%);width:33%;height:18px;background:#fff;-webkit-clip-path:polygon(0 0,100% 0,85% 100%,15% 100%);clip-path:polygon(0 0,100% 0,85% 100%,15% 100%)}.review-card{position:relative;display:flex;flex-direction:column;align-items:center;max-width:420px;width:100%;padding:30px 20px 40px;box-sizing:border-box;margin-top:-12px}.review-card__background-wrapper{position:absolute;inset:0;z-index:0}.review-card__content{position:relative;z-index:1;width:100%;max-width:380px;display:flex;flex-direction:column}.review-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.review-card__header .author{color:#000;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:uppercase;display:flex;flex-direction:row;justify-content:center;gap:8px;align-items:center}.review-card__header .role{color:rgba(41,41,41,.3);font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.1px}.review-card__header .stars{color:#282939;font-size:16px}.review-card__quote{color:rgba(41,41,41,.6);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.12px}.review-card__scores{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-top:26px;justify-content:center}.review-card__descriptions{display:flex;flex-direction:column;gap:8px;padding-top:8px;font-family:Inter Tight;font-weight:400;font-size:12px;line-height:16px}.review-card__description{font-size:.625rem;color:var(--text);padding:8px 12px;border-radius:6px;line-height:1.4}.review-card__description strong{font-weight:600;color:var(--title)}.review-card__button{position:absolute;bottom:-1%;left:50%;transform:translateX(-50%);width:16px;height:16px;background-color:#000;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:2;transition:transform .2s ease;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)}.review-card.open .review-card__button{bottom:-11.5%}.score{gap:10px}.score,.score-icon{display:flex;align-items:center}.score-icon{width:20px;height:20px;background:url(/svg/review.svg) no-repeat 50%/contain;justify-content:center}.value{color:#282939;text-align:center;font-size:11px;font-weight:400}.label,.value{font-family:Inter Tight;font-style:normal;line-height:normal;text-transform:uppercase}.label{color:var(--title);text-align:right;font-size:10px;font-weight:600;letter-spacing:.5px}.business-card{display:flex;flex-direction:column;align-items:center;justify-content:center;align-content:center;background:#fff;max-width:350px;padding:25px 15px;border-bottom-right-radius:4px;position:relative}.business-card:before{right:0;border-radius:4px 0 0 0;-webkit-clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)}.business-card:after,.business-card:before{content:"";position:absolute;top:-14px;width:120px;height:15px;background:#fff}.business-card:after{left:0;border-radius:0 4px 0 0;-webkit-clip-path:polygon(0 0,90% 0,100% 100%,0 100%);clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}.business-card__category{left:15px;color:#000;font-size:12px;letter-spacing:.48px}.business-card__category,.business-card__date{position:absolute;top:-5px;text-align:center;font-family:Inter Tight;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;z-index:1}.business-card__date{right:10px;color:rgba(0,0,0,.4);font-size:10px;letter-spacing:.4px}.business-card__image{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:14px;margin-bottom:20px}.business-card__image-icon{border-radius:6px}.business-card__title{color:#000;font-family:Inter Tight;font-size:18px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.36px}.business-card__description{color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.12px}.business-card__link{position:absolute;bottom:0;left:15px;transform:translateY(50%);z-index:1;color:#000;text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.business-card__decoration--left{left:-14px;border-radius:4px 0 0 4px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 90%);clip-path:polygon(0 0,100% 0,100% 100%,0 90%)}.business-card__decoration--left,.business-card__decoration--right{position:absolute;top:-14px;width:15px;height:180px;background:#fff}.business-card__decoration--right{right:-14px;border-radius:0 4px 4px 0;-webkit-clip-path:polygon(0 0,100% 0,100% 90%,0 100%);clip-path:polygon(0 0,100% 0,100% 90%,0 100%)}.business-card__decoration--bottom{content:"";position:absolute;bottom:-14px;left:0;width:122px;height:15px;background:#fff;border-radius:0 0 4px 4px;-webkit-clip-path:polygon(0 0,100% 0,90% 100%,0 100%);clip-path:polygon(0 0,100% 0,90% 100%,0 100%)}.gadget-card{display:flex;flex-direction:column;align-items:center;justify-content:center;align-content:center;background:#fff;max-width:350px;padding-top:25px;border-bottom-left-radius:4px;position:relative}.gadget-card:before{right:0;border-radius:4px 0 0 0;-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}.gadget-card:after,.gadget-card:before{content:"";position:absolute;top:-15px;width:130px;height:16px;background:#fff}.gadget-card:after{left:0;border-radius:0 4px 0 0;-webkit-clip-path:polygon(0 0,85% 0,100% 100%,0 100%);clip-path:polygon(0 0,85% 0,100% 100%,0 100%)}.gadget-card__category{top:-5px;left:0;color:#000;font-family:Inter Tight;font-style:normal;z-index:1}.gadget-card__category,.gadget-card__explore{position:absolute;text-align:center;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase}.gadget-card__explore{top:-18px;right:50%;transform:translateX(50%);color:rgba(0,0,0,.2)}.gadget-card__date{position:absolute;top:-5px;right:0;color:rgba(0,0,0,.4);text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.4px;text-transform:uppercase;z-index:1}.gadget-card__image{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:14px;margin-bottom:20px}.gadget-card__image-icon{border-radius:6px}.gadget-card__title{color:#000;font-family:Inter Tight;font-size:18px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.36px}.gadget-card__description{padding:0 20px 30px;color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.12px}.gadget-card__link{position:absolute;bottom:0;right:15px;z-index:1;color:#000;text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.gadget-card__decoration--left{left:-14px;border-radius:4px 0 0 4px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 90%);clip-path:polygon(0 0,100% 0,100% 100%,0 90%)}.gadget-card__decoration--left,.gadget-card__decoration--right{position:absolute;top:-15px;width:15px;height:180px;background:#fff}.gadget-card__decoration--right{right:-14px;border-radius:0 4px 4px 0;-webkit-clip-path:polygon(0 0,100% 0,100% 90%,0 100%);clip-path:polygon(0 0,100% 0,100% 90%,0 100%)}.gadget-card__decoration--bottom{content:"";position:absolute;bottom:-14px;right:0;width:230px;height:15px;background:#fff;border-radius:0 0 4px 4px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);clip-path:polygon(0 0,100% 0,100% 100%,10% 100%)}.robots-card{display:flex;flex-direction:column;align-items:center;justify-content:center;align-content:center;background:#fff;max-width:350px;padding:25px 15px;border-bottom-left-radius:4px;position:relative}.robots-card:after{content:"";position:absolute;top:-14px;left:0;width:130px;height:15px;background:#fff;border-radius:0 4px 0 0;-webkit-clip-path:polygon(0 0,85% 0,100% 100%,0 100%);clip-path:polygon(0 0,85% 0,100% 100%,0 100%)}.robots-card__category{top:-5px;left:15px;color:#000;font-size:12px;letter-spacing:.48px}.robots-card__category,.robots-card__date{position:absolute;text-align:center;font-family:Inter Tight;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;z-index:1}.robots-card__date{top:10px;right:10px;color:rgba(0,0,0,.4);font-size:10px;letter-spacing:.4px}.robots-card__image{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:14px;margin-bottom:20px}.robots-card__image-icon{border-radius:6px}.robots-card__title{color:#000;font-family:Inter Tight;font-size:18px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.36px}.robots-card__description{color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.12px}.robots-card__link{position:absolute;bottom:0;right:50%;transform:translate(50%,50%);z-index:1;color:var(--title);text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.44px;text-transform:uppercase}.robots-card__decoration--left{left:-14px;border-radius:4px 0 0 4px;-webkit-clip-path:polygon(0 10%,100% 0,100% 100%,0 100%);clip-path:polygon(0 10%,100% 0,100% 100%,0 100%)}.robots-card__decoration--left,.robots-card__decoration--right{position:absolute;bottom:0;width:15px;height:140px;background:#fff}.robots-card__decoration--right{right:-14px;border-radius:0 4px 4px 0;-webkit-clip-path:polygon(0 0,100% 10%,100% 100%,0 100%);clip-path:polygon(0 0,100% 10%,100% 100%,0 100%)}.robots-card__decoration--bottom{content:"";position:absolute;bottom:-7px;right:50%;transform:translate(50%,50%);width:122px;height:15px;background:#fff;border-radius:0 0 4px 4px;-webkit-clip-path:polygon(0 0,100% 0,90% 100%,10% 100%);clip-path:polygon(0 0,100% 0,90% 100%,10% 100%)}.image-gallery{display:flex;flex-direction:column;justify-content:center;position:relative;margin-top:70px;--section-bg:var(--background)}@media screen and (max-width:768px){.image-gallery{padding:0}}.image-gallery__container,.image-gallery__wrapper{display:flex;flex-direction:column;align-items:center}.image-gallery__wrapper{justify-content:center;gap:32px}.image-gallery__wrapper:before{bottom:0;height:90px}.image-gallery__wrapper:after,.image-gallery__wrapper:before{content:"";position:absolute;left:0;width:100%;pointer-events:none}.image-gallery__wrapper:after{bottom:-2px;height:364px;background:linear-gradient(180deg,rgba(217,232,255,0),#E8EFF9);flex-shrink:0;z-index:1;transition:opacity .3s ease;opacity:1}.image-gallery__wrapper.expanded:after{opacity:0}.image-gallery__header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:64px}@media screen and (max-width:768px){.image-gallery__header-wrapper{margin-bottom:32px}}@media screen and (max-width:1022px){.image-gallery__header-wrapper{margin-bottom:48px}}.image-gallery-header{display:flex;flex-direction:column;align-items:flex-start}.image-gallery-header__title{font-family:Inter Tight;color:rgba(0,0,0,.2);leading-trim:both;text-edge:cap;font-size:100px;font-style:normal;font-weight:500;line-height:85px;letter-spacing:-4px}@media screen and (max-width:768px){.image-gallery-header__title{font-size:36px;line-height:36px;letter-spacing:-1.6px}}@media screen and (max-width:1022px){.image-gallery-header__title{font-size:56px;line-height:36px;letter-spacing:-1.6px}}.image-gallery-header__subtitle{font-family:Inter Tight;color:var(--title);leading-trim:both;text-edge:cap;font-size:100px;font-style:normal;font-weight:500;line-height:85px;letter-spacing:-4px}@media screen and (max-width:768px){.image-gallery-header__subtitle{font-size:36px}}@media screen and (max-width:1022px){.image-gallery-header__subtitle{font-size:56px}}.image-gallery__grid{display:grid;grid-gap:8px;gap:8px;grid-auto-flow:dense;position:relative}@media screen and (min-width:1022px){.image-gallery__grid{display:grid;grid-template-columns:repeat(5,minmax(0,260px));grid-template-rows:repeat(4,minmax(0,180px));grid-gap:15px;gap:15px}.image-gallery__grid .div1{grid-area:1/1/4/3}.image-gallery__grid .div2{grid-area:1/4/2/5}.image-gallery__grid .div3{grid-area:2/4/3/5}.image-gallery__grid .div4{grid-area:1/3/3/4}.image-gallery__grid .div5{grid-area:3/3/5/5}.image-gallery__grid .div6{grid-area:4/1/5/2}.image-gallery__grid .div7{grid-area:4/2/5/3}.image-gallery__grid .div8{grid-area:1/5/3/6}.image-gallery__grid .div9{grid-area:3/5/4/6}.image-gallery__grid .div10{grid-area:4/5/5/6}}@media screen and (max-width:1022px){.image-gallery__grid{grid-template-columns:repeat(30,1fr);grid-auto-rows:160px}.image-gallery__grid>.image-gallery__item:nth-child(6n+1){grid-column:span 20;grid-row:span 2}.image-gallery__grid>.image-gallery__item:nth-child(6n+2),.image-gallery__grid>.image-gallery__item:nth-child(6n+3),.image-gallery__grid>.image-gallery__item:nth-child(6n+4),.image-gallery__grid>.image-gallery__item:nth-child(6n+5),.image-gallery__grid>.image-gallery__item:nth-child(6n+6){grid-column:span 10;grid-row:span 1}}.image-gallery__item{border-radius:12px;position:relative;transition:transform .3s ease;z-index:1}.image-gallery__item img,.image-gallery__item video{border-radius:5px;width:100%;height:100%;object-fit:cover;transition:transform .4s ease,top .4s ease,left .4s ease}.image-gallery__toggle{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:91px;height:32px;background:url(/svg/toggle.svg) no-repeat 50%;border:none;cursor:pointer;color:var(--title);text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.44px;text-transform:uppercase;z-index:5}.image-gallery__toggle.expanded{bottom:-2%}.image-gallery__hover-image{position:fixed;top:20%;left:50%;transform:translate(-50%,-50%) scale(1);z-index:9999;pointer-events:none;transition:transform .3s ease;max-width:30vw;max-height:30vh}.image-gallery__hover-img{width:100%;height:70vh;object-fit:contain;border-radius:6px;transition:transform .3s ease}.image-gallery__video{position:relative;width:100%;height:100%;border-radius:5px;overflow:hidden}.image-gallery__video video{width:100%;height:100%;object-fit:cover;display:block}.image-gallery__play{position:absolute;top:12px;left:12px;background:#fff;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;z-index:2}.image-gallery__play img{width:15px;height:15px;display:block}@media screen and (max-width:768px){.image-gallery__pre-order{display:none}}.models-wrapper{display:flex;flex-direction:column;justify-content:center;margin-top:60px;width:100%;--section-bg:#FFF}@media screen and (max-width:768px){.models-wrapper{margin-top:78px}}.models-wrapper__title{color:var(--title);font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px;margin-bottom:48px}@media(max-width:1024px){.models-wrapper__title{font-size:36px;font-weight:500;letter-spacing:-1.44px;margin-bottom:28px}}.models-wrapper__title span{color:rgba(0,0,0,.2);leading-trim:both;text-edge:cap;font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media(max-width:1024px){.models-wrapper__title span{font-size:36px;letter-spacing:-1.44px}}.models-wrapper__content{width:100%;display:flex;justify-content:center;align-content:center;flex-direction:column}.models-wrapper__scroll{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%;scroll-padding:20px;padding-bottom:10px;box-sizing:none}.models-wrapper__scroll::-webkit-scrollbar{display:none}.pagination{gap:8px;margin-top:16px}@media screen and (min-width:1024px){.pagination{display:none}}.pagination-dot{width:10px;height:10px;border-radius:50%;background-color:rgba(38,114,255,.25);border:none;cursor:pointer;transition:all .3s ease}.pagination-dot.active{width:32px;border-radius:6px;background-color:#2672ff}@media screen and (min-width:1024px){.models-wrapper__content{padding-right:55px}.models-wrapper__scroll{flex-direction:column;gap:2px;margin:0 28px;overflow:visible;scroll-snap-type:none;scroll-behavior:auto;width:100%}.models-card-wrapper{background:#fff;border-radius:0;padding:20px 40px;-webkit-clip-path:none;clip-path:none;width:100%}.models-card-wrapper:first-child{position:relative}.models-card-wrapper:first-child:before{content:"";position:absolute;top:0;right:-27px;width:28px;height:115px;background:#fff;border-radius-top-right:6px;-webkit-clip-path:polygon(0 0,100% 0,100% 75%,0 100%);clip-path:polygon(0 0,100% 0,100% 75%,0 100%);z-index:1}.models-card-wrapper:first-child:after{content:"";position:absolute;top:0;left:-27px;width:28px;height:115px;background:#fff;border-radius-top-left:6px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 75%);clip-path:polygon(0 0,100% 0,100% 100%,0 75%)}.models-card-wrapper:last-child{position:relative}.models-card-wrapper:last-child:before{right:-27px;border-radius-top-right:6px;-webkit-clip-path:polygon(0 0,100% 25%,100% 100%,0 100%);clip-path:polygon(0 0,100% 25%,100% 100%,0 100%);z-index:1}.models-card-wrapper:last-child:after,.models-card-wrapper:last-child:before{content:"";position:absolute;bottom:0;width:28px;height:115px;background:#fff}.models-card-wrapper:last-child:after{left:-27px;border-radius-top-left:6px;-webkit-clip-path:polygon(0 25%,100% 0,100% 100%,0 100%);clip-path:polygon(0 25%,100% 0,100% 100%,0 100%)}.models-card-wrapper:not(:first-child):not(:last-child){-webkit-clip-path:none;clip-path:none;border-radius:0}}.model-card{background:#fff;padding:18px 20px;border-radius:4px;min-width:250px;gap:30px;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 25px) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 25px) 100%,0 100%)}.model-card,.model-card__content{display:flex;flex-direction:column;justify-content:space-between}.model-card__content{gap:20px;width:100%}.model-card__title{color:var(--title);font-size:17px;font-weight:500;margin-bottom:6px;display:flex;justify-content:flex-start;align-items:center;gap:3px}.model-card__title,.model-card__title2{font-family:Inter Tight;font-style:normal;line-height:22px;letter-spacing:-.36px}.model-card__title2{color:#000;font-size:16px;font-weight:400}.model-card__subtitle{color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.28px}.model-card__section{display:flex;flex-direction:column;justify-content:flex-end}.model-card__section p{color:#000;font-size:14px;letter-spacing:-.28px}.model-card__label,.model-card__section p{font-family:Inter Tight;font-style:normal;font-weight:400;line-height:26px}.model-card__label{color:rgba(0,0,0,.4);font-size:12px;letter-spacing:.6px;text-transform:uppercase}@media(min-width:1024px){.model-card{display:flex;flex-direction:row;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.model-card__content{display:grid;grid-template-columns:repeat(4,1fr)}}.pre-order{display:flex;align-items:center;justify-content:center;width:110px;height:38px;background:#2672ff;border:none;cursor:pointer;color:#fff;font-size:14px;font-weight:500;text-decoration:none;letter-spacing:.28px;transition:transform .5s ease;position:relative}.pre-order:before{right:-1px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}.pre-order:after,.pre-order:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:5px;height:15px;background:var(--section-bg)}.pre-order:after{left:-1px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.pre-order:hover{transform:scale(1.05)}.faq-wrapper{display:flex;flex-direction:column;margin-top:100px}@media(max-width:1024px){.faq-wrapper{margin-top:52px}}.faq-wrapper__header{display:flex;justify-content:space-between;align-items:center}.faq-wrapper__title{margin-bottom:48px;color:var(--title);font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media(max-width:1024px){.faq-wrapper__title{font-size:36px;font-weight:500;letter-spacing:-1.44px;margin-bottom:22px}}.faq-wrapper__title span{color:rgba(0,0,0,.2);font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media(max-width:1024px){.faq-wrapper__title span{font-size:36px;font-weight:500;letter-spacing:-1.44px}}.faq-wrapper__scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:16px;gap:22px;scroll-behavior:smooth;min-height:276px;align-items:flex-start;width:100%}.faq-wrapper__scroll::-webkit-scrollbar{display:none}.faq-wrapper__pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}.faq-wrapper__dots{display:flex;gap:8px}.faq-wrapper__pagination-dot{width:10px;height:10px;border-radius:50%;background-color:rgba(38,114,255,.25);border:none;cursor:pointer;transition:all .3s ease}.faq-wrapper__pagination-dot.active{width:32px;border-radius:6px;background-color:#2672ff}.faq-wrapper__arrows{display:none;gap:8px}.faq-wrapper__arrows-btn{border-radius:3px;border:none;font-size:12px;font-weight:700;width:35px;height:35px;background-color:#fff;color:#000;cursor:pointer}.faq-wrapper__arrows-btn:hover{background-color:#282939;color:#fff}@media(min-width:1024px){.faq-wrapper__arrows{display:flex;align-items:center;justify-content:center}.faq-wrapper__dots{display:none}}.faq-card-wrapper{flex-shrink:0;scroll-snap-align:start;min-width:256px;max-width:320px;width:100%}@media(max-width:1024px){.faq-card-wrapper{min-width:226px;max-width:260px}}.faq-card{position:relative;background:#fff;padding:30px 20px;border-radius:0 6px 0 6px;max-width:256px;gap:30px;display:flex;flex-direction:column;justify-content:space-between;margin-top:25px;margin-bottom:25px}.faq-card:before{bottom:-24px;right:0;width:180px;border-radius:0 0 6px 6px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,24% 100%);clip-path:polygon(0 0,100% 0,100% 100%,24% 100%)}.faq-card:after,.faq-card:before{content:"";position:absolute;height:25px;background:#fff}.faq-card:after{top:-24px;left:0;width:60%;border-radius:6px 0 0 0;-webkit-clip-path:polygon(0 0,80% 0,100% 100%,0 100%);clip-path:polygon(0 0,80% 0,100% 100%,0 100%)}@media screen and (min-width:1024px){.faq-card{min-width:320px}}.faq-card__content{display:flex;flex-direction:column;gap:20px}.faq-card__title{text-align:center;font-size:10px;font-weight:400;line-height:normal;letter-spacing:.4px;text-transform:uppercase;position:absolute;top:-7px;z-index:5}.faq-card__subtitle,.faq-card__title{color:var(--title);font-family:Inter Tight;font-style:normal}.faq-card__subtitle{color:#000;font-size:18px;font-weight:600;line-height:22px;letter-spacing:-.36px;max-width:80%}@media screen and (max-width:1024px){.faq-card__subtitle{font-size:14px;font-weight:500;line-height:17.6px;letter-spacing:-.28px}}.faq-card__image{position:absolute;top:-18px;right:0}.faq-card__description{color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.12px;max-width:90%}@media screen and (max-width:1024px){.faq-card__description{line-height:14.4px}}.faq-card__suitableFor{color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.1px}@media screen and (max-width:1024px){.faq-card__suitableFor{line-height:14.4px}}.faq-card__more{position:absolute;bottom:-10px;right:16px;color:var(--title);text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.compare,.compare-table{max-height:323px}.compare-table{margin-top:100px;position:relative;width:100%}@media(max-width:1022px){.compare-table{margin-top:58px}}.compare-table__subtitle{color:rgba(0,0,0,.2)}.compare-table__subtitle,.compare-table__title{font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}.compare-table__title{color:#000;margin-bottom:48px}.compare-table__wrapper{padding-left:22px}.compare-table table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:unset;border-bottom-right-radius:6px}.compare-table td,.compare-table th{height:83px;padding:0 10px;color:#000;text-align:right;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:uppercase;border:1px solid #ddd;text-align:center;position:relative}@media(min-width:1023px)and (max-width:1030px){.compare-table td,.compare-table th{font-size:9px;padding:0}}.compare-table thead tr{background:#fff}.compare-table tr td:first-child,.compare-table tr th:first-child{border-left:none}.compare-table tr td:first-child{white-space:nowrap}@media(min-width:1023px)and (max-width:1286px){.compare-table tr td:first-child{white-space:wrap}}.compare-table tr td:last-child,.compare-table tr th:last-child{border-right:none}.compare-table th{border-top:none}.compare-table td{border-bottom:none}.row-light{background-color:#fff}.row-dark{background-color:#f6f6f6}.cross-compare{position:absolute;top:0;right:0;width:135px;height:11px;background-image:repeating-linear-gradient(45deg,rgba(0,0,0,.2),rgba(0,0,0,.2) 1.2px,transparent 0,transparent 3.5px);border-radius:4px;z-index:3}.corner-top-left:before{content:"";position:absolute;top:0;left:-22px;width:23px;height:83px;background:#fff;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:5}.corner-top-right:before{top:-1px;right:-1px;width:160px;height:18px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,15% 100%);clip-path:polygon(0 0,100% 0,100% 100%,15% 100%)}.corner-bottom-left:before,.corner-top-right:before{content:"";position:absolute;background:var(--background);z-index:2}.corner-bottom-left:before{bottom:-1px;left:-1px;width:138px;height:22px;-webkit-clip-path:polygon(0 0,80% 0,100% 100%,0 100%);clip-path:polygon(0 0,80% 0,100% 100%,0 100%)}.corner-bottom-right:after{content:"";position:absolute;top:0;right:-1px;width:15px;height:80%;background:var(--background);-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}.compare-mobile{margin-top:66px;display:flex;flex-direction:column}.compare-mobile__title-wrapper{margin-bottom:28px}.compare-mobile-title{color:rgba(0,0,0,.2);font-family:Inter Tight;margin-bottom:0}.compare-mobile-title,.compare-mobile__subtitle{font-size:36px;font-weight:400;line-height:36px;letter-spacing:-1.44px}.compare-mobile__subtitle{color:var(--title)}.compare-mobile__table-wrapper{border-radius:6px 0 6px 6px;background:#fff;position:relative}.compare-mobile__table-wrapper:before{content:"";position:absolute;top:-31px;right:0;width:30%;height:32px;background:#fff;z-index:2;-webkit-clip-path:polygon(33% 0,84% 0,100% 100%,0 100%);clip-path:polygon(33% 0,84% 0,100% 100%,0 100%)}.compare-mobile__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;background:#fff;border-radius:6px 0 6px 6px}.compare-mobile__table thead tr th:first-child{border-top-left-radius:6px}.compare-mobile__table thead tr th:last-child{border-top-right-radius:6px}.compare-mobile__table tbody tr:last-child td:first-child{border-bottom-left-radius:6px}.compare-mobile__table tbody tr:last-child td:last-child{border-bottom-right-radius:6px}.compare-mobile__head-cell{font-weight:600;font-size:14px;padding:16px 12px;text-align:center;text-transform:uppercase;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.compare-mobile__head-cell:last-child{border-right:none}.compare-mobile__row td{font-size:14px;line-height:1.4;padding:16px 12px;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.compare-mobile__row td:last-child{border-right:none}.compare-mobile__cell{font-weight:400;font-size:12px;text-align:center;color:var(--title);padding:16px 8px}.compare-mobile .col-0{background:#fff;color:rgba(0,0,0,.2);padding-left:20px}.compare-mobile .col-0,.compare-mobile .col-1{font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:uppercase;text-align:left}.compare-mobile .col-1{background:#f2f3f5;color:#000}.compare-mobile .col-2{background:#fff;color:#000;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:uppercase;text-align:left;position:relative}.preview-wrapper{display:flex;flex-direction:column;gap:24px;margin-top:100px}@media(max-width:1024px){.preview-wrapper{margin-top:60px}}.preview-wrapper__header{display:flex;justify-content:space-between;align-items:center}.preview-wrapper__title{color:#000;font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media(max-width:1024px){.preview-wrapper__title{font-size:36px;font-weight:500;line-height:58px;letter-spacing:-1.44px}}.preview-wrapper__title span{color:rgba(0,0,0,.2);font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media(max-width:1024px){.preview-wrapper__title span{font-size:36px;line-height:58px;letter-spacing:-1.44px}}.preview-wrapper__scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:16px;padding-inline:15px;gap:16px;scroll-behavior:smooth;min-height:325px}@media(max-width:1024px){.preview-wrapper__scroll{scroll-padding-left:0}}@media(min-width:1024px){.preview-wrapper__scroll{scroll-padding-left:0;max-width:1440px}}.preview-wrapper__scroll::-webkit-scrollbar{display:none}.preview-wrapper__pagination{margin-top:24px}.preview-wrapper__pagination-dot{width:10px;height:10px;transition:transform .3s ease;will-change:transform}.preview-wrapper__pagination-dot.active{width:32px}.preview-wrapper__arrows{display:none;gap:7px}.preview-wrapper__arrows-btn{border-radius:3px;border:none;font-size:12px;font-weight:700;width:35px;height:35px;background-color:#fff;color:#000;cursor:pointer}.preview-wrapper__arrows-btn:hover{background-color:#282939;color:#fff}.preview-card-wrapper{flex-shrink:0;scroll-snap-align:start;min-width:226px;min-height:276px;justify-content:center;align-items:center;align-content:center}.preview-wrapper__scroll--product{min-height:325px;gap:15px}.preview-card-wrapper--product{min-width:218px;min-height:276px}.preview-card{position:relative;background:#fff;border-radius:0 6px 0 6px;max-width:236px;min-height:276px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:16px}.preview-card:before{bottom:-9px;right:0;width:168px;height:10px;border-radius:0 0 6px 6px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);clip-path:polygon(0 0,100% 0,100% 100%,10% 100%)}.preview-card:after,.preview-card:before{content:"";position:absolute;background:#fff}.preview-card:after{top:-13px;left:0;width:180px;height:14px;border-radius:6px 0 0 0;-webkit-clip-path:polygon(0 0,90% 0,100% 100%,0 100%);clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}.preview-card__content{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.preview-card__text{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start}.preview-card__title{color:var(--title);font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:uppercase;z-index:2;position:absolute;max-width:100%;white-space:nowrap;overflow:hidden}.preview-card__image-wrapper{position:relative;width:100%;height:249px;display:flex;align-items:flex-end;justify-content:center;z-index:1;pointer-events:none;overflow:hidden}.preview-card__image{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:auto;max-height:100%;object-fit:contain;object-position:bottom;transition:transform .3s ease;will-change:transform}.preview-card__point{position:absolute;top:-10px;right:0;z-index:2}.preview-card__subtitle{top:15%;left:47%;transform:translateX(-50%);color:rgba(0,0,0,.05);font-size:36px;font-weight:700;letter-spacing:1.849px;z-index:0;max-width:90%;white-space:nowrap;overflow:hidden;pointer-events:none}.preview-card__buy,.preview-card__subtitle{position:absolute;font-style:normal;line-height:normal;text-transform:uppercase;text-align:center}.preview-card__buy{background:url(/logo-btn.svg) no-repeat 50%/contain;bottom:0;right:16px;width:92px;height:32px;color:#fff;font-family:Inter Tight;font-size:12px;font-weight:500;letter-spacing:.48px;display:flex;justify-content:center;align-items:center;z-index:1;border:none;cursor:pointer;transition:transform .3s ease;will-change:transform}.preview-card__buy:hover{transform:scale(1.05)}.background-stripes{background-color:rgba(0,0,0,0);background-image:repeating-linear-gradient(45deg,rgba(0,0,0,.2),rgba(0,0,0,.2) 1.2px,transparent 0,transparent 3.5px)}.cross-card{position:absolute;left:1px;bottom:-8px;width:28%;height:5px;border-radius:4px;z-index:-1}.catalog-page{margin-top:55px}.catalog{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1403px;width:100%;font-family:Inter Tight}@media(max-width:1023px){.catalog{margin-top:15px}}.catalog__toggle{margin-top:40px;background:url(/svg/footer-social.svg) no-repeat 50%/contain;width:108px;height:38px;color:#000;text-align:center;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.56px;text-transform:uppercase;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .3s ease;will-change:transform}.catalog__toggle:hover{transform:scale(1.05)}.catalog-list{display:flex;flex-direction:column;gap:60px;align-items:stretch}@media(min-width:768px){.catalog-list{flex-direction:row-reverse;width:100%}}.catalog-list__filter{width:100%}@media(min-width:768px){.catalog-list__filter{max-width:390px;flex-shrink:0;flex-grow:0}}.catalog-list__toggle{display:flex;justify-content:center;align-items:center;width:100%}.catalog-list__products{flex-grow:1;display:grid;grid-template-columns:1fr;justify-content:center;width:100%;margin-top:10px;grid-gap:60px;gap:60px}@media(min-width:1024px){.catalog-list__products{grid-template-columns:repeat(2,1fr);gap:60px 30px;margin-top:25px}}.catalog-list__card{width:100%}.catalog-list__empty{text-align:center;font-size:14px;color:#666}.catalog-list__toggle-button{z-index:10;background:url(/logo-btn.svg) no-repeat 50%/contain;width:92px;height:32px;color:#000;font-size:10px;font-weight:600;text-transform:uppercase;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .3s ease;will-change:transform}.catalog-list__toggle-button:hover{transform:translateX(-50%) scale(1.05)}@media(max-width:767px){.catalog{padding:0 10px}.catalog-list__filter{margin-bottom:20px}.catalog-list__card{width:100%}.catalog-list__products{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:60px}}.product-card{position:relative;background:hsla(0,0%,100%,.8);border-radius:0 6px 0 6px;max-width:390px;height:520px;padding:25px;display:flex;flex-direction:column;justify-content:flex-start}@media(min-width:1024px){.product-card{max-width:460px}}.product-card:before{top:-22px;left:0;height:23px;border-radius:6px 0 0 0;-webkit-clip-path:polygon(0 0,88% 0,100% 100%,0 100%);clip-path:polygon(0 0,88% 0,100% 100%,0 100%)}.product-card:after,.product-card:before{content:"";position:absolute;width:80%;background:hsla(0,0%,100%,.8)}.product-card:after{bottom:-11px;right:0;height:12px;border-radius:0 0 6px 6px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,5% 100%);clip-path:polygon(0 0,100% 0,100% 100%,5% 100%)}.product-card__more{position:absolute;top:-20px;right:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:13px;color:#000;font-family:Inter Tight;text-align:center;font-size:10px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.4px;text-transform:uppercase}@media screen and (max-width:1024px){.product-card__more{font-weight:600}}.product-card__subtitle{position:absolute;top:10%;left:50%;text-align:center;transform:translateX(-50%);color:rgba(235,238,242,.5);font-size:78px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:2.925px;text-transform:uppercase;max-width:90%;white-space:nowrap;overflow:hidden;pointer-events:none}@media screen and (max-width:1024px){.product-card__subtitle{font-size:58px}}.product-card__title{position:absolute;top:-5px;color:var(--title);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:uppercase;margin-bottom:8px;z-index:2}@media screen and (max-width:1024px){.product-card__title{font-weight:600}}.product-card__layout{position:relative;flex:1 1;display:flex;align-items:flex-end;padding-bottom:40px;min-height:470px}.product-card__columns{display:grid;grid-template-columns:1fr 1fr;width:100%;z-index:2}.product-card__column{display:flex;flex-direction:column;gap:12px;font-size:10px;line-height:1.3;text-transform:uppercase;height:100%}.product-card__column--labels{text-align:left;color:rgba(0,0,0,.4);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.6px;text-transform:uppercase}@media screen and (max-width:1024px){.product-card__column--labels{font-size:10px}}.product-card__column--values{color:#000;text-align:right;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.6px;text-transform:uppercase}@media screen and (max-width:1024px){.product-card__column--values{font-size:10px}}.product-card__image-wrapper{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;height:500px;display:flex;align-items:flex-end;justify-content:center;z-index:1;pointer-events:none;overflow:hidden}.product-card__image{display:block;width:auto;max-height:100%;object-fit:contain;object-position:bottom;transition:transform .3s ease;will-change:transform}.product-card__image:hover .product-card__image{transform:scale(1.07)}.product-card__buy{background:url(/svg/pre-order.svg) no-repeat 50%/contain;position:absolute;bottom:0;right:16px;width:109px;height:38px;color:#fff;text-align:center;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.28px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;z-index:3;transition:transform .3s ease;will-change:transform}.product-card__buy:hover{transform:scale(1.05)}@media(min-width:1024px){.product-card{max-width:460px;height:576px}}.filter-panel-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;right:0;font-family:Inter Tight}.filter-panel{padding:24px;border-radius:2px;overflow-y:auto;max-height:70vh;scroll-behavior:smooth;max-width:390px}.filter-panel,.filter-panel__toggle{background:hsla(0,0%,100%,.5);position:relative;font-family:Inter Tight}.filter-panel__toggle{display:flex;flex-direction:row;justify-content:space-between;width:100%;border:none;border-radius:2px 2px 0 0;cursor:pointer;font-weight:600;color:var(--title);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase;padding:15px 20px}.filter-panel__toggle:after,.filter-panel__toggle:before{background:hsla(0,0%,100%,.5)}.filter-panel--closed{max-height:0;opacity:0;visibility:hidden;padding:0;pointer-events:none}.filter-panel--open{max-height:2300px;opacity:1;visibility:visible;pointer-events:auto}.filter-panel__reset{display:flex;margin-top:10px;justify-content:center;align-items:flex-end;align-content:center;background:none;border:none;cursor:pointer;padding:6px 0;transition:color .2s ease;display:none;color:#4282ff;text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.filter-panel__reset:hover{color:#0056b3}.filter-panel__search{margin-top:15px;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:12px 25px;height:36px;position:relative}.filter-panel__search:before{right:-1px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%)}.filter-panel__search:after,.filter-panel__search:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:15px;background:#f5f8fd;z-index:2}.filter-panel__search:after{left:-1px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.filter-panel__search input{flex:1 1;background:rgba(0,0,0,0);border:none;outline:none;font-family:Inter Tight;font-size:10px;color:var(--title)}.filter-panel__search input::placeholder{font-size:10px;color:rgba(217,217,217,.4)}.filter-panel__search-icon{width:18px;height:18px;min-width:18px;min-height:18px;flex-shrink:0;color:rgba(217,217,217,.4);margin-right:1rem}.filter-panel__content{display:flex;flex-direction:column;gap:24px}.filter-panel__block{display:flex;flex-direction:column;gap:12px}.filter-panel__label{display:flex;justify-content:space-between;align-items:center;color:#000;text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase}.filter-panel__price{display:flex;gap:8px}.filter-panel__price-input-wrapper{position:relative;flex:1 1}.filter-panel__price-input{width:100%;padding:11px 24px 11px 12px;border:none;border-radius:6px;font-family:Inter Tight;font-size:14px;font-weight:400;text-transform:uppercase;background:#fff;color:#000;text-align:right;position:relative}.filter-panel__price-input::-webkit-inner-spin-button,.filter-panel__price-input::-webkit-outer-spin-button{-webkit-appearance:none}.filter-panel__price-input:focus{outline:none}.filter-panel__price-input-placeholder{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:rgba(97,97,97,.4);text-align:left;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.filter-panel__price-currency{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:rgba(0,0,0,.4)}.filter-panel__alphabet{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:14px;margin-top:13px;color:#505050;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.filter-panel__letter{background:rgba(0,0,0,0);color:#505050;border:none;font-size:13px;cursor:pointer;transition:all .2s ease}.filter-panel__letter--active{color:#4282ff}.filter-panel__letter-wrapper{display:flex;align-items:center;gap:8px;margin-top:20px;margin-bottom:20px;position:relative}.filter-panel__letter-wrapper:before{content:"";position:absolute;top:-7px;left:0;width:80%;height:8px;background:#cadcff;border-top-left-radius:3px;-webkit-clip-path:polygon(0 0,95% 0,100% 100%,0 100%);clip-path:polygon(0 0,95% 0,100% 100%,0 100%)}.filter-panel__letter-wrapper:after{content:"";position:absolute;bottom:-7px;right:0;width:80%;height:8px;background:#cadcff;border-bottom-right-radius:3px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,5% 100%);clip-path:polygon(0 0,100% 0,100% 100%,5% 100%)}.filter-panel__letter-input{flex:1 1;padding:7px;border:none;border-radius:0 3px 0 3px;font-family:Inter Tight;background:#cadcff;color:#000;font-size:13px;font-style:normal;font-weight:600;line-height:normal}.filter-panel__letter-input:focus-visible{outline:none}.filter-panel__clear{background:rgba(0,0,0,0);border:none;font-size:18px;color:#888;cursor:pointer;transition:color .2s ease}.filter-panel__clear:hover{color:#000}.filter-panel__more-toggle{background:none;border:none;color:#4282ff;text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.4px;text-transform:uppercase;cursor:pointer;padding:6px 0;text-align:left}.filter-panel__buttons{display:flex;flex-direction:column;gap:4px;scroll-behavior:smooth}.filter-panel__brand{justify-content:center;gap:8px}.filter-panel__brand,.filter-panel__button{display:flex;flex-direction:row;align-items:center}.filter-panel__button{justify-content:space-between;gap:12px;padding:13px 15px;background:rgba(0,0,0,0);border-radius:8px;cursor:pointer;font-family:Inter Tight;font-size:12px;font-weight:400;color:var(--title);text-align:left;border:none;background:#fff}.filter-panel__button--active{font-weight:600}.filter-panel-wrapper{max-width:100%}.filter-panel-wrapper:not(.filter-panel--blog),.filter-panel:not(.filter-panel--blog) .filter-panel-wrapper{max-width:390px}.checkbox-icon{position:relative;width:20px;height:20px}.checkbox-icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);border:2px solid #999;transition:all .2s ease}.checkbox-icon.checked:before{background:#007bff;border-color:#007bff}.checkbox-icon.checkbox-icon--disabled{border-color:#eee;background:#eee}.checkbox-icon--inline{margin-right:8px}.filter-panel__buttons-tag{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;gap:8px}.filter-panel__tag{padding:10px;background:#fff;color:rgba(97,97,97,.5);font-family:Inter Tight;font-size:12px;border-radius:6px;border:none;font-weight:500;text-transform:uppercase;cursor:pointer;transition:background .2s ease}.filter-panel__tag--active{background:#007bff;color:#fff}.filter-panel__brand{color:#000;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:uppercase}.filter-panel__spec{display:flex;align-items:center;gap:8px;background:#fff;border:none;border-radius:8px;padding:6px 10px;font-size:14px;cursor:pointer;color:#000;text-align:left}.filter-panel__button--spec{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:8px 12px;background:rgba(0,0,0,0);cursor:pointer;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:uppercase;color:var(--title);border:none}.filter-panel__range-group{display:flex;gap:8px;align-items:center}.filter-panel__range-input{padding:8px;border-radius:6px;border:1px solid #ccc;width:100%;font-size:14px;background:#fff}.filter-panel__top-mobile{display:none;width:100%}@media screen and (max-width:768px){.filter-panel__top-mobile{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:5px}.filter-panel__top-mobile.open{margin-bottom:0}}.filter-panel__top-mobile .filter-panel__toggle{flex-shrink:0;width:55%;background:#fff;display:flex;align-items:center}.filter-panel__top-mobile.open .filter-panel__toggle{max-width:390px;width:100%;background:hsla(0,0%,100%,.5)}.filter-panel__top-mobile .filter-panel__search--compact{flex-grow:1;min-width:0;margin:0;padding:5px;background:hsla(0,0%,100%,.5)}.filter-panel__top-mobile .filter-panel__search--compact:before{right:-1px;background:var(--background)}.filter-panel__top-mobile .filter-panel__search--compact:after,.filter-panel__top-mobile .filter-panel__search--compact:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:15px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}.filter-panel__top-mobile .filter-panel__search--compact:after{left:-6px;background:hsla(0,0%,100%,.5)}.filter-panel__top-mobile .filter-panel__search--compact input{width:100%}.filter-panel__top-mobile .filter-panel__search--compact .filter-panel__button--spec{fonr-weight:500}@media screen and (min-width:769px){.filter-panel{position:relative}.filter-panel__reset{position:absolute;justify-content:flex-end;margin:0;padding-right:5px;top:0;right:0;background:var(--background);width:120px;height:36px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,30% 100%);clip-path:polygon(0 0,100% 0,100% 100%,30% 100%);z-index:2}.filter-panel-wrapper:after{content:"";position:absolute;bottom:-17px;right:0;width:85%;height:17px;background:hsla(0,0%,100%,.5019607843);border-radius:0 0 6px 6px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);clip-path:polygon(0 0,100% 0,100% 100%,10% 100%)}.filter-panel--open+.filter-panel__reset,.filter-panel__reset.visible{height:45px;display:flex}}@media screen and (max-width:768px){.filter-panel__top-desktop{display:none}.filter-panel{position:relative}.filter-panel__reset{visibility:hidden}.filter-panel__letter-input,.filter-panel__letter-input:after,.filter-panel__letter-input:before,.filter-panel__letter-wrapper:after,.filter-panel__letter-wrapper:before{background:#cadcff}.filter-panel__reset.visible{display:flex}.filter-panel__toggle{padding:9px 15px;background:hsla(0,0%,100%,.5);border:none;border-radius:2px 2px 0 0;cursor:pointer;position:relative;color:#000;text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.48px;text-transform:uppercase}.filter-panel__toggle:before{right:-1px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%)}.filter-panel__toggle:after,.filter-panel__toggle:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:15px;background:var(--background);z-index:2}.filter-panel__toggle:after{left:-1px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}}.filter-panel--blog{margin-bottom:80px;background:rgba(0,0,0,0);padding:0;max-height:none;position:relative;width:100%}.filter-panel--blog:after{display:none}.filter-panel--blog__price{display:flex;flex-direction:row;gap:6px}.filter-panel--blog .filter-panel{background:rgba(0,0,0,0);padding:0;max-height:none;position:relative;max-width:100%}.filter-panel--blog .filter-panel__alphabet{margin:0}.filter-panel--blog .filter-panel__letter-wrapper,.filter-panel--blog .filter-panel__search,.filter-panel--blog .filter-panel__toggle{display:none;width:100%}.filter-panel--blog .filter-panel__price{display:none}.filter-panel--blog .filter-panel__label-text{visibility:hidden}.filter-panel--blog .filter-panel__block{gap:0}.filter-panel--blog .filter-panel__more-toggle--blog{display:flex;justify-content:flex-end}.filter-panel--blog .filter-panel__content{display:flex;flex-direction:column;gap:0}.filter-panel--blog .filter-panel__label--use{margin-top:20px}.filter-panel--blog .filter-panel__label{color:var(--title);font-size:12px;font-weight:400;align-items:flex-end}.filter-panel--blog .filter-panel__label-text-use{margin-bottom:15px}.filter-panel--blog .filter-panel__buttons{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px}.filter-panel--blog .filter-panel__button{background:#fff;padding:13px;gap:0;height:41px;flex-wrap:nowrap}.filter-panel--blog .filter-panel__button p{flex-wrap:nowrap}.filter-panel--blog .filter-panel__tag{background:rgba(0,0,0,0);border:1px solid rgba(97,97,97,.5019607843);font-size:12px}.filter-panel--blog .filter-panel__tag--active{border:1px solid #4282ff;color:#4282ff}.filter-panel--blog .filter-panel__button--spec{background:rgba(0,0,0,0);color:var(--title);justify-content:flex-start;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;padding:2px}.filter-panel--blog .filter-panel__buttons-specs-desktop{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin-top:15px}.filter-panel--blog .filter-panel__down{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-right:10px;margin-top:20px;position:relative}.filter-panel--blog .filter-panel__price-input-wrapper{position:relative}.filter-panel--blog .filter-panel__price-input{display:flex;align-items:center;justify-content:center;width:168px;margin-top:15px;position:relative}.filter-panel--blog .filter-panel__price-input-placeholder-down{left:10px;color:rgba(97,97,97,.4);text-align:left;font-size:12px;text-transform:uppercase}.filter-panel--blog .filter-panel__price-currency,.filter-panel--blog .filter-panel__price-input-placeholder-down{position:absolute;top:65%;transform:translateY(-50%);font-family:Inter Tight;font-style:normal;font-weight:400;line-height:normal}.filter-panel--blog .filter-panel__price-currency{right:10px;color:rgba(0,0,0,.4);font-size:14px;letter-spacing:-.28px}.filter-panel--blog .filter-panel__submit{margin-top:25px;align-items:center;justify-content:center;border:none;width:220px;height:38px;background:#4282ff;cursor:pointer;transition:background .2s ease;position:relative}.filter-panel--blog .filter-panel__submit:after,.filter-panel--blog .filter-panel__submit:before{content:"";position:absolute;top:50%;width:7px;height:15px;transform:translateY(-50%);z-index:2}.filter-panel--blog .filter-panel__submit:before{right:-1px;background:var(--background);-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%)}.filter-panel--blog .filter-panel__submit:after{left:-1px;background:var(--background);-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.filter-panel--blog .filter-panel__submit-text{color:#fff;text-align:center;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.28px;text-transform:uppercase}@media(max-width:1024px){.filter-panel--blog{margin-top:36px}.filter-panel--blog .filter-panel-wrapper{max-width:100%}.filter-panel--blog .filter-panel__content{padding:0}.filter-panel--blog .filter-panel__buttons,.filter-panel--blog .filter-panel__buttons-tag{grid-template-columns:repeat(2,1fr)}.filter-panel--blog .filter-panel__price-input-wrapper{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px)}.filter-panel--blog .filter-panel__price-input{width:100%}.filter-panel--blog .filter-panel__buttons-specs-desktop{flex-direction:column}.filter-panel--blog .filter-panel__down{flex-direction:column;gap:24px;align-items:center;width:100%}.filter-panel--blog .filter-panel__submit{width:100%;margin-top:0;padding:12px 0}}.blog{font-family:Inter Tight}@media screen and (max-width:768px){.blog{padding:15px}}.hero-blog{display:flex;flex-direction:row;justify-content:center;margin-top:32px;gap:40px}@media screen and (max-width:1024px){.hero-blog{gap:0}}.hero-blog__filter{gap:10px;height:100%}.hero-blog__filter,.hero-blog__headre{display:flex;flex-direction:column}.hero-blog__title{color:var(--title);font-size:48px;font-style:normal;font-weight:500;line-height:36px;letter-spacing:-.96px;margin-bottom:19px}.hero-blog__subtitle{color:var(--text);font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.12px}.hero-blog__cards{height:100%;margin-top:5px}@media screen and (max-width:1024px){.hero-blog__cards{margin-top:0}}@media screen and (max-width:768px){.hero-blog{flex-direction:column;padding:0;margin:28px 0 0}.hero-blog__title{font-size:40px}}@media screen and (min-width:1024px){.hero-blog__filter{max-width:70%}}.latest-news-list{display:flex;flex-direction:column;gap:32px}@media(max-width:1023px){.latest-news-list{gap:5px}}.latest-news-list__header{display:flex;justify-content:space-between;align-items:center}.latest-news-list__heading{color:#000;font-size:36px;line-height:58px;letter-spacing:-.72px;padding-right:5px;margin:0 0 0 15px}.latest-news-list__heading,.latest-news-list__link{font-family:Inter Tight;font-style:normal;font-weight:500}.latest-news-list__link{color:#4282ff;text-align:center;font-size:10px;line-height:normal;letter-spacing:.4px;text-transform:uppercase;margin-right:15px}.latest-news-list__link:hover{text-decoration:underline}.latest-news-list__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:17px;gap:17px;padding:0 15px}.latest-news-card{background:#fff;padding:22px;border-radius:4px;display:flex;flex-direction:column;position:relative}.latest-news-card__odd:after{bottom:0;left:-14px;height:140px;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 100%);clip-path:polygon(0 15%,100% 0,100% 100%,0 100%)}.latest-news-card__odd:after,.latest-news-card__odd:before{content:"";position:absolute;width:15px;background:#fff;border-radius:4px 0 0 4px}.latest-news-card__odd:before{top:40%;right:-14px;transform:translateY(-50%);height:70px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.latest-news-card__even:before{top:40%;left:0;transform:translateY(-50%);height:75px;background:var(--background)}.latest-news-card__even:after,.latest-news-card__even:before{content:"";position:absolute;width:15px;border-radius:4px 0 0 4px;-webkit-clip-path:polygon(0 0,100% 15%,100% 85%,0 100%);clip-path:polygon(0 0,100% 15%,100% 85%,0 100%)}.latest-news-card__even:after{bottom:0;right:-14px;height:70px;background:#fff}.latest-news-card__meta{display:flex;align-items:center;text-align:left;gap:7px;position:absolute;top:20px;left:20px}.latest-news-card__category{color:var(--title);text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase}@media(max-width:767px){.latest-news-card__category{font-size:10px}}.latest-news-card__separator{font-size:8px;letter-spacing:.48px}.latest-news-card__date,.latest-news-card__separator{color:rgba(0,0,0,.4);text-align:center;font-family:Inter Tight;font-style:normal;font-weight:400;line-height:normal}.latest-news-card__date{font-size:10px;letter-spacing:.4px;text-transform:uppercase}.latest-news-card__body{display:flex;flex-direction:column;gap:20px;flex-grow:1}.latest-news-card__image{display:flex;margin-left:auto;position:relative;width:270px;height:auto;aspect-ratio:4/3;border-radius:4px;overflow:hidden;flex-shrink:0}@media(max-width:767px){.latest-news-card__image{width:178px;margin-top:14px}}.latest-news-card img,.latest-news-card__image img{width:100%;height:100%;object-fit:cover}.latest-news-card img{display:block}.latest-news-card__text{flex:1 1;display:flex;flex-direction:column;gap:20px}.latest-news-card__title{margin-top:37px;color:var(--title);font-family:Inter Tight;font-size:36px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:-1.44px;text-align:left;max-width:550px}.latest-news-card__description-wrapper{margin-top:auto;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:5px}.latest-news-card__description{color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.14px;flex:40% 1;max-width:400px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.latest-news-card__readmore{text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.4px;text-transform:uppercase;color:var(--title);margin-top:16px;align-self:flex-end}.latest-news-card__readmore:hover{text-decoration:underline}@media screen and (max-width:768px){.latest-news-list__grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:1024px){.latest-news-card__meta{display:flex;align-items:flex-start;text-align:left;gap:3px;top:10px;left:10px}.latest-news-card__category{text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.latest-news-card__separator{font-size:5x}.latest-news-card__date{color:rgba(0,0,0,.4);text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.latest-news-card__image{min-height:118px;min-width:158px}.latest-news-card__image img{width:100%;height:100%}.latest-news-card__title{margin-top:14px;font-size:20px;line-height:20px;letter-spacing:-.8px}.latest-news-card__description,.latest-news-card__title{font-family:Inter Tight;font-style:normal;font-weight:400}.latest-news-card__description{font-size:12px;line-height:14px;letter-spacing:-.12px}.latest-news-card__even{margin-left:-15px}}@media screen and (min-width:380px)and (max-width:767px){.latest-news-card{padding:10px}}@media screen and (min-width:768px)and (max-width:1023px){.latest-news-list__grid{grid-template-columns:repeat(2,1fr);gap:30px}.latest-news-card__image,.latest-news-card__title{margin-top:20px}}.preview-card--blog{position:relative;background:#fff;border-radius:0 6px 0 6px;max-width:100px;min-height:125px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:8px}.preview-card--blog:before{bottom:-5px;right:0;border-radius:0 0 6px 6px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,10% 100%);clip-path:polygon(0 0,100% 0,100% 100%,10% 100%)}.preview-card--blog:after,.preview-card--blog:before{content:"";position:absolute;width:70%;height:6px;background:#fff}.preview-card--blog:after{top:-5px;left:0;border-radius:6px 0 0 0;-webkit-clip-path:polygon(0 0,90% 0,100% 100%,0 100%);clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}.preview-card--blog .preview-card__content{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.preview-card--blog .preview-card__text{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start}.preview-card--blog .preview-card__title{color:var(--text);font-size:9px;font-weight:600;text-transform:uppercase;position:absolute;bottom:-40px}.preview-card--blog .preview-card__image-wrapper{position:relative;width:100%;height:100px;display:flex;align-items:flex-end;justify-content:center;z-index:1;pointer-events:none;overflow:hidden}.preview-card--blog .preview-card__image{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:auto;max-height:100%;object-fit:contain;object-position:bottom;transition:transform .3s ease;will-change:transform}.preview-card--blog .preview-card__point{position:absolute;top:-10px;right:0;z-index:2}.preview-card--blog .preview-card__subtitle{font-size:20px}.preview-card--blog .preview-card__buy{display:none}.preview-card--blog .background-stripes{height:3px;left:1px;bottom:-4px;width:50%;border-bottom-left-radius:50%}.preview-card--blog .preview-card__point{display:none}.preview-wrapper--blog{margin:0;gap:0}.preview-wrapper--blog .preview-wrapper__title{color:var(--title);text-overflow:ellipsis;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:uppercase;padding:0}.preview-card__pagination--blog{display:none}.preview-card-wrapper--blog{min-width:100px;min-height:125px}.preview-wrapper__scroll--blog{max-width:840px;min-height:172px;gap:9px;padding-inline:0}.preview-wrapper__pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:16px}.preview-wrapper__dots{display:flex;gap:8px}.preview-wrapper__pagination-dot{width:8px;height:8px;border-radius:50%;background-color:rgba(38,114,255,.25);border:none;cursor:pointer;transition:all .3s ease}.preview-wrapper__pagination-dot.active{width:20px;border-radius:6px;background-color:#2672ff}@media(min-width:1024px){.preview-wrapper__arrows{display:flex;align-items:center;justify-content:center}.preview-wrapper__dots{display:none}}@media screen and (max-width:512px){.preview-wrapper__scroll--blog{max-width:540px;max-height:125px}}@media screen and (min-width:513px){.preview-wrapper__scroll--blog{max-width:732px;max-height:125px}}@media screen and (min-width:768px){.preview-wrapper__scroll--blog{max-width:748px}}@media screen and (min-width:1024px){.preview-wrapper__scroll--blog{max-width:1064px}}@media screen and (min-width:1264px){.preview-wrapper__scroll--blog{max-width:864px}}@media screen and (min-width:1340px){.preview-wrapper__scroll--blog{max-width:990px}}.future-news{display:flex;flex-direction:column;gap:20px;margin-top:86px;position:relative;overflow:hidden}@media screen and (max-width:1023px){.future-news{margin-top:60px}}.future-news__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:25px}.future-news__title{color:var(--title);font-family:Inter Tight;font-size:36px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-.72px}.future-news__tabs{gap:10px}.future-news__tab{color:var(--title)}@media screen and (max-width:768px){.future-news__tab{font-size:11px;letter-spacing:.44px}}.future-news__tab:active,.future-news__tab:focus,.future-news__tab:hover{background:url(/svg/ticket-btn-hover.svg) no-repeat 100%/contain;color:#fff}.future-news__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;width:100%;box-sizing:border-box;position:relative}@media screen and (min-width:768px)and (max-width:1024px){.future-news__grid{grid-template-columns:repeat(2,1fr)}}.future-news__toggle-desktop,.future-news__toggle-mobile{display:none}@media screen and (max-width:767px){.future-news__grid:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:200px;background:linear-gradient(180deg,rgba(217,232,255,.012),#E8EFF9);z-index:10;pointer-events:none;transition:opacity .3s ease;opacity:1}.future-news__grid.expanded:after{opacity:0}.future-news__toggle-mobile{display:flex;align-items:center;justify-content:center;position:absolute;bottom:15px;left:50%;transform:translateX(-50%);width:95px;height:32px;background:url(/svg/toggle.svg) no-repeat;border:none;cursor:pointer;color:#000;text-align:center;font-size:11px;font-weight:405;letter-spacing:.44px;text-transform:uppercase;z-index:11}.future-news__toggle-mobile.expanded{position:static;transform:none;margin:10px auto 0}}.future-news-card{background:#fff;border-radius:7px;padding:21px 15px 15px;display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%;max-width:100%;box-sizing:border-box;min-height:305px}.future-news-card:after{content:"";position:absolute;bottom:-1px;right:-1px;width:65px;height:25px;background:var(--background);-webkit-clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);z-index:2}.future-news-card__meta{justify-content:space-between;margin-bottom:13px}.future-news-card__meta,.future-news-card__meta-left{display:flex;align-items:center}.future-news-card__category{color:var(--title);font-size:12px;letter-spacing:.48px}.future-news-card__category,.future-news-card__date{text-align:center;font-family:Inter Tight;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.future-news-card__date{color:rgba(0,0,0,.4);font-size:10px;letter-spacing:.4px}@media screen and (max-width:768px){.future-news-card__date{font-size:12px;letter-spacing:.48px}}.future-news-card__body{display:flex;flex-direction:column;justify-content:center;align-items:center}.future-news-card__text{display:flex;flex-direction:column;justify-content:space-between;width:100%}.future-news-card__title{color:var(--title);font-family:Inter Tight;font-size:18px;font-style:normal;font-weight:500;line-height:23.015px;letter-spacing:-.36px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;max-height:46.03px}.future-news-card__image{margin-top:14px;width:100%;height:180px;overflow:hidden;border-radius:4px;position:relative;max-width:100%}.future-news-card__image:before{content:"";position:absolute;bottom:-1px;right:-1px;width:52px;height:22px;background:#fff;-webkit-clip-path:polygon(32% 0,100% 0,100% 100%,0 100%);clip-path:polygon(32% 0,100% 0,100% 100%,0 100%);z-index:1}.future-news-card__image img{width:100%;height:100%;object-fit:cover;display:block}.future-news-card__readmore-wrapper{width:100%;position:absolute;right:11px;bottom:2px}.future-news-card__readmore{position:absolute;right:0;bottom:0;z-index:5;color:var(--title);text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.future-news-card__readmore:hover{text-decoration:underline}.market-rankings{margin-top:110px;display:flex;flex-direction:column;gap:30px}.market-rankings__title{color:var(--title);font-family:Inter Tight;font-size:36px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-.72px}.market-rankings__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media screen and (max-width:767px){.market-rankings__grid{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:768px)and (max-width:1023px){.market-rankings__grid{grid-template-columns:repeat(2,1fr)}}.ranking-card{height:92px;width:100%;background:#fff;padding:0 8px;border-radius:6px;display:flex;flex-direction:row;align-items:center;gap:10px;overflow:hidden}.ranking-card__image{width:77px;height:88px;flex-shrink:0;margin-bottom:-15px}.ranking-card__image img{width:100%;height:100%;object-fit:contain}.ranking-card__body{display:flex;align-content:center;justify-content:space-between;width:100%}.ranking-card__content{flex:1 1;display:flex;flex-direction:column;gap:8px}.ranking-card__name{color:var(--title);font-size:16px;font-weight:600;line-height:normal;letter-spacing:.8px;text-transform:uppercase}.ranking-card__description,.ranking-card__name{font-family:Inter Tight;font-style:normal;margin:0}.ranking-card__description{color:rgba(0,0,0,.6);font-size:14px;font-weight:400;line-height:16px;letter-spacing:-.14px}.ranking-card__sales{display:flex;flex-direction:column;gap:8px;text-align:right}.ranking-card__sales strong{display:block;color:var(--title);font-size:18px;letter-spacing:.9px}.ranking-card__sales span,.ranking-card__sales strong{text-align:right;font-family:Inter Tight;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.ranking-card__sales span{color:rgba(0,0,0,.6);font-size:12px;letter-spacing:.6px}@media screen and (max-width:768px){.market-rankings{margin-top:80px;display:flex;flex-direction:column;gap:24px;position:relative}.market-rankings__title{font-size:36px;font-weight:400;line-height:58px;letter-spacing:-.72px}.market-rankings__grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:14px;gap:14px;position:relative}.market-rankings__grid:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:200px;background:linear-gradient(180deg,rgba(217,232,255,.012),#E8EFF9);z-index:1;pointer-events:none;transition:opacity .3s ease;opacity:1}.market-rankings__grid.expanded:after{opacity:0}.market-rankings__toggle{display:flex;align-items:center;justify-content:center;position:absolute;bottom:15px;left:50%;transform:translateX(-50%);width:92px;height:32px;background:url(/svg/toggle.svg) no-repeat;border:none;cursor:pointer;color:var(--title);text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.48px;text-transform:uppercase;z-index:11}.market-rankings__toggle.expanded{position:static;transform:none;margin:10px auto 0}}@media screen and (max-width:768px)and (min-width:1025px){.market-rankings__toggle{display:none}}.video-gallery{margin-top:100px}.video-gallery__title{color:var(--title);font-family:Inter Tight;font-size:36px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-.72px;margin-bottom:42px}.video-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:52px;row-gap:52px;grid-column-gap:16px;column-gap:16px}.video-card{display:flex;flex-direction:column;justify-content:space-between;gap:8px;text-decoration:none;color:inherit;position:relative;cursor:pointer}.video-card__thumbnail{position:relative;border-radius:10px;overflow:hidden;width:100%;height:250px;gap:10px}.video-card__thumbnail video{width:100%;height:100%;object-fit:cover;display:block}.video-card__play{position:absolute;top:12px;left:12px;font-size:12px;background:#fff;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;z-index:2}.video-card__title{position:relative;font-family:Inter Tight;font-size:18px;font-style:normal;font-weight:500;line-height:22.032px;letter-spacing:-.36px;color:var(--title)}.video-card__title:after{position:absolute;content:"";width:100%;height:2px;opacity:.15;background:#000;bottom:-16px;left:0}@media screen and (max-width:768px){.video-gallery__grid{display:flex;flex-direction:column;position:relative}.video-gallery__grid:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:180px;background:linear-gradient(180deg,rgba(217,232,255,0),#E8EFF9);z-index:1;pointer-events:none;transition:opacity .3s ease;opacity:1}.video-gallery__grid.expanded:after{opacity:0}.video-gallery__title{font-size:36px;line-height:36px;letter-spacing:-.72px;margin-bottom:28px}.video-gallery__title,.video-gallery__toggle{color:var(--title);font-family:Inter Tight;font-style:normal;font-weight:500}.video-gallery__toggle{display:block;width:92px;height:32px;margin:20px auto 0;padding:8px 16px;background:url(/svg/toggle.svg) no-repeat 50%/contain;border:none;text-align:center;font-size:12px;line-height:normal;letter-spacing:.48px;text-transform:uppercase;cursor:pointer}}@media screen and (max-width:768px)and (min-width:1025px){.video-gallery__toggle{display:none}}@media screen and (min-width:767px)and (max-width:1024px){.video-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr)}}.articles{max-width:1403px;margin:0 auto;padding:0 1rem}.articles-page{display:flex;flex-direction:column;min-height:100vh;padding:2rem 0;width:100%}@media(max-width:768px){.articles-page{padding:15px}}.articles-page__loading-skeleton{min-height:800px;width:100%;background-color:#e0e0e0;border-radius:8px;margin-bottom:20px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.articles-page__breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px}.articles-page__breadcrumb-link{color:rgba(0,0,0,.4);font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.articles-page__breadcrumb-link:hover{color:#2672ff}.articles-page__breadcrumb-current{color:#000;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.articles-page__layout{display:grid;grid-template-columns:1fr 390px;grid-gap:1rem;gap:1rem;width:100%;max-width:1403px;margin:0 auto}@media(max-width:1340px){.articles-page__layout{grid-template-columns:1fr;gap:1rem}}@media(max-width:1220px){.articles-page__sidebar{display:none}}.articles-page__header{margin-bottom:44px}@media(max-width:768px){.articles-page__header{margin-bottom:24px}}.articles-page__title{color:#000;font-family:Inter Tight;font-size:48px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-.96px;margin-bottom:40px}@media(max-width:768px){.articles-page__title{font-size:40px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:-.8px;margin-bottom:20px}}.articles-page__controls{display:flex;justify-content:space-between;align-items:center;gap:44px}@media(max-width:768px){.articles-page__controls{flex-direction:column;align-items:center;gap:20px;text-align:center}}.articles-page__mobile-featured{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;justify-content:center;margin-bottom:23px;width:100%}@media(min-width:769px){.articles-page__mobile-featured{display:none}}.articles-page__top-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:20px}@media(max-width:768px){.articles-page__top-row{display:none}}.articles-page__top-articles{display:flex;flex-direction:column;gap:16px}.articles-page__empty{text-align:center;padding:4rem 2rem;color:#666}.articles-page__empty h3{font-size:1.5rem;margin-bottom:1rem;color:#555}.articles-page__empty p{font-size:1.1rem}.articles-page__bottom-sections{width:100%;max-width:1403px;margin:4rem auto 0;padding:0 1rem}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;color:inherit;display:block}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.article-card__image{position:relative;width:100%;height:200px;overflow:hidden}.article-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-card__img{transform:scale(1.05)}.article-card__content{padding:1.5rem}.article-card__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}.article-card__category{background:#3498db;color:#fff;padding:.25rem .75rem;border-radius:15px;font-weight:500;text-transform:capitalize}.article-card__date{color:#999}.article-card__title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#2c3e50;line-height:1.4}.article-card__excerpt,.article-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.article-card__excerpt{color:#666;line-height:1.6;margin-bottom:1rem}.article-card__footer{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#999;border-top:1px solid #f0f0f0;padding-top:1rem}.article-card__author{font-weight:500}.article-card__read-time{color:#999}.articles-list{display:flex;flex-direction:column;gap:16px}.articles-list__first-item{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.1);text-decoration:none;color:inherit;display:block;transition:transform .3s ease}@media(max-width:768px){.articles-list__first-item{padding:10px}}@media(max-width:480px){.articles-list__first-item{padding:9px}}@media(max-width:320px){.articles-list__first-item{padding:8px}}.articles-list__first-title{color:#000;font-family:Inter Tight;font-size:26px;font-style:normal;font-weight:500;line-height:normal;margin-top:24px;margin-bottom:20px}@media(max-width:768px){.articles-list__first-title{font-size:20px;margin-top:17px;margin-bottom:20px}}@media(max-width:480px){.articles-list__first-title{font-size:18px;margin-top:16px;margin-bottom:18px}}@media(max-width:320px){.articles-list__first-title{font-size:16px;margin-top:14px;margin-bottom:16px}}.articles-list__first-excerpt{color:#677074;font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.14px;margin-bottom:24px}@media(max-width:768px){.articles-list__first-excerpt{margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media(max-width:480px){.articles-list__first-excerpt{font-size:13px;line-height:18px;margin-bottom:16px}}@media(max-width:320px){.articles-list__first-excerpt{font-size:12px;line-height:16px;margin-bottom:14px}}.articles-list__first-tags{color:var(--title);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:capitalize;margin-bottom:47px}@media(max-width:768px){.articles-list__first-tags{margin-bottom:20px}}@media(max-width:480px){.articles-list__first-tags{font-size:11px;margin-bottom:18px}}@media(max-width:320px){.articles-list__first-tags{font-size:10px;margin-bottom:16px}}.articles-list__first-footer{display:flex;justify-content:space-between;align-items:center}@media(max-width:480px){.articles-list__first-footer{flex-direction:row}}.articles-list__first-stats{display:flex;gap:2px}@media(max-width:480px){.articles-list__first-stats{justify-content:center}}.articles-list__item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease;text-decoration:none;color:inherit;display:block}.articles-list__image{width:100%;height:400px;overflow:hidden}@media(max-width:768px){.articles-list__image{height:250px}}@media(max-width:480px){.articles-list__image{height:250px}}@media(max-width:320px){.articles-list__image{height:200px}}.articles-list__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.articles-list__item:hover .articles-list__img{transform:scale(1.05)}.articles-list__content{padding:2rem}@media(max-width:768px){.articles-list__content{padding:1.5rem}}@media(max-width:480px){.articles-list__content{padding:1rem}}@media(max-width:320px){.articles-list__content{padding:.75rem}}.articles-list__title{color:#000;font-family:Inter Tight;font-size:26px;font-style:normal;font-weight:500;line-height:normal;margin-top:24px;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.articles-list__title{font-size:20px;margin-top:16px;margin-bottom:20px}}@media(max-width:480px){.articles-list__title{font-size:18px;margin-top:14px;margin-bottom:18px}}@media(max-width:320px){.articles-list__title{font-size:16px;margin-top:12px;margin-bottom:16px}}.articles-list__excerpt{color:#677074;font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.14px;margin-bottom:24px}@media(max-width:768px){.articles-list__excerpt{margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media(max-width:480px){.articles-list__excerpt{font-size:14px;margin-bottom:16px}}@media(max-width:320px){.articles-list__excerpt{font-size:12px;margin-bottom:14px}}.articles-list__tags{color:var(--title);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:capitalize;margin-bottom:48px;display:flex;flex-direction:row;gap:17px}@media(max-width:768px){.articles-list__tags{margin-bottom:20px}}@media(max-width:480px){.articles-list__tags{font-size:11px;margin-bottom:18px}}@media(max-width:320px){.articles-list__tags{font-size:10px;margin-bottom:16px}}.articles-list__tag{color:#677074;font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.14px}@media(max-width:480px){.articles-list__tag{font-size:12px}}@media(max-width:320px){.articles-list__tag{font-size:10px}}.articles-list__footer{display:flex;justify-content:space-between;align-items:center}@media(max-width:480px){.articles-list__footer{flex-direction:row}}.articles-list__stats{display:flex;gap:2px}@media(max-width:480px){.articles-list__stats{justify-content:center}}.articles-list__stat{position:relative;display:flex;align-items:center;gap:6px;background:#e8eff9;padding:7px 26px;border-radius:2px;color:#010101;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.42px;text-transform:capitalize}@media(max-width:480px){.articles-list__stat{padding:6px 20px;font-size:.8rem}}@media(max-width:320px){.articles-list__stat{padding:5px 16px;font-size:.75rem;gap:4px}}.articles-list__stat:before{content:"";position:absolute;top:50%;right:-1px;transform:translateY(-50%);width:5px;height:15px;background:#fff;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:2}@media(max-width:320px){.articles-list__stat:before{width:4px;height:12px}}.articles-list__stat:after{content:"";position:absolute;top:50%;left:-4px;transform:translateY(-50%);width:5px;height:15px;background:#e8eff9;-webkit-clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);clip-path:polygon(0 15%,100% 0,100% 100%,0 85%);z-index:10}@media(max-width:320px){.articles-list__stat:after{width:4px;height:12px;left:-3px}}.articles-list__stat svg{color:#292d32}@media(max-width:320px){.articles-list__stat svg{width:12px;height:12px}}.articles-list__stat-span{color:#010101;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.42px;text-transform:capitalize}@media(max-width:480px){.articles-list__stat-span{font-size:13px}}@media(max-width:320px){.articles-list__stat-span{font-size:12px;letter-spacing:.3px}}.articles-list__read-btn{background:#007bff;padding:10px 16px;border-radius:6px;color:#fff;text-align:center;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.28px;text-transform:uppercase;background:linear-gradient(99deg,#2672FF,#599BF3 85.11%,#CDE3FE 121.48%);box-shadow:inset 0 0 7px 0 hsla(0,0%,100%,.25);text-decoration:none;display:inline-block;cursor:pointer}@media(max-width:480px){.articles-list__read-btn{padding:8px 14px;font-size:13px;width:100%;text-align:center}}@media(max-width:320px){.articles-list__read-btn{padding:7px 12px;font-size:12px;letter-spacing:.2px}}.articles-list__read-btn:hover{background:#0056b3}.news-overlay-card__meta-left{gap:1rem}@media(max-width:480px){.news-overlay-card__meta-left{gap:.75rem}}@media(max-width:320px){.news-overlay-card__meta-left{gap:.5rem}}.news-overlay-card__category{color:var(--title,#000);font-weight:600}@media(max-width:480px){.news-overlay-card__category{font-size:11px}}@media(max-width:320px){.news-overlay-card__category{font-size:10px;letter-spacing:.3px}}.news-overlay-card__separator{color:rgba(0,0,0,.4);font-size:12px;margin:0}@media(max-width:480px){.news-overlay-card__separator{font-size:11px}}@media(max-width:320px){.news-overlay-card__separator{font-size:10px}}@media(max-width:480px){.news-overlay-card__date{font-size:9px}}@media(max-width:320px){.news-overlay-card__date{font-size:8px;letter-spacing:.3px}}.pagination{gap:1rem;margin:3rem 0;flex-wrap:wrap}.pagination,.pagination__btn{display:flex;align-items:center;justify-content:center}.pagination__btn{width:35px;height:35px;flex-shrink:0;border:none;border-radius:2.917px;background:#fff;color:#666;cursor:pointer;font-weight:500;transition:all .3s ease}.pagination__btn:hover:not(:disabled){border-radius:2.917px;background:#282939;color:#fff}.pagination__btn:disabled{opacity:.3;cursor:not-allowed}.pagination__btn--next{background:#fff;color:#666}.pagination__btn--next:hover:not(:disabled){background:#1a1b2e}.pagination__pages{display:flex;gap:12px}.pagination__page{cursor:pointer;width:auto;height:19px;border:none;background:rgba(0,0,0,0);color:rgba(1,1,1,.6);font-family:Inter Tight;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.48px;text-transform:capitalize}.pagination__page--active,.pagination__page:hover:not(:disabled){color:#2672ff}.pagination__page--ellipsis{cursor:default}.pagination__page--ellipsis:hover{color:#666}.search-bar{position:relative;display:flex;align-items:center;max-width:300px}@media(max-width:768px){.search-bar{max-width:201px;width:100%;justify-content:center}}.search-bar__icon{position:absolute;right:15px;color:#999;pointer-events:none;z-index:1}@media(max-width:768px){.search-bar__icon{right:12px}}.search-bar__input{width:100%;padding:.75rem 3rem .75rem 1rem;border:none;outline:none;background:rgba(0,0,0,0);color:var(--title);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase;box-sizing:border-box}@media(max-width:768px){.search-bar__input{padding:.6rem 2.5rem .6rem .8rem;font-size:11px;border-radius:20px;max-width:250px;margin:0 auto}}.search-bar__input::placeholder{color:#999;text-transform:uppercase;letter-spacing:.48px;font-size:12px}@media(max-width:768px){.search-bar__input::placeholder{font-size:10px;letter-spacing:.4px}}@media(max-width:480px){.search-bar__input{font-size:10px;padding:.5rem 2rem .5rem .6rem;max-width:200px}.search-bar__input::placeholder{font-size:9px;letter-spacing:.3px}}@media(max-width:480px){.search-bar__icon{right:10px}}.future-news__tabs{display:flex;flex-wrap:wrap;gap:6px 3px;justify-content:left;width:100%}@media(max-width:1024px){.future-news__tabs{justify-content:center}}.future-news__tab{display:flex;justify-content:center;align-items:center;width:95px;height:32px;text-align:center;background:url(/svg/nav-ticket.svg) no-repeat 100%/contain;color:var(--title,#000);font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.48px;text-transform:uppercase;border:none;transition:all .3s ease;cursor:pointer}.future-news__tab--active,.future-news__tab:focus,.future-news__tab:hover{background:url(/svg/ticket-btn-hover.svg) no-repeat 100%/contain;color:#fff}.future-news__tab--mobile-only{display:none}@media(max-width:1024px){.future-news__tab--mobile-only .future-news__tabs{justify-content:center;max-width:261px}.future-news__tab--mobile-only .future-news__tab{width:87px;height:32px;font-size:12px;letter-spacing:.44px;flex-shrink:0;margin-bottom:3px}.future-news__tab--mobile-only--mobile-only{display:block;width:87px;height:0;visibility:hidden;pointer-events:none;margin-bottom:3px}.future-news__tab--mobile-only:nth-child(4){margin-left:auto}.future-news__tab--mobile-only:nth-child(5){margin-right:auto}}@media(max-width:480px){.future-news__tab--mobile-only .future-news__tabs{max-width:270px}.future-news__tab--mobile-only .future-news__tab{width:90px;height:30px;font-size:10px;letter-spacing:.4px}.future-news__tab--mobile-only--mobile-only{width:90px}}.sidebar{display:flex;flex-direction:column;gap:2.5rem}@media(max-width:1024px){.sidebar{display:none}}.sidebar__section{display:flex;flex-direction:column}.sidebar__section-title{color:rgba(0,0,0,.8);text-align:left;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase;margin-bottom:14px}.sidebar__list{display:flex;flex-direction:column;gap:12px}.sidebar__item{display:flex;align-items:flex-start;gap:1rem;text-decoration:none;color:inherit;background:#fff;padding:8px 16px 8px 24px;border-radius:6px;transition:opacity .2s ease;max-height:106px}.sidebar__item:hover{opacity:.8}.sidebar__content{flex:1 1;min-width:0}.sidebar__meta{display:flex;justify-content:left;gap:10px;margin-bottom:16px;margin-top:4px}.sidebar__category{color:#000;text-align:center;font-family:Inter Tight;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase}.sidebar__separator{font-size:9px;color:rgba(0,0,0,.4)}.sidebar__date{color:rgba(0,0,0,.4);text-align:center;font-size:10px;font-weight:400;line-height:normal;letter-spacing:.4px;text-transform:uppercase}.sidebar__date,.sidebar__item-title{font-family:Inter Tight;font-style:normal}.sidebar__item-title{color:#000;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sidebar__image{width:90px;height:90px;flex-shrink:0;overflow:hidden;border-radius:6px;background:#fff}.sidebar__img{width:100%;height:100%;object-fit:cover}.featured-article-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease;height:-moz-fit-content;height:fit-content}.featured-article-card:hover{transform:translateY(-4px)}.featured-article-card__image{width:100%;height:300px;overflow:hidden;position:relative}.featured-article-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-article-card:hover .featured-article-card__img{transform:scale(1.02)}.featured-article-card__content{padding:1.5rem}.featured-article-card__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.featured-article-card__meta-left{display:flex;align-items:center;gap:1rem}.featured-article-card__category{font-size:.875rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px}.featured-article-card__date{font-size:.875rem;color:#999;text-transform:uppercase}.featured-article-card__menu{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .2s ease}.featured-article-card__menu:hover{background:#f5f5f5}.featured-article-card__title{font-size:1.75rem;font-weight:700;color:#333;line-height:1.2;margin:0 0 1rem}.featured-article-card__description{font-size:1rem;color:#666;line-height:1.5;margin:0 0 1.5rem}.featured-article-card__footer{display:flex;justify-content:flex-end}.featured-article-card__more{background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.875rem;transition:background .3s ease}.featured-article-card__more:hover{background:#333}.news-overlay-card{position:relative;background:#fff;border-radius:7px;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:460px;box-sizing:border-box;overflow:hidden;padding:8px}.news-overlay-card--tablet{width:100%;height:627px}.news-overlay-card--large{width:100%}@media screen and (min-width:1025px){.news-overlay-card--large{max-width:623px;height:627px}}@media screen and (min-width:1340px){.news-overlay-card--large{width:623px;height:627px}}.news-overlay-card--default{width:550px;height:460px}@media screen and (max-width:1024px){.news-overlay-card--default{width:100%}}.news-overlay-card--mobile{width:100%;height:432px}@media(max-width:768px){.news-overlay-card--mobile{width:100%}}.news-overlay-card:after{content:"";position:absolute;bottom:-1px;right:-1px;width:65px;height:25px;background:var(--background,#f5f5f5);-webkit-clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);z-index:3}.news-overlay-card__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.news-overlay-card__image:before{content:"";position:absolute;bottom:-1px;right:-1px;width:52px;height:22px;background:#fff;-webkit-clip-path:polygon(32% 0,100% 0,100% 100%,0 100%);clip-path:polygon(32% 0,100% 0,100% 100%,0 100%);z-index:1}.news-overlay-card__image img{width:100%;height:100%;object-fit:cover;display:block}.news-overlay-card__body{position:relative;background:#fff;padding:20px 24px;z-index:2;border-radius:10px;width:100%;min-height:133px;display:flex;flex-direction:column;justify-content:space-between}.news-overlay-card__body:after{content:"";position:absolute;bottom:-1px;right:-1px;width:63px;height:26px;background:#000;-webkit-clip-path:polygon(33% 0,100% 0,100% 100%,0 100%);clip-path:polygon(33% 0,100% 0,100% 100%,0 100%);z-index:4}.news-overlay-card__point{position:absolute;top:8px;right:11px}.news-overlay-card__text{display:flex;flex-direction:column;width:100%;flex:1 1}.news-overlay-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.news-overlay-card__meta-left{display:flex;align-items:center;gap:10px}.news-overlay-card__category{color:#000;font-size:12px;text-transform:uppercase}.news-overlay-card__category,.news-overlay-card__separator{text-align:center;font-family:Inter Tight;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px}.news-overlay-card__separator{color:rgba(0,0,0,.1);font-size:8px}.news-overlay-card__date{color:rgba(0,0,0,.4);text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.4px;text-transform:uppercase}@media screen and (max-width:768px){.news-overlay-card__date{font-size:12px;letter-spacing:.48px}}.news-overlay-card__title{color:#000;font-family:Inter Tight;font-size:26px;font-style:normal;font-weight:500;line-height:110%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.news-overlay-card--large .news-overlay-card__title{color:#22282b;font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:32px;font-style:normal;font-weight:500;line-height:110%;letter-spacing:-.96px;margin-bottom:18px}.news-overlay-card--mobile .news-overlay-card__title{font-size:20px;line-height:110%}@media(max-width:768px){.news-overlay-card__title{font-size:20px}}.news-overlay-card__description{color:rgba(0,0,0,.6);font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.14px;margin:0;padding-right:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.news-overlay-card--large .news-overlay-card__description{font-size:16px;-webkit-line-clamp:2}.news-overlay-card--mobile .news-overlay-card__description{font-size:12px;-webkit-line-clamp:3;padding-right:40px}@media(max-width:768px){.news-overlay-card__description{font-size:13px;-webkit-line-clamp:2}}.news-overlay-card__readmore-wrapper{position:absolute;right:8px;bottom:0;z-index:4}.news-overlay-card__readmore{color:var(--title,#000);text-align:center;font-family:Inter Tight;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.4px;text-transform:uppercase;text-decoration:none}.news-overlay-card__readmore:hover{text-decoration:underline}@media(max-width:768px){.news-overlay-card{width:100%;height:432px}.news-overlay-card__body{min-height:120px;padding:15px}}.readers-choice{margin:80px 0}@media screen and (max-width:1023px){.readers-choice{margin:60px 0}}.readers-choice__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}@media screen and (max-width:1023px){.readers-choice__header{margin-bottom:24px}}.readers-choice__title{color:#000;leading-trim:both;text-edge:cap;font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media screen and (max-width:1023px){.readers-choice__title{font-size:36px;line-height:58px;letter-spacing:-1.44px}}.readers-choice__title-accent{color:rgba(0,0,0,.2);leading-trim:both;text-edge:cap;font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media screen and (max-width:1023px){.readers-choice__title-accent{font-size:36px;line-height:58px;letter-spacing:-1.44px}}.readers-choice__content{display:grid;grid-template-columns:550px 1fr;grid-gap:36px;gap:36px;align-items:start}@media screen and (max-width:1024px){.readers-choice__content{grid-template-columns:1fr;gap:24px}}.readers-choice__featured{width:100%}.readers-choice__sidebar{position:relative;overflow:hidden}.readers-choice__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px}@media screen and (max-width:1199px)and (min-width:769px){.readers-choice__grid{grid-template-columns:1fr;gap:12px}}@media screen and (max-width:768px){.readers-choice__grid{grid-template-columns:1fr;gap:12px}}.readers-choice__column{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:768px){.readers-choice__content{grid-template-columns:1fr}.readers-choice__featured{order:1}.readers-choice__sidebar{order:2}}@media screen and (max-width:767px){.readers-choice__grid{position:relative}.readers-choice__grid:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:200px;background:linear-gradient(180deg,rgba(217,232,255,.012),#E8EFF9);z-index:10;pointer-events:none;transition:opacity .3s ease;opacity:1}.readers-choice__grid.expanded:after{opacity:0}}body{overflow-x:hidden}.news-page{padding-top:2rem;padding-bottom:4rem}.news-page__breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:2rem}.news-page__breadcrumb-link{color:rgba(0,0,0,.4);font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;text-decoration:none}.news-page__breadcrumb-link:hover{color:#2672ff}.news-page__breadcrumb-current{color:#000;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.news-page__title{color:var(--articles-title,#000);font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-1.8px;margin-bottom:24px;margin-top:0;max-width:860px}@media(max-width:768px){.news-page__title{font-size:2rem}}.news-page__author{margin-top:24px;margin-bottom:36px;color:rgba(0,0,0,.4);text-align:left;font-family:Inter Tight;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.56px;text-transform:uppercase}.news-page__hero-image{width:100%;aspect-ratio:1/.5;overflow:hidden;margin-bottom:36px;border-radius:8px;position:relative}.news-page__hero-img{width:100%;height:100%;object-fit:cover}.news-page__content{display:grid;grid-template-columns:360px 1fr;grid-gap:140px;gap:140px;margin-top:2rem;align-items:start;position:relative}@media(max-width:968px){.news-page__content{display:none}}.news-page__left-column{position:relative}.news-page__left-text{color:#000;font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:24px;font-style:normal;font-weight:600;line-height:130%;letter-spacing:-.72px;margin-top:30px;margin-bottom:40px;position:relative}.news-page__left-text:before{content:"";position:absolute;display:block;width:100%;top:-30px;height:2px;background-color:#2672ff}.news-page__left-image{width:360px;height:340px;object-fit:cover;border-radius:8px;display:block}.news-page__right-column{font-size:1rem;line-height:1.7;color:#374151;position:relative;overflow:hidden}.news-page .article-content h2{color:var(--articles-title,#000);font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:24px;font-style:normal;font-weight:600;line-height:130%;letter-spacing:-.72px;margin-bottom:18px;margin-top:36px}.news-page .article-content h2:first-child{margin-top:0}@media(max-width:768px){.news-page .article-content h2{font-size:20px}}.news-page .article-content p{color:var(--articles-text,#333);font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:18px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-.18px;margin-bottom:18px}.news-page .article-content img,.news-page .article-content p video{max-width:100%;width:100%}.news-page .article-content ul{margin:40px 0;padding-left:0;list-style:none}.news-page .article-content ul li{position:relative;margin-left:30px;margin-bottom:.75rem;color:var(--articles-text,#333);font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:18px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-.18px;list-style:disc}.news-page-mobile{padding:1rem 0 2rem}.news-page-mobile .mobile-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.news-page-mobile .mobile-breadcrumb__link{color:rgba(0,0,0,.4);font-family:Inter Tight;font-size:14px;font-weight:500;text-decoration:none}.news-page-mobile .mobile-breadcrumb__current{color:#000;font-family:Inter Tight;font-size:14px;font-weight:500}.news-page-mobile .mobile-title{color:#000;font-family:Inter Tight;font-size:2rem;font-weight:500;line-height:120%;letter-spacing:-1.8px;margin-bottom:1rem;margin-top:0}.news-page-mobile .mobile-author{margin-bottom:1.5rem;color:rgba(0,0,0,.4);font-family:Inter Tight;font-size:14px;font-weight:500;letter-spacing:.56px;text-transform:uppercase}.news-page-mobile .mobile-hero-image{width:100%;overflow:hidden;margin-bottom:2rem;border-radius:8px}.news-page-mobile .mobile-hero-image img{width:100%;height:100%;object-fit:cover}.news-page-mobile .mobile-left-text{color:#000;font-family:Inter Tight;font-size:20px;font-weight:600;line-height:130%;letter-spacing:-.6px;margin-bottom:2rem;position:relative;padding-top:1rem}.news-page-mobile .mobile-left-text:before{content:"";position:absolute;display:block;width:100%;top:0;height:2px;background-color:#2672ff}.news-page-mobile .mobile-article-intro{margin-bottom:2rem}.news-page-mobile .mobile-article-intro p{color:#333;font-family:Inter Tight;font-size:16px;font-weight:500;line-height:150%;margin-bottom:1rem}.news-page-mobile .mobile-article-intro ul{margin:1.5rem 0;padding-left:0;list-style:none}.news-page-mobile .mobile-article-intro ul li{position:relative;margin-left:20px;margin-bottom:.75rem;color:#333;font-family:Inter Tight;font-size:16px;font-weight:500;line-height:150%;list-style:disc}.news-page-mobile .mobile-image{width:100%;height:250px;margin:2rem 0;overflow:hidden;border-radius:8px}.news-page-mobile .mobile-image img{width:100%;height:100%;object-fit:cover}.news-page-mobile .mobile-article-content{margin-bottom:80px}.news-page-mobile .mobile-article-content h2{color:#000;font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:24px;font-style:normal;font-weight:600;line-height:130%;letter-spacing:-.72px;margin-bottom:18px;margin-top:36px}.news-page-mobile .mobile-article-content img,.news-page-mobile .mobile-article-content p video{max-width:100%;width:100%}.news-page-mobile .mobile-article-content p{color:#333;font-feature-settings:"liga" off,"clig" off;font-family:Inter Tight;font-size:16px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-.16px;margin-bottom:18px}.news-page-mobile .mobile-article-content ul{margin:30px 0;padding-left:0;list-style:none}.news-page-mobile .mobile-article-content ul li{position:relative;margin-left:20px;margin-bottom:.75rem;color:#333;font-family:Inter Tight;font-size:16px;font-weight:500;line-height:150%;list-style:disc}.best-moth__title{color:#000;leading-trim:both;text-edge:cap;font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media screen and (max-width:1023px){.best-moth__title{font-size:36px;line-height:58px;letter-spacing:-1.44px}}.best-moth__title--accent{color:rgba(0,0,0,.2);leading-trim:both;text-edge:cap;font-family:Inter Tight;font-size:60px;font-style:normal;font-weight:500;line-height:58px;letter-spacing:-2.4px}@media screen and (max-width:1023px){.best-moth__title--accent{font-size:36px;line-height:58px;letter-spacing:-1.44px}}