.secondary-title {
    margin-bottom: 40px;
    @media (max-width: 1024px) {
        margin-bottom: 42px;
    }
    .tag {
        font-family: var(--ff-fibbl);
        color: #c1b4a3;
        text-transform: uppercase;
        font-size: 24px;
        @media (max-width: 1024px) {
            font-size: 20px;
        }
    }
    h2 {
        margin-block: 0px 18px;
        font-size: 75px;
        letter-spacing: -4px;
        @media (max-width: 1024px) {
            margin-block: 8px 16px;
            font-size: 56px;
            letter-spacing: -2px;
            line-height: 50px;
            &.resp-small {
                max-width: 240px;
            }
        }
    }
    .subtitle {
        max-width: 620px;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        font-family: 'Inter';
        @media (max-width: 1024px) {
            font-size: 18px;
        }
        &.small {
            max-width: 450px;
        }
    }
}

blockquote {
    border-left: none;
}

.btn {
    max-height: 80px;
    padding: 24px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px !important;
    font-size: 32px;
    white-space: nowrap;
    border-width: 1px !important;

    @media (max-width: 1024px) {
        height: 80px;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }
}

.always-on-slider {
    .buyers-guide {
        @media (max-width: 1024px) {
            overflow: hidden;
        }
        .container {
            h2 {
                max-width: 910px;
                margin: 0 auto;
                margin-bottom: 70px;
                font-size: var(--fs-5xl);
                line-height: 80%;
                letter-spacing: -6px;
                @media (max-width: 1375px) {
                    max-width: 760px;
                    letter-spacing: -3px;
                    margin-bottom: 50px;
                }
            }
            .guide-inner {
                display: flex;
                justify-content: flex-end;
                align-items: flex-start;
                height: 314px;
                @media (max-width: 1024px) {
                    flex-direction: column;
                    height: auto;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                }

                .acordeon {
                    position: relative;
                    width: 264px;
                    height: 374px;
                    @media (max-width: 1024px) {
                        width: 222px;
                        height: 314px;
                        transition: all 0.8s ease;
                        transform: translateX(70px);
                    }
                    figure {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        right: 40px;
                        border-radius: 9px;
                        overflow: hidden;
                        transform: translate(0px, 0px) rotate(0deg);
                        box-shadow: 1.63px 1.86px 5.58px 0px #0000000d, 6.28px 7.68px 10px 0px #0000000a, 14.19px 17.44px 13.49px 0px #00000008, 25.12px 30.93px 15.82px 0px #00000003, 39.08px 48.38px 17.44px 0px #00000000;

                        transition: all 0.8s ease;

                        &:nth-child(2) {
                            transform: translate(-30px, 0px) rotate(0deg);
                        }
                        &:nth-child(3) {
                            transform: translate(-60px, 0px) rotate(0deg);
                        }
                        &:nth-child(4) {
                            transform: translate(-90px, 0px) rotate(-0deg);
                        }
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                        @media (max-width: 1180px) {
                            &:nth-child(2) {
                                transform: translate(-20px, 0px) rotate(0deg);
                            }
                            &:nth-child(3) {
                                transform: translate(-40px, 0px) rotate(0deg);
                            }
                            &:nth-child(4) {
                                transform: translate(-60px, 0px) rotate(-0deg);
                            }
                        }
                    }
                }
                .guide-info {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    height: 100%;
                    .guide-texts {
                        margin: 0;
                        margin-block: 50px 30px;
                        @media (max-width: 1024px) {
                            margin-block: 30px;
                            order: 2;
                        }
                        li {
                            display: flex;
                            gap: 20px;
                            align-items: flex-start;
                            margin-bottom: 30px;
                            font-family: var(--ff-fibbl);
                            text-transform: uppercase;
                            font-size: 24px;
                            @media (max-width: 1024px) {
                                text-align: left;
                            }
                            svg {
                                margin-top: 8px;
                            }
                        }
                    }
                    figure {
                        margin-block: 50px 30px;
                        @media (max-width: 1024px) {
                            margin-block: 30px;
                            order: 2;
                        }
                        .desktop {
                            display: block;
                            @media (max-width: 768px) {
                                display: none;
                            }
                        }
                        .mobile {
                            display: none;
                            @media (max-width: 768px) {
                                display: block;
                            }
                        }
                    }
                    .cta {
                        @media (max-width: 1024px) {
                            margin-top: 30px;
                        }
                        .btn {
                            color: #fffaee;
                            background: #ff6464;
                            border: 1px solid #ff6464;
                            height: 80px !important;
                            font-weight: 700;
                            padding: 24px 28px !important;
                            border-radius: 30px !important;
                            font-size: 32px !important;
                            &:hover {
                                color: var(--c-primary-200);
                                background-color: transparent;
                                border-color: var(--c-primary-200);
                            }
                        }
                    }
                }
                &:hover {
                    .acordeon {
                        @media (max-width: 1024px) {
                            transform: translateX(120px);
                        }
                        figure {
                            transform: translate(0px, 0px) rotate(10deg);
                            &:nth-child(2) {
                                transform: translate(-30px, -30px) rotate(-10deg);
                            }
                            &:nth-child(3) {
                                transform: translate(-120px, -30px) rotate(-30deg);
                            }
                            &:nth-child(4) {
                                transform: translate(-200px, 0px) rotate(-45deg);
                            }
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                    }
                }
            }
        }
    }
}

.starts-here {
    .secondary-title {
        margin-bottom: 80px;
    }

    .here-acordeons {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        @media (max-width: 1180px) {
            flex-direction: column;
            align-items: center;
            gap: 90px;
        }
        .acordeon-wrapper {
            .cta {
                margin-left: 40px;
                @media (max-width: 1180px) {
                    margin-left: 4px;
                }
                .btn {
                    color: #fffaee;
                    background: #ff6464;
                    border: 1px solid #ff6464;
                    height: 80px !important;
                    font-weight: 700;
                    padding: 24px 28px !important;
                    border-radius: 30px !important;
                    font-size: 32px !important;
                    &:hover {
                        color: var(--c-primary-200);
                        background-color: transparent;
                        border-color: var(--c-primary-200);
                    }
                }
            }
            &:hover {
                .acordeon {
                    figure {
                        transform: translate(0px, 0px) rotate(10deg);
                        &:nth-child(2) {
                            transform: translate(-30px, -30px) rotate(-10deg);
                        }
                        &:nth-child(3) {
                            transform: translate(-120px, -30px) rotate(-30deg);
                        }
                        &:nth-child(4) {
                            transform: translate(-200px, 0px) rotate(-45deg);
                        }
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                }
            }
            .acordeon {
                position: relative;
                width: 264px;
                height: 374px;
                transform: translateX(120px);
                margin-bottom: 60px;
                @media (max-width: 1180px) {
                    transform: translateX(90px);
                    width: 222px;
                    height: 314px;
                    margin-bottom: 32px;
                }
                figure {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 40px;
                    border-radius: 9px;
                    overflow: hidden;
                    transform: translate(0px, 0px) rotate(0deg);
                    box-shadow: 1.63px 1.86px 5.58px 0px #0000000d, 6.28px 7.68px 10px 0px #0000000a, 14.19px 17.44px 13.49px 0px #00000008, 25.12px 30.93px 15.82px 0px #00000003, 39.08px 48.38px 17.44px 0px #00000000;

                    transition: all 0.8s ease;

                    &:nth-child(2) {
                        transform: translate(-30px, 0px) rotate(0deg);
                    }
                    &:nth-child(3) {
                        transform: translate(-60px, 0px) rotate(0deg);
                    }
                    &:nth-child(4) {
                        transform: translate(-90px, 0px) rotate(-0deg);
                    }

                    @media (max-width: 1180px) {
                        &:nth-child(2) {
                            transform: translate(-20px, 0px) rotate(0deg);
                        }
                        &:nth-child(3) {
                            transform: translate(-40px, 0px) rotate(0deg);
                        }
                        &:nth-child(4) {
                            transform: translate(-60px, 0px) rotate(-0deg);
                        }
                    }

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }
}

.horizontal-slides {
    overflow-x: hidden;
    padding-bottom: 60px;

    .container {
        .horizontal_slides {
            display: block;
            padding-bottom: 0;
            overflow-x: hidden;
            width: 100vw;
            overflow: visible;

            @media (max-width: 1024px) {
                display: block;
            }
            .swiper-wrapper {
                .swiper-slide {
                    height: auto;
                    border: 1px solid #181818;
                    width: 382px;
                    border-radius: 34px;
                    box-shadow: 0;
                    transition: filter 0.3s ease, border 0.3s ease;
                    background: #fffaee;

                    @media (max-width: 1024px) {
                        min-height: 268px;
                        width: 268px;
                        border-radius: 26px;
                    }

                    .video_wrapper {
                        position: relative;
                        width: 100%;
                        padding-top: 56.25%;
                        overflow: hidden;
                        border-top-left-radius: 32px;
                        border-top-right-radius: 32px;
                        overflow: hidden;

                        @media (max-width: 1024px) {
                            border-top-left-radius: 24px;
                            border-top-right-radius: 24px;
                        }

                        iframe {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            border: 0;
                            filter: grayscale(100%);
                            transition: filter 0.3s ease;
                        }
                        &::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background-color: #ffd672;
                            opacity: 0.12;
                            pointer-events: none;
                            z-index: 2;
                            border-top-left-radius: 32px;
                            border-top-right-radius: 32px;
                            transition: all 0.3 ease;
                        }
                        &.has-thumbnail {
                            .video_thumbnail {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-color: black;

                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    display: block;
                                    transition: all 0.3 ease;
                                    filter: grayscale(100%);
                                }

                                .custom_play_button {
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    border: none;
                                    background: none;
                                    cursor: pointer;
                                    transition: transform 0.2s ease;

                                    &:hover {
                                        transform: translate(-50%, -50%) scale(1.05);
                                    }
                                }
                            }
                        }
                        figure {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            border: 0;
                            filter: grayscale(100%);
                            transition: filter 0.3s ease;
                            a {
                                display: block;
                                width: 100%;
                                height: 100%;
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    display: block;
                                    filter: grayscale(100%);
                                }
                            }
                        }
                    }
                    &:hover,
                    &.active {
                        border: 1px solid transparent;
                        box-shadow: 52.6425px 64.8282px 33.1453px rgba(0, 0, 0, 0.01), 29.7332px 36.5573px 28.271px rgba(0, 0, 0, 0.03), 13.1606px 16.0852px 20.9595px rgba(0, 0, 0, 0.04), 3.41201px 3.89944px 11.6983px rgba(0, 0, 0, 0.05);
                        iframe {
                            filter: grayscale(0%);
                        }
                        .video_wrapper {
                            .video_thumbnail {
                                img {
                                    filter: grayscale(0%);
                                }
                            }

                            &::after {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                background-color: #ffd672;
                                opacity: 0;
                                pointer-events: none;
                                z-index: 2;
                                border-top-left-radius: 32px;
                                border-top-right-radius: 32px;
                            }
                        }
                        figure {
                            filter: grayscale(0%);
                            a {
                                display: block;
                                width: 100%;
                                height: 100%;
                                img {
                                    filter: grayscale(0%);
                                }
                            }
                        }
                    }
                    .item_bottom {
                        padding: 13px 20px 30px 20px;
                        @media (max-width: 1024px) {
                            padding: 0px 14px 18px 14px;
                        }
                        h5 {
                            color: #4e463f;
                            font-size: var(--fs-lg);
                            margin-block: 0 10px;
                            line-height: 1;
                            @media (max-width: 1024px) {
                                margin-block: 8px;
                            }
                        }
                        .desc {
                            color: #7c7064;
                            font-size: 14px;
                            font-family: 'Inter';
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 3;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            @media (max-width: 768px) {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
}

.learn-more {
    .container {
        .card {
            padding: 45px 95px 70px 95px;
            margin-bottom: 25px;
            border-radius: 68px;
            border: 1px solid #181818;
            @media (max-width: 1024px) {
                padding: 22px 14px 28px 22px;
                border-radius: 35px;
            }

            .tag {
                color: #c1b4a3;
                font-weight: 700;
                font-size: 24px;
                @media (max-width: 1024px) {
                    display: none;
                }
            }
            .tag-mobile {
                display: none;
                max-width: 180px;
                color: #c1b4a3;
                font-weight: 700;
                font-size: 20px;
                @media (max-width: 1024px) {
                    display: block;
                }
            }
            h2 {
                font-size: var(--fs-5xl);
                line-height: 80%;
                letter-spacing: -6px;
                margin-block: 0 42px;
                @media (max-width: 1375px) {
                    margin-block: 0 16px;
                    letter-spacing: -3px;
                }
            }
            .cta-wrapper {
                display: flex;
                gap: 10px;

                @media (max-width: 1024px) {
                    flex-direction: column;
                }

                .fibbl_lists {
                    margin-block: 30px;
                    width: 100%;
                    max-width: 580px;

                    @media (max-width: 1024px) {
                        margin-top: 30px;
                        margin-bottom: 0;
                        order: 2;
                    }
                }

                .cta {
                    @media (max-width: 1024px) {
                        margin-top: 30px;
                        order: 2;
                        text-align: center;
                    }
                    .btn {
                        color: #fffaee;
                        background: #ff6464;
                        border: 1px solid #ff6464;
                        height: 130px !important;
                        font-weight: 700;
                        font-size: 54px !important;
                        padding: 58px !important;
                        border-radius: 50px !important;
                        &:hover {
                            color: var(--c-primary-200);
                            background-color: transparent;
                            border-color: var(--c-primary-200);
                        }

                        @media (max-width: 1024px) {
                            padding: 30px !important;
                            font-size: 30px !important;
                            border-radius: 30px !important;
                        }
                    }
                }
            }
        }
        .brands {
            display: flex;
            gap: 20px;
            justify-content: space-evenly;
            flex-wrap: wrap;
            figure {
                max-width: 200px;
                max-height: 40px;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .disappear {
                display: none;
                @media (max-width: 1024px) {
                    display: block;
                }
            }
        }
    }
}

.behind-the-code {
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        align-items: flex-end;
        gap: 36px;

        @media (max-width: 1024px) {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }

        .names {
            position: absolute;
            top: 280px;
            left: 130px;
            color: #fffaee;
            z-index: 1;
            display: flex;
            gap: 60px;
            font-style: italic;
            @media (max-width: 1024px) {
                display: none;
            }
        }
        figure {
            max-width: 682px;
            height: 100%;
            width: 100%;
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        .info {
            width: 40%;
            .text {
                margin-bottom: 40px;
                font-family: 'Inter';
                @media (max-width: 1024px) {
                    font-size: 18px;
                }
            }
            @media (max-width: 1024px) {
                width: 100%;
                max-width: 500px;
            }
            .cta-dark {
                &:nth-child(2) {
                    margin-bottom: 14px;

                    figure {
                        img {
                            margin-top: 4px;
                        }
                    }
                }
                a {
                    background: #181818;
                    color: #fffaee;
                    padding: 21px 40px;
                    width: 270px;
                    justify-content: center;
                    display: flex;
                    gap: 10px;
                    align-items: center;
                    border-radius: 30px;
                    border: 1px solid #181818;
                    white-space: nowrap;
                    font-weight: 700;
                    font-size: 31px;
                    line-height: 106%;
                    transition: all 0.3s ease;
                    cursor: pointer;

                    @media (max-width: 1024px) {
                        margin: 0 auto;
                        margin-bottom: 16px;
                    }

                    figure {
                        max-height: 40px;
                        max-width: 40px;
                        &.youtube {
                            max-height: 50px;
                            max-width: 50px;
                            svg {
                                margin-top: 6px;
                            }
                        }
                        svg {
                            margin-top: 2px;
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                            transition: all 0.3s ease;
                        }
                    }

                    &:hover {
                        background: #fffaee;
                        color: #181818;

                        figure {
                            svg {
                                stroke: #181818;
                                path {
                                    fill: #181818;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.use-case {
    .container {
        padding: 72px 64px 72px 64px;
        margin-bottom: 25px;
        border-radius: 62px;
        border: 1px solid #181818;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 30px;
        @media (max-width: 1024px) {
            padding: 18px 18px 28px 18px;
            border-radius: 35px;
            grid-template-columns: 1fr;
            gap: 12px;
        }
        .tag {
            position: absolute;

            font-family: var(--ff-fibbl);
            color: #c1b4a3;
            text-transform: uppercase;
            font-size: 24px;
            top: 30px;
            left: 64px;
            @media (max-width: 1024px) {
                font-size: 20px;
                top: -30px;
                left: 18px;
            }
        }

        .secondaty-title {
            @media (max-width: 1024px) {
                order: 2;
            }
            h2 {
                margin-block: 0 30px;
                line-height: 80%;
                @media (max-width: 1024px) {
                    margin-block: 0 16px;
                    font-size: 56px;
                }
            }
            .subtitle {
                margin-bottom: 20px;
                @media (max-width: 1024px) {
                    font-size: 18px;
                }
            }
            figure {
                margin-bottom: 30px;
                @media (max-width: 1024px) {
                    display: none;
                }
            }
            .cta {
                @media (max-width: 1024px) {
                    width: fit-content;
                    margin: 0 auto;
                    margin-top: 30px;
                }
                .btn {
                    color: #fffaee;
                    background: #181818;
                    border: 1px solid transparent;
                    height: 80px !important;
                    font-weight: 700;
                    padding: 24px 28px !important;
                    border-radius: 30px !important;
                    font-size: 32px !important;
                    &:hover {
                        color: var(--c-gray-900);
                        background-color: transparent;
                        border-color: var(--c-gray-900);
                    }
                }
            }
        }
        .video_wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 46px;
            overflow: hidden;
            border: 1px solid #181818;

            @media (max-width: 1024px) {
                border-radius: 24px;
            }

            video {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 0;
            }
            &.has-thumbnail {
                .video_thumbnail {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: black;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        display: block;
                        filter: grayscale(100%);
                    }

                    .custom_play_button {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        border: none;
                        background: none;
                        cursor: pointer;
                        transition: transform 0.2s ease;

                        &:hover {
                            transform: translate(-50%, -50%) scale(1.05);
                        }
                    }
                }
            }
        }
    }
}
.quote-showcase {
    .container {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;

        @media (max-width: 1024px) {
            flex-direction: column;
            align-items: center;
        }
        @media (max-width: 440px) {
            align-items: flex-start;
        }

        .image-wrapper {
            position: relative;
            z-index: 1;
            .main-image {
                width: 324px;
                height: 324px;
                border-radius: 50%;
                border: 1px solid #181818;
                overflow: hidden;
                background-color: #ded9cd;
                @media (max-width: 1024px) {
                    width: 252px;
                    height: 252px;
                }
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .indicator {
                position: absolute;
                bottom: -70px;
                left: 34px;
                &.mobile {
                    display: none;
                }
                @media (max-width: 1024px) {
                    position: absolute;
                    left: 154px;
                    bottom: 230px;
                    width: 160px;
                    height: 92px;
                    &.desktop {
                        display: none;
                    }
                    &.mobile {
                        display: block;
                    }
                }
            }
        }
        .info {
            max-width: 780px;
            blockquote {
                position: relative;
                margin-block: 16px 58px;
                @media (max-width: 1024px) {
                    margin-block: 8px 36px;
                    display: block;
                    width: 245px;
                    display: block !important;

                    &::before {
                        display: none;
                    }
                    &::after {
                        content: url('../../img/quote-end.svg');
                        position: absolute;
                        top: 0px;
                        left: 100%;
                        width: 105px;
                        height: 88px;
                    }
                }

                span {
                    font-size: var(--fs-5xl);
                    line-height: 80%;
                    letter-spacing: -4px;
                    font-weight: 700;
                    width: 100%;
                    @media (max-width: 1024px) {
                        font-size: 40px;
                        letter-spacing: -2px;
                    }
                }

                &::before {
                    content: url('../../img/quote-start.svg');
                    position: absolute;
                    top: -40px;
                    left: -114px;
                    width: 105px;
                    height: 88px;
                }

                .last {
                    position: relative;
                    width: fit-content;
                    @media (max-width: 1024px) {
                        &::after {
                            display: none;
                        }
                    }
                    &::after {
                        content: url('../../img/quote-end.svg');
                        position: absolute;
                        top: 40px;
                        right: -130px;
                        width: 105px;
                        height: 88px;
                    }
                }
            }
            .info-bottom {
                display: flex;
                gap: 24px;
                @media (max-width: 1024px) {
                    flex-direction: column;
                    gap: 0;
                }
                .text {
                    max-width: 400px;
                    @media (max-width: 1024px) {
                        font-size: 18px;
                    }
                }
                .cta {
                    @media (max-width: 1024px) {
                        margin-top: 30px;
                        text-align: center;
                    }
                    .btn {
                        color: #fffaee;
                        background: #ff6464;
                        border-color: #ff6464;
                        height: 80px !important;
                        font-weight: 700;
                        padding: 24px 28px !important;
                        border-radius: 30px !important;
                        font-size: 32px !important;
                        &:hover {
                            color: var(--c-primary-200);
                            background-color: transparent;
                            border-color: var(--c-primary-200);
                        }
                    }
                }
            }
        }
    }
}
