:root {
    --color-black: #282829;
    --color-white: #FFFFFF;
    --color-purple: #BDA0FF;
    --color-purple-rgb: 189, 160, 255;
    --color-purple-light: #CCAFFF;
    --color-pink: #FAB1F3;
    --color-gray: #A9A9A9;
    --color-gray-light: #EFF0F1;
    --color-gray-dark: #909497;
    --color-beige: #F0E9E0;
    --color-beige-light: #F5F0EA;

    --screen-mobile-small: 320px;
    --screen-mobile: 393px;
    --screen-tablet: 768px;
    --screen-laptop: 1024px;
    --screen-desktop: 1280px;

    --padding-mobile: 16px;
    --padding-tablet: 20px;
    --padding-laptop: 40px;
    --padding-desktop: 110px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

@font-face {
    font-family: 'P22 Mackinac';
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/Home/P22Mackinac-Medium.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'P22 Mackinac';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/Home/P22Mackinac-Bold.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/Home/Lato-Bold.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Home/Inter-Regular.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/Home/Inter-Medium.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(../../fonts/Home/Inter-SemiBold.woff2);
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/Home/Inter-Bold.woff2);
    font-display: swap;
}

#onetrust-pc-btn-handler,
#onetrust-accept-btn-handler {
    font-family: 'Lato', 'Arial', sans-serif !important;
    border-radius: 12px !important;
}

#onetrust-pc-btn-handler {
    color: var(--color-black) !important;
    background-color: transparent;
    border: 2px solid var(--color-black) !important;
}

#onetrust-accept-btn-handler {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
}

#onetrust-policy-text {
    color: var(--color-black) !important;
}

.page {
    font-family: 'Inter', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
}

