.cb-auto-top-up {
    display: flex;
    width: 100%;
    padding: 128px 416px;
    justify-content: center;
    align-items: center;
    gap: 145px;
    background: var(--Gradient-Darkside, linear-gradient(143deg, #222 0.72%, #000 100%));
    box-sizing: border-box;
}

@media (max-width: 1600px) {
    .cb-auto-top-up {
        padding: 128px 200px;
    }
}

@media (max-width: 1400px) {
    .cb-auto-top-up {
        padding: 128px 80px;
        gap: 80px;
    }
}

@media (max-width: 1080px) {
    .cb-auto-top-up {
        padding: 80px 40px;
        gap: 48px;
    }
}

@media (max-width: 800px) {
    .cb-auto-top-up {
        padding: 64px 24px;
    }
}

.cb-auto-top-up__left {
    width: 524.829px;
    flex-shrink: 1;
    min-width: 0;
}

.cb-auto-top-up__heading {
    margin: 0 0 48px;
}

.cb-auto-top-up__heading-default,
.cb-auto-top-up__heading-accent {
    color: var(--Shades-Dark-Side-White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Headline/H2 Bold */
    font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

@supports (text-box: trim-both cap alphabetic) {
    .cb-auto-top-up__heading-default,
    .cb-auto-top-up__heading-accent {
        text-box: trim-both cap alphabetic;
    }
}

.cb-auto-top-up__heading-accent {
    color: var(--Accent-Green, #22E243);
    display: block;
    margin-top: 16px;
}

.cb-auto-top-up__desc {
    color: var(--Shades-Dark-Side-White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Paragraph/Body1 Medium */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

@supports (text-box: trim-both cap alphabetic) {
    .cb-auto-top-up__desc {
        text-box: trim-both cap alphabetic;
    }
}

.cb-auto-top-up__desc strong {
    color: var(--Shades-Dark-Side-White, #FFF);
    font-weight: 700;
}

.cb-auto-top-up__right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cb-auto-top-up__item {
    display: flex;
    align-items: center;
    gap: 31.15px;
    width: 416px;
    max-width: 100%;
    height: 140.417px;
    border-radius: 70.208px;
    background: var(--Gradient-Darkside, linear-gradient(143deg, #222 0.72%, #000 100%));
    padding: 0 28px;
    box-sizing: border-box;
}

.cb-auto-top-up__icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 82.667px;
    height: 82.667px;
    border-radius: 50%;
    background-color: #000;
}

.cb-auto-top-up__icon-circle img,
.cb-auto-top-up__icon-circle svg {
    width: 48px;
    height: 48px;
    display: block;
}

.cb-auto-top-up__item-text {
    display: flex;
    flex-direction: column;
}

.cb-auto-top-up__item-title {
    color: var(--Shades-Dark-Side-White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Headline/H4 Bold */
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 13px;
}

@supports (text-box: trim-both cap alphabetic) {
    .cb-auto-top-up__item-title {
        text-box: trim-both cap alphabetic;
    }
}

.cb-auto-top-up__item-subtitle {
    width: 274px;
    color: var(--Shades-Dark-Side-Soft-Grey, #888);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Mobile/Paragraph/Body1 Medium */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    margin-bottom: 0 !important;
}

@supports (text-box: trim-both cap alphabetic) {
    .cb-auto-top-up__item-subtitle {
        text-box: trim-both cap alphabetic;
    }
}

.cb-auto-top-up__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 32px 0;
}

.cb-auto-top-up__arrow svg {
    display: block;
}

/* ── Desktop wrapper ── */

.cb-auto-top-up__desktop {
    display: flex;
    align-items: center;
    gap: 145px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 1400px) {
    .cb-auto-top-up__desktop {
        gap: 80px;
    }
}

@media (max-width: 1080px) {
    .cb-auto-top-up__left {
        width: 100%;
        max-width: 600px;
    }

    .cb-auto-top-up__right {
        width: 100%;
        max-width: 600px;
        align-items: center;
    }

    .cb-auto-top-up__item {
        width: 100%;
        max-width: 416px;
        height: auto;
        padding: 20px 28px;
    }
}

.cb-auto-top-up__mobile-box {
    display: none;
}

@media (max-width: 1000px) {
    .cb-auto-top-up__desktop {
        display: none;
    }

    .cb-auto-top-up__mobile-box {
        display: flex;
        width: 100%;
        max-width: 400px;
        flex-direction: column;
        align-items: center;
        gap: 64px;
    }

    .cb-auto-top-up__mobile-heading {
        width: 304px;
        margin: 0;
        text-align: center;
    }

    .cb-auto-top-up__mobile-heading-default,
    .cb-auto-top-up__mobile-heading-accent {
        display: block;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        color: var(--Shades-Dark-Side-White, #FFF);
    }

    .cb-auto-top-up__mobile-heading-accent {
        color: var(--Accent-Green, #22E243);
        margin-top: 16px;
    }

    .cb-auto-top-up__mobile-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        width: 100%;
    }

    .cb-auto-top-up__mobile-item {
        display: flex;
        align-items: center;
        gap: 23px;
        width: 304px;
        border-radius: 51.306px;
        background: var(--Gradient-Darkside, linear-gradient(143deg, #222 0.72%, #000 100%));
        padding: 20px 24px;
        box-sizing: border-box;
    }

    .cb-auto-top-up__mobile-icon-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 60.41px;
        height: 60.41px;
        border-radius: 50%;
        background-color: #000;
    }

    .cb-auto-top-up__mobile-icon-circle img,
    .cb-auto-top-up__mobile-icon-circle svg {
        width: 35.077px;
        height: 35.077px;
        display: block;
    }

    .cb-auto-top-up__mobile-item-text {
        display: flex;
        flex-direction: column;
    }

    .cb-auto-top-up__mobile-item-title {
        width: 178px;
        color: var(--Shades-Dark-Side-White, #FFF);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 17.538px;
        font-style: normal;
        font-weight: 700;
        line-height: 23.385px;
        margin: 0 0 10px;
    }

    .cb-auto-top-up__mobile-item-subtitle {
        width: 178px;
        color: var(--Shades-Dark-Side-Soft-Grey, #888);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 11.692px;
        font-style: normal;
        font-weight: 500;
        line-height: 17.538px;
        margin: 0;
        margin-bottom: 0 !important;
    }

    .cb-auto-top-up__mobile-separator {
        width: 304px;
        color: var(--Shades-Dark-Side-White, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 24px;
    }
}

.cb-how-to-get {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.cb-how-to-get__inner {
    display: flex;
    width: 100%;
    max-width: 1312px;
    padding: 128px 0;
    flex-direction: column;
    align-items: center;
    gap: 114px;
    box-sizing: border-box;
}

@media (min-width: 1001px) {
    .cb-how-to-get__inner {
        padding-bottom: 153px;
    }
}

/* ── Title ── */

.cb-how-to-get__title {
    margin: 0;
    text-align: center;
}

.cb-how-to-get__title-default,
.cb-how-to-get__title-accent {
    color: var(--Shades-Dark-Side-White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

@supports (text-box: trim-both cap alphabetic) {
    .cb-how-to-get__title-default,
    .cb-how-to-get__title-accent {
        text-box: trim-both cap alphabetic;
    }
}

.cb-how-to-get__title-accent {
    color: var(--Accent-Green, #22E243);
}

/* ── Desktop cards row ── */

.cb-how-to-get__desktop {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

/* ── Slide ── */

.cb-how-to-get__swiper .swiper-slide {
    width: 303px !important;
}

/* ── Slider wrap ── */

.cb-how-to-get__slider-wrap {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cb-how-to-get__swiper {
    overflow: visible;
    width: 100%;
    padding: 0 !important;
}

/* ── Card ── */

.cb-how-to-get__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 303.844px;
    min-height: 446px;
    border-radius: 16px;
    background: var(--Gradient-Darkside, linear-gradient(143deg, #333 0.72%, #111 100%));
    box-sizing: border-box;
    padding-bottom: 24px;
}

/* ── Badge ── */

.cb-how-to-get__badge {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: #000;
    color: var(--White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-top: 21px;
    margin-bottom: var(--htg-badge-mb-d, 49.25px);
}

/* ── Image ── */

.cb-how-to-get__img-wrap {
    margin-bottom: 26px;
}

.cb-how-to-get__img-wrap img,
.cb-how-to-get__img-wrap svg {
    width: var(--htg-img-w-d, 118.049px);
    height: var(--htg-img-h-d, 88px);
    display: block;
    object-fit: contain;
}

/* ── Card title ── */

.cb-how-to-get__card-title {
    width: 276px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: var(--Typo-Header-H3-Size, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typo-Header-H3-LH, 33px);
    margin: 0;
}

/* ── Card description ── */

.cb-how-to-get__card-desc {
    width: 223.418px;
    color: var(--Shades-Dark-Side-White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 24px 0 0;
}

@supports (text-box: trim-both cap alphabetic) {
    .cb-how-to-get__card-desc {
        text-box: trim-both cap alphabetic;
    }
}

/* ── Pagination ── */

.cb-how-to-get__pagination {
    margin-top: 64px;
    border-radius: 64px;
    background: var(--Shades-Dark-Side-Antracite, #222);
    display: flex;
    padding: 8px;
    align-items: center;
    width: fit-content !important;
}

.cb-how-to-get__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    padding: 8px;
    background-clip: content-box;
    background-color: var(--Shades-Dark-Side-Soft-Grey, #888);
    border-radius: 50%;
    opacity: 1 !important;
    margin: 0 !important;
    box-sizing: content-box;
}

.cb-how-to-get__pagination .swiper-pagination-bullet-active {
    background-color: var(--Accent-Green, #22E243);
}

.cb-build-card-form {
    width: 100%;
    padding: 128px 24px;
    background: var(--Gradient-Darkside, linear-gradient(143deg, #222 0.72%, #000 100%));
    box-sizing: border-box;
}

.cb-build-card-form__inner {
    max-width: 868px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 53px;
}

.cb-build-card-form__head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cb-build-card-form__title {
    margin: 0;
    text-align: center;
}

.cb-build-card-form__title-default,
.cb-build-card-form__title-accent {
    color: var(--Shades-Dark-Side-White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.cb-build-card-form__title-accent {
    color: var(--Accent-Green, #22E243);
}

.cb-build-card-form__desc {
    max-width: 864px;
    margin: 48px 0 0;
    color: var(--Shades-Dark-Side-White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.cb-build-card-form__form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 416px));
    justify-content: center;
    gap: 32px;
}

.cb-build-card-form__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 80px;
    padding: 16px 24px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: var(--Shades-Dark-Side-Antracite, #222);
    box-sizing: border-box;
    overflow: visible;
}

.cb-build-card-form__field--full {
    grid-column: 1 / -1;
}

.cb-build-card-form__label {
    color: var(--Shades-Dark-Side-Soft-Grey, #888);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px;
}

.cb-build-card-form__input {
    display: block;
    width: 100%;
    height: auto;
    padding: 2px 0 4px;
    border: 0;
    background: transparent;
    color: var(--Shades-Dark-Side-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    overflow: visible;
}

.cb-build-card-form__input::placeholder {
    color: var(--Shades-Dark-Side-Soft-Grey, #888);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.cb-build-card-form__input:focus {
    outline: none;
}

.cb-build-card-form__field:focus-within {
    border-color: #22E243;
}

.cb-build-card-form__input--textarea {
    min-height: 283px;
    height: 283px;
    display: block;
    padding-top: 0;
    resize: none;
    overflow: visible;
}

.cb-build-card-form__input--textarea::placeholder {
    max-width: 373px;
    white-space: pre-line;
}

.cb-build-card-form__button {
    display: flex;
    width: 303px;
    height: 56px;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: #22E243;
    border: 2px solid #000;
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-decoration: none;
    text-box: normal;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    grid-column: 1 / -1;
    justify-self: center;
    cursor: pointer;
}

.cb-build-card-form__button:hover {
    border: 2px solid #000;
    background: #f7f7f7;
    color: #222;
    text-align: center;
    font-family: Nunito;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
    background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
    background-position: center;
    background-size: cover;
}

/* ── Slider breakpoint ── */

@media (max-width: 1000px) {
    .cb-how-to-get__inner {
        padding: 128px 0;
        gap: 0;
    }

    .cb-how-to-get__title--desktop-only {
        display: none;
    }

    .cb-how-to-get__title-default,
    .cb-how-to-get__title-accent {
        font-size: 28px;
        line-height: 36px;
    }

    .cb-how-to-get__desktop {
        display: none;
    }

    .cb-how-to-get__slider-wrap {
        display: flex;
        width: 100%;
    }

    /* Mobile intro */

    .cb-how-to-get__mobile-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .cb-how-to-get__mobile-kicker {
        max-width: 304px;
        color: var(--Shades-Dark-Side-Soft-Grey, #888);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin: 0 0 16px;
    }

    .cb-how-to-get__mobile-title {
        max-width: 304px;
        text-align: center;
        margin: 0 0 32px;
    }

    .cb-how-to-get__mobile-title-default {
        display: block;
        color: var(--Shades-Dark-Side-White, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
    }

    .cb-how-to-get__mobile-title-accent {
        display: block;
        color: var(--Accent-Green, #22E243);
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        margin-top: 10px;
    }

    .cb-how-to-get__mobile-desc {
        max-width: 304px;
        color: var(--Shades-Dark-Side-White, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 64px !important;
    }

    .cb-how-to-get__swiper .swiper-slide {
        height: auto;
    }

    .cb-how-to-get__swiper .cb-how-to-get__card {
        width: 100%;
    }

    .cb-how-to-get__swiper .cb-how-to-get__badge {
        margin-bottom: var(--htg-badge-mb-m, 32px);
    }

    .cb-how-to-get__swiper .cb-how-to-get__img-wrap img,
    .cb-how-to-get__swiper .cb-how-to-get__img-wrap svg {
        width: var(--htg-img-w-m, 100px);
        height: var(--htg-img-h-m, 74px);
    }

    .cb-build-card-form {
        padding: 128px 0;
        background: transparent;
    }

    .cb-build-card-form__inner {
        gap: 32px;
    }

    .cb-build-card-form__title-default,
    .cb-build-card-form__title-accent {
        font-size: 28px;
        line-height: 40px;
    }

    .cb-build-card-form__desc {
        margin-top: 32px;
        font-size: 18px;
        line-height: 24px;
        max-width: 304px;
    }

    .cb-build-card-form__form {
        grid-template-columns: 1fr;
        gap: 32px;
        width: 100%;
        max-width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .cb-build-card-form__field--full {
        grid-column: auto;
    }

    .cb-build-card-form__field {
        min-height: 64px;
        padding: 14px 20px;
    }

    .cb-build-card-form__label {
        margin-bottom: 10px;
    }

    .cb-build-card-form__input {
        height: auto;
        padding: 1px 0 3px;
        font-size: 20px;
        line-height: 28px;
    }

    .cb-build-card-form__input::placeholder {
        font-size: 20px;
        line-height: 28px;
    }

    .cb-build-card-form__input--textarea {
        min-height: 278px;
        height: 278px;
    }

    .cb-build-card-form__button {
        width: 256px;
    }
}

@media (max-width: 400px) {
    .cb-build-card-form__form {
        width: 304px;
        padding: 0;
    }
}

.display-desktop { display: block; }
.display-mobile  { display: none; }

.cb-build-card-form .pform__status {
    grid-column: 1 / -1;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}

.cb-build-card-form .pform__status--error {
    color: #ff6b6b;
}

.hero-accent {
    color: #22E243;
}

.clp_bf-hero__content .clp_bf-hero__text span {
    color: #888 !important;
}

.clp_bf-hero__media-top picture {
    display: flex;
    justify-content: center;
}

.clp_bf-hero__media-top img {
    max-width: 100%;
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .display-desktop { display: none !important; }
    .display-mobile  { display: block !important; }
    .clp_bf-hero__content > * {
        margin: auto;
    }
}

#co-branding-tabs-2 {
    .cb-flip-back-intro {
        margin-bottom: 1lh;
    }

    .flip-box-content-title {
        margin-bottom: 1lh;
        font-size: 19px;
        line-height: 24px;
    }
}