.header {
    display: none;
}


/*phone mask*/
.iti {
    border-radius: 8px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.iti__selected-country {
    height: 100%;
    justify-content: space-around;
    padding: 0 8px 0 12px;
    width: 100%;
}

.iti__selected-country-primary {
    padding: unset;
}

.iti__country-container {
    position: relative;
    width: 96px !important;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.04);
    transition: background-color 0.3s ease;
}

.iti__selected-country::after {
    content: "";
    display: block;

    width: 11px;
    height: 5px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M0.75 0.75L5.75 5.75L10.75 0.75' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;

    pointer-events: none; /* чтобы не мешала клику */
}

.iti__country-container:hover {
    outline: 1.5px solid #CCC;
    outline-offset: -1.5px;
    background-color: #FFF;
}

.iti__country-container:has(.iti__dropdown-content:not(.iti__hide)) {
    outline: 1.5px solid #282828;
    outline-offset: -1.5px;
    background-color: #FFF;
}

.iti__tel-input {
    border: none !important;
    background: transparent;
    width: calc(100% - 106px) !important;
    padding-top: 2px !important;
    padding-left: 16px !important;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: unset;
}


.iti__tel-input::placeholder {
    font-size: 16px !important;
}

/*.iti__search-input {*/
/*    padding-top: unset !important;*/
/*    padding-bottom: unset !important;*/
/*    padding-left: 32px !important;*/
/*    line-height: 42px !important;*/
/*    min-height: 40px !important;*/
/*    font-size: 16px !important;*/
/*    border-bottom-left-radius: unset !important;*/
/*    border-bottom-right-radius: unset !important;*/
/*}*/

.iti__search-input-wrapper{
    border-bottom: unset;
}

.iti__search-icon {
    left: unset;
    right: 0px;
}

.iti__search-input::placeholder {
    font-size: 16px !important;
}



@media (max-width: 597px) {
   .iti__dropdown-content-wrapper {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        transform: translateY(105%);
        transition: transform 340ms cubic-bezier(.32,.72,0,1);
        display: flex;
        flex-direction: column;
        max-height: 85vh;
    }

    .iti__dropdown-content {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        -webkit-overflow-scrolling:touch;
        padding: 0 16px 16px 16px;
        border-radius: 16px 16px 0 0;
    }

    div.iti__dropdown-content input.iti__search-input {
        position: sticky;
        top: 0;
        z-index: 1;
        font-size: 20px !important;
        height: 48px !important;
        padding: unset !important;
        padding-top: 4px !important;
        border: unset !important;
        outline: unset !important;
        background-color: unset !important;
        border-radius: unset !important;
        border-bottom: 1px solid #E6E6E6 !important;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'><path d='M13.3331 7.60437C13.3331 4.44031 10.7684 1.87511 7.60437 1.875C4.44024 1.875 1.875 4.44024 1.875 7.60437C1.87511 10.7684 4.44031 13.3331 7.60437 13.3331C9.14924 13.3331 10.5498 12.7202 11.5802 11.7261C11.6014 11.6996 11.6246 11.6743 11.6492 11.6498C11.6738 11.6251 11.6995 11.6021 11.7261 11.5808C12.7204 10.5504 13.3331 9.1494 13.3331 7.60437ZM15.2081 7.60437C15.2081 9.36632 14.6069 10.9867 13.6011 12.276L16.5997 15.2747C16.9658 15.6408 16.9658 16.2342 16.5997 16.6003C16.2336 16.9665 15.6402 16.9665 15.274 16.6003L12.2754 13.6017C10.9862 14.6072 9.36601 15.2081 7.60437 15.2081C3.40477 15.2081 0.000109843 11.8039 0 7.60437C0 3.4047 3.4047 0 7.60437 0C11.8039 0.000109846 15.2081 3.40477 15.2081 7.60437Z' fill='%23777777'/></svg>");        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 17px;
    }

    .iti__country-list {
        overflow-y: auto;
        flex:1;
        margin:0;
        list-style:none;
        background: #FFF;
        min-height: 600px;
    }
}

