/* homepage 2026 */
.homepage-2026 {
    overflow-x: hidden;
}

.homepage-2026 .user-cta-1 {
    margin-bottom: 96px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
}

.homepage-2026 .user-cta-1:hover {
    opacity: 0.5;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .homepage-2026 .user-cta-1 {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .homepage-2026 .user-cta-1 {
        margin-bottom: 64px;
    }
}

.homepage-2026 .user-cta-1 span {
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.homepage-2026 .user-cta-1 img {
    width: 16px;
    height: 16px;
}

.hero-section-2026 {
    position: relative;
    width: 100%;
    padding-bottom: 24px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-section-2026 {
        height: 800px;
    }
}

@media (min-width: 768px) {
    .hero-section-2026 {
        height: 800px;
    }
}

.hero-section-2026 .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center calc(50% + 50px);
}

.hero-overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 1) 100%
    );
}

.hero-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .hero-container {
        padding: 48px 34px 72px 34px;
    }
}

@media (min-width: 768px) {
    .hero-container {
        padding: 48px 122px 72px 122px;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    font-family: Outfit;
    color: #FFF;
}

@media (max-width: 768px) {
    .hero-content {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .hero-content {
        width: 750px;
    }
}

.hero-title {
    width: 100%;
}

@media (max-width: 576px) {
    .hero-title {
        margin-bottom: 12px;
        text-align: center;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0.48px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .hero-title {
        margin-bottom: 24px;
        text-align: center;
        font-size: 48px;
        line-height: 120%;
        letter-spacing: 0.96px;
    }
}

@media (min-width: 768px) {
    .hero-title {
        margin-bottom: 24px;
        font-size: 64px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 1.28px;
    }
}

.hero-description {
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.4px;
}

@media (max-width: 576px) {
    .hero-description {
        margin-bottom: 24px;
        text-align: center;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.32px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .hero-description {
        margin-bottom: 38px;
        text-align: center;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0.4px;
    }
}

@media (min-width: 768px) {
    .hero-description {
        margin-bottom: 38px;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0.4px;
    }
}

.hero-button {
    display: flex;
    height: 52px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #FFF;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    border: none;
    cursor: pointer;

    color:  #1D272E;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .hero-button {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .hero-button {
        width: 280px;
        align-self: center;
    }
}

@media (min-width: 768px) {
    .hero-button {
        width: 280px;
    }
}

.features-section-2026 {
    position: relative;
    z-index: 11;
    background-color: #FFF;
    margin-top: -24px;
    padding: 96px 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

@media (max-width: 576px) {
    .features-section-2026 {
        padding: 48px 34px 0px 34px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .features-section-2026 {
        padding: 48px 34px 0px 34px;
    }
}

@media (min-width: 768px) {
    .features-section-2026 {
        padding: 96px 0;
    }
}

.features-section-2026 .title {
    font-family: Outfit;
    text-align: center;
}

@media (max-width: 768px) {
    .features-section-2026 .title {
        margin-bottom: 48px;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0.48px;
    }
}

@media (min-width: 768px) {
    .features-section-2026 .title {
        margin-bottom: 64px;
        font-size: 48px;
        line-height: 120%;
        letter-spacing: 0.96px;
    }
}

.features-section-2026 .title .title-text {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.features-section-2026 .title .title-text.delighted {
    font-weight: 700;
}

@media (max-width: 768px) {
    .features-section-2026 .title-text {
        font-size: 24px;
        letter-spacing: 0.48px;
    }
}

@media (min-width: 768px) {
    .features-section-2026 .title-text {
        font-size: 48px;
        letter-spacing: 0.96px;
    }
}

.features-section-2026 .feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.features-section-2026 .feature-content .feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .features-section-2026 .feature-content .feature-item {
        width: 100%;
        flex-direction: column-reverse;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .features-section-2026 .feature-content .feature-item {
        width: 100%;
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    .features-section-2026 .feature-content {
        padding: 0px 122px;
    }

    .features-section-2026 .feature-content .feature-item {
        width: 100%;
        flex-direction: row;
        height: 447px;
    }
}

@media (min-width: 1200px) {
    .features-section-2026 .feature-content {
        padding: 0px 244px;
    }
}

@media (max-width: 768px) {
    .features-section-2026 .feature-content .feature-item.desktop-only {
        display: none;
    }

    .features-section-2026 .feature-content .feature-item.mobile-only {
        display: flex;
    }
}

@media (min-width: 768px) {
    .features-section-2026 .feature-content .feature-item.desktop-only {
        display: flex;
    }

    .features-section-2026 .feature-content .feature-item.mobile-only {
        display: none;
    }
}

.features-section-2026 .feature-content .feature-item .feature-item-text {
    width: 390px;
    flex-shrink: 0;
    height: 100%;
    background-color: #F6F5F0;
    font-family: Outfit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.feature-item-text.left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
    z-index: 1;
}

.feature-item-text.right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    z-index: 1;
}

@media (max-width: 576px) {
    .features-section-2026 .feature-content .feature-item .feature-item-text {
        width: 100%;
    }

    .feature-item-text.left {
        padding: 24px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .feature-item-text.right {
        padding: 24px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .features-section-2026 .feature-content .feature-item .feature-item-text {
        width: 100%;
    }

    .feature-item-text.left {
        padding: 24px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .feature-item-text.right {
        padding: 24px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media (min-width: 768px) {
    .features-section-2026 .feature-content .feature-item .feature-item-text {
        width: 390px;
    }

    .feature-item-text.left {
        padding: 0 48px 0 48px;
    }

    .feature-item-text.right {
        padding: 0 48px 0 48px;
    }
}

.feature-item-text .feature-item-title {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0.72px;
}

@media (max-width: 576px) {
    .feature-item-text .feature-item-title {
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.36px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .feature-item-text .feature-item-title {
        width: 100%;
        text-align: left;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0.48px;
    }
}

@media (min-width: 768px) {
    .feature-item-text .feature-item-title {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0.72px;
        margin-bottom: 24px;
    }
}

@media (max-width: 576px) {
    .feature-item-text .feature-item-description {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.32px;
    }
}

.feature-item-text .feature-item-description {
    padding-left: 30px;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    color: #64646D;
    font-family: Outfit;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.36px;
}

.feature-item-text .feature-item-description li {
    padding-left: 8px;
}

.feature-item-text .feature-item-description strong {
    font-weight: 700;
}

@media (max-width: 576px) {
    .feature-item-text .feature-item-description {
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.32px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .feature-item-text .feature-item-description {
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.36px;
    }
}

@media (min-width: 768px) {
    .feature-item-text .feature-item-description {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.36px;
    }
}

.features-section-2026 .feature-content .feature-item .feature-item-image {
    height: 100%;
    position: relative;
    z-index: 2;
}

@media (max-width: 576px) {
    .features-section-2026 .feature-content .feature-item .feature-item-image {
        width: 100%;
    }

    .feature-item-image.left img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .feature-item-image.right img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .features-section-2026 .feature-content .feature-item .feature-item-image {
        width: 100%;
    }

    .feature-item-image.left img {
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }

    .feature-item-image.right img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
}

@media (min-width: 768px) {
    .features-section-2026 .feature-content .feature-item .feature-item-image {
        width: 586px;
        min-width: 390px;
        flex-shrink: 1;
    }

    .features-section-2026 .feature-content .feature-item .feature-item-image img {
        height: 100%;
    }

    .feature-item-image.left img {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .feature-item-image.right img {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}

@media (max-width: 768px) {
    .stats-section-2026 {
        padding: 64px 0px 88px 0px;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 {
        padding: 96px 0px 120px 0px;
    }
}

.stats-section-2026 .certifications-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px;
}

.stats-section-2026 .certifications-desktop .certification-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.stats-section-2026 .certifications-desktop .certification-item img {
    width: 24px;
    height: 24px;
}

.stats-section-2026 .certifications-desktop .certification-item span {
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.24px;
}

@media (max-width: 786px) {
    .stats-section-2026 .certifications-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 .certifications-desktop {
        display: flex;
    }
}

.stats-section-2026 .stats-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.stats-section-2026 .stats-title .stats-title-text {
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 768px) {
    .stats-section-2026 .stats-title .stats-title-text {
        font-size: 24px;
        letter-spacing: 0.48px;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 .stats-title .stats-title-text {
        font-size: 48px;
        letter-spacing: 0.96px;
    }
}

.stats-section-2026 .stats-title .stats-title-text strong {
    color: #1E9591 !important;
    font-weight: 400;
}

.stats-section-2026 .stats-title .stats-title-description {
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 768px) {
    .stats-section-2026 .stats-title .stats-title-description {
        font-size: 16px;
        letter-spacing: 0.32px;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 .stats-title .stats-title-description {
        font-size: 24px;
        letter-spacing: 0.48px;
    }
}

.stats-section-2026 .stats-content {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers-wrapper.desktop {
        display: none;
    }
    .stats-section-2026 .stats-content .stats-numbers-wrapper.middle {
        display: none;
    }
    .stats-section-2026 .stats-content .stats-numbers-wrapper.mobile {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .stats-section-2026 .stats-content .stats-numbers-wrapper.desktop {
        display: none;
    }
    .stats-section-2026 .stats-content .stats-numbers-wrapper.middle {
        display: block;
    }
    .stats-section-2026 .stats-content .stats-numbers-wrapper.mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
    .stats-section-2026 .stats-content .stats-numbers-wrapper.desktop {
        display: block;
    }
    .stats-section-2026 .stats-content .stats-numbers-wrapper.middle {
        display: none;
    }
    .stats-section-2026 .stats-content .stats-numbers-wrapper.mobile {
        display: none;
    }
}

.stats-section-2026 .stats-content .stats-numbers {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item {
        width: 191px;
        padding-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item {
        width: 350px;
        height: 118px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item.divider-right {
    border-right: 1px solid #64646D;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item.divider-bottom {
    border-bottom: 1px solid #64646D;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-title {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-title {
        font-size: 36px;
        letter-spacing: 0.72px;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-title {
        font-size: 64px;
        letter-spacing: 1.28px;
    }
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-title em {
    color: #000;
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-title em {
        font-size: 20px;
        letter-spacing: 0.4px;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-title em {
        font-size: 24px;
        letter-spacing: 0.48px;
    }
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description h5 {
    margin-bottom: 0px;
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.48px;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description h5 sup {
    color: #64646D;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
}

@media (max-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description h5 {
        font-size: 12px;
        letter-spacing: 0.24px;
    }

    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description h5 sup {
        font-size: 8px;
    }
}

@media (min-width: 768px) {
    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description h5 {
        font-size: 24px;
        letter-spacing: 0.48px;
    }

    .stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description h5 sup {
        font-size: 14px;
    }
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description img {
    width: 17px;
    height: 17px;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description .tooltip-wrapper {
    position: relative;
    cursor: pointer;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description .tooltip-wrapper .tooltip-content {
    position: absolute;
    display: flex;
    width: 330px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 5px;
    background: #FFF;
    box-shadow: -4px 12px 24px 0 rgba(87, 130, 155, 0.30);

    transform: translateX(-50%) translateY(-8px);
    visibility: hidden;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    
    color: #1D272E;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-item .stats-number-item-description .tooltip-wrapper:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(20px);
}

.stats-section-2026 .stats-content .stats-numbers .stats-number-divider {
    width: 1px;
    height: 100%;
    background-color: #64646D;
}

.stats-section-2026 .stats-citation {
    padding: 0px 34px;
    margin-top: 48px;
    margin-bottom: 48px;
    width: 100%;
    text-align: center;
}

.stats-section-2026 .stats-citation span {
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
}

.stats-examples-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.stats-examples-scroll {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    animation: scroll-infinite 30s linear infinite;
    width: fit-content;
}

@keyframes scroll-infinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.stats-examples-scroll .stats-example-item {
    flex-shrink: 0;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;

    border-radius: 12px;
    border: 1px solid #9FAAAA;
    background: #F6F5F0;
}

@media (max-width: 768px) {
    .stats-examples-scroll .stats-example-item {
        height: auto;
    }
}

@media (min-width: 768px) {
    .stats-examples-scroll .stats-example-item {
        height: 118px;
    }
}

.stats-examples-scroll .stats-example-item .stats-example-item-info {
    padding-right: 24px;
    border-right: 1px solid #9FAAAA;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.stats-examples-scroll .stats-example-item .stats-example-item-info span {
    color: #64646D;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
}

.stats-examples-scroll .stats-example-item .stats-example-item-info img {
    height: 20px;
}

.stats-examples-scroll .stats-example-item .stats-example-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.stats-examples-scroll .stats-example-item .stats-example-item-content h5 {
    margin-bottom: 0px;
    color: #64646D;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
}

.stats-examples-scroll .stats-example-item .stats-example-item-content h5 strong {
    color: #000;
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.72px;
}

.stats-examples-scroll .stats-example-item .stats-example-item-content h6 {
    margin-bottom: 0px;
    color: #64646D;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
}

.brands-section-2026 {
    position: relative;
    background-color: #000;
    margin-top: -24px;
    padding-top: 96px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.brands-section-2026-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 281px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    pointer-events: none;
}

.brands-section-2026 .brands-title h2 {
    margin-bottom: 12px;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.brands-section-2026 .brands-title h3 {
    color: #F2F2F7;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 768px) {
    .brands-section-2026 .brands-title {
        margin-bottom: 36px;
    }

    .brands-section-2026 .brands-title h2 {
        font-size: 24px;
        letter-spacing: 0.48px;
    }

    .brands-section-2026 .brands-title h3 {
        font-size: 16px;
        letter-spacing: 0.32px;
    }
}

@media (min-width: 768px) {
    .brands-section-2026 .brands-title {
        margin-bottom: 36px;
    }

    .brands-section-2026 .brands-title h2 {
        font-size: 48px;
        letter-spacing: 0.96px;
    }

    .brands-section-2026 .brands-title h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
    }
}

.brands-section-2026 .highlights-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-bottom: 64px;
}

.brands-section-2026 .highlights-desktop .highlight-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 60px;
}

.brands-section-2026 .highlights-desktop .highlight-item img {
    width: 24px;
    height: 24px;
}

.brands-section-2026 .highlights-desktop .highlight-item span {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .brands-section-2026 .highlights-desktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .brands-section-2026 .highlights-desktop {
        display: flex;
    }
}

.brands-section-2026 .brands-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brands-section-2026 .brands-panel .brands-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(12px, 2vw, 24px);
}

.brands-section-2026 .brands-panel .brands-panel-content-item {
    width: clamp(100px, 22vw - 28px, 280px);
    height: clamp(100px, 22vw - 28px, 280px);
    border-radius: 12px;
    background-color: lightgray;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brands-section-2026 .brands-panel .brands-panel-content-item img {
    object-fit: contain;
    width: clamp(65px, 14.6vw - 19px, 185px);
    height: clamp(36px, 8.1vw - 11px, 103px);
}

@media (max-width: 1046px) {
    .brands-section-2026 .brands-panel {
        padding: 0px 34px;
    }
}

@media (min-width: 1046px) {
    .brands-section-2026 .brands-panel {
        padding: 0px 122px;
    }
}

@media (max-width: 768px) {
    .launch-section-2026 {
        padding-top: 48px;
    }
}

@media (min-width: 768px) {
    .launch-section-2026 {
        padding-top: 96px;
    }
}

.launch-section-2026 .launch-title h2 {
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.launch-section-2026 .launch-title h2 strong {
    color: #1E9591;
    font-weight: 400;
}

.launch-section-2026 .launch-title h3 {
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 768px) {
    .launch-section-2026 .launch-title {
        margin-bottom: 24px;
    }

    .launch-section-2026 .launch-title h2 {
        margin-bottom: 12px;
        font-size: 24px;
        letter-spacing: 0.48px;
    }

    .launch-section-2026 .launch-title h3 {
        font-size: 16px;
        letter-spacing: 0.32px;
    }
}

@media (min-width: 768px) {
    .launch-section-2026 .launch-title {
        margin-bottom: 36px;
    }

    .launch-section-2026 .launch-title h2 {
        margin-bottom: 12px;
        font-size: 48px;
        letter-spacing: 0.96px;
    }

    .launch-section-2026 .launch-title h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
    }
}

.launch-section-2026 .homepage-timeline-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 96px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-control img {
    width: 16px;
    height: 16px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-control h3 {
    margin-bottom: 0px;
    padding: 16px;
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-control .homepage-timeline-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-control .homepage-timeline-line .line-white {
    width: 50%;
    height: 1px;
    background-color: transparent;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-control .homepage-timeline-line .line-black {
    width: 50%;
    height: 1px;
    background-color: #64646D;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card {
    padding-left: 12px;
    padding-right: 12px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card .homepage-timeline-item-content {
    width: 300px;
    height: 400px;
    padding: 36px;
    border-radius: 12px;
    background: #F6F5F0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 36px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card .homepage-timeline-item-content .homepage-timeline-item-content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card .homepage-timeline-item-content .homepage-timeline-item-content-title img {
    width: 24px;
    height: 24px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card .homepage-timeline-item-content .homepage-timeline-item-content-title h5 {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card .homepage-timeline-item-content .homepage-timeline-item-content-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding-left: 24px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card .homepage-timeline-item-content .homepage-timeline-item-content-description li {
    color: #64646D;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 8px;
}

.launch-section-2026 .homepage-timeline-desktop .homepage-timeline-item .homepage-timeline-item-card .homepage-timeline-item-content .homepage-timeline-item-content-description li:last-child {
    margin-bottom: 0px;
}

.launch-section-2026 .homepage-timeline-mobile {
    margin-bottom: 96px;
    padding: 0px 34px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item .homepage-timeline-item-control {
    width: 24px;
    align-self: stretch;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-line {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-line .line-top {
    width: 1px;
    height: 2px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-line .line-bottom {
    width: 1px;
    flex-grow: 1;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-line .line-white {
    background-color: transparent;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-line .line-black {
    background-color: #64646D;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item .homepage-timeline-item-card {
    margin-bottom: 24px;
    flex-grow: 1;
    max-width: 275px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item:last-child .homepage-timeline-item-card {
    margin-bottom: 0px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item-card .homepage-timeline-step-number {
    margin-bottom: 0px;
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item .homepage-timeline-item-content {
    width: 100%;
    padding: 24px;
    background-color: #F6F5F0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item-content-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item-content-title img {
    width: 24px;
    height: 24px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item-content-title h5 {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item-content-description {
    margin-bottom: 0px;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.launch-section-2026 .homepage-timeline-mobile .homepage-timeline-item-content-description li {
    padding-left: 8px;
    color: #64646D;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/* Hide on mobile, show on desktop */
@media (max-width: 768px) {
    .launch-section-2026 .homepage-timeline-desktop {
        display: none;
    }

    .launch-section-2026 .homepage-timeline-mobile {
        display: flex;
    }
}

@media (min-width: 768px) {
    .launch-section-2026 .homepage-timeline-desktop {
        display: flex;
    }
    .launch-section-2026 .homepage-timeline-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .customer-stories-section-2026 {
        padding: 48px 0px;
    }
}

@media (min-width: 768px) {
    .customer-stories-section-2026 {
        padding: 96px 0px;
    }
}

.customer-stories-section-2026 .customer-stories-section-2026-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-stories-section-2026 .customer-stories-section-2026-logo img {
    width: 105px;
    height: 36px;
    aspect-ratio: 35/12;
    margin-bottom: 12px;
}

.customer-stories-section-2026 .customer-stories-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-title {
        padding: 0px 34px;
    }
}

@media (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-title {
        padding: 0px 122px;
    }
}

.customer-stories-section-2026 .customer-stories-title h2 {
    width: 100%;
    max-width: 952px;
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.customer-stories-section-2026 .customer-stories-title h2 strong {
    color: #1E9591;
    font-weight: 400;
}

.customer-stories-section-2026 .customer-stories-title span {
    color: #64646D;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.customer-stories-section-2026 .customer-stories-title span strong {
    color: #64646D;

    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.32px;
}

@media (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-title {
        margin-bottom: 24px;
    }

    .customer-stories-section-2026 .customer-stories-title h2 {
        font-size: 24px;
        letter-spacing: 0.48px;
    }
}

@media (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-title {
        margin-bottom: 36px;
    }

    .customer-stories-section-2026 .customer-stories-title h2 {
        max-width: 952px;
        font-size: 36px;
        letter-spacing: 0.96px;
    }
}

.customer-stories-section-2026 .customer-stories-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.customer-stories-section-2026 .customer-stories-carousel {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    transition: transform 0.5s ease-in-out;
}

.customer-stories-section-2026 .customer-stories-carousel .customer-stories-carousel-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel .customer-stories-carousel-item {
        width: 325px;
        height: 100%;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel .customer-stories-carousel-item {
        width: 689px;
        justify-content: center;
    }
}

.customer-stories-section-2026 .customer-stories-carousel .customer-stories-carousel-item:not(.centered) {
    opacity: 0.4;
    transition: opacity 0.5s ease-in-out;
}

.customer-stories-section-2026 .customer-stories-carousel .customer-stories-carousel-item >img {
    width: 100%;
    object-fit: contain;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 50.02%), url(<path-to-image>) lightgray -190.089px 0px / 161.664% 113.886% no-repeat;
}

@media (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel .customer-stories-carousel-item >img {
        height: 211px;
        border-radius: 13.5px;
    }
}

@media (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel .customer-stories-carousel-item >img {
        border-radius: 24px;
        height: 447px;
    }
}

.customer-stories-section-2026 .customer-stories-carousel-item-image-container {
    position: relative;
    width: 100%;
}

.customer-stories-section-2026 .customer-stories-carousel-logo {
    position: absolute;
    z-index: 1;
}

.customer-stories-section-2026 .customer-stories-carousel-image {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

@media (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-item-image-container {
        height: 211px;
    }

    .customer-stories-section-2026 .customer-stories-carousel-image {
        height: 211px;
        border-radius: 12px;
    }

    .customer-stories-section-2026 .customer-stories-carousel-logo {
        top: 20px;
        left: 20px;
        transform: scale(0.5);
        transform-origin: left top;
    }
}

@media (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-item-image-container {
        height: 447px;
    }

    .customer-stories-section-2026 .customer-stories-carousel-image {
        height: 447px;
        border-radius: 12px;
    }

    .customer-stories-section-2026 .customer-stories-carousel-logo {
        top: 36px;
        left: 36px;
    }
}

.customer-stories-section-2026 .customer-stories-carousel-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-item-content {
        justify-content: space-between;
        height: 100%;
    }
}
@media (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-item-content {
        justify-content: center;
    }
}

.customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-carousel-item-content-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-carousel-item-content-text p {
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
}

@media screen and (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-carousel-item-content-text {
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }

    .customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-carousel-item-content-text p {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-carousel-item-content-text {
        flex-direction: row;
    }

    .customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-carousel-item-content-text p {
        width: 380px;
    }
}

.customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-button {
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 30px;
    background: #1D272E;
    color: #FFF;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-button:hover {
    background: #1D272E;
    opacity: 0.5;
    text-decoration: none !important;
}

.customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-button span {
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-name-text {
    align-self: flex-start;
    color: #64646D;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.24px;
}

.customer-stories-section-2026 .customer-stories-carousel-item-content .customer-stories-name-text strong {
    color: #64646D;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.24px;
}

@media (max-width: 768px) {
    .customer-stories-name-text.mobile {
        display: block;
        width: 100%;
        text-align: center;
    }

    .customer-stories-button.mobile {
        display: flex;
    }

    .customer-stories-button.desktop {
        display: none;
    }

    .customer-stories-name-text.desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .customer-stories-name-text.mobile {
        display: none;
    }

    .customer-stories-button.mobile {
        display: none;
    }

    .customer-stories-button.desktop {
        display: flex;
    }

    .customer-stories-name-text.desktop {
        display: block;
    }
}

.customer-stories-section-2026 .customer-stories-carousel-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.customer-stories-section-2026 .customer-stories-carousel-controls .button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid #000;
    background: #FFF;
}

.customer-stories-section-2026 .customer-stories-carousel-controls .button:hover {
    opacity: 0.5;
}

@media (max-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-controls {
        margin-top: 36px;
        gap: 12px;
    }

    .customer-stories-section-2026 .customer-stories-carousel-controls .button {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 768px) {
    .customer-stories-section-2026 .customer-stories-carousel-controls {
        margin-top: 64px;
        gap: 24px;
    }

    .customer-stories-section-2026 .customer-stories-carousel-controls .button {
        width: 64px;
        height: 64px;
        padding: 0px;
    }
}

.book-demo-section-2026 {
    /* padding: 96px 0px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    background-color: #F6F5F0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.book-demo-section-2026 .book-demo-title h2 {
    color: #000;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .book-demo-section-2026 {
        height: auto;
        padding: 48px 34px;
        gap: 24px;
    }

    .book-demo-section-2026 .book-demo-title h2 {
        text-align: center;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0.48px;
    }
}

@media (min-width: 768px) {
    .book-demo-section-2026 {
        height: 332px;
    }

    .book-demo-section-2026 .book-demo-title h2 {
        text-align: center;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0.72px;
    }
}

/* .book-demo-section-2026 .book-demo-input {
    padding: 6px 6px 6px 24px;
    border-radius: 100px;
    border: 1px solid #64646D;
    background: #FFF;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
} */

/* .book-demo-section-2026 .book-demo-input input {
    width: 232px;
    height: 25px;
    border: none;
    outline: none;
    color: #64646D;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
    opacity: 0.5;
} */

.book-demo-section-2026 .book-demo-input {
    display: flex;
    width: 260px;
    height: 52px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: #000;
    font-family: Outfit;
    color: #FFF;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.book-demo-section-2026 .book-demo-input:hover {
    opacity: 0.5;
}

.book-demo-section-2026 .book-demo-input span {
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .book-demo-section-2026 .book-demo-input {
        width: 100%;
    }

    .book-demo-section-2026 .book-demo-input input {
        width: 100%;
    }

    .book-demo-section-2026 .book-demo-input button {
        white-space: nowrap;
        width: fit-content;
        flex-shrink: 0;
    }

    .book-demo-section-2026 .book-demo-input button span {
        color: #FFF;
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
    }
}

/* components - homepage-2026 */
.homepage-2026 .text-rotater-certification {
    position: relative;
    overflow: hidden;
    height: 60px;
    margin-bottom: 36px;
}

@media (max-width: 786px) {
    .homepage-2026 .text-rotater-certification {
        display: flex;
    }
}

@media (min-width: 768px) {
    .homepage-2026 .text-rotater-certification {
        display: none;
    }
}

.homepage-2026 .text-rotater-certification .text-rotater-certification-items {
    width: 100%;
    align-items: center;
    animation: homepage-2026-text-rotater-certification-slide-animation 16s linear infinite;
}

.homepage-2026 .text-rotater-certification .text-rotater-certification-item {
    height: 60px;
}

.homepage-2026 .text-rotater-certification .text-rotater-certification-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.homepage-2026 .text-rotater-certification .text-rotater-certification-item img {
    width: 24px;
    height: 24px;
}

.homepage-2026 .text-rotater-certification .text-rotater-certification-item span {
    color: #64646D;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.24px;
}

.homepage-2026 .text-rotater-brands {
    position: relative;
    overflow: hidden;
    height: 60px;
    margin-bottom: 36px;
}

@media (max-width: 768px) {
    .homepage-2026 .text-rotater-brands {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .homepage-2026 .text-rotater-brands {
        margin-bottom: 64px;
    }
}

.homepage-2026 .text-rotater-brands .text-rotater-brands-items {
    align-items: center;
    animation: homepage-2026-text-rotater-brands-slide-animation 16s linear infinite;
}

.homepage-2026 .text-rotater-brands .text-rotater-brands-item {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.homepage-2026 .text-rotater-brands .text-rotater-brands-item img {
    width: 24px;
    height: 24px;
}

.homepage-2026 .text-rotater-brands .text-rotater-brands-item span {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .homepage-2026 .text-rotater-brands {
        display: block;
    }
}

@media (min-width: 1200px) {
    .homepage-2026 .text-rotater-brands {
        display: none;
    }
}

@keyframes homepage-2026-text-rotater-certification-slide-animation {
    0%, 20% {
        transform: translateY(0);
    }

    25%, 45% {
        transform: translateY(-60px);
    }

    50%, 70% {
        transform: translateY(-120px);
    }

    75%, 95% {
        transform: translateY(-180px);
    }

    100% {
        transform: translateY(-240px);
    }
}

@keyframes homepage-2026-text-rotater-certification-fade-1 {
    0%, 20% {
        opacity: 1;
    }
    25%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-certification-fade-2 {
    25%, 45% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-certification-fade-3 {
    50%, 70% {
        opacity: 1;
    }
    75%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-certification-fade-4 {
    75%, 95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-slide-animation {
    0%, 10% {
        transform: translateY(0);
    }

    12.5%, 22.5% {
        transform: translateY(-60px);
    }

    25%, 35% {
        transform: translateY(-120px);
    }

    37.5%, 47.5% {
        transform: translateY(-180px);
    }

    50%, 60% {
        transform: translateY(-240px);
    }

    62.5%, 72.5% {
        transform: translateY(-300px);
    }

    75%, 85% {
        transform: translateY(-360px);
    }

    87.5%, 97.5% {
        transform: translateY(-420px);
    }

    100% {
        transform: translateY(-480px);
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-1 {
    0%, 10% {
        opacity: 1;
    }
    12.5%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-2 {
    0%, 12.5%, 22.5% {
        opacity: 1;
    }
    25%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-3 {
    0%, 25%, 35% {
        opacity: 1;
    }
    37.5%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-4 {
    0%, 37.5%, 47.5% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-5 {
    0%, 50%, 60% {
        opacity: 1;
    }
    62.5%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-6 {
    0%, 62.5%, 72.5% {
        opacity: 1;
    }
    75%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-7 {
    0%, 75%, 85% {
        opacity: 1;
    }
    87.5%, 100% {
        opacity: 0;
    }
}

@keyframes homepage-2026-text-rotater-brands-fade-8 {
    0%, 87.5%, 97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