.page__body {
    color: var(--color-black);
    background-color: var(--color-white);
    min-width: var(--screen-mobile-small);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.page__body--nav-open {
    overflow-x: hidden;
}

.main-header {
    border-bottom: 1px solid var(--color-beige-light);
}

@media (min-width: 1024px) {
    .main-header {
        border-bottom: none;
    }
}

.top-nav {
    background-color: var(--color-black);
    height: 40px;
}

.top-nav__list {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.top-nav__item {
    flex-grow: 1;
}

.top-nav__item--login .top-nav__link {
    color: var(--color-black);
    background-color: var(--color-purple);
}

.top-nav__item--login .top-nav__link:hover {
    background-color: var(--color-purple-light);
}

.top-nav__link {
    color: var(--color-white);
    background-color: transparent;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
    transition: background-color 200ms ease;
}

.top-nav__link:hover {
    background-color: rgba(var(--color-purple-rgb), 0.33);
}

@media (min-width: 394px) {
    .top-nav__list {
        justify-content: flex-end;
    }

    .top-nav__item {
        flex-grow: 0;
        min-width: 118px;
    }
}

@media (min-width: 768px) {
    .top-nav__list {
        padding: 0;
    }
}

.main-nav {
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 70px;
    padding: 0 var(--padding-mobile);
}

.main-nav__logo {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: auto;
    cursor: pointer;
}

.main-nav__list {
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 28px 0 28px;
    border-bottom: 1px solid var(--color-beige-light);
}

.main-nav__item {
    position: relative;
    width: 100%;
}

.main-nav__link {
    font-family: inherit;
    color: var(--color-black);
    background-color: transparent;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 26px 0;
    cursor: pointer;
    appearance: none;
    border: none;
    transition: color 200ms ease;
}

.main-nav__chevron {
    color: var(--color-black);
    width: 15px;
    height: 15px;
    margin-left: 7px;
    transition: color 200ms ease, transform 300ms ease;
}

.main-nav__sub-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 200ms ease;
}

.main-nav__sub-item {
    width: 100%;
}

.main-nav__sub-link {
    color: var(--color-black);
    background-color: transparent;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
}

.main-nav__toggle {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 14px;
    right: calc(var(--padding-mobile) - 9px);
    z-index: 1;
    box-sizing: content-box;
    width: 32px;
    height: 22px;
    padding: 10px 9px;
    border: none;
    cursor: pointer;
}

.main-nav__toggle-burger,
.main-nav__toggle-burger::before,
.main-nav__toggle-burger::after {
    height: 3px;
    border-radius: 1.5px;
}

.main-nav__toggle-burger {
    background-color: var(--color-black);
    position: relative;
    width: inherit;
}

.main-nav__toggle-burger::before,
.main-nav__toggle-burger::after {
    background-color: var(--color-black);
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
}

.main-nav__toggle-burger::before {
    top: 10px;
}

.main-nav__toggle-burger::after {
    top: -10px;
}

@media (width < 1024px) {
    .main-nav__item:not(:last-child)::before {
        background-color: var(--color-beige-light);
        position: absolute;
        left: 50%;
        bottom: 0;
        width: calc(100% - 88px);
        height: 1px;
        content: '';
        transform: translateX(-50%);
    }

    .main-nav--closed .main-nav__list {
        display: none;
    }

    .main-nav--opened .main-nav__list {
        position: absolute;
        top: calc(100% + 1px);
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        z-index: 1;
    }

    .main-nav--opened .main-nav__toggle-burger {
        background-color: transparent;
    }

    .main-nav--opened .main-nav__toggle-burger::before {
        transform: rotate(-45deg);
        top: 0;
    }

    .main-nav--opened .main-nav__toggle-burger::after {
        transform: rotate(45deg);
        top: 0;
    }

    .main-nav__item--expanded .main-nav__link,
    .main-nav__item--expanded .main-nav__chevron {
        color: var(--color-purple);
    }

    .main-nav__item--expanded .main-nav__chevron {
        transform: rotate(180deg);
    }
}

@media (min-width: 768px) {
    .main-nav__toggle {
        right: calc(var(--padding-tablet) - 9px);
    }
}

@media (min-width: 1024px) {
    .main-nav {
        flex-direction: row;
        height: 74px;
        border-bottom: none;
    }

    .main-nav__toggle {
        display: none;
    }

    .main-nav__list {
        flex-direction: row;
        width: auto;
        height: 100%;
        padding: 0;
        border-bottom: none;
    }

    .main-nav__item {
        width: auto;
        height: 100%;
    }

    .main-nav__link {
        font-size: 15px;
        line-height: 26px;
        width: auto;
        height: 100%;
        padding: 0 11px;
    }

    .main-nav__item:hover .main-nav__link,
    .main-nav__item:has(:focus-visible) .main-nav__link {
        color: var(--color-purple);
    }

    .main-nav__sub-list {
        background-color: var(--color-white);
        width: auto;
        min-width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        transition: none;
    }

    .main-nav__item--with-sub-items .main-nav__link {
        cursor: default;
    }

    .main-nav__sub-link {
        font-size: 14px;
        font-weight: 500;
        text-wrap: nowrap;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 12px;
        position: relative;
    }

    .main-nav__sub-link:hover::before {
        content: '';
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--color-purple);
    }

    .main-nav__sub-link:hover {
        background-color: rgba(var(--color-purple-rgb), 0.1);
    }

    .main-nav__item--with-sub-items:hover .main-nav__sub-list,
    .main-nav__item--with-sub-items:has(:focus-visible) .main-nav__sub-list {
        max-height: none;
    }

    .main-nav__chevron {
        width: 10px;
        height: 10px;
        margin-left: 4px;
        transition: color 200ms ease;
    }

    .main-nav__item--with-sub-items:hover .main-nav__chevron,
    .main-nav__item--with-sub-items:has(:focus-visible) .main-nav__chevron {
        color: var(--color-purple);
        transform: rotate(180deg);
    }
}

@media (min-width: 1280px) {
    .main-nav__image {
        width: 200px;
        height: 34px;
    }
}

.main-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 var(--padding-mobile);
}

.container--no-padding-mobile {
    padding: 0;
}

@media (min-width: 768px) {
    .container {
        max-width: var(--screen-tablet);
        margin: 0 auto;
        padding: 0 var(--padding-tablet);
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: var(--screen-laptop);
        padding: 0 var(--padding-laptop);
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: var(--screen-desktop);
        padding: 0 var(--padding-desktop);
    }
}

.button {
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: var(--color-white);
    background-color: var(--color-black);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 14px 33px;
    border: 2px solid var(--color-black);
    border-radius: 12px;
    transition: opacity 200ms ease;
}

.button:hover {
    opacity: 0.9;
}

.button:disabled {
    cursor: default;
    opacity: 0.8;
}

