.integrations-workflow__title{
    margin-bottom: 16px;
}

.int-button{
    border-radius: 16px;
    background: #262626!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: white!important;;
    margin-top: 28px;
}

.integrations-workflow__desc{
    margin-top: 16px!important;
    font-weight: 500 !important;
}

.hero__text{
    font-weight: 400;
}

.hero {
    overflow: hidden;
}

.hero .hero__wrapper {
    align-items: center;
    grid-template-columns: 528px minmax(0, 1fr);
}

.hero .hero__picture {
    justify-self: start;
    width: 100%;
    max-width: none;
    min-width: 0;
    overflow: visible;
    margin-right: 0;
    transform: translateY(4px);
}

.hero .hero__picture img {
    display: block;
    width: calc(50vw + 5px);
    min-width: 948px;
    max-width: 948px;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.hero .content {
    width: 528px;
    max-width: 528px;
}

@media (max-width: 1240px) {
    .hero .hero__picture img {
        min-width: calc(50vw + 195px);
    }
}

@media (max-width: 1199px) {
    .hero .hero__wrapper {
        grid-template-columns: minmax(420px, 528px) minmax(0, 1fr);
    }

    .hero .content {
        width: auto;
        max-width: 528px;
    }

    .hero .hero__picture img {
        width: calc(50vw + 5px);
        min-width: calc(50vw + 195px);
        max-width: 948px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .hero {
        overflow: visible;
    }

    .hero .hero__picture {
        width: 100%;
        margin: 24px 0 0;
        transform: none;
    }

    .hero .content {
        width: 100%;
        max-width: 100%;
    }

    .hero .hero__picture img {
        width: 100%;
        min-width: unset;
        max-width: 100%;
        object-position: center;
        transform: none;
    }
}

.store-execution__features-panels {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 40px;
}

.store-execution__features-panels .features__panel {
    display: flex;
    align-items: center;
    gap: 72px;
    width: 100%;
    padding: 40px 0;
}

.store-execution__features-panels .features__panel:nth-child(even) {
    flex-direction: row-reverse;
}

.store-execution__features-panels .features__accordion-header {
    display: none;
}

.store-execution__features-panels .features__content {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    max-width: 480px;
    flex-direction: column;
    gap: 28px;
}

.store-execution__features-panels .features__eyebrow {
    margin: 0 0 -8px;
    color: #006746;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.store-execution__features-panels .features__panel-title {
    margin: 0;
    color: #282828;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0;
}

.store-execution__features-panels .features__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.store-execution__features-panels .features__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.store-execution__features-panels .features__check {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    height: 26px;
}

.store-execution__features-panels .features__check svg {
    width: 20px;
    height: 20px;
}

.store-execution__features-panels .features__item-name {
    margin: 0 0 4px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
}

.store-execution__features-panels .features__item-desc {
    margin: 0;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.store-execution__features-panels .features__image {
    flex: 1 1 0;
    min-width: 0;
    overflow: visible;
}

.store-execution__features-panels .features__image img {
    display: block;
    width: 100%;
    max-width: 618px;
    height: auto;
    object-fit: contain;
}

.store-execution__features-panels .features__image--wide img {
    /*width: calc(50vw + 5px);*/
    /*min-width: 720px;*/
    object-position: left center;
}

@media (max-width: 991px) {
    .store-execution__features-panels {
        gap: 36px;
    }

    .store-execution__features-panels .features__panel,
    .store-execution__features-panels .features__panel:nth-child(even) {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
        padding: 28px 0;
    }

    .store-execution__features-panels .features__image {
        order: -1;
    }

    .store-execution__features-panels .features__content {
        max-width: 100%;
    }

    .store-execution__features-panels .features__image img,
    .store-execution__features-panels .features__image--wide img {
        width: 100%;
        min-width: unset;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .store-execution__features-panels {
        gap: 24px;
        margin-top: 24px;
    }

    .store-execution__features-panels .features__panel {
        border-bottom: 1px solid #e4e4e4;
    }

    .store-execution__features-panels .features__panel-title {
        font-size: 28px;
        line-height: 34px;
    }

    .store-execution__features-panels .features__item-name {
        font-size: 16px;
        line-height: 24px;
    }

    .store-execution__features-panels .features__item-desc {
        font-size: 15px;
        line-height: 22px;
    }
}

.how-it-works__circle .how-it-works__circle--3{
    border: 2px solid #006746!important;
}

.how-it-works__circle--2 {
    border-color: rgba(0, 0, 0, 0.2);
    border-style: dashed;
    background: linear-gradient(90deg, #006746 0 50%, #fff 50% 100%);
    color: #282828;
}

.integrations-workflow__cards-list--figma .integrations-workflow__cards-item img {
    max-width: min(78%, 152px);
    max-height: 34px;
}

@media (max-width: 767px) {
    .integrations-workflow__cards-list--figma .integrations-workflow__cards-item img {
        max-width: min(82%, 160px);
    }
}

.success-quotes {
    padding: 96px 0;
    overflow: hidden;
    background: #fff;
}

.success-quotes .splide-quotes-value {
    position: relative;
}

.success-quotes__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.business-socials {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    background: #fff;
}

.business-socials__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.business-socials__logo {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.business-socials__logo img {
    display: block;
    width: 16px;
    height: 16px;
}

.business-socials__text,
.business-socials__rating,
.business-socials__link {
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.business-socials__rating span {
    font-weight: 600;
}

.business-socials__link {
    font-weight: 600;
}

.business-socials__divider {
    width: 1px;
    height: 20px;
    background: #e4e4e4;
}

.success-quotes__header {
    max-width: 686px;
}

.success-quotes__title {
    margin: 0 0 24px;
    color: white;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.44px;
}

.success-quotes__desc {
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.success-quotes .splide__track {
    margin-top: 48px;
    overflow: visible;
}

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

.success-quotes .case-quote {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px;
    border-radius: 32px;
    background-color: #1F1F1F;
}

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

.success-quotes .case-quote__logo {
    max-width: 167px;
    max-height: 56px;
    margin-bottom: 20px;
    display: none;
}

.success-quotes .case-quote__text {
    margin: 0 0 20px;
}

.success-quotes .case-quote__quote {
    margin: 0;
    color: white;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.success-quotes .poster {
    align-self: center;
    width: 100%;
    max-height: 504px;
    border-radius: 16px;
    object-fit: cover;
}


.success-quotes .customer {
    width: 100%;
    margin-top: auto;
}

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

.success-quotes .profile__avatar {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    object-fit: cover;
}

.success-quotes .author {
    font-style: normal;
}

.success-quotes .author__name {
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.success-quotes .author__position {
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.success-quotes .cards-stats {
    display: flex;
    gap: 65px;
    padding: 0;
    margin: 0;
    list-style: none;
}

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

.success-quotes .card__num {
    margin: 0;
    color: white;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.success-quotes .card__text {
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

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

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

.success-quotes .splide__pagination {
    display: none;
}

@media (max-width: 991px) {
    .success-quotes {
        padding: 56px 0;
    }

    .success-quotes .arrows_desktop {
        position: static;
    }

    .success-quotes .splide__arrows {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;
    }

    .success-quotes .splide__pagination {
        display: flex;
        position: static;
        gap: 8px;
        width: auto;
        transform: none;
    }

    .success-quotes .splide__pagination__page {
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0;
        border-radius: 100%;
        background: #e4e4e4;
        opacity: 1;
    }

    .success-quotes .splide__pagination__page.is-active {
        background: white;
        transform: none;
    }

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

    .success-quotes .case-quote__inner {
        padding: 16px;
    }

    .success-quotes .poster {
        grid-row: 1;
        width: 100%;
        max-height: none;
        border-radius: 24px;
    }

    .success-quotes .case-quote__quote {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.2px;
    }

    .success-quotes .button {
        order: 1;
        width: 100%;
    }

    .success-quotes .cards-stats {
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 24px;
    }

    .success-quotes .cards-stats li {
        max-width: calc(50% - 8px);
    }

    .success-quotes .cards-stats li:last-child {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .success-quotes__title {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.2px;
    }

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

    .success-quotes .splide__track {
        margin-top: 24px;
    }

    .business-socials {
        width: 100%;
        justify-content: center;
    }
}

.how-it-works__steps{
    gap: 0px!important;
}

.case-quote__inner a{
    background: white;
}

.integrations-workflow__cards-item svg{
    width: unset;
    height: unset;
}
.page-retail-execution {
    & .comparison-table {
        .table__cell {
            height: 64px;
            padding: 19px 16px;
            border-bottom: 1px solid rgba(233, 233, 233, 1);
            text-align: center;

            &:last-child {
                border-bottom: none;
            }
        }
    }
}

.page-retail-execution {
    & .comparison-table {
        .table__column:nth-child(2) {
            padding: 0px;
            outline: none;
            box-shadow: none;
            padding-top: 16px;
            border-radius: 0px;
        }
    }
}

.page-retail-execution {
    & .comparison-table {
        .table__column:nth-child(2) .table__cell{
            background: #FAFAFA;


        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .content {

             gap: 0px;
        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .table__column-head, & .first-column__header {
            span {
                color: white;

            }
        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .table__column:nth-child(2) {
            & .table__column-head {
                background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);
padding-top: 20px;

                justify-content: center;
            }
        }
    }
}

.page-retail-execution {
    .comparison-table {
        .table__column:nth-child(2) {
            .table__cell:last-child {
                background: linear-gradient(180deg, #FAFAFA 0%, #FFF 100%);
            }
        }
    }
}
.page-retail-execution {
    & .comparison-table {
        & .table__column:nth-child(3) {
            .table__column-head {
                display: flex;
               justify-content: center;
            }
        }
    }
}

.pa
.page-retail-execution {
    & .comparison-table {
        .table__column-head, .first-column__header  .table__column:nth-child(2){
            height: 102px;
            /* padding-top: 35px; */
            text-align: left;
            padding: 50px 16px 24px 16px;
            background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);


            border-bottom: 1px solid rgba(233, 233, 233, 1);
            position: sticky;
            top: 71px;
            z-index: 10;
        }
    }
}
/* PPC retail how-it-works section */
.how-it-works {
    padding-top: 80px;
    padding-bottom: 0;
    background: #fff;
}

.how-it-works .how-it-works__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.how-it-works .how-it-works__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.4px;
    color: #282828;
    text-align: center;
    max-width: 720px;
}

.how-it-works .how-it-works__steps {
    display: flex !important;
    align-items: flex-start;
    width: 100%;
}

.how-it-works .how-it-works__step {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    min-width: 0;
}

.how-it-works .how-it-works__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.how-it-works .how-it-works__line {
    flex: 1;
    height: 2px;
    background: #f2f2f2;
    min-width: 0;
}

.how-it-works .how-it-works__line--hidden {
    background: transparent;
}

.how-it-works .how-it-works__circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.18px;
    color: #282828;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.how-it-works .how-it-works__circle--1 {
    background-image: url('../images/1.svg');
}

.how-it-works .how-it-works__circle--2 {
    background-image: url('../images/2.svg');
}

.how-it-works .how-it-works__circle--3 {
    background-image: url('../images/3.svg');
}

.how-it-works .how-it-works__card-wrap {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
}

.how-it-works .how-it-works__card {
    background: #f7f7f7;
    border-radius: 32px;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.how-it-works .how-it-works__card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #282828;
}

.how-it-works .how-it-works__card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #282828;
}

@media (max-width: 767px) {
    .how-it-works {
        padding: 0;
    }

    .how-it-works .how-it-works__wrapper {
        gap: 24px;
        padding: 48px 0;
    }

    .how-it-works .how-it-works__title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.14px;
        text-align: left;
    }

    .how-it-works .how-it-works__steps {
        flex-direction: column;
        gap: 0;
    }

    .how-it-works .how-it-works__step {
        flex-direction: row;
        gap: 20px;
        align-items: stretch;
        width: 100%;
    }

    .how-it-works .how-it-works__indicator {
        flex-direction: column;
        gap: 8px;
        width: auto;
        align-self: stretch;
        justify-content: center;
        align-items: center;
    }

    .how-it-works .how-it-works__line {
        flex: 1;
        width: 1px;
        height: auto;
    }

    .how-it-works .how-it-works__circle {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 24px;
        background-size: contain;
    }

    .how-it-works .how-it-works__card-wrap {
        padding: 0 0 16px;
        flex: 1;
    }

    .how-it-works .how-it-works__card {
        padding: 20px;
        text-align: left;
        border-radius: 16px;
        gap: 4px;
    }

    .how-it-works .how-it-works__card-title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.09px;
    }

    .how-it-works .how-it-works__card-text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.14px;
    }
}
