/* =========================================================
   COOP WITH ADAM — global stylesheet
   ========================================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.6;
    color: #1a2332;
    background: #f7f4ee
}

img,
svg,
iframe {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit;
    cursor: pointer;
    border: none;
    background: none
}

/* === HEADER A === */
.cwa-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #0a1f33;
    color: #f7f4ee;
    border-bottom: 3px solid #d97706
}

.cwa-topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 1.5rem
}

.cwa-brand {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #f7f4ee
}

.cwa-brand__mark {
    width: 38px;
    height: 38px;
    color: #d97706
}

.cwa-brand__text {
    font-family: 'Georgia', serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: .02em
}

.cwa-navmenu {
    display: flex;
    justify-content: center;
    gap: 2rem
}

.cwa-navmenu__link {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: .95rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #cbd5e1;
    transition: color .2s;
    position: relative;
    padding: .4rem 0
}

.cwa-navmenu__link:hover {
    color: #f7f4ee
}

.cwa-navmenu__link--active {
    color: #d97706
}

.cwa-navmenu__link--active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: #d97706
}

.cwa-cta-btn {
    display: inline-block;
    padding: .75rem 1.5rem;
    background: #d97706;
    color: #0a1f33;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: transform .15s, background .2s;
    border: 2px solid #d97706
}

.cwa-cta-btn:hover {
    background: #b45309;
    border-color: #b45309;
    transform: translateY(-1px)
}

.cwa-cta-btn--ghost {
    background: transparent;
    color: #d97706
}

.cwa-cta-btn--ghost:hover {
    background: #d97706;
    color: #0a1f33
}

.cwa-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 32px;
    height: 32px;
    justify-content: center
}

.cwa-burger span {
    display: block;
    height: 3px;
    background: #f7f4ee;
    border-radius: 2px;
    transition: transform .3s, opacity .3s
}

.cwa-burger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

.cwa-burger.is-open span:nth-child(2) {
    opacity: 0
}

.cwa-burger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.jebnemkjve {
    max-width: 40px;
    width: 100%;
}

@media (max-width:880px) {
    .cwa-topbar__inner {
        grid-template-columns: auto auto;
        gap: 1rem
    }

    .cwa-burger {
        display: flex;
        justify-self: end
    }

    .cwa-cta-btn {
        display: none
    }

    .cwa-navmenu {
        position: fixed;
        inset: 64px 0 0 0;
        background: #0a1f33;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2rem;
        gap: 1.5rem;
        transform: translateX(100%);
        transition: transform .3s
    }

    .cwa-navmenu.is-open {
        transform: translateX(0)
    }
}

/* === HOMEPAGE === */
.cwa-hero {
    background: linear-gradient(135deg, #0a1f33 0%, #1e3a5f 100%);
    color: #f7f4ee;
    padding: 5rem 1.5rem
}

.cwa-hero__wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: center
}

.cwa-hero__eyebrow {
    display: inline-block;
    padding: .4rem .9rem;
    background: #d97706;
    color: #0a1f33;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 2px;
    margin-bottom: 1.5rem
}

.cwa-hero__title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem
}

.cwa-hero__lead {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-bottom: 2rem;
    max-width: 560px
}

.cwa-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.cwa-hero__panel {
    display: grid;
    gap: 1rem
}

.cwa-hero__stat {
    background: rgba(255, 255, 255, .08);
    padding: 1.5rem;
    border-left: 4px solid #d97706
}

.cwa-hero__stat strong {
    display: block;
    font-size: 2rem;
    color: #d97706
}

.cwa-hero__stat span {
    font-size: .95rem;
    color: #cbd5e1
}

.cwa-explain {
    padding: 5rem 1.5rem;
    background: #f7f4ee
}

.cwa-explain__grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    align-items: start
}

.cwa-explain h2 {
    font-size: 2.2rem;
    color: #0a1f33;
    margin-bottom: 1.5rem
}

.cwa-explain p {
    margin-bottom: 1rem;
    color: #3a4a5c
}

.cwa-explain__list {
    list-style: none;
    display: grid;
    gap: 1rem
}

.cwa-explain__list li {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    background: #fff;
    border-left: 3px solid #d97706;
    font-weight: 600
}

.cwa-explain__list svg {
    width: 24px;
    height: 24px;
    color: #d97706;
    flex-shrink: 0
}

.cwa-packages {
    padding: 5rem 1.5rem;
    background: #0a1f33;
    color: #f7f4ee
}

.cwa-packages__head {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center
}

.cwa-packages__head h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem
}

.cwa-packages__head p {
    color: #cbd5e1;
    font-size: 1.1rem
}

.cwa-packages__grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem
}

