@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');

@keyframes gradient-move {
    from {
        background-position: 0% 50%;
    }
    to {
        background-position: 200% 50%;
    }
}

:root {
    --Text-Primary: #282828;
    --Text-default: #333333;
    --icon-green-main: #006746;
    --General-Green-Main: #409A65;
    --General-White: #ffffff;
    --Text-Secondary: #777777;
}

.page-retail-execution {
    font-weight: 400;
    background-color: var(--General-White);

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

    h2 {
        color: var(--Text-Primary);
        font-size: 44px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.5px;
    }

    h3, h4 {
        color: var(--Text-Primary, #282828);
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    p {
        color: var(--Text-default, #333);
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

    .execution__link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--Text-Primary, #282828);
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;

        &:hover {
            color: var(--icon-green-main, #006746);
            text-decoration: underline;

            svg path {
                stroke: var(--icon-green-main, #006746);
            }
        }
    }

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

    /*main {*/
    /*    overflow: hidden;*/
    /*}*/

    .hero {
        padding-top: 64px;
        padding-bottom: 64px;
        background-color: #FAF7F5;
        color: var(--Text-Primary);

        .hero__wrapper {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            grid-column-gap: 48px;
        }

        .hero__title {
            color: var(--icon-green-main, #006746);
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 1.12px;
            text-transform: uppercase;
            text-align: left;
        }

        .hero__subtitle {
            color: var(--Text-Primary);
            font-size: 52px;
            font-weight: 700;
            line-height: 56px;
            letter-spacing: -0.5px;
        }

        .hero__text {
            letter-spacing: 0.18px;
            text-align: left;
        }

        .hero__picture {
            grid-area: 1 / 2 / 3 / 3;
            align-self: center;
        }

        .content {
            grid-area: 1 / 1 / 2 / 2;
            padding-top: 12px;
            margin-bottom: 48px;
            text-align: left;

            .content__inner {
                display: flex;
                flex-direction: column;
                gap: 20px;
                margin-bottom: 32px;
            }
        }
    }

    .badge {
        grid-area: 2 / 1 / 3 / 2;
        display: flex;
        align-items: center;
        padding-bottom: 12px;

        .badge__logo {
            width: 70px;
            height: 80px;

            &:not(:first-of-type) {
                margin-left: 16px;
            }
        }

        .rating {
            display: flex;
            flex-direction: column;
            margin-left: 24px;

            .top {
                display: flex;
                align-items: center;
                gap: 6px;
                margin-bottom: 4px;

                span {
                    margin-top: 1px;
                    color: var(--Text-default);
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                }
            }

            .text {
                color: var(--Text-default);
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
            }
        }
    }

    .customers {
        padding-bottom: 80px;
    }

    .software-description {
        padding-top: 80px;
        padding-bottom: 80px;

        .software-description__wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 48px;
        }

        .software-description__title {
            grid-row: 1 / 3;
            display: flex;
            text-align: left;
        }

        p {
            grid-column: 2;
            line-height: 26px;
            color: var(--Text-Primary, #282828);
        }

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

    .case-studies-card {
        padding-top: 80px;
        padding-bottom: 80px;

        .case-quote {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;

            padding: 16px;
            border-radius: 32px;
            background-color: #FAF7F5;

            .case-quote__inner {
                padding: 24px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;

                .case-quote__logo {
                    max-width: 121px;
                    margin-bottom: 20px;
                    max-height: 56px;
                }

                .case-quote__text {
                    margin-bottom: 20px;

                    p {
                        color: var(--Text-Primary, #282828);
                        font-family: "Roboto Serif", serif;
                        font-size: 24px;
                        line-height: 32px;
                        letter-spacing: -0.5px;
                    }
                }

                .customer {
                    margin-top: auto;

                    .profile {
                        display: flex;
                        align-items: center;
                        gap: 12px;
                        margin: 24px 0;

                        .profile__avatar {
                            width: 48px;
                            height: 48px;
                            border-radius: 100%;
                        }

                        .author {
                            p {
                                font-size: 16px;
                                line-height: 24px;
                                letter-spacing: -0.16px;
                                font-style: normal;
                            }

                            .author__name {
                                color: var(--Text-Primary, #282828);
                                font-weight: 600;
                            }

                            .author__position {
                                color: var(--Text-default, #333);
                            }
                        }
                    }

                    .cards-stats {
                        display: flex;
                        gap: 65px;
                        position: relative;

                        .card__num {
                            color: var(--Text-Primary, #282828);
                            font-feature-settings: 'salt' on;
                            font-size: 32px;
                            font-weight: 600;
                            line-height: 40px;
                        }

                        .card__text {
                            color: var(--Text-default, #333);
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 20px;
                        }
                    }

                    .cards-stats li:last-child {
                        border-left: 1px solid #D9D9D9;
                        padding-left: 32px;
                    }
                }

            }

            .poster {
                border-radius: 16px;
                align-self: center;
            }
        }
    }

    .choose {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;

        .choose__wrapper {
            display: flex;
            flex-direction: column;
            gap: 48px;
        }

        .choose__header {
            margin: 0 auto;
            max-width: 680px;
            width: 100%;
            text-align: center;
        }

        .choose__title {
            margin-bottom: 24px;
        }

        .choose__list {
            max-width: 1284px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 24px;
        }

        .choose__list-item {
            max-width: 370px;
            flex: 1 0 320px;
        }

        .choose__card {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 32px;
            border-radius: 24px;
            border: 1px solid #E6E6E6;
            background: var(--General-White, #FFF);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
        }

        .choose__card-icon {
            margin-bottom: 24px;
            width: 48px;
            height: 48px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            background-color: #E6F5F1;
        }

        .choose__card-title {
            margin-bottom: 8px;
        }

        .choose__card-text {
            font-size: 16px;
            line-height: 24px;
        }

        .arrows__mobile {
            display: none;
        }
    }

    .store-execution {
        padding-top: 80px;
        padding-bottom: 80px;

        .store-execution__wrapper {
        }

        .store-execution__header {
            max-width: 640px;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 24px;

            h2 {
                margin-bottom: 24px;
            }
        }

        .store-execution__item:nth-child(even) .features {
            flex-flow: row-reverse;
        }

        .store-execution__item:last-child .features {
            padding-bottom: unset;
        }

        .features {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 80px;
            padding: 80px 0;

            .features__inner {
                flex: 1 0 0;
                min-width: 335px;
                padding: 72px 0;

                p {
                    margin-bottom: 24px;
                }
            }

            .features__header {
                span {
                    color: var(--icon-green-main, #006746);
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 20px;
                    letter-spacing: 1.12px;
                    text-transform: uppercase;
                }

                h3 {
                    margin: 20px 0;
                    font-size: 36px;
                    line-height: 44px;
                    font-weight: 700;
                }
            }

            figure {
                flex: 1 0 0;
                min-width: 335px;
            }
        }
    }

    .how-it-works {
        padding-bottom: 32px;

        .how-it-works__header {
            max-width: 720px;
            margin: 0 auto 48px;
            text-align: center;
        }

        .how-it-works__steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;

            li {
                max-width: 374px;
                flex: 1 0 320px;

                .step-card {
                    position: relative;
                    padding: 32px;
                    background: #FAF7F5;

                    .step-card__num {
                        width: 44px;
                        height: 44px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-bottom: 32px;
                        /*background-color: var(--icon-green-main, #006746FF);*/
                        background-color: var(--General-Green-Main, #409A65);
                        border-radius: 100%;

                        color: var(--General-White, #FFF);
                        font-size: 20px;
                        font-weight: 600;
                        line-height: 28px;
                    }

                    h3 {
                        margin-bottom: 8px;
                    }

                    p {
                        color: var(--Text-default, #333);
                    }

                    &:after {
                        position: absolute;
                        content: "";
                        display: block;
                        top: 0;
                        right: -24px;
                        width: 24px;
                        height: 100%;
                        background-image: url("/wp-content/themes/simplydepo/images/retail-execution-page/front.svg");
                        background-repeat: no-repeat;
                        background-size: cover;
                    }

                    &:before {
                        position: absolute;
                        content: "";
                        display: block;
                        top: 0;
                        left: -24px;
                        width: 24px;
                        height: 100%;
                        background-image: url("/wp-content/themes/simplydepo/images/retail-execution-page/back.svg");
                        background-repeat: no-repeat;
                        background-size: cover;
                    }
                }

                &:first-of-type .step-card {
                    border-radius: 24px 0 0 24px;

                    &:before {
                        display: none;
                    }
                }

                &:last-of-type .step-card {
                    border-radius: 0 24px 24px 0;

                    &:after {
                        display: none;
                    }
                }
            }


        }
    }

    .rating-awards {
        padding-top: 24px;
        padding-bottom: 80px;

        .rating-awards__wrapper {
            display: flex;
            /*flex-wrap: wrap;*/
            gap: 10px;
            align-items: center;
            justify-content: space-between;
            padding-top: 56px;
            border-top: 1px solid #EBEBEB;
        }

        .rating-awards__header {
            max-width: 618px;

            h2 {
                margin-bottom: 16px;
                color: var(--Text-Primary, #282828);
                font-size: 36px;
                font-weight: 700;
                line-height: 44px;
                letter-spacing: -0.5px;
            }
        }

        .rating-awards__badges {
            min-width: 335px;
        }
    }

    .execution-cta {
        padding: 120px 0;
        background-color: #17171A;

        .execution-cta__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 32px;
        }

        .execution-cta__header {
            text-align: center;
            max-width: 720px;

            h2 {
                display: inline-block;
                margin-bottom: 16px;
                font-size: 44px;
                line-height: 48px;
                letter-spacing: -0.5px;

                background: linear-gradient(
                        90deg,
                        #5BDEC8,
                        #FFDE4A,
                        #EB93CA,
                        #5BDEC8
                );
                background-size: 200% 100%;
                background-position: 0% 50%;

                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;

                animation: gradient-move 3.5s linear infinite;


                strong {
                    font-weight: 700;
                }
            }

            p {
                color: var(--General-White, #FFF);
                letter-spacing: 0.5px;
            }
        }

    }

    .cases {
        padding: 80px 0;

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

        .cases__header {
            max-width: 560px;
            margin-bottom: 32px;
            text-align: center;
        }

        .cases__subtitle {
            display: inline-block;
            height: 28px;
            padding: 0 16px;
            border-radius: 40px;
            border: 1px solid rgba(64, 154, 101, 0.50);
            font-size: 14px;
            font-weight: 600;
            line-height: 28px;
            letter-spacing: 0.56px;
            text-transform: uppercase;
            color: rgba(0, 103, 70, 1);
        }

        .cases__title {
            span {
                color: var(--General-Green-Main, #409A65);
            }
        }

        .cases__menu {
            display: flex;
            gap: 4px;
            margin-bottom: 32px;
            padding: 4px;
            border-radius: 999px;
            /*background-color: #F0F0F0;*/
        }

        .cases__menu-button {
            height: 36px;
            padding: 0 16px;
            color: var(--Text-Primary, #282828);
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;

            &:hover {
                border-radius: 999px;
                background-color: #F0F0F0;
            }
        }

        .cases__menu-button.active {
            border-radius: 999px;
            background: #F7F4F2;
        }

        .cases-tubs {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        .cases-tubs__item {
            display: none;
            gap: 16px;
        }

        .cases-tubs__item.active {
            display: flex;
            min-height: 480px;
        }

        .cases-tubs__content-left {
            width: 34%;
            display: flex;
            flex-direction: column;
            padding: 40px;
            border-radius: 24px;
            background-color: rgba(247, 244, 242, 1);
        }

        .cases-tubs__header {
            h3 {
                margin-bottom: 16px;
                color: var(--Text-Secondary, #777);
                font-family: Caveat;
                font-size: 24px;
                font-weight: 700;
                line-height: 32px;
            }

            span {
                color: var(--Text-Primary, #282828);
                font-size: 32px;
                /*font-weight: 700;*/
                line-height: 40px;
                letter-spacing: -0.32px;

                strong {
                    font-weight: 700;
                }
            }
        }

        .cases-tubs__text {
            margin-top: auto;
            margin-bottom: 20px;
            line-height: 26px;
        }

        .cases-tubs__content-right {
            width: 66%;
            display: flex;
            align-items: center;
            border-radius: 32px;
            background-color: rgba(247, 244, 242, 1);
            padding-right: 16px;

            img {
                flex: 1 0 311px;
                max-width: 522px;
                min-width: 0;
            }
        }

        .stats__list {
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            flex: 1 0 150px;
            max-width: 224px;
            padding: 16px 0;
            gap: 16px;

            & > * {
                flex: 1;
            }
        }

        .stats__item {
            /*width: 224px;*/
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 16px 24px;
            border-radius: 24px;
            background-color: rgba(255, 255, 255, 0.80);
            text-align: center;
        }

        .stats__num {
            font-size: 40px;
            font-weight: 600;
            line-height: 1.2;
            color: rgba(40, 40, 40, 1);
        }

        .stats__desc {
            max-width: 75%;
            color: rgba(51, 51, 51, 1);
            font-size: 16px;
            font-weight: 400;
            line-height: 1.25;
            letter-spacing: 0.16px;
        }
    }

    .integrations {
        padding: 96px 0;
        background-color: rgba(247, 244, 242, 1);
        background-image: url("/wp-content/themes/simplydepo/images/retail-execution-page/bg.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;

        .container {
        }

        .integrations__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 48px;
        }

        .integrations__header {
            width: 48%;
            text-align: center;

            h2 {
                margin-bottom: 12px;
            }
        }

        .integrations__subtitle {
            display: inline-block;
            margin-bottom: 24px;
            height: 28px;
            padding: 0 16px;
            border-radius: 40px;
            border: 1px solid rgba(64, 154, 101, 0.50);
            font-size: 14px;
            font-weight: 600;
            line-height: 28px;
            letter-spacing: 0.56px;
            text-transform: uppercase;
            color: rgba(0, 103, 70, 1);
        }

        /*.integrations__title {*/
        /*    margin-bottom: 12px;*/
        /*    font-size: 44px;*/
        /*    font-weight: 700;*/
        /*    line-height: 44px;*/
        /*    letter-spacing: -0.44px;*/
        /*    color: rgba(40, 40, 40, 1);*/
        /*}*/

        /*.integrations__text {*/
        /*    text-align: center;*/
        /*    font-size: 18px;*/
        /*    font-weight: 400;*/
        /*    line-height: 1.55;*/
        /*    letter-spacing: 0.18px;*/
        /*    color: rgba(51, 51, 51, 1);*/
        /*}*/

        .integrations__list {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            gap: 16px;
        }

        .integrations__item {
            width: calc((100% / 4) - 12px);
            height: 136px;
            padding: 16px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 16px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 1);

            span {
                font-size: 18px;
                font-weight: 500;
                line-height: 1.44;
                color: rgba(40, 40, 40, 1);
            }
        }
    }

    .business-value {
        overflow: hidden;

        .container {
            /*max-width: 1510px;*/
            /*padding-left: 171px;*/
            /*padding-right: 0;*/
        }

        .splide__arrows {
            max-width: 1178px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

        .business-value__header {

            h2 {
                margin-bottom: 24px;
            }

            p {
                max-width: 640px;
            }
        }

        .splide__track {
            margin-top: 48px;
            overflow: unset;
        }

        .splide__list {
            li:not(:last-child) {
                margin-right: 32px;
            }
        }

        .business-value__case {
            height: 100%;
            max-width: fit-content;
            /*max-height: 448px;*/
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 24px;
            padding: 16px;
            border-radius: 32px;
            color: var(--General-White, #FFF);
            background-color: #1F1F1F;
        }

        .business-value__case-inner {
            /*height: 100%;*/
            display: flex;
            flex-direction: column;
            max-width: 561px;
            flex: 1 0 319px;
            padding: 24px;

            p {
                margin-bottom: 88px;
                color: inherit;
                font-size: 32px;
                font-style: normal;
                font-weight: 600;
                line-height: 40px;
                letter-spacing: -0.2px;
            }

            .case-stats {
                display: flex;
                margin-top: auto;
                margin-bottom: 32px;

                .case-stats__item {
                    max-width: 240px;
                    width: 100%;
                }

                .case-stats__num {
                    min-width: 131px;
                    margin-bottom: 8px;
                    font-size: 40px;
                    font-weight: 600;
                    line-height: 48px;
                }

                .case-stats__text {
                    margin: unset;
                    color: rgba(255, 255, 255, 0.90);
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 20px;
                }
            }
        }

        /*.business-value__case-logo {*/
        /*    flex: 1 0 319px;*/
        /*    height: 100%;*/

        /*    picture {*/
        /*        display: block;*/
        /*        height: 100%;*/

        /*        img {*/
        /*            height: 100%;*/
        /*            border-radius: 20px;*/
        /*        }*/
        /*    }*/
        /*}*/


        .business-value__case-logo {
            max-width: 561px;
            flex: 1 1 319px;
            height: 100%;

            img {
                height: 100%;
                border-radius: 20px;
            }
        }
    }

    .additional-features {
        overflow: hidden;

        .container {
            position: relative;
        }

        .additional-features__wrapper {
        }

        .additional-features__header {
            margin-bottom: 48px;
            max-width: 680px;
            text-align: left;

            h2 {
                margin-bottom: 24px;
            }
        }

        .splide__track {
            overflow: unset;
        }

        .additional-features__cards {
            display: flex;

            li {
                max-width: 370px;

                &:not(:last-child) {
                    margin-right: 32px;
                }
            }
        }

        .splide-additional-features {
            margin: 0 auto;
            max-width: fit-content;
            /*padding-left: 156px;*/
        }

        .arrows_desktop {
            position: absolute;
            top: 69px;
            right: 53px;
        }

        .feature-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 32px;
            border-radius: 24px;
            border: 1px solid #E6E6E6;
            background: var(--General-White, #FFF);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);

            .feature-card__logo {
                width: 56px;
                height: 56px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                margin-bottom: 24px;
                border-radius: 8px;
            }

            .orange {
                background-color: #FFF5EE;
            }

            .purple {
                background-color: #F5ECFC;
            }

            .mint {
                background-color: #E6F5F1;
            }


            .sky {
                background: #ECF4FC;
            }

            .rose {
                background: #FCECEF;
            }

            .lilac {
                background: #EFECFC;
            }

            h3 {
                margin-bottom: 8px;

                a {
                    display: inline-flex;
                    align-items: center;
                    gap: 2px;

                    color: inherit;
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit;

                    span {
                        display: inline-block;
                        position: relative;
                    }
                }
            }

            p {
                color: var(--Text-default, #333);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
            }

            &:hover {
                h3 {
                    a {
                        color: var(--icon-green-main, #006746);

                        span::after {
                            display: block;
                            position: absolute;
                            content: "";
                            height: 1px;
                            left: 0;
                            bottom: 3px;
                            width: 100%;
                            background-color: var(--icon-green-main, #006746);
                        }

                        svg path {
                            fill: var(--icon-green-main, #006746);
                        }
                    }
                }
            }
        }
    }

    .faq {
        margin: unset;
    }

    .comparison-table {
        .comparison__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 80px;
        }

        .comparison__header {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 778px;
            gap: 16px;
            text-align: center;
        }

        .comparison__label {
            border-radius: 40px;
            padding: 7px 16px;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            opacity: 1;
            background-color: rgba(237, 252, 247, 1);
            color: rgba(0, 103, 70, 1);
            line-height: normal;
            letter-spacing: 0.56px;
        }

        .comparison__title {
            max-width: 640px;
            font-weight: 700;
            font-size: 48px;
            line-height: 52px;
            margin: 0;
            color: #282828;
        }

        .comparison__text {
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
        }

        /*.comparison__button {*/
        /*    border-radius: 10px;*/
        /*    padding: 6px 12px;*/
        /*    font-weight: 600;*/
        /*    font-size: 14px;*/
        /*    line-height: 20px;*/
        /*    width: fit-content;*/
        /*    margin: 0 auto;*/
        /*}*/

        .content {
            display: flex;
            gap: 24px;
        }

        .table {
            width: 100%;
            font-weight: 500;
            font-size: 18px;
            line-height: 26px;
        }

        .table__column {
            width: 25%;
        }

        .table__column-head,
        .first-column__header {
            height: 102px;
            /*padding-top: 35px;*/
            text-align: left;
            padding: 50px 16px 24px 16px;
            background-color: #fff;
            border-bottom: 1px solid rgba(233, 233, 233, 1);

            position: sticky;
            top: 79px;
            z-index: 10;

            span {
                color: #000;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 28px;
            }
        }

        .table__logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            flex-wrap: wrap;

            img {
                width: 16px;
                height: 16px;
            }

            .table__logo-text {
                font-weight: 500;

                span {
                    color: #333;
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 26px;
                }
            }
        }


        .table__logo:nth-child(3) {
            .table__logo-text {
                font-weight: 600;
                color: #333;
            }
        }

        .table__cell.first-column__header {
            height: 102px;
            padding: 50px 16px 24px 16px;
        }

        .table__cell.first-column__header:first-child {
            border-top: unset;
        }

        .table__cell.second_column__header:first-child,
        .table__cell.third_column__header:first-child {
            display: none;
        }

        .table__cell.second_column__header,
        .table__cell.third_column__header {
            /*border: unset;*/
            height: 102px;
        }

        .table__column--logo {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
            gap: 6px;

            span {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;

            }

            img {
                height: 16px;
                width: 16px;
            }
        }

        .table__cell {
            height: 64px;
            padding: 19px 16px;
            border-bottom: 1px solid rgba(233, 233, 233, 1);
            text-align: center;
            /*position: relative;*/
        }

        /*.table__cell:nth-child(1) {*/
        /*    border-top: 1px solid rgba(233, 233, 233, 1);*/
        /*}*/

        /*.table__cell:last-child{*/
        /*    border-bottom: 1px solid rgba(233, 233, 233, 1);*/
        /*}*/

        .table__cell-caption {
            opacity: 0;
            pointer-events: none;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            transition: .3s;
            border-radius: 8px;
            padding: 4px 8px;
            width: max-content;
            background: var(--caption-bg);
            color: var(--caption-color);
        }

        .table__cell-caption::after {
            content: "";
            left: 50%;
            transform: translateX(-50%) rotate(180deg);
            border-color: transparent transparent var(--caption-bg) transparent;
            position: absolute;
            bottom: -4px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 4px 4px 4px;
        }

        .table__cell:hover .table__cell-caption {
            opacity: 1;
            pointer-events: all;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
        }

        .table__cell:has([alt="check"]) .table__cell-caption {
            --caption-bg: #409A65;
            --caption-color: white;
        }

        .table__cell:has([alt="minus"]) .table__cell-caption {
            --caption-bg: #FFB53F;
            --caption-color:  black;
        }

        .table__cell:has([alt="cross"]) .table__cell-caption {
            --caption-bg: #EA4335;
            --caption-color: white;
        }

        .table__column:nth-child(1) {
            width: 50%;
            padding-top: 16px;

            .table__cell {
                text-align: left;
            }
        }

        .table__column:nth-child(2) {
            border-radius: 16px;
            padding: 16px;
            outline: 1px solid rgba(169, 212, 187, 1);
            box-shadow: 0px 0px 0px 6px rgba(207, 238, 220, 1);

            .table__column-head {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 12px;
                padding: 16px 0;
                height: 102px;
            }
        }

        .table__column:nth-child(3) {
            padding-top: 16px;

            .table__column-head{
                padding-top: 16px;

                .table__logo-text {
                    font-weight: 600;
                    text-align: center;
                }
            }
        }
    }


    .comparison-pages {

        .comparison-pages__wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .comparison-pages__content {
            flex: 1 0 407px;
            max-width: 561px;
        }

        .comparison-pages__heading {
            margin-bottom: 32px;
        }

        .comparison-pages__title {
            margin-bottom: 16px;
        }

        .comparison-pages__desc {
            max-width: 498px;
        }

        .comparison-pages__buttons {
            display: flex;
            gap: 16px;
        }

        .comparison-pages__buttons_mob {
            display: none;
        }

        .comparison-pages__list {
            flex: 1 0 350px;
            max-width: 561px;
            padding: 32px;
            background-image: url("/wp-content/themes/simplydepo/images/retail-execution-page/section-bg.png");
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 24px;
        }

        .comparison-pages__list-heading {
            margin-bottom: 28px;
            text-align: center;
        }

        .comparison-pages__list-title {
            font-size: 24px;
            line-height: 32px;
            letter-spacing: -0.3px;
        }

        .comparison-pages__list-desc {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.16px;

            br {
                display: none;
            }
        }

        .pages-list {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }

        .pages-list__item {
            flex: 1 0 156px;
        }

        .pages-list__link {
        }

        .page-card {
            display: flex;
            flex-direction: column;
            padding: 20px;
            border-radius: 16px;
            background-color: var(--General-White, #FFF);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);

        }

        .page-card__top {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .page-card__logo {
            width: 24px;
            height: 24px;
        }

        .page-card__info {
        }

        .page-card__title {
        }

        .page-card__text {
            color: var(--Text-Secondary, #777);
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }
    }

    @media (min-width: 1199px) {
        .comparison-pages {
            .page-card:hover {
                .page-card__title {
                    color: var(--icon-green-main, #006746);
                    text-decoration: underline;
                    text-decoration-style: solid;
                    text-decoration-skip-ink: auto;
                    text-decoration-thickness: auto;
                    text-underline-offset: auto;
                    text-underline-position: from-font;
                }

                .page-card__top svg path{
                    fill: var(--icon-green-main, #006746);
                }
            }
        }
    }

    @media (max-width: 1199px) {
        .store-execution {
            .features {
                padding: 48px 0;
                gap: 32px;

                .features__inner {
                    padding: unset;
                }
            }
        }

        .choose {
            /*.splide-choose-value {*/
            /*    padding-left: 53px;*/
            /*}*/

            .cases {
                .stats__list {
                    flex-direction: row;
                    width: 100%;
                }
            }
        }

        .business-value {
            .container {
                max-width: 1284px;
                width: 100%;
                margin: 0 auto;
                padding: 0 53px;
            }

            .business-value__case {
                flex-wrap: nowrap;
                border-radius: 24px;
            }

            .business-value__case-inner {
                padding: 12px;
                height: auto;

                p {
                    margin-bottom: 24px;
                    /*font-size: 20px;*/
                    /*line-height: 28px;*/
                }

                .case-stats {
                    margin-bottom: 24px;

                    .case-stats__item {
                    }

                    .case-stats__num {
                        font-size: 32px;
                        line-height: 40px;
                    }

                    .case-stats__text {
                        font-size: 14px;
                        line-height: 18px;
                    }
                }
            }
        }

        .additional-features {
            padding: 48px 0;

            .arrows_desktop {
                position: absolute;
                top: 100px;
                left: 80%;
            }
        }
    }

    @media (max-width: 991px) {

        .choose {
            align-items: normal;

            .choose__list {
                flex-wrap: unset;
                justify-content: unset;
            }
        }

        .cases {
            padding: 48px 0;

            .cases__header {
                gap: 16px;
                margin-bottom: 24px;
            }

            .cases__title {
                font-size: 28px;
                letter-spacing: -0.28px;
                line-height: 1.28;
            }

            .cases__menu {
                justify-content: center;
                gap: 4px;
                margin-bottom: 16px;
                width: 100%;
            }

            .cases__menu-button {
                font-size: 16px;
                height: 36px;
                line-height: 36px;
            }

            .cases-tubs__item {
                gap: unset;
                flex-wrap: wrap;
            }

            .cases-tubs__content-left {
                width: 100%;
                padding: 20px 20px 4px;
                border-radius: 16px 16px 0 0;
            }

            .cases-tubs__header {
                margin-bottom: 8px;
                font-size: 28px;
                font-weight: 700;
                line-height: 1.28;
                letter-spacing: -0.28px;

                h3 {
                    margin-bottom: 8px;
                    font-size: 20px;
                    line-height: 28px;
                }

                span {
                    font-size: 24px;
                    line-height: 32px;
                    letter-spacing: -0.2px;
                }
            }

            .cases-tubs__subtitle {
                margin-bottom: 8px;
                font-size: 20px;
                line-height: 1.4;
            }

            .cases-tubs__title {
                font-size: 24px;
                font-weight: 700;
                line-height: 1.33;
                letter-spacing: -0.2px;
            }

            .cases-tubs__text {
                font-size: 16px;
                line-height: 1.5;
                letter-spacing: 0.16px;
                margin-bottom: 24px;
            }

            .button {
                width: 100%;
            }

            .cases-tubs__content-right {
                flex-direction: column;
                width: 100%;
                gap: unset;
                padding: 4px 12px 12px;
                border-radius: 0 0 16px 16px;

                img {
                    height: unset;
                    max-width: 240px;
                    flex-basis: unset;
                }
            }

            .stats__list {
                position: relative;
                gap: unset;
                height: 108px;
                width: 100%;
                flex-basis: unset;
                max-width: unset;
                padding: unset;

                &::after {
                    content: "";
                    position: absolute;
                    left: 50%;
                    right: 50%;
                    top: 22px;
                    width: 1px;
                    height: 64px;
                    background-color: rgba(229, 229, 229, 1);
                }
            }

            .stats__item {
                height: 100%;
                padding: 24px 16px;

                &:nth-of-type(1) {
                    border-radius: 10px 0 0 10px;
                }

                &:nth-of-type(2) {
                    border-radius: 0 10px 10px 0;
                }
            }

            .stats__num {
                font-size: 24px;
            }

            .stats__desc {
                max-width: unset;
                font-size: 12px;
            }
        }

        .additional-features {
            padding: 48px 0;

            .additional-features__header {
                text-align: left;
                margin-bottom: 32px;

                h2 {
                    font-size: 32px;
                    line-height: 36px;
                    letter-spacing: -0.5px;
                    margin-bottom: 16px;
                }

                p {
                    font-size: 16px;
                    line-height: 24px;
                }
            }

            .additional-features__cards {
                li {
                    min-width: 320px;
                    flex: 1 0 0;

                    &:not(:last-child) {
                        margin-right: 16px;
                    }
                }
            }

            .feature-card {
                padding: 24px;
            }

            .splide__track {
                margin-bottom: 32px;
            }

            .splide__arrows {
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;
            }

            .arrows_desktop {
                position: unset;
            }
        }

        .business-value {
            padding: 48px 0;

            .business-value__case {
                max-height: unset;
                flex-direction: column;
            }
        }

        .comparison-pages {

            .comparison-pages__wrapper {
                flex-direction: column;
                justify-content: center;
            }

            .comparison-pages__content {
                flex: 1 0 auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

                .comparison-pages__buttons {
                    display: none;
                }

            .comparison-pages__list {
                background-color: #FAF7F5;
                background-image: unset;
            }

            .pages-list {
                margin-bottom: 24px;
                justify-content: center;
            }

            .comparison-pages__buttons_mob {
                display: flex;
                justify-content: center;
                gap: 16px;
            }

            .comparison-pages__heading {
                margin-bottom: unset;
            }

            .comparison-pages__list-heading {
                padding: 8px 0;
                margin-bottom: 16px;
                text-align: center;
            }

        }
    }

    @media (max-width: 767px) {
        .hero {
            padding-top: 32px;
            padding-bottom: 32px;

            .hero__wrapper {
                display: grid;
                grid-template-columns: 1fr;
                grid-column-gap: 48px;
            }

            .hero__subtitle {
                font-size: 36px;
                line-height: 40px;
            }

            .hero__picture {
                grid-area: auto;
                align-self: center;
            }

            .button {
                width: 100%;
            }
        }

        .badge {
            padding-bottom: unset;
            margin-bottom: 32px;
        }

        .customers {
            .container {
                padding: unset;
            }

            padding: 48px 0;
        }

        .software-description {
            padding-top: 32px;
            padding-bottom: 16px;

            .software-description__wrapper {
                display: grid;
                grid-template-columns: 1fr;
                grid-column-gap: 48px;
            }

            .software-description__title {
                font-size: 32px;
                line-height: 36px;
                letter-spacing: -0.5px;
                margin-bottom: 16px;
            }

            p {
                color: var(--Text-default, #333);
                font-size: 16px;
                line-height: 24px;
            }

            p {
                grid-column: 1;
            }
        }

        .case-studies-card {
            padding-top: 48px;
            padding-bottom: 48px;

            .case-quote {
                grid-template-columns: 1fr;
                gap: 8px;
                padding: 8px;

                .case-quote__inner {
                    padding: 16px;

                    .case-quote__logo {
                        max-width: 97px;
                        margin-bottom: 16px;
                    }

                    .button {
                        order: 1;
                        width: 100%;
                    }

                    .case-quote__text {
                        margin-bottom: unset;

                        p {
                            font-size: 18px;
                            font-weight: 400;
                            line-height: 24px;
                            letter-spacing: -0.2px;
                        }
                    }

                    .customer {
                        .cards-stats {
                            gap: 16px;
                            margin-bottom: 24px;

                            &::before {
                                display: none;
                            }

                            .card__num {
                                font-size: 20px;
                                line-height: 30px;
                                margin-bottom: 4px;
                            }
                        }
                    }

                }

                .poster {
                    grid-row: 1;
                    border-radius: 24px;
                }
            }
        }

        .choose {
            padding-top: 48px;
            padding-bottom: 48px;
            gap: 32px;

            .choose__header {
                text-align: left;
            }

            .choose__title {
                margin-bottom: 16px;
                font-size: 32px;
                font-weight: 700;
                line-height: 36px;
                letter-spacing: -0.5px;
            }

            .choose__text {
                font-size: 16px;
                line-height: 24px;
            }

            /*.splide-choose-value {*/
            /*    padding-left: 18px;*/
            /*}*/

            .arrows__mobile {
                display: flex;
                justify-content: space-between;
                flex-direction: row-reverse;
                padding: 0 18px;
            }

            .choose__list {
                gap: unset;

                li:not(:last-child) {
                    margin-right: 16px;
                }
            }

            .choose__card {
                padding: 24px;
            }

            .choose__card-title {
                margin-bottom: 8px;
            }

            .choose__card-text {
                font-size: 16px;
                line-height: 24px;
            }
        }

        .store-execution {
            padding-top: 48px;
            padding-bottom: 48px;


            .store-execution__header {
                text-align: left;
                margin-bottom: unset;

                h2 {
                    font-size: 32px;
                    line-height: 36px;
                    letter-spacing: -0.5px;
                    margin-bottom: 16px;
                }

                p {
                    font-size: 16px;
                    line-height: 24px;
                }
            }

            .store-execution__title {
                margin-bottom: 16px;
            }

            .store-execution__item:nth-child(even) .features {
                flex-flow: wrap;
            }

            .features {
                gap: unset;

                .features__inner {
                    padding: unset;

                    p {
                        margin-bottom: 24px;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 24px;
                    }
                }

                .features__header {
                    h3 {
                        font-size: 24px;
                        line-height: 32px;
                        letter-spacing: -0.2px;

                        br {
                            display: none;
                        }
                    }
                }


                figure {
                    order: -1;
                    margin-bottom: 32px;
                }
            }
        }

        .how-it-works {
            padding-top: 24px;
            padding-bottom: 24px;

            .how-it-works__header {
                margin-bottom: 24px;

                h2 {
                    text-align: center;
                    font-size: 32px;
                    line-height: 36px;
                    letter-spacing: -0.5px;

                    br {
                        display: none;
                    }
                }
            }

            .how-it-works__steps {
                flex-wrap: wrap;
                gap: 16px;

                li {
                    max-width: unset;

                    .step-card {
                        display: flex;
                        gap: 16px;
                        padding: 20px;
                        background: #FAF7F5;
                        border-radius: 24px;

                        .step-card__num {
                            width: 32px;
                            height: 32px;
                            font-size: 18px;
                            line-height: 26px;
                            padding-top: 3px;
                        }

                        .step-card__desc {
                            max-width: 247px;

                            h3 {
                                font-size: 18px;
                                font-style: normal;
                                font-weight: 600;
                                line-height: 26px;
                                margin-bottom: 4px;
                            }

                            p {
                                font-size: 16px;
                                font-weight: 400;
                                line-height: 24px;
                                letter-spacing: 0.16px;
                            }
                        }

                        &:after {
                            display: none;
                        }

                        &:before {
                            display: none;
                        }
                    }

                    &:first-of-type .step-card,
                    &:last-of-type .step-card {
                        border-radius: 24px;
                    }
                }
            }
        }

        .rating-awards {
            padding-top: 24px;
            padding-bottom: 48px;

            .rating-awards__wrapper {
                flex-wrap: wrap;
                gap: unset;
            }

            .rating-awards__header {
                text-align: center;
                margin-bottom: 24px;

                h2 {
                    margin-bottom: 8px;
                    font-size: 24px;
                    line-height: 32px;
                    letter-spacing: -0.2px;
                }

                p {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 28px;
                }
            }
        }

        .execution-cta {
            padding: 80px 0;

            .execution-cta__wrapper {
            }

            .execution-cta__header {
                text-align: center;

                h2 {
                    margin-bottom: 12px;
                    font-size: 32px;
                    font-weight: 700;
                    line-height: 36px;
                    letter-spacing: -0.5px;
                }

                p {
                    font-size: 16px;
                    font-style: normal;
                    line-height: 24px;
                    letter-spacing: 0.5px;
                }
            }

        }

        .integrations {
            padding: 48px 0;
            background-position: 26% 0;

            .integrations__wrapper {
                gap: 24px;
            }

            .integrations__header {
                width: 100%;
                text-align: center;

                h2 {
                    font-size: 32px;
                    line-height: 36px;
                    letter-spacing: -0.5px;
                }

                p {
                    font-size: 16px;
                    line-height: 24px;
                    letter-spacing: 0.16px;
                }
            }

            .integrations__subtitle {
                margin-bottom: 16px;
            }

            .integrations__title {
                font-size: 28px;
            }

            .integrations__text {
                font-size: 16px;
            }

            .integrations__list {
                gap: 8px;
            }

            .integrations__item {
                width: calc((100% / 2) - 4px);
                padding: 12px;
                height: 80px;
                gap: 8px;
                border-radius: 12px;

                img {
                    max-width: 24px;
                }

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

                span {
                    font-size: 16px;
                }
            }
        }

        .business-value {
            .container {
                padding: 0 18px;
            }

            .splide-business-value {
                position: relative;
                padding-bottom: 96px;
            }

            .arrows_desktop {
                position: absolute;
                bottom: 0;
                right: 0;
            }

            .splide__pagination {
                position: absolute;
                bottom: 23px;
            }

            .splide__track {
                margin-top: 24px;
            }

            .business-value__header {
                h2 {
                    font-size: 32px;
                    line-height: 36px;
                    letter-spacing: -0.5px;
                }

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

            .splide__list {
                gap: unset;
            }

            .business-value__case {
                margin: 0 auto;
                height: auto;
                gap: 8px;
                padding: 8px;
                border-radius: 24px;
            }

            .business-value__case-inner {
                padding: 12px;
                flex-basis: 288px;

                p {
                    font-size: 20px;
                    line-height: 28px;
                    letter-spacing: -0.2px;
                    margin-bottom: 24px;
                }

                .case-stats {
                    justify-content: space-between;
                    /*margin-top: unset;*/
                    margin-bottom: 24px;

                    .case-stats__item {
                        max-width: 130px;
                    }

                    .case-stats__num {
                        font-size: 32px;
                        line-height: 40px;
                    }

                    .case-stats__text {
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 18px;
                    }
                }

                .button {
                    width: 100%;
                }
            }

            .business-value__case-logo {
                max-height: 416px;
                flex: 0 0 auto;
                order: -1;

                img {
                    border-radius: 16px;
                    /*max-height: 240px;*/
                    height: unset;
                }
            }
        }

        .splide__pagination {
            li {
                width: 24px;
                height: 24px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            .splide__pagination__page {
                padding: unset;
                margin: unset;
                width: 8px;
                height: 8px;
                background-color: #D9D9D9;
                border-radius: 100%;
                opacity: 1;

                &:hover {
                    background-color: #777;
                }
            }

            .splide__pagination__page.is-active {
                background: #282828;
            }
        }

        .faq {
            .faq__title {
                color: var(--Text-Primary, #282828);
                font-size: 32px;
                font-weight: 700;
                line-height: 36px;
                letter-spacing: -0.5px;
            }

            .faq-header__title {
                color: var(--Text-Primary, #282828);
                font-size: 18px;
                font-weight: 600;
                line-height: 26px;
            }

            .faq-item__body-text > * {
                color: #161616B2;
                font-size: 18px;
                font-weight: 500;
                line-height: 26px;
                letter-spacing: 0.01em;
            }
        }

        .comparison-table {
            padding-top: 48px;

            .comparison__wrapper {
                gap: 48px;
            }

            .comparison__title {
                font-size: 32px;
                line-height: 36px;
                letter-spacing: -0.5px;
            }

            .comparison__text {
                font-size: 16px;
                line-height: 24px;

                br {
                    display: none;
                }
            }

            .content {
                gap: 16px;
            }

            .table {
                .comparison__button {
                    display: none;
                }
            }

            .table__column {
                width: 30%;
            }


            .table__logo {
                flex-direction: column;
                font-size: 14px;
                line-height: 14px;
                height: 100%;
                justify-content: end;

                img {
                    width: 20px;
                    height: 20px;
                }

                .table__logo-text {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    font-weight: 600;

                    span {
                        font-size: 14px;
                        line-height: 14px;
                    }
                }
            }


            .table__column:nth-child(1) {
                width: 40%;

                .table__column-head {
                    height: 88px;
                    top: 57px;
                }

                .table__cell {
                    align-items: flex-start;
                }

                .first-column__header {
                    height: 88px;
                    padding: 36px 8px 12px;
                    top: 57px;

                    span {
                        font-size: 14px;
                        line-height: 20px;
                    }
                }
            }

            .table__column:nth-child(2) {
                width: 30%;
                padding: 16px 8px;
                box-shadow: 0px 0px 0px 3px #CFEEDC;

                .table__column-head {
                    gap: unset;
                    height: 88px;
                    padding-top: 16px;
                    top: 57px;
                }

                .table__cell.second_column__header {
                    height: 88px;
                }


                .button {
                    display: none;
                }
            }

            .table__column:nth-child(3) {
                padding: 16px 8px;

                .table__column-head {
                    height: 88px;
                    padding: 16px 0;
                    top: 57px;
                }

                .table__cell.third_column__header {
                    height: 88px;
                    top: 50px;
                }

            }

            /*.table__column-head {*/
            /*    height: 88px;*/
            /*    padding-top: 0;*/
            /*}*/


            .table__cell {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                padding: 12px 4px;
            }
        }

        .comparison-pages {
            padding-top: 48px;
            padding-bottom: 48px;

            .comparison-pages__title {
                font-size: 32px;
                line-height: 36px;
                letter-spacing: -0.5px;
            }

            .comparison-pages__list {
                flex: 1 0 auto;
                padding: 20px;
            }

            .comparison-pages__buttons_mob {
                flex-direction: column;

                .button {
                    width: 100%;
                }
            }

            .pages-list__item {
                flex: 1 0 140px;
                max-width: 150px;
            }

            .comparison-pages__desc {
                max-width: 320px;
            }

            .page-card {
                padding: 16px;
                text-align: center;
            }

            .page-card__top {
                margin-bottom: 12px;
                justify-content: center;

                svg {
                    display: none;
                }
            }

            .comparison-pages__list-desc {
                br {
                    display: block;
                }
            }

            .page-card__title {
                color: var(--Text-Primary, #282828);
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
            }

            .page-card__text {
                color: var(--Text-Secondary, #777);
                font-size: 12px;
                font-weight: 400;
                line-height: 16px;
            }
        }
    }
}



