@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

a {
    display: block;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header__logo-image {
    display: block;
    width: auto;
    max-width: 120px;
    height: 52px;
    object-fit: contain;
}

.footer__logo {
    max-width: 255px;
    width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

b {
    font-weight: 700;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}

.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

#overview,
#features,
#reviews,
#faqs {
    scroll-margin-top: 130px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header__promo {
    box-sizing: border-box;
    width: 100%;
    min-height: 38px;
    padding: 7px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    background: rgba(105, 85, 139, 0.14);
    overflow: hidden;
}

.header__promo-marquee {
    overflow: hidden;
    width: 100%;
}

.header__promo-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 72px;
    animation: header-promo-marquee 36s linear infinite;
    will-change: transform;
}

@keyframes header-promo-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.header__promo-item {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
    padding: 0 33px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #1e2a23;
    white-space: nowrap;
}

.header__promo-icon {
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 18px;
}

.header__bar {
    min-height: 89px;
    display: flex;
    align-items: center;
    background: #fff;
}

.header__container {
    max-width: 1320px;
    padding: 0 32px 0 20px;
}

.header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    width: 100%;
    min-height: 89px;
}

.header__logo {
    grid-column: 1;
    margin-left: -4px;
}

.header__menu {
    display: contents;
}

.header__menu-list {
    grid-column: 2;
    justify-self: center;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    max-width: none;
    width: auto;
}

.header__menu-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1e2a23;
}

.header__menu-button {
    grid-column: 3;
    justify-self: end;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #5cdb5c;
    min-height: 40px;
    padding: 8px 16px;
    display: flex;
    gap: 7px;
    align-items: center;
    flex-shrink: 0;
}

.header__menu-button img {
    width: 25px;
    height: 24px;
    margin: 0;
}

.headerMenuBtn {
    display: none;
    width: 18px;
    height: 16px;
    padding: 0;
    background: transparent;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.headerMenuBtn span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #1e2a23;
    transform-origin: center;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.headerMenuBtn.active span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.headerMenuBtn.active span:nth-child(2) {
    opacity: 0;
}

.headerMenuBtn.active span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

.hero {
    padding: 44px 0 63px;
}

.hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}

.hero__media {
    position: relative;
    flex-shrink: 0;
    max-width: 680px;
    width: 100%;
}

.hero__video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 25px;
    object-fit: cover;
    object-position: center;
}

.hero__corner-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 126px;
    height: auto;
    pointer-events: none;
    z-index: 2;
}

.hero__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 636px;
    width: 100%;
}

.hero__content-top {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 137%;
    letter-spacing: 0;
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero__rating-stars {
    flex-shrink: 0;
    display: block;
    width: 117.62px;
    height: 19.76px;
    object-fit: contain;
}

.hero__rating-stars--48 {
    clip-path: inset(0 4% 0 0);
}

.hero__content-title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    max-width: 580px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
    color: #0c2539;
}

.hero__content-title-line {
    display: block;
}

.hero__content-boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.hero__content-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #0a0a0a;
}

.hero__content-box-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hero__review {
    box-sizing: border-box;
    width: 100%;
    max-width: 637px;
    margin: 0;
    padding: 14px 24px;
    border: 1px dashed #44b739;
    border-radius: 15px;
    background-color: #f6f7f9;
}

