@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none;font-family:Poppins,sans-serif}a{text-decoration:none;color:inherit;cursor:pointer}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{line-height:1.2;overflow-wrap:break-word}p{overflow-wrap:break-word}table{border-collapse:collapse}h1{font-size:2rem;font-weight:700}@media(min-width:768px){h1{font-size:2.5rem}}h2{font-size:1.5rem;font-weight:600}@media(min-width:768px){h2{font-size:2rem}}h3{font-size:1.25rem;font-weight:600}h4{font-size:1.125rem;font-weight:500}p{font-size:1rem}small{font-size:.875rem}strong{font-weight:700}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;overflow-y:auto}.modal__content{background-color:#fff;border:1px solid #E0E0E0;margin:5% auto;padding:20px;border-radius:8px;width:100%;max-width:1050px;overflow-y:auto;position:relative}.modal__close{position:absolute;right:15px;top:10px;font-size:32px;font-weight:700;cursor:pointer;z-index:1;color:#333;line-height:1;background:none;border:none;padding:0}.modal__close:hover{color:#000}.modal__title{color:#000;font-family:Poppins,sans-serif;font-size:40px;font-weight:800;line-height:120%;margin-bottom:16px;padding-right:40px}.modal__body h2{color:#000;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;line-height:150%;margin-bottom:16px}.modal__body p{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:150%;margin-bottom:20px}.modal__body a{color:#0d40ff}.modal__body ul{margin:0 0 20px 20px;padding:0}.modal__body li{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:150%;margin-bottom:4px}.modal--terms .modal__body p,.modal--terms .modal__body h2{font-size:12px;line-height:130%}.modal--terms .modal__body ul{margin:0 0 20px 20px;padding:0}.modal--terms .modal__body li{font-size:12px;line-height:150%;margin-bottom:4px}.date{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:120%}@media(max-width:480px){.modal__content{width:90%}.modal__title{font-size:30px}.modal__body h2{font-size:20px}.modal__body p{font-size:14px}}.error-modal{display:none;justify-content:center;align-items:center}.error-modal__content{text-align:center;max-width:400px;padding:30px}.error-modal__icon{font-size:48px;margin-bottom:16px}.error-modal__title{color:#e81b23;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;margin-bottom:12px}.error-modal__message{color:#333;font-family:Roboto,sans-serif;font-size:16px;line-height:1.5;margin-bottom:20px}.error-modal__btn{background-color:#0d40ff;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s ease;width:100%}.error-modal__btn:hover{background-color:#0a33cc}.container{max-width:1152px;margin:0 auto;width:100%;padding-left:16px;padding-right:16px}@media(min-width:1024px){.container{max-width:1168px;padding-left:24px;padding-right:24px}}.hidden{display:none!important}@media(max-width:1023px){.hidden-mobile{display:none!important}}@media(min-width:1024px){.hidden-desktop{display:none!important}}.width-100{width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.hero .container{display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.hero .container{flex-direction:row;align-items:flex-start;gap:48px}}.hero__gallery{width:100%}@media(min-width:1024px){.hero__gallery{flex:0 0 calc(54% - 24px);height:480px}}.hero__info{width:100%}@media(min-width:1024px){.hero__info{flex:1;order:-1}}@media(min-width:1024px){.hero--checkout .hero__info{order:0}}@media(min-width:1024px){.hero--checkout .gallery{flex-direction:row-reverse}}.gallery{display:flex;width:100%;-webkit-user-select:none;user-select:none}.gallery__main{position:relative;width:100%;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#e0e0e0}.gallery__main-track{display:flex;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery__main-slide{flex:0 0 100%;height:100%}.gallery__main-slide img,.gallery__main-slide video{width:100%;height:100%;object-fit:cover;display:block}.gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffd9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #00000026;transition:background .2s ease,transform .2s ease;z-index:2;color:#333}.gallery__arrow svg{width:16px;height:16px}.gallery__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.gallery__arrow--prev{left:10px}.gallery__arrow--next{right:10px}.gallery__thumbs{display:none}.gallery__thumbs-track{display:flex;flex-direction:column;gap:10px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery__thumb{flex:0 0 auto;width:88px;height:88px;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease,opacity .2s ease;background:#e0e0e0;position:relative}.gallery__thumb img,.gallery__thumb video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.gallery__thumb--video:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='rgba(0,0,0,0.35)'/%3E%3Cpolygon points='16,12 30,20 16,28' fill='white'/%3E%3C/svg%3E") center/28px no-repeat}.gallery__thumb:hover{opacity:.8}.gallery__thumb--active{border-color:#000;opacity:1}@media(min-width:1024px){.gallery{gap:12px;height:100%}.gallery__main{aspect-ratio:unset;flex:1;min-width:0;height:100%;width:auto}.gallery__thumbs{display:flex;flex-direction:column;width:88px;height:480px;overflow:hidden;flex-shrink:0}}.header__announcement-country{display:flex;align-items:center;gap:8px}.header__announcement-country-image{width:16px;height:16px;object-fit:cover}.header__announcement-country-text{font-weight:500;font-size:12px;line-height:130%;color:#000}.hero{padding-top:56px;padding-bottom:56px;background-color:#fafafa}.hero__info{display:flex;flex-direction:column;gap:16px}.hero__info-rating{display:flex;align-items:center;gap:8px}.hero__info-rating-stars{width:86px;height:auto}.hero__info-rating-text{font-weight:400;font-size:14px;line-height:130%;color:#666}.hero__info-title{font-weight:900;font-style:Black;font-size:24px;line-height:130%;vertical-align:middle;text-transform:capitalize;color:#000;margin-bottom:8px}.hero__info-subtitle{font-weight:600;font-size:18px;line-height:130%;vertical-align:middle;color:#666}.hero__info-features{display:flex;gap:8px;flex-direction:column}.hero__info-feature{display:flex;gap:8px;align-items:center}.hero__info-feature-icon{width:20px;height:20px;object-fit:cover}.hero__info-feature-text{font-weight:400;font-size:16px;line-height:24px;color:#666}.hero__info-satisfied{border:1px solid #E9E9E9;border-radius:4px;padding:8px 16px;display:flex;align-items:center;flex-direction:column;justify-content:center}.hero__info-satisfied-customers{display:flex;align-items:center;justify-content:center;gap:8px;padding-bottom:8px;width:100%;border-bottom:#E9E9E9 1px solid}.hero__info-satisfied-image{height:20px;width:auto}.hero__info-satisfied-text{font-weight:400;font-size:14px;line-height:16px;text-align:center;vertical-align:middle;color:#666}.hero__info-satisfied-stock{padding-top:8px;display:flex;align-items:center;gap:8px}.hero__info-satisfied-stock-circle{width:8px;height:8px;background-color:#53a179;border-radius:50%}.hero__info-satisfied-stock-text{font-weight:500;font-style:Medium;font-size:14px;line-height:130%;vertical-align:middle;color:#53a179}.hero__info-button{font-family:Poppins,sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:16.5px 32px;font-weight:700;font-style:Bold;font-size:18px;line-height:130%;letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:uppercase;border:none;border-radius:10px;cursor:pointer;background-color:#000;color:#fff;transition:background-color .2s ease}.hero__info-button:hover{background-color:#1c2b54}.hero__info-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 8px;justify-items:center;align-items:start}.hero__info-benefit{display:flex;flex-direction:column;gap:8px;align-items:center}.hero__info-benefits-icon{width:24px;height:24px;object-fit:cover}.hero__info-benefits-text{font-weight:500;font-style:Medium;font-size:12px;line-height:130%;text-align:center;color:#666}@media(min-width:1024px){.hero__info-title{font-size:32px}.hero__info-satisfied{padding:9px 16px;flex-direction:row}.hero__info-satisfied-customers{display:flex;align-items:center;justify-content:center;gap:8px;padding-bottom:0;width:unset;border-bottom:none;padding-right:16px;border-right:#E9E9E9 1px solid}.hero__info-satisfied-stock{padding-top:0;margin-left:16px}.hero__info-benefits{display:flex;gap:8px;align-items:center}.hero__info-benefit{display:flex;flex-direction:column;gap:8px;align-items:center}.hero__info-benefits-icon{width:24px;height:24px;object-fit:cover}.hero__info-benefits-text{font-weight:500;font-style:Medium;font-size:12px;line-height:130%;text-align:center;color:#666}}.satisfaction{padding-block:56px}.satisfaction__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:16px}@media(min-width:1024px){.satisfaction__title{font-size:32px}}.satisfaction__subtitle{font-weight:600;font-size:18px;line-height:130%;text-align:center;vertical-align:middle;color:#666;margin-bottom:40px}.satisfaction__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.satisfaction__content{display:flex;gap:40px;flex-direction:column;align-items:center}@media(min-width:1024px){.satisfaction__content{flex-direction:row;justify-content:space-between;align-items:stretch}}.satisfaction__item{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:360px}.satisfaction__item-image{width:100%;height:358px;width:auto;object-fit:cover}.satisfaction__item-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.satisfaction__item-rating{width:84px;height:auto;margin-bottom:16px}.satisfaction__item-name{font-weight:700;font-size:18px;line-height:130%;text-align:center;vertical-align:middle;color:#1c2b54;margin-bottom:8px}.satisfaction__item-text{font-weight:400;font-size:14px;line-height:130%;text-align:center;vertical-align:middle;color:#666}.results{padding-block:56px}.results__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:16px}@media(min-width:1024px){.results__title{font-size:32px}}.results__subtitle{font-weight:600;font-size:18px;line-height:130%;text-align:center;vertical-align:middle;color:#666;margin-bottom:40px}.results__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.results__ratings{display:flex;gap:24px;flex-direction:column;align-items:center}@media(min-width:1024px){.results__ratings{flex-direction:row;justify-content:space-between;align-items:stretch}}.results__sep{display:none}@media(min-width:1024px){.results__sep{display:block;flex-shrink:0;width:1px;height:98px;background-color:#f0f0f0;align-self:center}}.results__total{display:flex;flex-direction:column;align-items:center;gap:8px}.results__total-rating{font-weight:600;font-size:56px;line-height:130%;text-align:center}.results__total-stars{width:86px;height:auto}.results__total-reviews{font-weight:400;font-size:16px;line-height:130%;text-align:center;color:#666}.results__distribution{display:flex;flex-direction:column;gap:24px;width:100%;max-width:360px}.results__distribution-item{display:flex;align-items:center;gap:8px;justify-content:space-between}.results__distribution-label-wrapper{display:flex;align-items:center;gap:4px;flex-shrink:0;min-width:28px}.results__distribution-label{font-weight:400;font-size:12px;line-height:130%;text-align:center;color:#333}.results__distribution-star{width:10px;height:auto}.results__distribution-bar{flex:1;height:12px;background-color:#e1e6f5;border-radius:100px}.results__distribution--fill90{background-color:#1c2b54;height:100%;width:90%;border-radius:100px}.results__distribution--fill70{background-color:#1c2b54;height:100%;width:70%;border-radius:100px}.results__distribution--fill30{background-color:#1c2b54;height:100%;width:30%;border-radius:100px}.results__distribution--fill10{background-color:#1c2b54;height:100%;width:10%;border-radius:100px}.results__distribution--fill0{background-color:#1c2b54;height:100%;width:0%;border-radius:100px}.results__distribution-count{font-weight:400;font-size:12px;line-height:130%;text-align:right;flex-shrink:0;min-width:36px;color:#333}.results__satisfaction{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:440px}.results__satisfaction-text{font-weight:400;font-size:16px;line-height:130%;padding-bottom:8px;border-bottom:1px solid #F0F0F0}.results__satisfaction-item{display:flex;align-items:center;gap:8px;width:100%}.results__satisfaction-item-label{font-weight:400;font-size:12px;line-height:130%;color:#666;flex-shrink:0;min-width:80px}.results__satisfaction-item-bar{flex:1;height:12px;background-color:#e1e6f5;border-radius:100px}.results__satisfaction-item--fill95{background-color:#1c2b54;height:100%;width:95%;border-radius:100px}.results__satisfaction-item--fill97{background-color:#1c2b54;height:100%;width:97%;border-radius:100px}.results__satisfaction-item--fill92{background-color:#1c2b54;height:100%;width:92%;border-radius:100px}.results__reviews{padding-top:40px;display:flex;flex-direction:column}.results__review{display:flex;flex-direction:column;gap:16px;padding-block:24px;border-top:1px solid #E0E0E0}@media(min-width:1024px){.results__review{flex-direction:row;justify-content:space-between;gap:154px}}.results__review:last-child{border-bottom:1px solid #E0E0E0}.results__person{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;width:fit-content}.results__person-meta{display:flex;flex-direction:column;gap:16px;width:fit-content}.results__person-info{display:flex;align-items:center;gap:8px}.results__person-image{width:48px;height:48px}.results__person-details{display:flex;flex-direction:column;gap:4px}.results__person-name{font-weight:700;font-size:18px;line-height:130%;color:#333}.results__person-badge{display:flex;align-items:center;gap:4px}.results__person-badge-icon{width:12px;height:12px}.results__person-verified{font-weight:400;font-size:12px;vertical-align:middle;color:#53a179;white-space:nowrap}.results__person-recommendation{display:flex;align-items:center;gap:8px}.results__person-recommendation-icon{width:12px;height:12px}.results__person-recommendation-text{font-weight:400;font-size:16px;line-height:130%;color:#333}.results__person-rating{display:flex;flex-direction:column;gap:16px}@media(min-width:1024px){.results__person-rating{flex-direction:row;justify-content:space-between;align-items:center}}.results__person-rating-stars{height:16px;width:auto}.results__person-rating-ago{font-weight:400;font-size:16px;line-height:130%;color:#333}.results__content{display:flex;flex-direction:column;gap:16px;width:100%}.results__content-title{font-weight:700;font-size:18px;line-height:24px;color:#333;margin-bottom:8px}.results__content-text{font-weight:400;font-size:16px;line-height:130%;color:#747474;max-width:566px}.results__content-image{width:104px;height:auto;object-fit:cover}.results__content-helpful{display:flex;align-items:center;gap:16px}.results__content-helpful-text{font-weight:400;font-size:12px;line-height:130%;color:#333}.results__content-likes{display:flex;align-items:center;gap:8px}.results__content-like{display:flex;align-items:center;gap:4px}.results__content-like-icon{width:14px;height:auto}.results__content-like-qty{font-weight:400;font-size:12px;line-height:130%;color:#333}.offer{padding-bottom:56px}.offer__content{display:flex;flex-direction:column;align-items:center;gap:24px;border:4px dashed #000000;border-radius:20px;padding:16px}@media(min-width:1024px){.offer__content{gap:40px;flex-direction:row;padding:0}}.offer__background{flex:1}.offer__background-image{border-radius:20px}@media(min-width:1024px){.offer__background-image{border-radius:20px 0 0 20px}}.offer__info{display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.offer__info{flex:1;padding-right:63px;margin-block:auto}}.offer__country-text{font-weight:700;font-size:16px;line-height:130%;color:#000}.offer__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:24px;margin-top:16px}@media(min-width:1024px){.offer__title{font-size:40px}}.offer__title:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.offer__subtitle{font-weight:400;font-size:16px;line-height:130%;text-align:center;vertical-align:middle;color:#8f8f8f;margin-bottom:24px}.offer__button{width:100%;margin-top:24px;margin-bottom:8px;font-size:24px}.offer__stars{width:85px}.offer__rating{font-weight:700;font-size:14px;line-height:16px;text-align:center;color:#000}.offer__push{width:100%;display:flex;align-items:center;gap:8px}@media(min-width:1024px){.offer__push{gap:12px}}.offer__push-line{flex:1;height:1px;background-color:#e9e9e9}.offer__push-text{font-weight:400;font-size:12px;line-height:16px;text-align:center;color:#747474;max-width:104px}@media(min-width:1024px){.offer__push-text{font-size:14px;max-width:150px}}.footer{background-color:#000;padding-block:40px}.footer__main{display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.footer__main{flex-direction:row;justify-content:space-between}}.footer__brand{display:flex;flex-direction:column;gap:16px;align-items:center}@media(min-width:1024px){.footer__brand{max-width:401px;align-items:flex-start}}.footer__logo-image{height:28px;width:auto}.footer__text{font-weight:400;font-size:14px;line-height:130%;text-align:center;color:#bdbdbd}@media(min-width:1024px){.footer__text{text-align:left}}.footer__links{display:flex;gap:16px;flex-direction:column;align-items:center;gap:24px}@media(min-width:1024px){.footer__links{text-align:left;align-items:flex-end}}.footer__modals{display:flex;flex-direction:column;gap:16px}.footer__link{font-weight:400;font-size:16px;line-height:130%;text-align:center;text-transform:uppercase;color:#fff;transition:opacity .2s ease}@media(min-width:1024px){.footer__link{text-align:left}}.footer__link:hover{opacity:.7}.footer__email{font-weight:400;font-size:16px;line-height:130%;color:#fff;transition:opacity .2s ease;margin-top:8px}.footer__email:hover{opacity:.7}.rights__content{padding-block:8px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}@media(min-width:1024px){.rights__content{flex-direction:row;justify-content:space-between;align-items:center}}.rights__text{font-weight:400;font-size:14px;line-height:24px;color:#333}.rights__cards{width:306px}.header__topbar{background-color:#000;padding:4px 16px}.header__topbar-text{font-weight:700;font-style:Bold;font-size:12px;line-height:130%;text-align:center;color:#fff;max-width:1120px;margin:0 auto}.header__announcement{background-color:#f6f6f9;padding:8px 0}.header__announcement .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.header__announcement-features{display:flex;gap:16px}.header__announcement-feature{display:flex;align-items:center;gap:8px}.header__announcement-feature-icon{width:16px;height:16px;object-fit:cover}.header__announcement-feature-text{font-weight:500;font-size:12px;line-height:130%;color:#000}.header__brand{background:#fff;padding:20px 0}.header__brand .container{display:flex;justify-content:space-between;align-items:center;gap:16px}.header__logo-image{height:28px;width:auto}.header__nav{display:flex;align-items:center;gap:16px}.header__nav-list{display:none;list-style:none;margin:0;padding:0}.header__nav-bag{display:flex;align-items:center}.header__nav-bag img{width:20px;height:20px}.header__nav-burger{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:0}.header__nav-burger img{width:24px;height:24px}@media(min-width:1024px){.header__announcement .container{flex-direction:row;justify-content:space-between;gap:32px}.header__topbar-text,.header__announcement-country-text,.header__announcement-feature-text{font-size:14px}.header__nav-bag,.header__nav-burger{display:none}.header__nav-list{display:flex;align-items:center;gap:24px}.header__nav-link{font-weight:500;font-style:Medium;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;text-transform:uppercase;color:#000;transition:opacity .2s ease}.header__nav-link:hover{opacity:.6}.header__nav-link--bag img{width:20px;height:20px;display:block}}.mobile-nav{display:none;position:fixed;inset:0;z-index:1000}.mobile-nav--open{display:block}.mobile-nav__backdrop{position:absolute;inset:0;background:#00000073}.mobile-nav__panel{position:absolute;top:0;right:0;bottom:0;width:280px;background:#fff;display:flex;flex-direction:column;padding:24px 20px;box-shadow:-4px 0 24px #0000001f}.mobile-nav__close{align-self:flex-end;background:none;border:none;cursor:pointer;padding:4px;color:#000;margin-bottom:24px}.mobile-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.mobile-nav__link{display:block;padding:12px 8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#000;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,.08);text-decoration:none}.mobile-nav__link:hover{opacity:.7}@media(min-width:1024px){.mobile-nav{display:none!important}}.brands{background-color:#1c2b54;padding-block:20px}.brands__wrapper{overflow:hidden;width:100%}.brands__track{display:flex;gap:122px;width:max-content;animation:scroll 30s linear infinite}.brands__logo{height:24px;flex-shrink:0;object-fit:contain}.brands__text{font-weight:900;font-size:20px;line-height:24px;vertical-align:middle;text-transform:capitalize;color:#fff}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.product{background-color:#fafafa;padding-block:56px}.product__content{display:flex;flex-direction:column;align-items:center}.product__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:16px}.product__subtitle{font-weight:600;font-size:18px;line-height:130%;text-align:center;vertical-align:middle;color:#666;margin-bottom:40px}.product__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.product__info{display:flex;gap:24px;flex-direction:column;align-items:flex-start}.product__benefits{display:flex;gap:24px;flex-direction:column}.product__benefits-item{display:flex;gap:16px;align-items:center}.product__benefits-icon{width:49px;height:49px;object-fit:cover}.product__benefits-text{font-weight:500;font-style:Medium;font-size:16px;line-height:130%;color:#333}@media(min-width:1024px){.product__title{font-size:32px}.product__info{width:100%;gap:24px;flex-direction:row;align-items:center;justify-content:space-between}.product__image{order:0}.product__image-img{width:100%;max-width:300px;height:auto;object-fit:cover}.product__benefits--left{order:-1}.product__benefits--right{order:1}}.goals{padding-block:56px}.goals__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:16px}.goals__subtitle{font-weight:600;font-size:18px;line-height:24px;text-align:center;vertical-align:middle;color:#666;margin-bottom:40px}.goals__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.goals__content{display:flex;gap:40px;flex-direction:column;align-items:center}.goals .goal{display:flex;flex-direction:column;align-items:flex-start;text-align:center;gap:40px}.goals .goal__title{font-weight:900;font-size:24px;line-height:130%;color:#1c2b54}.goals .goal__title:after{content:"";display:block;width:50px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0 0}.goals .goal__description{font-weight:400;font-size:16px;line-height:130%;text-align:left;color:#333;margin-top:24px}.goals .goal__button{font-family:Poppins,sans-serif;display:inline-flex;align-items:center;justify-content:center;width:100%;padding:16.5px 32px;font-weight:700;font-style:Bold;font-size:18px;line-height:130%;letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:uppercase;border:none;border-radius:10px;cursor:pointer;background-color:#000;color:#fff;margin-top:24px;transition:background-color .2s ease}.goals .goal__button:hover{background-color:#1c2b54}.goals .goal__list{display:flex;flex-direction:column;gap:24px;margin-top:24px}.goals .goal__item{display:flex;align-items:flex-start;gap:16px}.goals .goal__item-icon{width:52px;height:52px;object-fit:cover}.goals .goal__item-content{display:flex;flex-direction:column;justify-content:center;gap:8px}.goals .goal__item-title{font-weight:600;font-size:18px;line-height:130%;color:#333}.goals .goal__item-description{font-weight:400;font-size:16px;line-height:130%;color:#666}@media(min-width:1024px){.goals__title{font-size:32px}.goals .goal{flex-direction:row;align-items:center}.goals .goal__image{max-width:480px;height:auto;object-fit:cover}.goals .goal__title{font-size:32px}.goals .goal__content{display:flex;flex-direction:column;justify-content:flex-start;text-align:left}.goals .goal__button{max-width:250px}.goals .goal__reversed{flex-direction:row-reverse}.goals .goal__list{margin-top:40px}}.science{padding-block:56px;background-color:#f0f3fa}.science__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:16px}.science__subtitle{font-weight:600;font-size:18px;line-height:130%;text-align:center;vertical-align:middle;color:#666;margin-bottom:40px}.science__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.science__description{font-weight:400;font-size:16px;line-height:130%;text-align:center;vertical-align:middle;color:#666;margin:0 auto 40px}.science__content{display:flex;gap:24px;flex-direction:column;align-items:center}.science__item{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:16px;border-radius:20px;border:1px solid #F0F0F0;width:100%}.science__item-title{font-weight:600;font-size:16px;line-height:130%;text-align:center;vertical-align:middle;color:#1c2b54;margin-bottom:10px;margin-top:16px}.science__item-description{font-weight:400;font-size:14px;line-height:130%;text-align:center;vertical-align:middle;color:#666}.science__item-image{width:100%;max-width:85px;height:auto;object-fit:cover}@media(min-width:1024px){.science__title{font-size:32px}.science__content{flex-direction:row;align-items:stretch}.science__item{width:100%}}.steps{padding-block:56px}.steps__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:16px}.steps__subtitle{font-weight:600;font-size:18px;line-height:130%;text-align:center;vertical-align:middle;color:#666;margin-bottom:40px}.steps__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.steps__description{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#666;margin:0 auto 40px}.steps__content{display:flex;gap:40px;flex-direction:column;align-items:center}.steps .step{display:flex;flex-direction:column;align-items:center;border-radius:20px;border:1px solid #E0E0E0}.steps .step__content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.steps .step__heading{display:flex;align-items:center;justify-content:flex-start;gap:16px}.steps .step__icon{width:32px;height:32px;object-fit:cover}.steps .step__title{font-weight:700;font-size:18px;line-height:130%;color:#000}.steps .step__description{font-weight:400;font-size:14px;line-height:130%;text-align:center;vertical-align:middle;color:#666}@media(min-width:1024px){.steps__title{font-size:32px}.steps__content{width:100%;flex-direction:row;justify-content:space-between;align-items:flex-start}}.why{padding-block:56px;background-color:#fafafa}.why__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;margin-bottom:16px}@media(min-width:1024px){.why__title{font-size:32px}}.why__subtitle{font-weight:400;font-size:16px;line-height:24px;text-align:center;max-width:740px;margin:0 auto 40px;color:#666}.why__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.why__description{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#666}.why__table{display:flex;flex-direction:column}.why__head{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;padding:14px 0}.why__head-label{font-weight:500;font-style:italic;font-size:16px;line-height:130%;color:#1c2b54}@media(min-width:1024px){.why__head-label{font-size:32px}}.why__head-col--product{display:flex;flex-direction:column;align-items:center}.why__head-col--product img{height:90px;width:auto}@media(min-width:1024px){.why__head-col--product img{height:240px}}.why__head-col--other{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#e1e6f5;gap:8px;border-radius:8px;height:100%;width:100%;max-width:90px;max-height:90px;justify-self:center}.why__head-col--other img{width:18px;height:auto}@media(min-width:1024px){.why__head-col--other img{width:57px}}@media(min-width:1024px){.why__head-col--other{gap:24px;max-width:240px;max-height:240px}}.why__head-col--other span{font-weight:500;font-size:10px;line-height:130%;text-align:center;vertical-align:middle;color:#333}@media(min-width:1024px){.why__head-col--other span{font-size:16px}}.why__row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;padding:14px 12px}.why__row:nth-child(2n){background-color:#e1e6f5}.why__row:nth-child(odd){background-color:#fff}@media(min-width:1024px){.why__row:nth-child(2){border-top-left-radius:10px;border-top-right-radius:10px}.why__row:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}}.why__cell{display:flex;align-items:center;justify-content:center}.why__cell img{height:20px;width:auto}.why__cell--feature{justify-content:flex-start;font-weight:500;font-size:16px;line-height:130%;color:#333}.customers{padding-top:56px;padding-bottom:40px}.customers__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;vertical-align:middle;color:#000;margin-bottom:16px}@media(min-width:1024px){.customers__title{font-size:32px}}.customers__subtitle{font-weight:600;font-size:18px;line-height:130%;text-align:center;vertical-align:middle;color:#666;margin-bottom:40px}.customers__subtitle:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}.customers__carousel{display:flex;align-items:center;gap:8px}@media(min-width:1024px){.customers__carousel{gap:16px}}.customers__viewport{flex:1;min-width:0;overflow:hidden}.customers__track{display:flex;gap:24px;transition:transform .3s ease}.customers__arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer;color:#333;padding:0;transition:border-color .2s ease,opacity .2s ease}.customers__arrow:disabled{opacity:.3;cursor:default}.customers__arrow:hover:not(:disabled){border-color:#666}@media(min-width:1024px){.customers__arrow{width:40px;height:40px}}.customers__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.customers__dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#e0e0e0;cursor:pointer;padding:0;transition:background-color .2s ease}.customers__dot--active{background-color:#1c2b54}.customers__comment{padding:16px;border:1px solid rgba(0,0,0,.1019607843);border-radius:8px;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.customers__comment-image{height:16px;width:84px}.customers__comment-title{font-weight:600;font-size:16px;line-height:130%;color:#000}.customers__comment-text{font-weight:400;font-size:14px;line-height:130%;color:#666}.customers__comment-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.customers__comment-name{font-weight:600;font-size:14px;line-height:130%;color:#000}.customers__comment-badge{display:flex;align-items:center;gap:8px}.customers__comment-badge-icon{width:12px;height:12px}.customers__comment-badge-text{font-weight:400;font-size:12px;vertical-align:middle;color:#53a179}.customers__rating{margin-top:24px;font-weight:500;font-size:16px;line-height:130%;text-align:center;color:#666}.award{margin:40px auto 0;background-color:#fafafa;border:1px solid rgba(0,0,0,.3019607843);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:40px;align-items:center;max-width:930px}@media(min-width:1024px){.award{flex-direction:row;justify-content:space-between;justify-self:center}}.award__image{width:80px;height:auto;object-fit:cover}.award__content{display:flex;flex-direction:column;align-items:center;gap:16px}.award__rating{height:16px;width:auto}.award__product-image{width:122px;height:auto;object-fit:cover}.award__title{font-weight:900;font-size:20px;line-height:130%;text-align:center;color:#333}.award__description{font-weight:400;font-size:16px;line-height:130%;text-align:center;color:#666}.award__moneyback-image{width:104px;height:auto;object-fit:cover}.expert{padding:56px 16px;display:flex;flex-direction:column;align-items:center;gap:24px}@media(min-width:1024px){.expert{flex-direction:row-reverse;align-items:flex-start;gap:80px}}.expert__wrapper{background-color:#fafafa}.expert__image{max-width:280px;height:auto;object-fit:cover}.expert__content{display:flex;flex-direction:column;gap:16px;text-align:left}.expert__content-header{display:flex;flex-direction:column;gap:8px;align-items:center;width:100%}.expert__border{width:100%;height:1px;background-color:#0000001a}.expert__title{font-weight:900;font-size:32px;line-height:130%;text-align:left;color:#000;width:100%}.expert__subtitle{font-weight:500;font-size:16px;line-height:130%;text-align:left;color:#000;width:100%}.expert__description{font-weight:400;font-size:14px;line-height:130%;color:#666}.expert__name{font-weight:400;font-size:14px;line-height:130%;text-align:left;color:#666;width:100%}.expert__signature{max-width:168px;height:auto;object-fit:cover}.faq{padding-block:40px}.faq__title{font-weight:900;font-size:24px;line-height:130%;text-align:center;color:#000;margin-bottom:40px}.faq__title:after{content:"";display:block;width:100px;height:7px;border-radius:10px;background-color:#b3c1e5;margin:16px auto 0}@media(min-width:1024px){.faq__title{font-size:32px}}.faq__list{display:flex;flex-direction:column;gap:16px}.faq__item{border:1px solid #E0E0E0;background-color:#fafafa;border-radius:6px;padding:16px}.faq__header{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;cursor:pointer;text-align:left}.faq__question{font-weight:600;font-size:18px;line-height:130%;text-transform:capitalize;color:#333}.faq__icon{width:24px;height:24px;flex-shrink:0;transition:transform .2s ease}.faq__body{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__answer{padding-top:16px;font-weight:400;font-size:14px;line-height:130%;color:#000}.bottom{background-color:#fafafa;padding-block:24px}.bottom__features{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);row-gap:24px;column-gap:0}@media(min-width:1024px){.bottom__features{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,auto)}}.bottom__feature{display:flex;flex-direction:column;align-items:center;gap:8px}.bottom__feature-image{width:40px;height:auto}.bottom__feature-text{font-weight:500;font-size:12px;line-height:130%;text-align:center;color:#666}.sticky-checkout{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#000;padding-block:12px;box-shadow:0 -4px 16px #0003;transition:transform .3s ease,opacity .3s ease}.sticky-checkout--hidden{transform:translateY(100%);opacity:0;pointer-events:none}.sticky-checkout__content{display:flex;gap:12px;align-items:center;justify-content:space-between}.sticky-checkout__product{display:flex;align-items:center;gap:16px}.sticky-checkout__product-image{width:48px;height:auto;object-fit:cover}@media(min-width:1024px){.sticky-checkout__product-image{width:56px}}.sticky-checkout__product-info{display:flex;flex-direction:column;gap:8px}.sticky-checkout__product-rating{display:flex;align-items:center;gap:8px}.sticky-checkout__product-rating-stars{height:12px;width:auto}@media(min-width:1024px){.sticky-checkout__product-rating-stars{height:16px}}.sticky-checkout__product-rating-text{font-weight:400;font-size:14px;line-height:130%;text-transform:capitalize;color:#fff}@media(min-width:1024px){.sticky-checkout__product-rating-text{font-size:16px}}.sticky-checkout__product-brand{font-weight:700;font-size:16px;line-height:130%;color:#fff}@media(min-width:1024px){.sticky-checkout__product-brand{font-size:20px}}.sticky-checkout__button{font-family:Poppins,sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;font-weight:700;font-size:16px;line-height:130%;text-align:center;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;background-color:#fff;color:#000;transition:background-color .2s ease;animation:pulse-btn 2s ease-in-out infinite}@media(min-width:1024px){.sticky-checkout__button{font-size:18px;padding:16px 32px}}.sticky-checkout__button:hover{background-color:#b3c1e5}@keyframes pulse-btn{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}