.button--outlined {
    font-family: 'Inter', 'Arial', sans-serif;
    color: var(--color-black);
    background-color: transparent;
}

.carousel {
    /* --visible: how many slides fit in the viewport at the current breakpoint.
       JS reads this value, so breakpoints stay the single source of truth. */
    --visible: 1;
    --gap: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.carousel__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.carousel__track {
    display: flex;
    gap: var(--gap);
    margin: 0;
    padding: 0;
}

.carousel__slide {
    flex: 0 0 calc((100% - (var(--visible) - 1) * var(--gap)) / var(--visible));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.carousel__logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.carousel__arrow {
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 52px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.carousel__arrow-icon {
    width: 14px;
    height: 27px;
    display: block;
    color: var(--color-black);
}

.carousel__arrow--prev .carousel__arrow-icon {
    transform: scaleX(-1);
}

@media (min-width: 768px) {
    .carousel {
        --visible: 3;
    }
}

@media (min-width: 1024px) {
    .carousel {
        --visible: 4;
        --gap: 20px;
    }
}

@media (min-width: 1280px) {
    .carousel {
        --visible: 5;
    }
}

.main-footer {
    background-color: var(--color-black);
    padding: 20px 0 30px;
}

.main-footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-footer__nav {
    width: 100%;
    margin-bottom: 7px;
}

.main-footer__social {
    margin-bottom: 20px;
}

.main-footer__copyright {
    color: var(--color-gray-dark);
    text-align: center;
    font-size: 12px;
    padding: 0 38px;
}

@media (min-width: 1024px) {
    .main-footer {
        padding: 20px 0 20px;
    }

    .main-footer__social {
        margin-bottom: 10px;
    }

    .main-footer__copyright {
        padding: 0;
    }
}

.footer-nav__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.footer-nav__link {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: var(--color-white);
    background-color: transparent;
    display: block;
    padding: 7px 0;
    cursor: pointer;
    transition: color 200ms ease;
}

.footer-nav__link:active {
    color: var(--color-pink);
}

@media (hover: hover) and (pointer: fine) {
    .footer-nav__link:hover {
        color: var(--color-pink);
    }
}

@media (min-width: 768px) {
    .footer-nav__list {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-nav__link {
        padding: 12px;
    }
}

@media (min-width: 1024px) {
    .footer-nav__link {
        font-size: 14px;
        line-height: 20px;
    }
}

.social__list {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.social__link {
    color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    transition: color 200ms ease;
    cursor: pointer;
}

.social__link:active {
    color: var(--color-pink);
}

.social__icon {
    width: 20px;
    height: 20px;
}

@media (hover: hover) and (pointer: fine) {
    .social__link:hover {
        color: var(--color-pink);
    }
}

.title {
    font-family: 'P22 Mackinac', 'Times New Roman', serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1280px) {
    .title {
        font-size: 40px;
        line-height: normal;
    }
}

.list {
    list-style: none;
}

.login-dialog {
    color: var(--color-black);
    background-color: var(--color-gray-light);
    box-sizing: border-box;
    width: 400px;
    max-width: calc(100% - 32px);
    padding: 0;
    border: none;
    border-radius: 12px;
}

.login-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.login-dialog__close {
    color: var(--color-black);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 200ms ease;
}

.login-dialog__close:hover {
    background-color: var(--color-white);
}

.login-dialog__close-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 1023px) {
    .login-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        max-height: none;
        margin: 0;
        inset: 0;
        border-radius: 0;
    }

    .login-dialog::backdrop {
        background-color: inherit;
    }

    .login-dialog[open] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .login-dialog__close {
        position: fixed;
    }
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 80px;
    padding: 40px 30px 30px;
    position: relative;
}

.login-form__title {
    font-family: 'P22 Mackinac', 'Times New Roman', serif;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.login-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.login-form__input {
    font-family: 'Inter', 'Arial', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--color-black);
    border-radius: 10px;
}

.login-form__input:focus {
    border-color: transparent;
    outline: 2px solid var(--color-purple);
}

.login-form__extras {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.login-form__remember {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.login-form__checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--color-purple);
}

.login-form__link {
    color: var(--color-black);
    text-decoration: underline;
    cursor: pointer;
}

.login-form__link:hover {
    color: var(--color-purple);
}

.login-form__submit {
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.login-form__register {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

@media (min-width: 1024px) {
    .login-form {
        width: auto;
        margin: 0;
        padding: 50px 30px 30px;
    }
}

@media (min-width: 460px) and (max-width: 1023px) {
    .login-form {
        max-width: 460px;
    }
}

.pay-now {
    display: none;
}

.pay-now__container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-now__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 30px 0 0;
}

@media (min-width: 1024px) {
    .pay-now {
        background-color: var(--color-pink);
        display: block;
        padding: 6px 0;
    }
}

.hero {
    background-color: var(--color-gray-light);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 0 35px 0;
}

.hero__title {
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 20px 0;
    padding: 0 12px;
}

.hero__text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 43px 0;
}

.hero__buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hero__image-container {
    position: relative;
    width: 100%;
    height: 250px;
}

.hero__image-container::before {
    background: linear-gradient(180deg, var(--color-gray-light), transparent);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 20px;
    content: "";
}

.hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .hero__title {
        padding: 0;
    }

    .hero__buttons {
        flex-direction: row;
    }

    .hero__image-container {
        height: 323px;
    }
}

@media (min-width: 1024px) {
    .hero {
        flex-direction: row;
        position: relative;
    }

    .hero__content {
        width: 60%;
    }

    .hero__image-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
    }

    .hero__image-container::before {
        background: linear-gradient(90deg, var(--color-gray-light), transparent);
        top: 0;
        left: -1px;
        width: 20px;
        height: 100%;
    }
}

@media (min-width: 1280px) {
    .hero__title {
        font-size: 48px;
        line-height: normal;
        text-align: left;
        margin: 0 0 34px 0;
        padding: 0;
    }

    .hero__text {
        font-size: 18px;
        text-align: left;
        margin: 0 0 48px 0;
    }

    .hero__content {
        padding: 80px 0 82px;
    }

    .hero__buttons {
        align-self: flex-start;
        gap: 20px;
    }
}

.features {
    background-color: var(--color-beige);
    padding: 78px 0 81px 0;
}

.features__container {
    display: grid;
    justify-items: center;
}

.features__title {
    margin: 0 0 32px;
    padding: 0 16px;
}

.features__wrapper {
    margin-bottom: 53px;
}

.features__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 1fr;
    gap: 24px;
    margin: 0 0 43px 0;
    padding: 0 16px;
}