.hero__review-text {
    margin: 0 auto 10px;
    max-width: 546px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.hero__review-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero__review-name {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #3b3b3b;
}

.hero__content .cta {
    max-width: 637px;
    width: 100%;
    margin: 0;
}

.hero__content .cta__button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 637px;
    height: 63.71px;
    min-height: 63.71px;
    padding: 18.35px 19.5px;
    border: none;
    border-radius: 4.59px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #5cdb5c;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.hero__content .cta__button-icon {
    flex-shrink: 0;
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.cta__footer {
    margin-top: 12px;
    text-align: center;
}

.cta__footer > * {
    display: inline;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #1e2a23;
}

.cta__footer-dot {
    display: inline-block;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    background: #95df89;
}

.hero__content-icons {
    display: none;
}

@media (min-width: 769px) {
    .hero__content-icons {
        display: none !important;
    }
}

.hero__content-icon > img {
    margin: 0 auto;
    width: 60px;
    max-width: 60px;
    height: auto;
    object-fit: contain;
}

.hero__review-avatar-wrap {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}

.hero__review-avatar {
    display: block;
    width: 28px;
    height: 28px;
    max-width: 28px;
    object-fit: cover;
    border-radius: 50%;
}

.hero__review-avatar-badge {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 14px;
    height: 14px;
    object-fit: contain;
    pointer-events: none;
}

.hero__review-stars {
    flex-shrink: 0;
    width: 90px;
    height: auto;
    object-fit: contain;
}

.cta__stock-low {
    margin-left: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12.99px;
    line-height: 19.48px;
    letter-spacing: 0;
    color: #fc2201;
    text-transform: uppercase;
}

.hero .cta__footer {
    text-align: center;
}

.hero__content-icon > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    text-align: center;
    color: #1e2a23;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.glowing {
    animation-name: glowing;
    -webkit-animation-name: glowing;
    animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes glowing {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.partners {
    padding: 0;
    min-height: 122px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    box-shadow: 0 -4px 8px -4px rgba(0, 0, 0, 0.25);
}

.partners > .container {
    max-width: 1506px;
    width: 100%;
    padding: 0 20px;
}

.partners__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 56px;
    width: 100%;
    max-width: 1506px;
    min-height: 122px;
    margin: 0 auto;
    padding: 22px 0;
    box-sizing: border-box;
}

.partners__text {
    flex-shrink: 0;
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 33px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #848484;
    white-space: nowrap;
}

.partners__boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 24px;
    flex: 1;
    min-width: 0;
}

.partners__boxes-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.partners__logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 66px;
    object-fit: contain;
    opacity: 0.5;
    margin: 0;
}

.partners__logo--abc {
    width: 62.74px;
    max-height: 66.16px;
}

.partners__logo--cbs {
    width: 119.5px;
    max-height: 33.5px;
}

.partners__logo--usa-today {
    width: 72px;
    max-height: 75.5px;
}

.partners__logo--today {
    width: 79.5px;
    max-height: 54px;
}

.partners__logo--digital-journal {
    width: 111.5px;
    max-height: 48px;
}

.partners__logo--fox {
    width: 75px;
    max-height: 64px;
}

.heat-sleep {
    background-color: #e8f0ff;
    padding: clamp(64px, 7vw, 100px) clamp(40px, 5vw, 80px);
}

.heat-sleep__container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.heat-sleep__title {
    width: 100%;
    max-width: 1384px;
    margin: 0 auto 40px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 2.6vw, 48px);
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #0c2539;
}

.heat-sleep__title-line {
    display: inline;
}

.heat-sleep__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 1384px;
    margin: 0 auto;
}

.heat-sleep__content {
    flex: 0 1 687px;
    width: 100%;
    max-width: 687px;
}

.heat-sleep__content p {
    margin: 0 0 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0;
    color: #0a0a0a;
}

.heat-sleep__content p:last-child {
    margin-bottom: 0;
}

.heat-sleep__media {
    flex: 0 0 683px;
    width: 100%;
    max-width: 683px;
}

.heat-sleep__video {
    display: block;
    width: 100%;
    max-width: 683px;
    height: 530px;
    object-fit: cover;
    border-radius: 25px;
    margin: 0;
    background-color: #000;
}

.about {
    height: 923px;
    background-image: url(../../assets/index/about-bg.png);
    background-position: 50%;
    /* background-position: center right; */
}

.about > .container {
    max-width: 1400px;
}

.about__inner {
    padding-top: 140px;
}

.about__title {
    max-width: 687px;
    width: 100%;
    font-weight: 700;
    font-size: 62px;
    line-height: 97%;
    color: #1e2a23;
}