.cwa-pkg {
    padding: 2rem;
    background: #1e3a5f;
    border-top: 4px solid #d97706;
    transition: transform .2s
}

.cwa-pkg:hover {
    transform: translateY(-6px)
}

.cwa-pkg h3 {
    font-size: 1.4rem;
    margin-bottom: .5rem;
    color: #d97706
}

.cwa-pkg__rate {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.2rem
}

.cwa-pkg ul {
    list-style: none;
    margin-bottom: 1.2rem
}

.cwa-pkg li {
    padding: .4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: .95rem
}

.cwa-pkg__note {
    font-style: italic;
    color: #cbd5e1;
    font-size: .9rem
}

.cwa-payout {
    padding: 5rem 1.5rem;
    background: #fff
}

.cwa-payout__inner {
    max-width: 1200px;
    margin: 0 auto
}

.cwa-payout h2 {
    font-size: 2.2rem;
    color: #0a1f33;
    margin-bottom: 2.5rem;
    text-align: center
}

.cwa-payout__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem
}

.cwa-payout__card {
    padding: 1.8rem;
    background: #f7f4ee;
    border-radius: 8px;
    border-bottom: 3px solid #d97706
}

.cwa-payout__card h3 {
    color: #0a1f33;
    font-size: 1.2rem;
    margin-bottom: .8rem
}

.cwa-payout__card p {
    font-size: .95rem;
    color: #3a4a5c
}

.cwa-process {
    padding: 5rem 1.5rem;
    background: #f7f4ee
}

.cwa-process h2 {
    font-size: 2.2rem;
    color: #0a1f33;
    text-align: center;
    margin-bottom: 3rem
}

.cwa-process__list {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem
}

.cwa-process__list li {
    position: relative;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 8px
}

.cwa-process__list span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #d97706;
    line-height: 1;
    margin-bottom: .5rem;
    font-family: Georgia, serif
}

.cwa-process__list h4 {
    font-size: 1.1rem;
    color: #0a1f33;
    margin-bottom: .5rem
}

.cwa-process__list p {
    font-size: .9rem;
    color: #3a4a5c
}

.cwa-lead {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, #1e3a5f, #0a1f33);
    color: #f7f4ee
}

.cwa-lead__wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start
}

.cwa-lead__intro h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem
}

.cwa-lead__intro p {
    color: #cbd5e1;
    font-size: 1.05rem
}

.cwa-lead__form {
    background: #fff;
    color: #1a2332;
    padding: 2rem;
    border-radius: 8px;
    display: grid;
    gap: 1rem
}

.cwa-lead__form label,
.cwa-ct-form label,
.cwa-auth-card label,
.cwa-acc-form label {
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    font-weight: 600;
    color: #0a1f33;
    gap: .4rem
}

.cwa-lead__form input,
.cwa-lead__form textarea,
.cwa-ct-form input,
.cwa-ct-form textarea,
.cwa-auth-card input,
.cwa-acc-form input {
    padding: .7rem;
    border: 1.5px solid #cbd5e1;
    border-radius: 4px;
    font: inherit;
    font-size: 1rem;
    transition: border-color .2s
}

.cwa-lead__form input:focus,
.cwa-lead__form textarea:focus,
.cwa-ct-form input:focus,
.cwa-ct-form textarea:focus,
.cwa-auth-card input:focus,
.cwa-acc-form input:focus {
    outline: none;
    border-color: #d97706
}

.cwa-lead__msg,
.cwa-ct-msg,
.cwa-auth-msg,
.cwa-acc-msg {
    font-size: .9rem;
    font-weight: 600;
    min-height: 1.2em
}

.cwa-lead__msg.is-ok,
.cwa-ct-msg.is-ok,
.cwa-auth-msg.is-ok,
.cwa-acc-msg.is-ok {
    color: #15803d
}

.cwa-lead__msg.is-err,
.cwa-ct-msg.is-err,
.cwa-auth-msg.is-err,
.cwa-acc-msg.is-err {
    color: #b91c1c
}

.cwa-voices {
    padding: 5rem 1.5rem;
    background: #fff
}

.cwa-voices h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #0a1f33;
    margin-bottom: 3rem
}

.cwa-voices__grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem
}

.cwa-voices blockquote {
    padding: 2rem;
    background: #f7f4ee;
    border-left: 4px solid #d97706;
    font-style: italic
}

.cwa-voices cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 700;
    color: #0a1f33;
    font-size: .9rem
}

@media (max-width:780px) {

    .cwa-hero__wrap,
    .cwa-explain__grid,
    .cwa-lead__wrap {
        grid-template-columns: 1fr
    }
}

/* === ABOUT PAGE === */
.cwa-about-hero {
    padding: 5rem 1.5rem;
    text-align: center;
    background: #fff8eb;
    border-bottom: 4px solid #d97706
}