.features__item {
    border: 1px solid var(--color-black);
    border-radius: 22px;
    padding: 29px 32px 29px;
}

.features__item-title {
    font-family: 'P22 Mackinac', 'Times New Roman', serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    margin: 0 0 14px 0;
}

.features__item-text {
    line-height: 20px;
    text-align: center;
    margin: 0;
}

.features__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features__cta-text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 19px 0;
}

.features__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59%;
}

.features__image {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .features__title {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .features__container {
        grid-template-columns: auto 1fr;
        column-gap: 20px;
    }

    .features__title {
        grid-column: 1 / 3;
        margin: 0 0 40px;
    }

    .features__title-break {
        display: none;
    }

    .features__wrapper {
        grid-column: 2 / 3;
        margin: 0;
    }

    .features__list {
        margin: 20px 0 32px 0;
        padding: 0 20px;
    }

    .features__image-container {
        grid-row: 2 / 3;
        align-items: flex-start;
        width: 300px;
        margin-left: 20px;
    }

    .features__cta-text {
        margin: 0 0 25px 0;
    }

    .features__cta-text-break {
        display: none;
    }
}

@media (min-width: 1280px) {
    .features {
        padding: 78px 0 76px 0;
    }

    .features__container {
        column-gap: 24px;
    }

    .features__title {
        margin: 0 0 54px;
    }

    .features__wrapper {
        justify-self: flex-start;
    }

    .features__list {
        grid-template-columns: 240px 240px;
    }

    .features__item {
        padding: 29px 21px 25px;
    }

    .features__image-container {
        width: 354px;
        margin-left: 78px;
    }
}

.integrations {
    background-color: var(--color-white);
    padding: 78px 0 50px;
}

.integrations__title {
    margin: 0 0 18px;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .integrations__title {
        padding: 0;
    }
}

@media (min-width: 1280px) {
    .integrations {
        padding: 78px 0 55px;
    }

    .integrations__title {
        margin: 0 0 30px;
    }
}

.stats {
    background-color: var(--color-purple);
    padding: 80px 0;
}

.stats__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stats__title {
    margin: 0 0 40px;
    padding: 0 20px;
}

.stats__image {
    order: -1;
    margin-bottom: 21px;
}

.stats__list {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 1fr;
    gap: 23px;
    margin: 0;
}

.stats__item {
    background-color: var(--color-beige);
    border-radius: 22px;
    padding: 52px 30px 44px;
}

.stats__value {
    font-family: 'P22 Mackinac', 'Times New Roman', serif;
    font-size: 50px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.stats__label {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

@media (min-width: 768px) {
    .stats__title {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .stats__title-break {
        display: none;
    }
}

@media (min-width: 1280px) {
    .stats {
        padding: 80px 0 82px;
    }

    .stats__container {
        padding: 0 60px;
    }

    .stats__image {
        margin-bottom: 17px;
    }
}

.highlights {
    background-color: var(--color-beige);
    padding: 80px 0 38px;
}

.highlights__container {
    display: grid;
    justify-items: center;
}

.highlights__title {
    margin: 0 0 40px 0;
    padding: 0 16px;
}

.highlights__title-break {
    display: none;
}

.highlights__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.highlights__item {
    padding: 20px 42px;
}

.highlights__item-title {
    font-family: 'P22 Mackinac', 'Times New Roman', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    margin: 0 0 10px 0;
}

.highlights__item-text {
    text-align: center;
    margin: 0;
}

.highlights__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59%;
    margin-bottom: 20px;
}

.highlights__image {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .highlights__title {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .highlights__container {
        grid-template-columns: 1fr 1fr;
        column-gap: 26px;
    }

    .highlights__image-container {
        grid-column: 2 / 3;
        justify-self: flex-start;
        align-items: flex-start;
        width: 300px;
        margin: 0;
    }

    .highlights__title {
        grid-column: 1 / 3;
    }

    .highlights__list {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        justify-self: flex-end;
        width: 400px;
    }
}

@media (min-width: 1280px) {
    .highlights {
        padding: 80px 0 80px;
    }

    .highlights__container {
        column-gap: 46px;
    }

    .highlights__title {
        margin: 0 0 48px 0;
    }

    .highlights__title-break {
        display: inline;
    }

    .highlights__image-container {
        width: 333px;
    }

    .highlights__list {
        width: 385px;
        margin-top: 20px;
    }
}

.customers {
    background-color: var(--color-white);
    padding: 78px 0 68px;
}

.customers__title {
    margin: 0 0 54px 0;
    padding: 0 16px;
}

.customers__title-break {
    display: none;
}

.customers__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    row-gap: 27px;
    margin: 0;
    padding: 0;
}

.customers__item {
    filter: grayscale(100%);
    transition: filter 200ms ease;
}

.customers__item:hover {
    filter: none;
}

@media (min-width: 768px) {
    .customers__title {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .customers__list {
        column-gap: 40px;
    }

    .customers__logo {
        width: 130px;
        height: 65px;
    }
}

@media (min-width: 1280px) {
    .customers {
        padding: 78px 0 78px;
    }

    .customers__title-break {
        display: inline;
    }

    .customers__list {
        column-gap: 30px;
    }

    .customers__logo {
        width: 140px;
        height: 70px;
    }
}

.testimonials {
    background-color: var(--color-pink);
    padding: 80px 0;
}

.testimonials__blockquote {
    margin: 0;
}

.testimonials__text {
    font-family: 'P22 Mackinac', 'Times New Roman', serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 50px;
    padding: 0 5px;
}

.testimonials__author {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    display: block;
    padding: 0 62px;
}

@media (min-width: 1280px) {
    .testimonials__text {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 45px;
        padding: 0 68px;
    }

    .testimonials__author {
        font-size: 16px;
        line-height: normal;
    }
}

.start-transforming {
    background-color: var(--color-beige);
    padding: 80px 0 79px;
}

.start-transforming__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start-transforming__title {
    margin: 0 0 32px 0;
    padding: 0 24px;
}

.start-transforming__image {
    order: -1;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .start-transforming__title {
        padding: 0;
    }
}

@media (min-width: 1280px) {
    .start-transforming {
        padding: 80px 0 80px;
    }

    .start-transforming__title {
        margin: 0 0 34px 0;
    }
}