.about__text {
    max-width: 562px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #1e2a23;
    margin-top: 50px;
}

.about__text > b {
    font-weight: 800;
}

.features {
    background-color: #f5f5f5;
    padding: 100px 120px 100px 121px;
}

.features .container {
    max-width: 1679px;
}

.features__title {
    margin: 0 auto;
    max-width: 1395px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
}

.features__subtitle {
    margin: 0 auto 51px;
    max-width: 1395px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
}

.features__boxes {
    display: flex;
    flex-direction: column;
    gap: 51px;
    max-width: 1384px;
    margin: 0 auto;
}

.features__box {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.features__box.--reversed {
    flex-direction: row-reverse;
}

.features__box-left {
    flex: 1 1 687px;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features__box picture {
    flex: 0 0 687px;
    display: block;
    width: 687px;
    height: 452px;
}

.features__box-asset {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.features__box-content {
    max-width: 499px;
    width: 100%;
}

.features__box-title {
    margin: 0 0 12px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 37.5px;
    letter-spacing: 0;
    color: #0a0a0a;
}

.features__box-text {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #0a0a0a;
}

.cta {
    max-width: 383px;
    width: 100%;
    margin: 0 auto;
}

.mt-68 {
    margin-top: 68px;
}

.cta__button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 383px;
    height: 51.91px;
    min-height: 51.91px;
    padding: 0 16px;
    border: none;
    border-radius: 5.28px;
    box-shadow: 0 3.02px 3.02px 0 rgba(0, 0, 0, 0.25);
    background: #5cdb5c;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.more {
    background-color: #e8f0ff;
    padding: 100px 120px;
}

.more .container {
    max-width: 1680px;
}

.more__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.more__title {
    margin: 0;
    width: auto;
    max-width: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #0a0a0a;
}

.more__boxes {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 1543px;
    margin: 0 auto;
}

.more__col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.more__col--left,
.more__col--right {
    flex: 0 1 451px;
    max-width: 451px;
    width: 100%;
    padding-top: 46px;
}

.more__col--center {
    flex: 0 0 544px;
    max-width: 544px;
    width: 544px;
    align-items: center;
    gap: 24px;
}

.more__col--left .more__box-content,
.more__col--right .more__box-content {
    flex: 0 1 385px;
    max-width: 385px;
}

.more__box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.more__box-icon {
    width: 50px;
    max-width: 50px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.more__box-main {
    display: block;
    width: 544px;
    max-width: 100%;
    height: 530px;
    object-fit: contain;
    margin: 0 auto;
}

.more__box-title {
    margin: 0 0 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #0a0a0a;
}

.more__col--left .more__box-title,
.more__col--left .more__box-text,
.more__col--right .more__box-title,
.more__col--right .more__box-text {
    text-align: left;
}

.more__box-text {
    margin: 0;
    max-width: 388px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #0a0a0a;
}

.more__cta.cta {
    width: 100%;
    max-width: 383px;
    margin: 0 auto;
}

.text-white > *,
.text-white {
    color: #fff !important;
}

.set {
    background-color: #f5f5f5;
    padding: 100px 118px 100px 120px;
}

.set .container {
    max-width: 1682px;
}

.set__title {
    margin: 0 auto 51px;
    width: 100%;
    max-width: 1278px;
    min-height: 50px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
}

.set__boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.set__boxes-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 1384px;
    margin: 0 auto;
}

.set__box {
    flex: 1 1 0;
    min-width: 0;
    max-width: 454px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    overflow: visible;
}

.set__box.swiper-slide {
    flex-shrink: 1;
    height: auto;
}

.set__boxes-pagination.swiper-pagination {
    position: static;
    display: none;
    margin-top: 17px;
}

.set__boxes-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #d9d9d9;
    opacity: 1;
}

.set__boxes-pagination .swiper-pagination-bullet-active {
    background: #0a0a0a;
}

.set__box-image {
    display: block;
    width: 266px;
    height: 266px;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 24px;
}

.set__box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
}