.cwa-about-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #0a1f33;
    margin-bottom: 1rem;
    max-width: 900px;
    margin-inline: auto
}

.cwa-about-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.15rem;
    color: #3a4a5c
}

.cwa-about-story {
    padding: 5rem 1.5rem;
    background: #f7f4ee
}

.cwa-about-story__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem
}

.cwa-about-story h2 {
    font-size: 1.8rem;
    color: #0a1f33;
    margin-bottom: 1rem
}

.cwa-about-story p {
    margin-bottom: 1rem;
    color: #3a4a5c
}

.cwa-about-story__values {
    list-style: none;
    display: grid;
    gap: .8rem
}

.cwa-about-story__values li {
    padding: .8rem 1rem;
    background: #fff;
    border-left: 3px solid #d97706
}

.cwa-about-team {
    padding: 5rem 1.5rem;
    background: #0a1f33;
    color: #f7f4ee
}

.cwa-about-team h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem
}

.cwa-about-team__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem
}

.cwa-about-team article {
    padding: 2rem;
    background: #1e3a5f;
    text-align: center;
    border-bottom: 3px solid #d97706
}

.cwa-about-team h3 {
    color: #d97706;
    margin-bottom: .5rem
}

.cwa-about-cta {
    padding: 4rem 1.5rem;
    text-align: center;
    background: #fff
}

.cwa-about-cta h2 {
    font-size: 1.8rem;
    color: #0a1f33;
    margin-bottom: 1.5rem
}

@media (max-width:780px) {
    .cwa-about-story__grid {
        grid-template-columns: 1fr
    }
}

/* === SERVICES PAGE === */
.cwa-srv-hero {
    padding: 5rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, #fff8eb, #f7f4ee)
}

.cwa-srv-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #0a1f33;
    max-width: 900px;
    margin: 0 auto 1rem
}

.cwa-srv-hero p {
    font-size: 1.2rem;
    color: #3a4a5c
}

.cwa-srv-list {
    padding: 4rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem
}

.cwa-srv-card {
    padding: 2rem;
    background: #fff;
    border-top: 4px solid #d97706;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(10, 31, 51, .06)
}

.cwa-srv-card svg {
    width: 48px;
    height: 48px;
    color: #d97706;
    margin-bottom: 1rem
}

.cwa-srv-card h3 {
    color: #0a1f33;
    margin-bottom: .6rem;
    font-size: 1.3rem
}

.cwa-srv-card p {
    color: #3a4a5c;
    margin-bottom: .8rem
}

.cwa-srv-card__price {
    font-weight: 700;
    color: #0a1f33;
    border-top: 1px dashed #cbd5e1;
    padding-top: .8rem;
    margin-top: .8rem !important
}

.cwa-srv-faq {
    padding: 4rem 1.5rem;
    background: #0a1f33;
    color: #f7f4ee
}

.cwa-srv-faq h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem
}

.cwa-srv-faq details {
    max-width: 800px;
    margin: 0 auto 1rem;
    background: #1e3a5f;
    padding: 1.2rem 1.5rem;
    border-left: 3px solid #d97706;
    cursor: pointer
}

.cwa-srv-faq summary {
    font-weight: 700;
    font-size: 1.05rem
}

.cwa-srv-faq p {
    margin-top: .8rem;
    color: #cbd5e1
}

/* === CONTACT PAGE === */
.cwa-ct-hero {
    padding: 4rem 1.5rem;
    background: #0a1f33;
    color: #f7f4ee;
    text-align: center
}

.cwa-ct-hero h1 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin-bottom: .8rem
}

.cwa-ct-grid {
    padding: 4rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem
}

.cwa-ct-info h2,
.cwa-ct-form h2 {
    color: #0a1f33;
    margin-bottom: 1.2rem;
    font-size: 1.6rem
}

.cwa-ct-info p {
    margin-bottom: .6rem;
    color: #3a4a5c
}

.cwa-ct-info a {
    color: #d97706;
    font-weight: 700
}

.cwa-ct-info h3 {
    margin: 1.5rem 0 .8rem;
    color: #0a1f33
}

.cwa-ct-hours {
    list-style: none;
    display: grid;
    gap: .4rem
}

.cwa-ct-hours li {
    display: flex;
    justify-content: space-between;
    padding: .5rem .8rem;
    background: #fff;
    border-left: 3px solid #d97706
}

.cwa-ct-form {
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    display: grid;
    gap: 1rem;
    box-shadow: 0 2px 12px rgba(10, 31, 51, .06)
}

.cwa-ct-map {
    padding: 0 1.5rem 4rem;
    max-width: 1200px;
    margin: 0 auto
}

