.dropdown{position:relative}.dropdown__article{max-height:0;overflow:hidden;opacity:0;transform:translateY(-20px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1)}.dropdown__article--active{max-height:850px;opacity:1;margin-top:1rem;transform:translateY(0) scale(1)}@media(min-width:960px){.dropdown__article--active{max-height:600px}}.hero-top{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:480px;padding:110px 0 30px}@media(min-width:960px){.hero-top{min-height:480px;padding:60px 0 0}}.hero-top__wrap{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:960px){.hero-top__wrap{flex-direction:row;justify-content:space-between;min-height:480px}}.hero-top__col{width:100%;min-height:auto;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.hero-top__col{width:50%;min-height:450px;margin-bottom:0}}.hero-top__title{font-size:var(--title-h1);line-height:1.1;margin-bottom:1.3rem}@media(min-width:768px){.hero-top__title{width:500px;margin-bottom:2.5rem}}@media(min-width:1600px){.hero-top__title{width:100%}}.hero-top__title .text-yellow{display:block}.hero-top__desc{margin-bottom:2rem;width:100%}@media(min-width:768px){.hero-top__desc{width:80%;margin-bottom:2rem}}@media(min-width:1600px){.hero-top__desc{font-size:1.5rem;width:100%}}.hero-top__btns{display:flex;flex-direction:column;justify-content:center;gap:14px}@media(min-width:768px){.hero-top__btns{justify-content:flex-start;flex-direction:row}}.hero-top__btn{width:265px;height:43px;font-size:1rem;border-radius:var(--border-radius-btn)}@media(min-width:1100px){.hero-top__btn{width:281px;height:50px}}.hero-top__btn-two{width:265px;height:43px;font-size:1rem;border-radius:var(--border-radius-btn)}@media(min-width:1100px){.hero-top__btn-two{width:201px;height:47px}}.hero-top__slider{display:none}@media(min-width:768px){.hero-top__slider{display:block;position:relative;text-align:center;padding:0;min-height:450px}}.hero-top__row{display:flex;flex-direction:row;justify-content:flex-end;padding:20px 0}.stats{display:flex;flex-direction:row;justify-content:space-between;gap:10px;border:1px solid #6f6f70;color:#6f6f70;border-radius:10px;padding:10px}@media(min-width:1100px){.stats{gap:14px;padding:14px}}.stats__item{display:flex;flex-direction:column}.stats__counter{color:#d720af;font-size:14px;font-family:Special Gothic Expanded One}@media(min-width:1100px){.stats__counter{font-size:22px}}.stats__text{font-size:14px}.slider-top{opacity:1}@media(min-width:768px){.slider-top{animation:float_hover 1.2s ease-in-out infinite alternate}}.slider-top__slide{display:flex!important;flex-direction:column;justify-content:center;align-items:center}@media(min-width:960px){.slider-top__slide{display:block}}.slider-top__image{opacity:0;position:relative;width:auto;height:270px;object-fit:cover;object-position:50% 50%}@media(min-width:768px){.slider-top__image{height:350px}}@media(min-width:960px){.slider-top__image{right:-8%;height:450px}}@media(min-width:1600px){.slider-top__image{right:-5%;height:500px}}.slider-top__slide:first-child .slider-top__image,.swiper-slide-active .slider-top__image{opacity:1;animation:plate_spiral .7s cubic-bezier(.25,1,.5,1) forwards}@keyframes plate_spiral{0%{transform:rotate(-40deg) translate(100%) translateY(100%) scale(.1);opacity:0}10%{transform:rotate(-30deg) translate(85%) translateY(85%) scale(.3);opacity:0}20%{transform:rotate(-20deg) translate(70%) translateY(70%) scale(.35);opacity:.2}30%{transform:rotate(-15deg) translate(55%) translateY(55%) scale(.45);opacity:.35}40%{transform:rotate(-10deg) translate(40%) translateY(40%) scale(.55);opacity:.5}50%{transform:rotate(-5deg) translate(25%) translateY(25%) scale(.65);opacity:.65}60%{transform:rotate(-1deg) translate(15%) translateY(15%) scale(.8);opacity:.8}70%{transform:rotate(0) translate(8%) translateY(8%) scale(.85);opacity:.85}85%{transform:rotate(0) translate(3%) translateY(2%) scale(.95);opacity:.95}to{transform:rotate(0) translate(0) translateY(0) scale(1);opacity:1}}@keyframes float_hover{0%{transform:rotate(7deg) translateY(0)}25%{transform:rotate(7deg) translateY(5px)}50%{transform:rotate(7deg) translateY(0)}75%{transform:rotate(7deg) translateY(5px)}to{transform:rotate(7deg) translateY(0)}}.marquee-logos{position:relative;display:block;width:100%;padding:16px 0;overflow:hidden;background:#190f70}.marquee-logos__line{width:100%;overflow:hidden}.marquee-logos__wrapper{display:flex;width:max-content;animation:marquee-logos-scroll 40s linear infinite;will-change:transform}.marquee-logos__wrapper:hover{animation-play-state:paused}.marquee-logos__list{display:flex;flex-direction:row;align-items:center;gap:2rem;padding-right:2rem}.marquee-logos__item{display:flex;align-items:center;justify-content:center;flex-shrink:0}.marquee-logos__img{width:auto;max-width:155px;max-height:23px}.marquee-logos__img--4{max-width:130px;max-height:18px}.marquee-line p{color:#6f6f70;padding-bottom:10px}@keyframes marquee-logos-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.we-work{position:relative;overflow:hidden;background-color:#141416;color:#f3f3f3;padding:40px 0}@media(min-width:960px){.we-work{padding:70px 0}}.we-work__wrap{display:flex;flex-direction:column;gap:50px}@media(min-width:768px){.we-work__wrap{justify-content:space-between}}.we-work__row{display:flex;flex-direction:column;gap:40px}@media(min-width:960px){.we-work__row{flex-direction:row;justify-content:space-between;align-items:flex-end}}.we-work__top{position:relative;z-index:2;padding:50px 0}.we-work__intro{font-size:var(--title-h1)}.we-work__tags{display:flex;flex-wrap:wrap;gap:14px;list-style:none;padding:0;margin:0}@media(min-width:960px){.we-work__tags{max-width:702px}}.we-work__tag{display:inline-flex;flex-direction:column;justify-content:center;height:47px;align-items:center;padding:0 14px;border-radius:10px;font-size:.95rem;border:1px solid #f3f3f3;color:#f3f3f3}@media(min-width:960px){.we-work__tag{font-size:1rem}}.we-work__bottom{display:flex;flex-direction:column;gap:40px}.we-work__header{display:flex;flex-direction:column;gap:20px}.we-work__meta{color:#f8ec24;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;display:block}.we-work__title{font-size:var(--title-h1);max-width:402px}.we-work__desc{color:#f3f3f3;font-size:14px;width:90%}@media(min-width:960px){.we-work__desc{max-width:438px;width:100%;text-align:right}}.feature-grid{display:flex;flex-direction:column;gap:14px;flex-wrap:wrap;list-style:none;padding:0;margin:0}@media(min-width:960px){.feature-grid{flex-direction:row}}.feature-grid__item{flex:1;display:flex;width:100%}@media(min-width:960px){.feature-grid__item{width:25%}}.feature-card{display:flex;flex-direction:column;justify-content:space-between;width:100%;background-color:#190f70;padding:20px;border-radius:20px}.feature-card__title{font-size:22px;width:90%;padding-bottom:1.5rem}.feature-card__desc{font-size:16px;line-height:1.3}.feature-card__desc strong{color:#fff;font-weight:600}.comet-wrapper{position:absolute;top:-3%;right:-30%;pointer-events:none;z-index:1}@media(min-width:960px){.comet-wrapper{top:0;right:0}}.comet-wrapper .comet-image{width:208px;height:auto;opacity:0;will-change:transform,opacity;transform:translate(250px,-250px) scale(.2) rotate(-20deg)}@media(min-width:960px){.comet-wrapper .comet-image{width:348px}}.comet-wrapper.is-active .comet-image{animation:cometAppear 1.8s cubic-bezier(.22,1,.36,1) forwards,cometFloat 2s ease-in-out 1.8s infinite alternate}.pr-campaigns{position:relative;padding:70px 0;background-color:#190f70;color:#f3f3f3}.pr-campaigns__wrap{display:flex;flex-direction:column;justify-content:space-between;gap:32px}@media(min-width:960px){.pr-campaigns__wrap{gap:40px}}.pr-campaigns__top{display:flex;flex-direction:column;gap:14px}@media(min-width:960px){.pr-campaigns__top{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0}}.pr-campaigns__header{display:flex;flex-direction:column;gap:10px;width:100%}@media(min-width:960px){.pr-campaigns__header{width:50%}}.pr-campaigns__meta{color:#f8ec24;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;display:block}.pr-campaigns__title{font-size:var(--title-h1)}.pr-campaigns__desc{color:#f3f3f3;font-size:14px;width:90%}@media(min-width:960px){.pr-campaigns__desc{max-width:438px;width:100%;text-align:right}}.pr-campaigns__middle{position:relative;padding-left:60px}@media(min-width:960px){.pr-campaigns__middle{padding-left:0}}.pr-campaigns__bottom{display:flex;flex-direction:column;gap:14px}@media(min-width:960px){.pr-campaigns__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.middle-row{display:flex;flex-direction:column;gap:14px}@media(min-width:960px){.middle-row{flex-direction:row;justify-content:space-between;align-items:center}}.middle-row--top{padding-bottom:14px}@media(min-width:960px){.middle-row--top{padding-bottom:0}}.middle-card{display:flex;flex-direction:column;width:100%;border-radius:20px;padding:20px;background-color:#f3f3f3;color:#0f0f11}@media(min-width:960px){.middle-card{width:35%;min-height:168px}}.middle-card--plug{display:none}@media(min-width:960px){.middle-card--plug{display:block;background-color:transparent;width:8%}}.middle-card--star{display:none}@media(min-width:960px){.middle-card--star{display:block;background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;background-size:160px auto;width:22%}}.middle-card__title{font-size:22px;padding-bottom:10px}.middle-row--top .middle-card--star{background-image:url("data:image/svg+xml,%3csvg%20width='180'%20height='92'%20viewBox='0%200%20180%2092'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M144.592%202.71787C179.358%20-4.32982%20185.414%203.35856%20175.644%2014.0294C168.195%2022.1657%20150.664%2033.056%20141.695%2038.1436C152.764%2031.8206%20170.267%2019.1745%20160.387%2013.9278C147.557%207.11459%2086.172%2026.0433%2047.0278%2046.0899C24.4863%2057.634%203.34942%2072.1512%2013.7934%2075.4727C22.0015%2078.0832%2043.1119%2074.7094%2051.5424%2073.669C36.9048%2077.9268%204.90272%2084.7536%200.360772%2074.4513C-3.7036%2065.2309%2027.129%2044.8866%2064.7973%2028.0675C92.7488%2015.587%20127.016%206.28105%20144.592%202.71787Z'%20fill='%23F8EC24'/%3e%3cpath%20d='M89.8572%2040.954C87.379%2048.3819%2062.1931%2048.8713%2051.8911%2050.1669C107.075%2050.1669%20104.338%2054.4854%20132.866%2091.6967C127.007%2081.0683%20111.542%2063.4823%20118.458%2054.4854C121.48%2050.5538%20141.031%2047.9117%20150.156%2047.6477C142.16%2047.2879%20124.597%2048.3913%20110.317%2043.0413C93.6034%2036.7795%2078.3305%2011.5161%2070.1177%200C77.2623%2010.8683%2092.3355%2033.5262%2089.8572%2040.954Z'%20fill='%23F8EC24'/%3e%3c/svg%3e")}.middle-row--bottom .middle-card--star{background-image:url("data:image/svg+xml,%3csvg%20width='180'%20height='92'%20viewBox='0%200%20180%2092'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M35.2537%202.71748C0.488205%20-4.33018%20-5.56773%203.35823%204.20193%2014.029C11.6513%2022.1653%2029.1815%2033.0565%2038.1512%2038.1442C27.0816%2031.8211%209.57977%2019.1751%2019.4597%2013.9284C32.2901%207.11545%2093.6741%2026.044%20132.818%2046.0905C155.36%2057.6346%20176.496%2072.1508%20166.053%2075.4724C157.844%2078.0828%20136.734%2074.709%20128.303%2073.6687C142.941%2077.9264%20174.945%2084.7537%20179.486%2074.4509C183.55%2065.2303%20152.717%2044.886%20115.049%2028.0671C87.0969%2015.5866%2052.8302%206.2806%2035.2537%202.71748Z'%20fill='%23F8EC24'/%3e%3cpath%20d='M89.9889%2040.954C92.4671%2048.3819%20117.653%2048.8713%20127.955%2050.1669C72.7709%2050.1669%2075.5085%2054.4854%2046.9799%2091.6967C52.8393%2081.0683%2068.3043%2063.4823%2061.3882%2054.4854C58.366%2050.5538%2038.8151%2047.9117%2029.6898%2047.6477C37.6864%2047.2879%2055.2492%2048.3913%2069.529%2043.0413C86.2427%2036.7795%20101.516%2011.5161%20109.728%200C102.584%2010.8683%2087.5107%2033.5262%2089.9889%2040.954Z'%20fill='%23F8EC24'/%3e%3c/svg%3e")}.middle-line{display:none}@media(min-width:960px){.middle-line{position:relative;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 0}}@media(min-width:960px){.middle-line:before{content:"";position:absolute;display:block;background-color:#d720af;width:100%;height:2px}}@media(min-width:960px){.middle-line__step{width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center}}.middle-line__circle{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background-color:#d720af;color:#f8ec24;font-family:Special Gothic Expanded One;border-radius:50%}.left-line{position:absolute;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:60px;height:100%;padding-right:16px}@media(min-width:960px){.left-line{display:none}}.left-line:before{content:"";position:absolute;display:block;background-color:#d720af;width:2px;height:100%}@media(min-width:960px){.left-line:before{display:none}}.left-line__step{width:40px;height:25%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:15px}.left-line__step:first-child{padding-top:0}@media(min-width:960px){.left-line__step{display:none}}.left-line__circle{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background-color:#d720af;color:#f8ec24;font-family:Special Gothic Expanded One;border-radius:50%}.bottom-card{border-radius:20px;padding:20px;border:1px solid #f3f3f3;width:100%}@media(min-width:960px){.bottom-card{width:calc(50% - 7px)}}.bottom-card--right{background-color:#f3f3f3;color:#0f0f11}.bottom-card__title{font-size:22px;padding-bottom:16px}.bottom-card__item{display:flex;flex-direction:row;align-items:flex-start;gap:5px;padding-bottom:10px;line-height:1.4}.bottom-card__icon{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-shrink:0;width:22px;height:22px;padding-right:1px}.bottom-card__icon svg{flex-shrink:0;width:20px;height:20px;padding-left:2px}.service{position:relative;overflow:hidden;background-color:#141416;color:#f3f3f3;padding:40px 0}@media(min-width:960px){.service{padding:70px 0}}.service__top{display:flex;flex-direction:column;gap:14px;padding-bottom:40px}@media(min-width:960px){.service__top{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0}}.service__header{display:flex;flex-direction:column;gap:10px;width:100%}@media(min-width:960px){.service__header{width:50%}}.service__meta{color:#f8ec24;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;display:block}.service__title{font-size:var(--title-h1)}.service__desc{color:#f3f3f3;font-size:14px;width:90%}@media(min-width:960px){.service__desc{max-width:438px;width:100%;text-align:right}}.service__wrap{display:flex;flex-direction:column;width:100%;gap:15px}@media(min-width:960px){.service__wrap{flex-direction:row}}.service__col{width:100%;display:flex;flex-direction:column;gap:15px}@media(min-width:768px){.service__col{width:calc(50% - 7.5px)}}@media(min-width:960px){.service__col{width:calc(33.3333333333% - 5px)}}.service-item{display:flex;flex-direction:column;gap:14px;width:100%;min-height:153px;background-color:#190f70;padding:20px;border-radius:20px}.service-item__header{cursor:pointer}.service-item__title{font-size:22px;width:90%;padding-top:14px}.service-item__desc{font-size:16px;line-height:1.3}.service-item__desc strong{color:#fff;font-weight:600}.service-item__tag{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;background-color:#d720af;color:#f8ec24;border-radius:10px;font-size:14px;height:36px;padding:0 14px}.service-item__list ul{padding-top:14px}.service-item__list ul li{list-style:none;position:relative;display:flex;flex-direction:row;align-items:flex-start;padding-left:.9rem;padding-bottom:.5rem}@media(min-width:960px){.service-item__list ul li{align-items:center}}.service-item__list ul li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background-color:#f8ec24}@media(min-width:960px){.service-item__list ul li:before{top:auto}}.service-item__arrow{position:absolute;top:20px;right:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-shrink:0;width:36px;height:36px;transform:rotate(-35deg);transition:all .3s ease-in-out}.service-item__arrow svg{flex-shrink:0;width:36px;height:36px}.dropdown__btn[data-open="1"] .service-item__arrow{transform:rotate(0);transition:all .3s ease-in-out}.selected{position:relative;overflow:hidden;background-color:#141416;color:#f3f3f3;padding:40px 0}@media(min-width:960px){.selected{padding:70px 0}}.selected__top{display:flex;flex-direction:column;gap:14px;padding-bottom:40px}@media(min-width:960px){.selected__top{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0}}.selected__header{display:flex;flex-direction:column;gap:10px;width:100%}@media(min-width:960px){.selected__header{width:50%}}.selected__meta{color:#f8ec24;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;display:block}.selected__title{font-size:var(--title-h1)}.selected__desc{color:#f3f3f3;font-size:14px;width:90%}@media(min-width:960px){.selected__desc{max-width:438px;width:100%;display:flex;justify-content:flex-end}}.selected__wrap{display:flex;flex-direction:column;gap:14px}@media(min-width:960px){.selected__wrap{flex-direction:row}}.selected__col{width:100%;display:flex;flex-direction:column;gap:14px}@media(min-width:960px){.selected__col{width:calc(50% - 14px)}}.case-card{--height-big-card: 650px;--height-card: 350px}@media(min-width:960px){.case-card{--height-big-card: 500px;--height-card: 287px}}.case-card{position:relative;border-radius:20px;height:var(--height-card);background-color:#f3f3f3}.case-card--1{height:var(--height-big-card)}.case-card__thumb{position:relative;width:100%;height:var(--height-card);overflow:hidden;border-radius:20px}.case-card__img{width:100%;height:var(--height-card);object-fit:cover;object-position:65% 50%;border-radius:20px;opacity:1;transform:scale(1);transition:all .3s ease-in-out}@media(min-width:960px){.case-card__img{object-position:50% 50%}}.case-card__top{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.case-card__logo{width:130px;height:auto}.case-card__logo--0{width:123px;height:42px}.case-card__logo--1{width:153px;height:34px}.case-card__logo--2{width:105px;height:31px}.case-card__body{position:absolute;top:0;left:0;width:100%;height:var(--height-card);z-index:1;border-radius:20px;padding:20px;color:#0f0f11;display:flex;flex-direction:column;justify-content:space-between}.case-card__desc{opacity:0;transform:translateY(-50px);transition:all .3s ease-in-out}.case-card:hover .case-card__img{opacity:0;transform:scale(1.3);transition:all .3s ease-in-out}.case-card:hover .case-card__desc{opacity:1;transform:translateY(0);transition:all .3s ease-in-out}.case-card--1 .case-card__body,.case-card--1 .case-card__thumb,.case-card--1 .case-card__img{height:var(--height-big-card)}.case-card__tag{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;background-color:#d720af;color:#f8ec24;border-radius:10px;font-size:14px;height:36px;padding:0 14px}.case-card__inds{width:100%;display:flex;flex-direction:row;justify-content:flex-start}@media(min-width:960px){.case-card__inds{width:80%}}.case-card__ind{display:flex;flex-direction:column;align-items:flex-start;width:calc(50% - 5px)}.case-card__counter{color:#d720af;font-size:22px;font-family:Special Gothic Expanded One}@media(min-width:1100px){.case-card__counter{font-size:30px}}.case-card__label{font-size:14px}@media(min-width:1100px){.case-card__label{font-size:16px;text-align:left}}.case-card__list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:10px;padding-top:1rem}.case-card__item{display:flex;flex-direction:column;justify-content:center;border:1px solid #141416;border-radius:10px;padding:0 10px;height:63px}.how-work{position:relative;overflow:hidden;background-color:#190f70;color:#f3f3f3;padding:40px 0}@media(min-width:960px){.how-work{padding:70px 0 140px}}.how-work__top{display:flex;flex-direction:column;gap:14px;padding-bottom:40px}@media(min-width:960px){.how-work__top{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0}}.how-work__header{display:flex;flex-direction:column;gap:10px;width:100%}@media(min-width:960px){.how-work__header{width:50%}}.how-work__meta{color:#f8ec24;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;display:block}.how-work__title{font-size:var(--title-h1)}.how-work__desc{color:#f3f3f3;font-size:14px;width:90%}@media(min-width:960px){.how-work__desc{max-width:300px;text-align:right}}.how-work__row{display:flex;flex-direction:column;gap:14px;padding:0 0 40px}@media(min-width:960px){.how-work__row{flex-direction:row;padding:0 0 40px}}.how-work__card{width:100%}@media(min-width:960px){.how-work__card{width:calc(25% - 14px)}}.how-work__row-slider{position:relative;padding-top:160px;background-image:url(/wp-content/themes/aftercomma-agency/dist/assets/images/how-work-hand-cloud-300.webp);background-repeat:no-repeat;background-position:50% 0;background-size:250px 130px}@media(min-width:960px){.how-work__row-slider{background-position:0 10%;background-image:url(/wp-content/themes/aftercomma-agency/dist/assets/images/how-work-hand-cloud-500.webp)}}@media(min-width:960px){.how-work__row-slider:before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;right:0;background-repeat:no-repeat;background-position:100% 25%;background-image:url("data:image/svg+xml,%3csvg%20width='180'%20height='92'%20viewBox='0%200%20180%2092'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M35.2537%202.71748C0.488205%20-4.33018%20-5.56773%203.35823%204.20193%2014.029C11.6513%2022.1653%2029.1815%2033.0565%2038.1512%2038.1442C27.0816%2031.8211%209.57977%2019.1751%2019.4597%2013.9284C32.2901%207.11545%2093.6741%2026.044%20132.818%2046.0905C155.36%2057.6346%20176.496%2072.1508%20166.053%2075.4724C157.844%2078.0828%20136.734%2074.709%20128.303%2073.6687C142.941%2077.9264%20174.945%2084.7537%20179.486%2074.4509C183.55%2065.2303%20152.717%2044.886%20115.049%2028.0671C87.0969%2015.5866%2052.8302%206.2806%2035.2537%202.71748Z'%20fill='%23F8EC24'/%3e%3cpath%20d='M89.9889%2040.954C92.4671%2048.3819%20117.653%2048.8713%20127.955%2050.1669C72.7709%2050.1669%2075.5085%2054.4854%2046.9799%2091.6967C52.8393%2081.0683%2068.3043%2063.4823%2061.3882%2054.4854C58.366%2050.5538%2038.8151%2047.9117%2029.6898%2047.6477C37.6864%2047.2879%2055.2492%2048.3913%2069.529%2043.0413C86.2427%2036.7795%20101.516%2011.5161%20109.728%200C102.584%2010.8683%2087.5107%2033.5262%2089.9889%2040.954Z'%20fill='%23F8EC24'/%3e%3c/svg%3e");background-size:156px 80px}}.how-work__sl-wrapper{position:relative}@media(min-width:960px){.how-work__sl-wrapper{width:100%;display:flex;flex-direction:row;gap:14px}}@media(min-width:960px){.how-work__slide{width:calc(33.3333333333% - 14px)}}@media(min-width:960px){.how-work__slide--0{transform:translate(10px) translateY(25px) rotate(-7deg)}}@media(min-width:960px){.how-work__slide--1{transform:translateY(-25px)}}@media(min-width:960px){.how-work__slide--2{transform:translate(-10px) translateY(25px) rotate(7deg)}}.how-work__pagination{padding:20px 0;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center}@media(min-width:960px){.how-work__pagination{padding:0;display:none}}.hw-card{display:flex;flex-direction:column;gap:1rem;border-radius:20px;padding:20px;background-color:#f3f3f3;color:#0f0f11}@media(min-width:960px){.hw-card{height:240px}}.hw-card__meta{color:#d720af;font-size:14px}.hw-card__title{font-size:22px}.review-card{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-height:330px;border-radius:20px;padding:20px;background-color:#f3f3f3;border:1px solid #190f70;color:#0f0f11}@media(min-width:960px){.review-card{min-height:240px}}.review-card__author-info{display:flex;flex-direction:column;gap:8px}.review-card__author-name{font-size:22px}.review-card__rating{color:#d720af;font-size:22px}.review-card__logo{position:absolute;top:20px;right:20px;width:auto;height:25px}.review-card.swiper-slide{display:flex!important}.swiper-pagination-bullet{width:11px;height:11px;display:block;background-color:#f3f3f380;border-radius:50%}.swiper-pagination-bullet-active{background-color:#f8ec24}.recognition{position:relative;overflow:hidden;background-color:#141416;color:#f3f3f3;padding:40px 0}@media(min-width:960px){.recognition{padding:70px 0}}.recognition__top{display:flex;flex-direction:column;gap:14px;padding-bottom:40px}@media(min-width:960px){.recognition__top{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0}}.recognition__header{display:flex;flex-direction:column;gap:10px;width:100%}@media(min-width:960px){.recognition__header{width:50%}}.recognition__meta{color:#f8ec24;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;display:block}.recognition__title{font-size:var(--title-h1)}.recognition__desc{color:#f3f3f3;font-size:14px;width:90%}@media(min-width:960px){.recognition__desc{max-width:438px;width:30%;text-align:right}}.recognition__wrap{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;width:100%;gap:14px}.recognition__card{width:calc(50% - 7px)}@media(min-width:960px){.recognition__card{width:calc(33.3333333333% - 10px)}}.rec-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;min-height:162px;background-color:#d720af;color:#f3f3f3;padding:20px;border-radius:20px}.rec-card__title{display:block;width:80%;color:#f3f3f3;font-size:18px;font-family:Special Gothic Expanded One}@media(min-width:960px){.rec-card__title{font-size:20px}}.rec-card__text{font-size:14px}@media(min-width:960px){.rec-card__text{font-size:16px}}.rec-card__tag{display:inline-flex;justify-content:center;align-items:center;padding:0 8px;background-color:#f8ec24;color:#0f0f11;height:35px;border-radius:10px;font-size:14px}@media(min-width:960px){.rec-card__tag{padding:0 10px;font-size:16px}}.rec-card__counter{display:block;color:#f3f3f3;font-size:22px;font-family:Special Gothic Expanded One}.rec-card__link{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;min-height:77px;font-size:14px}@media(min-width:960px){.rec-card__link{flex-direction:row;align-items:center;font-size:16px}}@media(min-width:960px){.rec-card__link--2{flex-direction:column;align-items:flex-start;gap:10px}}.rec-card__thumb{width:61px;height:82px;filter:grayscale(100%)}.rec-card__thumb--2{width:85px;height:28px}.rec-card__link:hover .rec-card__thumb{filter:grayscale(0);transition:all .3s ease-in-out}.founder{position:relative;width:100%;padding:0 0 40px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#141416;color:#f3f3f3;background-image:url(/wp-content/uploads/2026/05/bg-star-rose.webp);background-repeat:no-repeat;background-position:96% 99%;background-size:100px 51px}@media(min-width:1100px){.founder{padding:70px 0;background-image:url("data:image/svg+xml,%3csvg%20width='1146'%20height='428'%20viewBox='0%200%201146%20428'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.06'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.26406%2068.3739C39.6148%20-11.7084%20286.84%20-22.1213%20573.003%2040.7137C860.375%20-22.3811%201108.48%20-11.6094%201142.18%2069.4012C1159.27%20110.498%201118.14%20162.328%201036.91%20214.005C1118.14%20265.682%201159.27%20317.513%201142.17%20358.609C1108.47%20439.619%20860.368%20450.387%20572.998%20387.287C286.834%20450.117%2039.6097%20439.7%204.26016%20359.618L3.82363%20358.6C-13.2717%20317.504%2027.8625%20265.672%20109.09%20213.996C27.8643%20162.318%20-13.2692%20110.487%203.82754%2069.3905L4.26406%2068.3739ZM1004.85%20233.218C914.327%20284.472%20786.283%20334.234%20638.621%20371.748C633.521%20373.044%20628.428%20374.316%20623.344%20375.566C692.138%20387.853%20761.894%20396.59%20832.253%20400.526C885.982%20403.358%20940.087%20403.489%20993.061%20397.304C1043.15%20392.378%201106.81%20373.174%201113.04%20351.208C1123.11%20330.656%201085.49%20287.584%201048.07%20261.603C1034.3%20251.594%201019.84%20242.166%201004.85%20233.218ZM119.471%20220.466C98.1308%20233.328%2077.5594%20247.159%2057.9066%20262.092C29.1414%20286.797%20-4.28572%20319.169%208.18496%20357.493C31.6652%20391.664%2080.0016%20396.303%20121.095%20400.264C217.481%20406.102%20313.446%20393.914%20408.819%20381.703C437.288%20377.872%20465.614%20373.361%20493.77%20368.238C339.74%20327.992%20208.026%20274.564%20119.471%20220.466ZM540.788%2068.909C532.195%2070.7982%20523.619%2072.7356%20515.061%2074.7196C380.767%20107.557%20245.1%20147.422%20130.409%20213.997C245.098%20280.574%20380.763%20320.441%20515.057%20353.28C523.615%20355.264%20532.191%20357.201%20540.785%20359.091C569.157%20353.215%20597.34%20346.744%20625.305%20339.736C727.245%20314.037%20826.618%20281.61%20918.96%20239.408C936.48%20231.326%20953.758%20222.897%20970.581%20214.004C953.759%20205.11%20936.481%20196.682%20918.961%20188.599C826.62%20146.395%20727.248%20113.966%20625.308%2088.2655C597.343%2081.2571%20569.16%2074.7853%20540.788%2068.909ZM408.824%2046.2958C313.452%2034.0827%20217.487%2021.8939%20121.101%2027.7303C80.0072%2031.6907%2031.6699%2036.328%208.18887%2070.4989C-4.28262%20108.823%2029.1431%20141.195%2057.9076%20165.901C77.5594%20180.834%2098.1308%20194.664%20119.47%20207.526C208.027%20153.43%20339.743%20100.004%20493.774%2059.7606C465.618%2054.6378%20437.293%2050.1277%20408.824%2046.2958ZM993.065%2030.705C940.092%2024.5184%20885.987%2024.6484%20832.258%2027.4794C761.899%2031.4142%20692.142%2040.1503%20623.348%2052.4354C628.432%2053.6862%20633.525%2054.9588%20638.625%2056.2548C786.285%2093.7706%20914.329%20143.534%201004.85%20194.79C1019.84%20185.842%201034.31%20176.415%201048.07%20166.406C1085.49%20140.426%201123.11%2097.3541%201113.04%2076.8026C1106.81%2054.8364%201043.15%2035.6311%20993.065%2030.705Z'%20fill='%23F3F3F3'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:50% 45%;background-size:115% 87%}}.founder__wrap{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;gap:1rem}@media(min-width:1100px){.founder__wrap{flex-direction:row;gap:50px}}.founder__left{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;background-color:#f3f3f3;color:#141416;padding:20px;border-radius:20px}@media(min-width:1100px){.founder__left{flex:0 0 400px;width:400px;min-height:400px;padding:35px 20px}}.founder__right{width:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;padding-top:85px}@media(min-width:1100px){.founder__right{flex:1 1 auto;width:auto;padding-top:0}}.founder__right p{padding-bottom:1rem}.founder__meta{color:#f8ec24;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600;display:block}@media(min-width:1100px){.founder__meta{display:none}}.founder__meta--desk{display:none}@media(min-width:1100px){.founder__meta--desk{display:block}}.founder__avatar{width:187px;height:187px;object-fit:contain;object-position:50% 50%;padding-bottom:1rem}.founder__title{font-size:22px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.founder__subtitle{font-family:Alexandria,Arial,sans-serif;font-size:16px;font-weight:300}.founder__blockquote{font-size:30px;width:95%}@media(min-width:1100px){.founder__blockquote{width:80%}}.founder__list{width:100%;display:flex;flex-direction:row;justify-content:space-between}.founder__item{display:flex;flex-direction:column;align-items:center;width:calc(33.3333333333% - 5px)}.founder__counter{color:#d720af;font-size:22px;font-family:Special Gothic Expanded One}@media(min-width:1100px){.founder__counter{font-size:30px}}.founder__label{font-size:14px}@media(min-width:1100px){.founder__label{font-size:16px;text-align:center}}.founder__desc{width:90%}@media(min-width:1100px){.founder__desc{width:90%}}.founder__arrow{position:absolute;width:110px;height:110px;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='110'%20height='105'%20viewBox='0%200%20110%20105'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M38.2447%201.91691C38.7509%201.69607%2038.9822%201.10668%2038.7614%200.600469C38.5405%200.094259%2037.9511%20-0.137079%2037.4449%200.0837607L37.8448%201.00033L38.2447%201.91691ZM20.0555%2080.5745L19.5533%2079.7098V79.7098L20.0555%2080.5745ZM2.19181%2082.323L3.16626%2082.0984L2.19181%2082.323ZM109.046%2095.4886C109.239%2094.9711%20108.976%2094.3952%20108.458%2094.2022L100.026%2091.0571C99.5083%2090.8641%2098.9323%2091.1271%2098.7393%2091.6445C98.5463%2092.162%2098.8094%2092.738%2099.3268%2092.931L106.822%2095.7266L104.027%20103.222C103.834%20103.74%20104.097%20104.316%20104.614%20104.509C105.132%20104.702%20105.708%20104.439%20105.901%20103.921L109.046%2095.4886ZM37.8448%201.00033L37.4449%200.0837607C22.1026%206.77704%2012.3903%2015.6747%206.70985%2025.1882C1.03171%2034.6979%20-0.578902%2044.7576%200.173288%2053.7141C0.924228%2062.6557%204.03363%2070.5417%207.85614%2075.7315C9.76396%2078.3217%2011.8918%2080.2974%2014.0517%2081.3651C16.2327%2082.4432%2018.5228%2082.621%2020.5577%2081.4393L20.0555%2080.5745L19.5533%2079.7098C18.2494%2080.467%2016.6937%2080.4401%2014.9379%2079.5722C13.161%2078.6938%2011.2611%2076.982%209.46648%2074.5454C5.88401%2069.6815%202.88934%2062.1565%202.16627%2053.5467C1.44445%2044.9518%202.9899%2035.3195%208.42703%2026.2135C13.8618%2017.1115%2023.2241%208.4698%2038.2447%201.91691L37.8448%201.00033ZM20.0555%2080.5745L20.5577%2081.4393C21.9223%2080.6469%2022.8614%2079.6713%2023.0462%2078.478C23.2366%2077.2489%2022.5696%2076.2096%2021.7148%2075.4477C20.0183%2073.9355%2016.8982%2072.8555%2013.7215%2072.4696C10.532%2072.0821%206.98055%2072.356%204.40879%2073.8605C3.1002%2074.626%202.02918%2075.7218%201.42932%2077.2108C0.831696%2078.6943%200.739444%2080.474%201.21735%2082.5476L2.19181%2082.323L3.16626%2082.0984C2.75686%2080.322%202.87471%2078.9752%203.28445%2077.9582C3.69195%2076.9466%204.42555%2076.1677%205.41868%2075.5868C7.45036%2074.3982%2010.4908%2074.0918%2013.4803%2074.455C16.4825%2074.8198%2019.1285%2075.8216%2020.384%2076.9407C21.0052%2077.4944%2021.1106%2077.9082%2021.0698%2078.1718C21.0234%2078.4711%2020.7276%2079.0279%2019.5533%2079.7098L20.0555%2080.5745ZM2.19181%2082.323L1.21735%2082.5476C2.81673%2089.4872%208.69044%2094.5599%2016.7186%2098.0822C24.7686%20101.614%2035.1821%20103.681%2046.2678%20104.507C68.419%20106.157%2093.5863%20102.871%20108.524%2096.0487L108.109%2095.1391L107.693%2094.2295C93.1616%20100.866%2068.361%20104.147%2046.4163%20102.513C35.4541%20101.696%2025.2878%2099.6578%2017.5222%2096.2508C9.73489%2092.8341%204.55743%2088.1346%203.16626%2082.0984L2.19181%2082.323Z'%20fill='%23D720AF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:0 0;background-size:100% 100%;bottom:-55px;left:-15px}@media(min-width:1100px){.founder__arrow{width:410px;height:269px;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='190'%20height='241'%20viewBox='0%200%20190%20241'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.88963%200.0518778C1.08959%20-0.163108%200.266741%200.311177%200.0517557%201.11122C-0.16323%201.91127%200.311055%202.73411%201.1111%202.9491L1.50037%201.50049L1.88963%200.0518778ZM87.4149%20192.302L88.0232%20193.673L87.4149%20192.302ZM27.9%20198.867L29.4%20198.867L27.9%20198.867ZM189.528%20227.538C189.858%20226.778%20189.51%20225.895%20188.75%20225.565L176.369%20220.183C175.609%20219.853%20174.725%20220.201%20174.395%20220.961C174.065%20221.721%20174.413%20222.605%20175.173%20222.935L186.178%20227.718L181.395%20238.724C181.065%20239.483%20181.413%20240.367%20182.173%20240.697C182.933%20241.027%20183.816%20240.679%20184.146%20239.919L189.528%20227.538ZM1.50037%201.50049L1.1111%202.9491C35.791%2012.2682%2055.6189%2029.8548%2066.6535%2050.6009C77.7234%2071.4133%2080.0345%2095.5751%2079.3177%20118.163C78.9597%20129.446%2077.848%20140.299%2076.713%20150.11C75.5816%20159.889%2074.4178%20168.7%2073.9794%20175.777C73.7598%20179.321%2073.7175%20182.49%2073.9623%20185.173C74.2049%20187.832%2074.7404%20190.156%2075.7782%20191.913C76.862%20193.747%2078.4838%20194.935%2080.6793%20195.218C82.7684%20195.488%2085.2175%20194.917%2088.0232%20193.673L87.4149%20192.302L86.8067%20190.93C84.2128%20192.081%2082.361%20192.41%2081.0633%20192.243C79.8719%20192.089%2079.0209%20191.503%2078.3611%20190.387C77.6555%20189.192%2077.1768%20187.387%2076.9499%20184.9C76.7252%20182.437%2076.7581%20179.441%2076.9736%20175.962C77.4055%20168.991%2078.5518%20160.32%2079.6931%20150.455C80.8307%20140.621%2081.9541%20129.669%2082.3162%20118.258C83.0397%2095.4574%2080.7312%2070.6798%2069.3021%2049.1921C57.8377%2027.638%2037.2871%209.56377%201.88963%200.0518778L1.50037%201.50049ZM87.4149%20192.302L88.0232%20193.673C91.5174%20192.123%2093.6368%20189.919%2093.8601%20187.109C94.0737%20184.42%2092.4762%20181.822%2090.1931%20179.599C85.5688%20175.096%2077.0153%20171.011%2067.7706%20169.072C58.5186%20167.131%2048.2222%20167.265%2040.1644%20171.608C31.9708%20176.024%2026.4%20184.624%2026.4%20198.867L27.9%20198.867L29.4%20198.867C29.4%20185.517%2034.5369%20178.049%2041.5879%20174.249C48.7747%20170.375%2058.2596%20170.142%2067.1547%20172.008C76.0572%20173.875%2084.0166%20177.772%2088.1001%20181.748C90.1708%20183.765%2090.976%20185.531%2090.8695%20186.871C90.7727%20188.09%2089.8493%20189.581%2086.8067%20190.93L87.4149%20192.302ZM27.9%20198.867L26.4%20198.867C26.4%20209.852%2034.1549%20218.212%2045.7832%20224.264C57.4415%20230.332%2073.3638%20234.301%2090.6073%20236.414C125.07%20240.638%20165.407%20237.516%20188.702%20228.336L188.152%20226.94L187.602%20225.545C164.933%20234.478%20125.144%20237.625%2090.9722%20233.437C73.8981%20231.344%2058.3756%20227.436%2047.1683%20221.603C35.9311%20215.754%2029.4%20208.188%2029.4%20198.867L27.9%20198.867Z'%20fill='%23D720AF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:0 0;background-size:100% 100%;bottom:0;left:auto;transform:translate(250px) translateY(0)}}.founder__btn{position:absolute;width:185px;height:49px;gap:5px;font-size:.9rem;border-radius:var(--border-radius-btn);bottom:-50px;transform:translate(35px) translateY(0) rotate(-10deg)}@media(min-width:1100px){.founder__btn{bottom:0;transform:translate(455px) translateY(-15px) rotate(-10deg)}}.founder__icon{width:23px;height:23px}.founder__icon svg{flex-shrink:0;width:23px;height:23px}.yellow-bottom{position:relative;width:100%;padding:40px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f8ec24;color:#0f0f11}@media(min-width:960px){.yellow-bottom{padding:70px 0}}.yellow-bottom .container{position:relative}.yellow-bottom__wrap{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;gap:1rem;padding-bottom:55px}@media(min-width:960px){.yellow-bottom__wrap{text-align:center;align-items:center;margin:0 auto;padding-bottom:0;width:630px;min-height:245px;gap:30px}}.yellow-bottom__title{font-size:30px}@media(min-width:960px){.yellow-bottom__title{font-size:50px}}.yellow-bottom__btns{display:flex;flex-direction:column;gap:.8rem}@media(min-width:960px){.yellow-bottom__btns{flex-direction:row;gap:1rem}}.yellow-bottom__btn{border-radius:var(--border-radius-btn);border-color:#0f0f11;width:320px}@media(min-width:960px){.yellow-bottom__btn{width:320px}}.saturn-wrapper{position:absolute;right:0;bottom:-58px}@media(min-width:960px){.saturn-wrapper{pointer-events:none;z-index:1;top:12px;right:0;bottom:auto}}.saturn-wrapper .saturn-image{width:auto;height:98px}@media(min-width:960px){.saturn-wrapper .saturn-image{width:214px;height:auto;opacity:0;will-change:transform,opacity;transform:translate(250px,-250px) scale(.2) rotate(-20deg)}}@media(min-width:960px){.saturn-wrapper.is-active .saturn-image{animation:cometAppear 1.8s cubic-bezier(.22,1,.36,1) forwards,cometFloat 2s ease-in-out 1.8s infinite alternate}}.star-rose-wrapper{display:none}@media(min-width:960px){.star-rose-wrapper{display:block;position:absolute;pointer-events:none;z-index:1;bottom:0;left:0}}@media(min-width:960px){.star-rose-wrapper .star-rose-image{width:180px;height:auto;opacity:0;will-change:transform,opacity;transform:translate(200px,-200px) scale(.2) rotate(-20deg)}}.star-rose-wrapper.is-active .star-rose-image{animation:cometAppearBottom 1.8s cubic-bezier(.22,1,.36,1) forwards,cometFloat 2s ease-in-out 1.8s infinite alternate}@keyframes cometAppear{0%{opacity:0;transform:translate(250px,-250px) scale(.2) rotate(-30deg)}to{opacity:1;transform:translate(0) scale(1) rotate(0)}}@keyframes cometAppearBottom{0%{opacity:0;transform:translate(250px,250px) scale(.2) rotate(-30deg)}to{opacity:1;transform:translate(0) scale(1) rotate(0)}}@keyframes cometFloat{0%{transform:translate(0) scale(1) rotate(0)}to{transform:translateY(-12px) scale(1) rotate(0)}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