.set__box-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
}

.set__box-number {
    flex: 0 0 47px;
    box-sizing: border-box;
    display: flex;
    width: 47px;
    height: 47px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1145a7;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

.set__box-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 37.5px;
    letter-spacing: 0;
    text-align: left;
    white-space: normal;
    color: #333;
}

.set__box-text {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
    color: #0a0a0a;
}

.places {
    padding: 100px 120px;
    background-color: #e8f0ff;
}

.places .container {
    max-width: 1680px;
}

.places__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
}

.places__title {
    margin: 0;
    width: auto;
    max-width: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #0a0a0a;
}

.places__cards {
    width: 100%;
    max-width: 1680px;
    overflow: visible;
}

.places__cards-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
}

.places__card {
    position: relative;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 264px;
    height: auto;
    aspect-ratio: 264 / 446;
    border-radius: 24px;
    overflow: hidden;
}

.places__card.swiper-slide {
    flex-shrink: 1;
    height: auto;
}

.places__cards-pagination.swiper-pagination {
    position: static;
    display: none;
    margin-top: 20px;
}

.places__cards-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #d9d9d9;
    opacity: 1;
}

.places__cards-pagination .swiper-pagination-bullet-active {
    background: #0a0a0a;
}

.places__card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #121212;
}

.places__card-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    height: 202px;
    padding: 32px 16px 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.72) 38%, #121212 100%);
}

.places__card-title {
    margin: 0 0 8px;
    max-width: 100%;
    min-height: 36px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
}

.places__card-text {
    margin: 0;
    max-width: 100%;
    min-height: 90px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
}

.places__cta.cta {
    margin: 0;
}

.comp {
    padding: 100px 48px;
    background-color: #f5f5f5;
}

@media (min-width: 1680px) {
    .comp {
        padding: 100px 323px;
    }
}

.comp .container {
    max-width: 1274px;
}

.comp__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 51px;
}

.comp__title {
    margin: 0;
    width: 100%;
    max-width: 1274px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 2.6vw, 48px);
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #0a0a0a;
}

.comp__subtitle {
    margin: 0;
    max-width: 1080px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
}

.comp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 211px 197px 118px;
    grid-template-rows: auto repeat(6, auto);
    position: relative;
    max-width: 1112px;
    width: 100%;
    margin: 0 auto;
    padding-top: 28px;
    box-sizing: border-box;
}

.comp__grid::before {
    content: "";
    position: absolute;
    grid-column: 2 / 3;
    grid-row: 1 / -1;
    top: 28px;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.23) 28%, #3975ce 100%);
    z-index: 0;
    border-radius: 11.61px;
    pointer-events: none;
}

.comp__cta.cta {
    margin: 0;
}

.comp__grid-item {
    position: relative;
    z-index: 1;
}

.comp__grid-text {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 100%;
    text-align: left;
    color: #0a0a0a;
}

.comp__grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    min-height: 56px;
    padding: 12px 0;
}

.comp__grid-item.comp__grid-row:has(.comp__grid-text) {
    padding-left: 24px;
    padding-right: 12px;
}