.iti--inline-dropdown .iti__dropdown-content,
.iti--fullscreen-popup .iti__dropdown-content {
    width: 485px;
    height: 300px !important;
    top: 51px !important;
    border-radius: 12px;
    padding: 0 20px 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.iti--inline-dropdown .iti__country-list {
    max-height: 250px;
}

.iti__country-list::-webkit-scrollbar {
    width: 2px;
}

.iti__flag {
    margin-top: -1px;
}

.iti .iti__selected-dial-code {
    margin-top: 2px;
    margin-left: unset;

    color: var(--foreground-primary, #282828);
    font-feature-settings: 'liga' off;
    text-overflow: ellipsis;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
}

.iti__country {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #F7F7F7;

    .iti__country-name {
        text-align: left;
    }
}

.iti__divider {
    height: 1px;
    background: #EFEFEF;
    margin: 16px 0;
    list-style: none;
    pointer-events: none;
}

.iti__country.iti__highlight {
    background-color: #EBEBEB;
}

.iti__country {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #F7F7F7;
    border-radius: 8px;
}

.iti__country-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #1a1a1a;
}

.iti__dial-code {
    color: var(--foreground-secondary, #777);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.iti__country-check,
.iti__search-clear,
.iti__arrow {
    display: none;
}

/*phone mask end*/

    .page-book-a-demo-new {
        padding-top: 0;

        h1, h3 {
            margin: 0;
        }

        p {
            margin: 0;
        }

        main {
            overflow-x: hidden;
        }

        .splide__arrow:not([disabled]) svg path,
        .splide__arrow:not([disabled]) svg rect {
            stroke: #333333;
        }

        .hero {
            padding-top: 48px;
            background-image: url("/wp-content/themes/simplydepo/images/book-a-demo-new/bg.png");
            background-repeat: no-repeat;
            background-position: right 0 top 0;
            background-color: #FAF7F5;

            .container {
            }

            .hero__wrapper {
                display: flex;
                flex-direction: column;
                gap: 72px;
            }

            .logo {
                padding: unset;
                max-width: fit-content;
                min-width: 189px;
            }

            /*.hero__content {*/
            /*    display: flex;*/
            /*    position: relative;*/
            /*    gap: 64px;*/
            /*}*/

            .hero__intro {
                position: relative;
                display: grid;
                padding-top: 8px;
                padding-bottom: 8px;
                grid-template-columns: 1fr 1fr;
                grid-template-areas:
                "header  form"
                "text    form"
                "list    form"
                "brands  form";
                column-gap: 80px;
                align-items: start;

                .hero__header {
                    grid-area: header;
                }

                .hero__text {
                    grid-area: text;
                }

                .book-a-demo__form {
                    grid-area: form;
                }

                .retail-ops__list {
                    grid-area: list;
                }

                .hero__brands {
                    grid-area: brands;
                }
            }

            .hero__header {
                margin-bottom: 16px;
            }

            .hero__subtitle {
                display: flex;
                align-items: center;
                gap: 12px;
                margin-bottom: 24px;

                .soc-logo {
                    display: flex;
                    padding: 6px;
                    align-items: center;
                    gap: 8px;
                    border-radius: 8px;
                    background: #333;
                }

                .feedback__social {
                    position: relative;
                    display: flex;
                    padding-right: 12px;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px;
                    color: #282828;

                    &::after {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 2px;
                        right: 0px;
                        height: 16px;
                        border-left: 1px solid #00000033;
                    }
                }

                span {
                    font-weight: 500;
                    line-height: 20px;
                }
            }

            .hero__subtitle--desk {
                display: flex;
            }

            .hero__subtitle--mob {
                display: none;
                 grid-area: subtitle;
            }

            .hero__title {
                color: var(--foreground-primary, #282828);
                font-feature-settings: 'liga' off;
                font-size: 48px;
                font-style: normal;
                font-weight: 700;
                line-height: 52px; /* 108.333% */
                letter-spacing: -0.48px;
                text-align: left;

                span {
                    color: var(--brand, #409A65);
                }
            }

            .hero__text {
                max-width: 90%;
                margin-bottom: 24px;
                color: #282828;
                font-size: 18px;
                font-weight: 500;
                line-height: 26px;
                text-align: left;
            }


            .book-a-demo__form {
                /*max-width: 549px;*/
                /*width: 100%;*/
                /*position: absolute;*/
                margin-top: 40px;
                padding: 32px 32px 20px 32px;
                border-radius: 24px;
                background: var(--General-White, #FFF);
                box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04);

                .wpcf7-form-control-wrap {
                    display: block;
                    width: 100%;
                }

                .wpcf7-form-control-wrap input,
                .wpcf7-form-control-wrap select,
                .wpcf7-form-control-wrap .iti__tel-input {
                    box-sizing: border-box;
                    height: 44px;
                    padding-top: 0;
                    padding-bottom: 0;
                    line-height: 44px;
                    border: none;
                    border-radius: 10px;
                    background-color: rgba(0, 0, 0, 0.04);
                    color: var(--foreground-primary, #282828);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    /*line-height: 24px; !* 150% *!*/
                    letter-spacing: 0.16px;

                    transition: background-color 0.3s ease;
                }

                .wpcf7-form-control-wrap select {
                    color: rgba(40, 40, 40, 0.5);
                }

                .wpcf7-form > *:not(:last-child) {
                    margin-bottom: 20px;
                }

                .field {
                    display: flex;
                    flex-direction: column;
                    align-items: start;
                }

                .field input:hover,
                .field select:hover {
                    outline: 1.5px solid #CCC;
                    outline-offset: -1.5px;
                    background-color: #FFF;
                }

                .field input:focus {
                    outline: 1.5px solid var(--foreground-primary, #282828);
                    outline-offset: -1.5px;
                    background: #FFF;
                }

                .field select:focus-within {
                    outline: 1.5px solid var(--foreground-primary, #282828);
                    outline-offset: -1.5px;
                    background: #FFF;
                    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M0.75 0.75L5.75 5.75L10.75 0.75' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
                    background-repeat: no-repeat;
                    background-position: right 12px center;
                    background-size: 10px;
                }

                .wpcf7-form-control.wpcf7-not-valid {
                    outline: 1.5px solid #F37171;
                    outline-offset: -1.5px;
                    background-color: #FFF;
                }

                .wpcf7 .wpcf7-not-valid-tip {
                    color: rgba(180, 39, 39, 1);
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 15px;
                    text-align: left;
                    margin-top: 4px;
                }

                .wpcf7-not-valid-tip::before {
                    content: "";
                    display: inline-block;
                    width: 13px;
                    height: 13px;
                    background-image: url("/wp-content/themes/simplydepo/images/book-a-demo-new/form-alert-icon.svg");
                    background-repeat: no-repeat;
                    /*background-position: center;*/
                    background-size: contain;
                    margin-right: 4px;
                    margin-top: -1px;
                    vertical-align: middle;
                }

                .field-set {
                    display: flex;
                    gap: 24px;
                }

                .field-title {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-bottom: 4px;
                    color: var(--foreground-primary, #282828);
                    font-feature-settings: 'liga' off;
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px;
                    letter-spacing: 0.15px;

                    .icon-star {
                        width: 12px;
                        height: 12px;
                        border-radius: 4px;
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Cpath d='M5 1.90741V3.09259L3.36918 3.01852L4.319 4.37037L3.29749 5L2.49104 3.48148L1.68459 5L0.681004 4.37037L1.6129 3.01852L0 3.09259V1.90741L1.6129 2L0.681004 0.62963L1.68459 0L2.49104 1.51852L3.29749 0L4.319 0.62963L3.36918 2L5 1.90741Z' fill='%23D21414'/%3E%3C/svg%3E");
                        background-repeat: no-repeat;
                        background-position: center;
                        background-color: rgba(210, 20, 20, 0.10);
                    }
                }

                .field-submit {
                    position: relative;
                    margin-top: 20px;

                    input {
                        border: none;
                    }
                }

                .book-a-demo__badges {
                    display: flex;
                    justify-content: center;
                    flex-wrap: wrap;
                    gap: 11px;

                    .book-a-demo__badge {
                        display: flex;
                        align-items: center;
                        gap: 8px;

                        span {
                            font-feature-settings: 'liga' off;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 20px;
                            letter-spacing: 0.14px;
                            color: #282828;
                            white-space: nowrap;
                        }
                    }
                }

                .iti__dropdown-content .iti__search-input {
                    height: 48px;
                    padding: unset;
                    padding-top: 4px;
                    border: unset;
                    outline: unset;
                    background-color: unset;
                    border-radius: unset;
                    border-bottom: 1px solid #E6E6E6;
                }

                .iti__dropdown-content .iti__search-input:hover {
                    outline: unset;
                    border-bottom: 1.5px solid #282828;
                }

                .iti__dropdown-content .iti__search-input:focus {
                    outline: unset;
                    border-bottom: 1.5px solid #282828;
                }
            }


            .retail-ops__list {
                color: var(--Text-Primary, #282828);
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 26px; /* 144.444% */
                margin-bottom: 56px;

                :not(:last-of-type) {
                    margin-bottom: 8px;
                }
            }

            .retail-ops__item {
                display: flex;
                gap: 10px;

                svg {
                    margin-top: 2px;
                    min-width: 18px;
                }
            }

            .hero__brands {
                padding-bottom: 24px;
            }

            .hero__brands-text {
                margin-bottom: 16px;
                text-align: left;
            }

            .brands__list {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }

            .brands__list {
                display: flex;
                justify-content: flex-start;
                gap: 32px;
            }

            .brands__item {
                max-width: 83px;
            }

            .hero__card {
                display: flex;
                justify-content: space-between;
                gap: 10px;
                text-align: left;
            }

            .card__item {
                width: calc((100% / 3) - 80px);
                color: #282828;

            }

            .card__logo {
                display: flex;
                width: 40px;
                height: 40px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-bottom: 20px;
                border-radius: 8px;
                background: #fff;
                box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
            }

            .card__title {
                margin-bottom: 8px;
                font-size: 18px;
                font-weight: 600;
                line-height: 26px;
            }

            .card__text {
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
            }
        }

        .customers-logo-slider {
            padding-top: 96px;
            padding-bottom: unset;

            .container {
                padding: unset;
            }

            .customers__wrapper-container {
                mask: unset;
            }

            .customers__logos {
                display: flex;
                flex-wrap: unset;
                width: unset;
                will-change: unset;
                gap: unset;
                justify-content: space-between;
                align-items: center;
            }

        }

        .demo {
            background-color: rgb(255, 255, 255, 1);

            .demo__wrapper {
            }

            .demo__header {
                margin-bottom: 40px;
            }

            .demo__title {
                color: #333;
                font-size: 40px;
                font-weight: 700;
                line-height: 1.2;
                text-align: center;
                letter-spacing: -0.4px;
            }

            .demo__list {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 16px;
            }

            .demo__item {
                width: calc((100% / 3) - 16px);
                min-width: 287px;
                padding: 40px 32px;
                text-align: center;
                color: #282828;
                border-radius: 32px;
                background-color: rgba(250, 247, 245, 1);
            }

            .demo__item-num {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 40px;
                height: 40px;
                margin: 0 auto 24px;
                border-radius: 100%;

                text-align: center;
                font-size: 20px;
                font-weight: 600;
                line-height: 1.4;
                color: rgb(255, 255, 255, 1);
                background-color: rgb(64, 154, 101, 1);
            }

            .demo__item-title {
                margin-bottom: 8px;
                font-size: 24px;
                font-weight: 600;
                line-height: 135%;
                color: rgba(40, 40, 40, 1);
            }

            .demo__item-text {
                font-size: 18px;
                line-height: 1.45;
            }
        }

        .feedback {
            background-color: rgb(255, 255, 255, 1);

            .splide__pagination {
                display: none;
            }
        }

        .footer-minimal {
            padding-top: 64px;
            padding-bottom: 64px;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            background: var(--white, #FFF);

            .footer-minimal__inner {
                display: flex;
                flex-direction: column;
                gap: 40px;
            }

            .logo {
                padding: unset;
            }

            .footer-minimal__bottom {
                display: flex;
                justify-content: space-between;
            }

            .footer-minimal__left {
            }

            .copyright {
                text-align: left;
                color: var(--Text-default, #282828);
                font-feature-settings: 'liga' off;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                letter-spacing: 0.14px;
                margin-bottom: 4px;
            }

            .copyright-menu .menu {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 16px;
                row-gap: 8px;

                a {
                    color: #777;
                    font-feature-settings: 'liga' off;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px;
                    letter-spacing: 0.14px;
                }

                a:hover {
                    text-decoration: underline;
                }
            }

            .footer-minimal__right {
                address {
                    text-align: right;

                    p {
                        margin-bottom: 4px;
                    }

                    p, a {
                        color: #777;
                        font-feature-settings: 'liga' off;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 20px;
                        letter-spacing: 0.14px;
                    }

                    @media (max-width: 541px) {
                        display: none;
                    }
                }
            }
        }

        @media (max-width: 1199px) {
            .hero {
                .hero__content {
                    justify-content: center;
                }

                .hero__intro {
                    padding: unset;
                    grid-template-columns: 1fr;
                    grid-template-areas:
                      "header"
                      "text"
                      "subtitle"
                      "form"
                      "list"
                      "brands";
                }

                .hero__header {
                    margin-bottom: 12px;
                }

                .book-a-demo__form {
                    position: unset;
                    margin-bottom: 32px;
                }

                .hero__text {
                    max-width: unset;
                    margin-bottom: 24px;
                }

                /*.field-sales__list {*/
                /*    margin-bottom: 23px;*/
                /*}*/

                .retail-ops__list {
                    margin-bottom: 32px;
                }
            }

            /*.case-study__form {*/
            /*    position: unset;*/
            /*    margin-bottom: 32px;*/
            /*    .field-set {*/
            /*        gap: 12px;*/
            /*        .field {*/
            /*            max-width: unset;*/
            /*        }*/
            /*    }*/
            /*}*/
        }

        @media (max-width: 991px) {
        }

        @media (max-width: 767px) {
            .hero {
                padding-top: 32px;
                padding-bottom: unset;
                /*background-image: url("/wp-content/themes/simplydepo/images/book-a-demo-new/book-a-demo-new_bg-mob.png");*/
                background-image: unset;
                background-color: #FAF7F5;

                .logo {
                    min-width: 162px;

                    img {
                        height: 20px;
                    }
                }

                .hero__subtitle {
                    margin-bottom: unset;
                }

                .hero__subtitle--desk {
                    display: none;
                }

                .hero__subtitle--mob {
                    display: flex;
                }

                .hero__wrapper {
                    gap: 32px;
                    margin-bottom: unset;
                }


                .hero__title {
                    font-size: 28px;
                    line-height: 32px;
                    letter-spacing: -0.5px;

                    br {
                        display: none;
                    }
                }

                .hero__text {
                    margin-bottom: 16px;
                }

                .hero__card {
                    display: none;
                }

                .circle-pulse {
                    margin: 3px 0;
                }


                .book-a-demo__form {
                    padding: unset;
                    background-color: unset;
                    box-shadow: unset;

                    .field-submit {
                        margin-top: 32px;
                    }

                    /*.iti__dropdown-content .iti__search-input {*/
                    /*    font-size: 16px;*/
                    /*    border-radius: unset;*/
                    /*    padding-left: 32px;*/
                    /*}*/


                }

                .retail-ops__list {
                    display: none;
                    /*order: 1;*/
                    /*margin-top: 22px;*/
                    /*margin-bottom: unset;*/
                }

                .retail-ops__text {
                    font-size: 18px;
                }

                /*.retail-ops__item:not(:first-child) .retail-ops__text{*/
                /*    font-weight: 500;*/
                /*}*/

                .hero__brands-text {
                    text-align: center;
                }

                .hero__brands {
                    margin-bottom: 48px;
                    padding-bottom: unset;
                }

                .brands__list {
                    justify-content: center;
                }

                .brands__item {
                    width: calc((100% / 4) - 24px);
                }
            }

            .customers-logo-slider {
                padding-top: 48px;
                padding-bottom: 48px;
                margin-left: -20px;
                margin-right: -20px;
                background-color: white;

                .customers__wrapper-container {
                    mask: unset;
                }

                .customers__logos {
                    display: flex;
                    flex-wrap: nowrap;
                    width: max-content;
                    will-change: transform;
                    gap: 80px;
                    justify-content: space-between;
                    align-items: center;
                }

            }

            .case-study__form {
                padding: inherit;
                border-radius: 16px;
                background: unset;
                box-shadow: unset;

                form {
                    gap: unset;
                }

                .field-set {
                    gap: 16px;
                    margin-bottom: 16px;
                }

            }

            .demo {
                padding-top: 48px;
                padding-bottom: 48px;

                .demo__title {
                    font-size: 28px;
                }

                .demo__item {
                    width: unset;
                    padding: 32px 24px;
                }

                .demo__item-num {
                    margin-bottom: 20px;
                }

                .demo__item-title {
                    font-size: 20px;
                }

                .demo__item-text {
                    font-size: 16px;
                }
            }

            .feedback {
                overflow: hidden;
                background-color: rgb(255, 255, 255, 1);

                .feedback-title {
                    color: var(--foreground-primary, #282828);
                    font-feature-settings: 'liga' off;
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 34px; /* 121.429% */
                    letter-spacing: -0.14px;
                }

                .feedback-desc {
                    color: var(--foreground-primary, #282828);
                    font-feature-settings: 'liga' off;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px; /* 150% */
                    letter-spacing: 0.16px;

                    br {
                        display: none;
                    }
                }

                .splide__track {
                    overflow: unset;
                }

                .splide__pagination {
                    display: none;
                }

                .feedback-arrows {
                    display: flex;
                    gap: 16px;
                }

                .splide__arrow {
                    padding: unset;

                    svg{
                        width: 48px;
                        height: 48px;
                    }
                }
            }

            .footer-minimal {
                padding-top: 32px;
                padding-bottom: 32px;

                .copyright {
                    margin-bottom: 8px;
                }

                /* .copyright-menu .menu {
                    display: inline-grid;
                    grid-template-columns: 1fr 1fr 1fr 1fr;
                } */

                .footer-minimal__inner {
                    gap: 32px;
                }
            }
        }
    }