.cac-page .hero-section__title span:last-child {
    display: inline-block;
    width: auto;
}
.cac-page .faq-section__items {
    max-width: 100%;
    margin-left: 0;
}
.cac-page .why-section .websubscr__title {
    margin-bottom: 1.25rem;
}
.column-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.875rem;
    padding: 3.75rem 0;
}
.cactxt-section__txt {
    color: #808080;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}
.cactxt-section__txt h2 {
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    color: #fff;
    font-size: 2rem;
}
.cactxt-section__txt h2:first-child {
    margin-top: 0;
}
.cactxt-section__txt p + p {
    margin-top: 1.25rem;
}
.cactxt-section__txt h2 + img {
    margin-top: 1.25rem;
}
.cactxt-section__txt img {
    margin-top: 2.5rem;
}
.cactxt-section__txt a {
    color: #808080;
    text-decoration: underline;
}
.cactxt-section__txt a:hover {
    text-decoration: none;
}
.cactxt-section__txt b,
.cactxt-section__txt strong {
    font-weight: 700;
}
.cactxt-section__txt ul {
    list-style-type: disc;
    padding-left: 1rem;
    margin: 1.25rem 0;
}
.cactxt-section__txt li + li {
    margin-top: 1rem;
}
.cac-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}
.cac-nav__item {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
    color: #808080;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.16px;
    transition: all 0.25s ease-in-out;
}
.cac-nav__item:before {
    content: '';
    display: none;
    background: #fff;
    height: 1px;
    width: 30px;
    opacity: 0;
}
.cac-nav__item.active,
.cac-nav__item:hover {
    color: #ffffff;
}
.cac-nav__item.active:before,
.cac-nav__item:hover:before {
    opacity: 1;
    display: block;
}
.cac-left.affix {
    position: fixed !important;
    top: 120px;
    z-index: 10;
}
.cac-form {
    width: 100%;
    border-radius: 2rem;
    background: #FFF;
    padding: 1rem;
}
.cac-form__title {
    color: #000;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}
.cac-form__title br {
    display: none;
}
.cac-form__subtitle {
    margin-bottom: 1.25rem;
    color: #808080;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}
.cac-form .btn-base {
    width: 100%;
    margin-top: 1.25rem;
    text-align: center;
}
.cac-form input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E6E6E6;
    padding: 0.8125rem 0;
    margin-top: 1.25rem;
    color: #808080;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.16px;
    display: block;
    width: 100%;
}
.cac-form__link {
    text-decoration: none;
    color: #2D69FB;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.16px;
    margin-bottom: 1.25rem;
}
.cac-form__link:hover {
    text-decoration: underline;
}
.cac-form__result {
    color: #000;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}
.btn-base.noactive {
    opacity: 0.7;
    cursor: not-allowed;
}
.cac-cta {
    border-radius: 1rem;
    background: linear-gradient(270deg, #D278FE 0%, #2D69FB 100%);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 1.25rem;
    color: #fff;
    margin-top: 2.5rem;
}
.cac-cta__title {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}
.cac-cta__btn {
    width: 100%;
}
.cac-cta__btn .btn-base {
    padding: 0.8125rem 1.25rem;
    width: 100%;
    font-size: 1rem;
    text-align: center;
}
.cac-cta__list {
    list-style-type: disc;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.14px;
    margin-left: 1.5rem;
}
.cac-cta__item {
    margin-bottom: 0.25rem;
}
.cac-cta__item:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1230px) {
    .cac-cta__title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .cac-page .why-section .websubscr__title {
        margin-bottom: 1.875rem;
        width: 100%;
    }
    .column-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1.875rem;
        padding: 7.5rem 0;
    }
    .column-left {
        width: 280px;
        min-width: 280px;
    }
    .cac-left {
        width: 280px;
        min-width: 280px;
    }
    .column-main {
        width: calc(100% - 310px);
        min-width: calc(100% - 310px);
    }
    .cactxt-section__txt {
        font-size: 1.25rem;
    }
    .cactxt-section__txt p + p {
        margin-top: 1.875rem;
    }
    .cactxt-section__txt h2 {
        margin-bottom: 1.875rem;
        margin-top: 5rem;
        font-size: 3rem;
    }
    .cactxt-section__txt h2:first-child {
        margin-top: 0;
    }
    .cactxt-section__txt img {
        margin-top: 5rem;
    }
    .cactxt-section__txt h2 + img {
        margin-top: 1.875rem;
    }
    .cactxt-section__txt ul {
        margin: 1.875rem 0;
    }
    .cac-nav {
        margin-bottom: 0;
    }
    .cac-form {
        padding: 2.5rem;
    }
    .cac-form__title {
        font-size: 1.5rem;
    }
    .cac-form__subtitle {
        font-size: 1.25rem;
    }
    .cac-form__title br {
        display: block;
    }
    .cac-form__result {
        font-size: 4rem;
        line-height: 0.96;
    }
}