.comp__grid-row.--main {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.comp__grid-name {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 133%;
    text-align: center;
    color: #0a0a0a;
}

.comp__grid-stars {
    display: block;
    width: 117.62px;
    height: 19.76px;
    margin: 10px auto 0;
    object-fit: contain;
}

.comp__grid-item.--th {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
}

.comp__grid-item.--th.--main {
    width: 211px;
    min-height: 261px;
}

.comp__grid-item.--th:nth-of-type(3) {
    width: 197px;
    min-height: 244.79px;
}

.comp__grid-item.--th.--third {
    width: 118px;
    min-height: 228px;
}

.comp__grid-row .comp__icon {
    display: block;
    flex-shrink: 0;
    margin: 0 auto;
    object-fit: contain;
}

.comp__icon--check-white {
    width: 27.86px;
    height: 27.86px;
}

.comp__icon--check-green {
    width: 27.86px;
    height: 27.86px;
}

.comp__icon--cross {
    width: 30.93px;
    height: 31.72px;
}

.comp__grid-item.--th > .comp__grid-image {
    display: block;
    object-fit: contain;
}

.comp__grid-item.--th.--main > .comp__grid-image {
    width: 211px;
    height: auto;
    max-height: 261px;
    aspect-ratio: 211 / 261;
    margin: 0 auto;
}

.comp__grid-item.--th.--main .comp__grid-name {
    box-sizing: border-box;
    width: 100%;
    max-width: 211px;
    margin-top: 8px;
    font-size: 23.22px;
    line-height: 133%;
    white-space: normal;
    color: #333;
}

.comp__grid-item.--th:nth-of-type(3) > .comp__grid-image {
    width: 197px;
    height: auto;
    max-height: 180px;
    margin: 0 auto;
}

.comp__grid-item.--th.--third > .comp__grid-image {
    width: 118px;
    height: auto;
    max-height: 170px;
    margin: 0 auto;
}

.comp__grid-row.--bb {
    border-bottom: 3px solid #8b8b8b;
}

.guarantee {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 504px;
    padding: 92px 120px;
    background: linear-gradient(180deg, #3e3e3e 0%, #636363 100%);
}

.guarantee > .container {
    width: 100%;
    max-width: 1680px;
}

.guarantee__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.guarantee__seal {
    flex-shrink: 0;
    width: 327.36px;
    height: 319.53px;
    object-fit: contain;
}

.guarantee__content {
    flex: 0 1 754px;
    max-width: 754px;
    width: 100%;
}

.guarantee__title {
    margin: 0 0 17px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0;
    color: #fff;
}

.guarantee__text {
    margin: 0 0 44px;
    max-width: 675px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #fff;
}

.guarantee__text b {
    font-weight: 700;
}

.guarantee__content .cta {
    margin: 0;
}

.guarantee__content .cta__footer {
    text-align: left;
}

.guarantee__content .cta__footer > * {
    color: #fff;
}

.reviews {
    padding: 100px 120px;
    background-color: #e8f0ff;
}

.reviews .container {
    max-width: 1680px;
}

.reviews__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 51px;
}

.reviews__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 1080px;
    width: 100%;
}

.reviews__title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
}

.reviews__subtitle {
    margin: 0;
    max-width: 1080px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
}

.reviews__boxes {
    width: 100%;
    max-width: 1376px;
    margin: 0;
    overflow: visible;
}

.reviews__boxes-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}

.reviews__box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: auto;
    /* flex: 0 0 442.78px; */
    /* width: 442.78px; */
    width: 100%;
    max-width: 442.78px;
    min-height: 677px;
    overflow: hidden;
    border: none;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(10, 10, 10, 0.08);
}

.reviews__box.swiper-slide {
    /* flex-shrink: 0; */
    height: auto;
}

.reviews__boxes-pagination.swiper-pagination {
    position: static;
    display: none;
    margin-top: 20px;
}

.reviews__boxes-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #d9d9d9;
    opacity: 1;
}

.reviews__boxes-pagination .swiper-pagination-bullet-active {
    background: #0a0a0a;
}

.reviews__box-header {
    position: relative;
    flex-shrink: 0;
    min-height: 395px;
}

.reviews__box-image {
    display: block;
    width: 100%;
    height: 395px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.reviews__box-data {
    position: absolute;
    top: 329px;
    left: 16.78px;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 255px;
    height: 47px;
    min-height: 47px;
    max-width: 255px;
    padding: 0 11px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(12, 37, 57, 0.12);
}

.reviews__box-name {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}

.reviews__box-verification {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #5cdb5c;
    white-space: nowrap;
}

.reviews__box-verification img {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.reviews__box-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 27.81px 32px;
    text-align: left;
}

.reviews__box-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 12px;
    width: 100%;
    max-width: none;
    text-align: left;
}