.cwa-ct-map h2 {
    color: #0a1f33;
    margin-bottom: 1rem
}

.cwa-ct-map iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 6px
}

@media (max-width:780px) {
    .cwa-ct-grid {
        grid-template-columns: 1fr
    }
}

/* === AUTH PAGES === */
.cwa-auth-wrap {
    min-height: 60vh;
    display: grid;
    place-items: center;
    padding: 4rem 1.5rem;
    background: linear-gradient(135deg, #f7f4ee, #fff8eb)
}

.cwa-auth-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    width: 100%;
    max-width: 440px;
    display: grid;
    gap: 1rem;
    box-shadow: 0 8px 30px rgba(10, 31, 51, .1);
    border-top: 4px solid #d97706
}

.cwa-auth-card h1 {
    color: #0a1f33;
    font-size: 1.8rem;
    margin-bottom: .3rem
}

.cwa-auth-card>p {
    color: #3a4a5c;
    margin-bottom: .5rem
}

.cwa-auth-alt {
    font-size: .9rem;
    color: #3a4a5c;
    text-align: center
}

.cwa-auth-alt a {
    color: #d97706;
    font-weight: 700
}

/* === ACCOUNT PAGE === */
.cwa-acc-wrap {
    padding: 4rem 1.5rem;
    min-height: 60vh;
    background: #f7f4ee
}

.cwa-acc-guest {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    border-top: 4px solid #d97706
}

.cwa-acc-guest h1 {
    color: #0a1f33;
    margin-bottom: 1rem
}

.cwa-acc-guest p {
    color: #3a4a5c;
    margin-bottom: 1.5rem
}

.cwa-acc-guest__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.cwa-acc-panel {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    border-top: 4px solid #d97706
}

.cwa-acc-panel__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem
}

.cwa-acc-panel__head h1 {
    color: #0a1f33;
    font-size: 1.5rem
}

.cwa-acc-panel__head span {
    color: #d97706
}

.cwa-acc-form {
    display: grid;
    gap: 1rem
}

.cwa-acc-form h2 {
    color: #0a1f33;
    font-size: 1.2rem;
    margin-bottom: .5rem
}

/* === POLICY PAGES === */
.cwa-policy {
    max-width: 820px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    background: #fff
}

.cwa-policy h1 {
    color: #0a1f33;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #d97706;
    padding-bottom: 1rem
}

.cwa-policy h2 {
    color: #0a1f33;
    font-size: 1.4rem;
    margin: 2rem 0 .8rem
}

.cwa-policy p {
    margin-bottom: 1rem;
    color: #3a4a5c;
    line-height: 1.75
}

.cwa-policy em {
    color: #6b7280
}

/* === FOOTER E + Bottom B === */
.cwa-foot {
    background: #0a1f33;
    color: #cbd5e1;
    padding: 3rem 1.5rem 1.5rem
}

.cwa-foot__row {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: center
}

.cwa-foot__col h4 {
    color: #d97706;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1rem
}
.cwa-foot__col {
    text-align: center;
}

.cwa-foot__col a,
.cwa-foot__col p {
    display: block;
    color: #cbd5e1;
    padding: .25rem 0;
    font-size: .92rem;
    transition: color .2s
}

.cwa-brand--foot {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.cwa-foot__col a:hover {
    color: #d97706
}

.cwa-foot__col--logo {
    text-align: center;
    order: 2
}

.cwa-foot__col--contact {
    order: 1
}

.cwa-foot__col--nav {
    order: 3
}

.cwa-foot__col--pol {
    order: 4
}

.cwa-brand--foot {
    color: #f7f4ee;
    justify-content: center;
    margin-bottom: 1rem
}

.cwa-brand--foot .cwa-brand__mark {
    color: #d97706
}

.cwa-foot__tag {
    font-size: .85rem;
    font-style: italic
}

.cwa-foot__bottom {
    max-width: 1280px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .85rem;
    color: #94a3b8
}

.cwa-foot__bottom--center {
    text-align: center
}

.cwa-foot__bottom p {
    margin-bottom: .4rem
}

.cwa-foot__disc {
    font-style: italic;
    font-size: .78rem;
    max-width: 760px;
    margin: .6rem auto 0 !important
}

@media (max-width:880px) {
    .cwa-foot__row {
        grid-template-columns: 1fr 1fr
    }

    .cwa-foot__col--logo {
        grid-column: 1/-1;
        order: 0
    }

    .cwa-acc-panel,
    .cwa-auth-card,
    .cwa-ct-form,
    .cwa-lead__form {
        padding: 20px !important;
    }
}

@media (max-width:480px) {
    .cwa-foot__row {
        grid-template-columns: 1fr
    }

    .cwa-foot__col {
        text-align: center
    }
}