.reviews__box-stars {
    display: block;
    flex-shrink: 0;
    width: 235.04px;
    height: 22px;
    margin: 0;
    align-self: flex-start;
    object-fit: contain;
    object-position: left center;
}

.reviews__box-title {
    margin: 0;
    max-width: 397.34px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.reviews__box-review {
    margin: 0;
    max-width: 407.97px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
}

.reviews__cta.cta {
    margin: 0;
}

.story {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 100px 48px;
    background-color: #f5f5f5;
}

.story .container {
    width: 100%;
    max-width: 1928px;
}

.story__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 72px;
    width: 100%;
    max-width: 1204px;
    margin: 0 auto;
}

.story__image {
    flex-shrink: 0;
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 28.43px;
    object-fit: cover;
    object-position: center;
}

.story__content {
    display: flex;
    flex: 1 1 732px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 280px;
    max-width: 732px;
}

.story__stars {
    display: block;
    width: auto;
    height: 28px;
    max-width: 100%;
    object-fit: contain;
}

.story__title {
    margin: 0;
    width: 100%;
    max-width: 732px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -0.005em;
    color: #565656;
}

.story__text {
    margin: 0;
    width: 100%;
    max-width: 732px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #212529;
}

.story__signature {
    display: block;
    width: 178px;
    height: 96px;
    margin-top: 4px;
    object-fit: contain;
}

.story__role {
    margin: 0;
    max-width: 413px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #212529;
}

@media (min-width: 1680px) {
    .story {
        padding: 100px 362px;
    }
}

.faq {
    box-sizing: border-box;
    padding: 100px 323px;
    background-color: #e8f0ff;
}

.faq .container {
    width: 100%;
    max-width: 1920px;
}

.faq__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 51px;
}

.faq__title {
    margin: 0;
    max-width: 1080px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
}

.faq__boxes {
    width: 100%;
    max-width: 1110.48px;
    margin: 0 auto;
}

.faq__box {
    box-sizing: border-box;
    min-height: 68.85px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(33, 37, 41, 0.25);
}

.faq__box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: 34.7px;
    cursor: pointer;
}

.faq__box-toggle {
    position: relative;
    flex-shrink: 0;
    width: 17px;
    height: 18px;
}

.faq__box-toggle-plus,
.faq__box-toggle-minus {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 18px;
    object-fit: contain;
    transition: opacity 0.2s ease;
}

.faq__box-toggle-minus {
    opacity: 0;
}

.faq__box.active .faq__box-toggle-plus {
    opacity: 0;
}

.faq__box.active .faq__box-toggle-minus {
    opacity: 1;
}

.faq__box-question {
    margin: 0;
    max-width: 791.44px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 35.26px;
    letter-spacing: 0;
    color: #0a0a0a;
}

.faq__box-q {
    font-weight: 600;
}

.faq__box-footer {
    display: none;
}

.faq__box-answer {
    margin: 16px 0 0;
    max-width: 920px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #212529;
}

.limit {
    box-sizing: border-box;
    padding: clamp(64px, 7vw, 100px) clamp(40px, 5vw, 80px);
    background-color: #000;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 139.5%),
        linear-gradient(0deg, #000, #000);
}

.limit .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.limit__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.limit__content {
    display: flex;
    flex: 0 1 687px;
    flex-direction: column;
    align-items: flex-start;
    gap: 39px;
    width: 100%;
    max-width: 687px;
    min-width: 0;
    padding-top: 28.81px;
}

.limit__content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.limit__content-title-line {
    display: block;
    text-align: center;
}

.limit__content-title-line--sub {
    text-align: center;
}

@media (min-width: 769px) {
    .limit__content-title {
        align-items: center;
        text-align: center;
    }

    .limit__content-title-line {
        white-space: nowrap;
    }
}

@media (min-width: 769px) and (max-width: 1700px) {
    .limit__content-title-line {
        white-space: normal;
    }
}

.limit__timer.timer {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 572px;
    min-width: 0;
    min-height: 92px;
    height: auto;
    padding: 12px 20px 8px;
    border: 2px solid #fff;
    border-radius: 16px;
    background-color: transparent;
    overflow: hidden;
}

.limit__timer .timer__text {
    flex: 1 1 100px;
    min-width: 0;
    max-width: 216px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(13px, 2vw, 20.56px);
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}

.limit__timer .counter {
    flex: 0 1 auto;
    min-width: 0;
}

.limit__timer .counter__column-const {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: clamp(11px, 1.6vw, 16px);
    line-height: 1.2;
    color: #fff;
}

.limit__timer .counter__column-time,
.limit__timer .counter__column-dots {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 4vw, 43px);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    color: #e86e16;
}

.timer__title {
    display: none;
}

.timer {
    border: 2px solid #fff;
    border-radius: 24px;
    max-width: 572px;
    width: 100%;
    padding: 17px 34px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #fff;
}

.timer__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 168%;
    text-align: center;
    color: #1e2a23;
}

.counter {
    display: grid;
    grid-template-columns: repeat(5, auto);
}

.counter__column-time,
.counter__column-dots {
    font-weight: 700;
    font-size: 43px;
    line-height: 79%;
    text-align: center;
    color: #e86e16;
}

.counter__column-const {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 210%;
    text-align: center;
    color: #1e2a23;
}

.counter__column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter__column:nth-of-type(1) {
    align-items: flex-end;
}

.counter__column:nth-of-type(5) {
    align-items: flex-start;
}

.limit__offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 572px;
    align-self: flex-start;
}

.limit__off {
    margin: 0;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 25.2px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.limit__special {
    margin: 0;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.35px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.limit__media {
    flex-shrink: 0;
}

.limit__media-card {
    position: relative;
    width: 100%;
    max-width: 580px;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
    background-color: #fff;
}

.limit__badge {
    position: absolute;
    top: -24px;
    left: -20px;
    z-index: 2;
    width: 180px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.limit__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: contain;
    object-position: center;
}

.limit__boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    margin: 0;
    column-gap: clamp(16px, 2vw, 32px);
    row-gap: 12px;
}

.limit__box {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.limit__box-icon {
    flex-shrink: 0;
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.limit__box-text {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    white-space: nowrap;
}

.limit__cta {
    width: 100%;
    max-width: 572px;
    margin: 0;
    align-self: flex-start;
}

.limit__cta .cta__button {
    width: 100%;
    max-width: 572px;
    height: 63.71px;
    min-height: 63.71px;
    border-radius: 5.28px;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
}

.limit__cta-footer {
    margin-top: 12px;
    text-align: center;
}

.limit__cta-footer > * {
    color: rgba(255, 255, 255, 0.9);
}

.limit__cta-footer .cta__stock-low,
.guarantee__content .cta__footer .cta__stock-low {
    color: #fc2201;
}

.cta-stock [filter] {
    filter: none;
}

.reviews > .container {
    max-width: 1416px;
}

.footer {
    box-sizing: border-box;
    padding: 50px 0;
    background-color: #636363;
}

.footer .container {
    width: 100%;
    max-width: 1920px;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
}

.footer__links {
    text-align: center;
    margin: 0;
}

.footer__logo {
    display: block;
    width: 132px;
    height: 96px;
    object-fit: contain;
}

.footer__link {
    color: #fff;
    text-decoration: none;
}

.footer__links > * {
    display: inline;
    font-weight: 700;
    font-size: 16px;
    line-height: 163%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.footer__copy {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 163%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.footer__text,
.footer__text.ftrText1 {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    max-width: 1170px;
    min-height: 110px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27.5px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

.show-mob {
    display: none !important;
}

.hero__content-box-icon--mob {
    display: none;
}

.hero__content-box-icon--desk {
    display: block;
}
