.gacbt-active .site-content,
.gacbt-active #content {
    padding: 0!important;
    max-width: none!important;
    width: 100%!important
}

.gacbt-page,
.gacbt-page * {
    box-sizing: border-box
}

.gacbt-page {
    background: #fff;
    color: #191919;
    font-family: "Roboto", Arial, sans-serif;
    overflow: hidden
}

.gacbt-wrap {
    width: min(calc(100% - 40px), var(--gacbt-max));
    margin: 0 auto
}

.gacbt-hero {
    padding: 54px 0 24px;
    background: #fff
}

.gacbt-hero-grid {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(470px, 1.38fr);
    align-items: center;
    gap: 48px
}

.gacbt-hero-copy {
    padding: 20px 0 24px
}

.gacbt-kicker {
    margin-bottom: 18px;
    color: #EB0029;
    font-size: 18px;
    font-weight: 400;
    font-family:"Poppins";
    letter-spacing: .08em;
    text-transform: uppercase
}

.gacbt-title {
    margin: 0 0 30px!important;
    color: #000000!important;
    font-size: 42px;
    line-height: 50px!important;
    font-weight: 700!important;
    text-wrap: balance;
    font-family:"Roboto"
}

.gacbt-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    font-weight: 400;
    color: #3B3737;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px
}

.gacbt-meta-date {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.gacbt-date-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #202020
}

.gacbt-cover {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 0 0 26px 26px;
}

.gacbt-cover picture {
    display: block;
    width: 100%;
    height: 100%;
}

.gacbt-cover img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover
}

.gacbt-main {
    padding: 38px 0 56px
}

.gacbt-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--gacbt-sidebar);
    gap: 52px;
    align-items: start
}

.gacbt-content {
    min-width: 0;
    font-size: 18px!important;
    line-height: 1.78;
    color: #000000;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
}

.gacbt-content>p:first-child {
    color: #000000;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.gacbt-content p {
    margin: 0 0 20px;
    color: #000000;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px !important;
    line-height: 1.78;
    font-weight: 400 !important
}

.gacbt-content h2,
.gacbt-content h3,
.gacbt-content h4 {
    color: #161616;
    line-height: 1.25;
    margin: 30px 0 12px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    font-size: 26px
}

.gacbt-content h2,
.gacbt-content h3,
.gacbt-content h4 {
    font-size: 26px
}

.gacbt-content strong,
.gacbt-content b {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700
}

.gacbt-content img {
    max-width: 100%;
    height: auto
}

.gacbt-content a {
    color: var(--gacbt-accent)
}

.gacbt-sidebar {
    position: sticky;
    top: 30px
}

.gacbt-banner {
    margin-bottom: 22px;
    overflow: hidden;
    background: #f2f2f2
}

.gacbt-banner img {
    display: block;
    width: 100%;
    height: auto
}

.gacbt-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-top: 0;
    padding: 26px 0 42px;
    gap: 35px
}

.gacbt-nav-item a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none
}

.gacbt-nav-label {
    display: inline-block;
    color: #232221;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.gacbt-nav-next {
    text-align: right
}

.gacbt-nav-next a {
    justify-content: flex-end
}

.gacbt-nav-arrow {
    display: inline-grid;
    place-items: center;
    min-width: 32px;
    height: 22px;
    padding: 0 8px;
    border: 1px solid #d3d3d3;
    border-radius: 999px;
    background: #e9e9e9;
    color: #464646;
    line-height: 1;
    transition: .2s
}

.gacbt-nav-arrow svg {
    display: block!important;
    width: 16px!important;
    height: 16px!important;
    overflow: visible!important;
    fill: none!important;
    stroke: currentColor!important;
    stroke-width: 1.8!important;
    stroke-linecap: round!important;
    stroke-linejoin: round!important;
}

.gacbt-nav-arrow svg path {
    fill: none!important;
    stroke: currentColor!important;
}

.gacbt-nav-item a:hover .gacbt-nav-arrow {
    background: var(--gacbt-accent);
    border-color: var(--gacbt-accent);
    color: #fff
}

.gacbt-nav-item a:hover .gacbt-nav-label {
    color: var(--gacbt-accent)
}

.gacbt-article:after {
    content: "";
    display: block;
    height: 4px;
    background: var(--gacbt-accent)
}

@media(max-width:980px) {
    .gacbt-hero-grid {
        grid-template-columns: 1fr 1.2fr;
        gap: 28px
    }
    .gacbt-content-grid {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 30px
    }
    .gacbt-title {
        font-size: clamp(34px, 5vw, 52px)!important
    }
}

@media(max-width:767px) {
    .gacbt-hero {
        padding: 12px 0 0;
    }

    .gacbt-hero .gacbt-wrap {
        width: calc(100% - 40px);
        max-width: none;
    }

    .gacbt-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .gacbt-cover {
        order: 1;
        width: 100%;
        min-height: 0;
        aspect-ratio: 1 / 1.12;
        border-radius: 0 0 24px 24px;
        clip-path: polygon(0 0, 100% 0, 100% 91%, 96% 96%, 86% 98%, 72% 96%, 58% 92%, 43% 88%, 28% 85%, 13% 84%, 4% 87%, 0 91%);
    }

    .gacbt-cover img {
        width: 100%;
        min-height: 0;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .gacbt-cover--has-mobile {
        aspect-ratio: auto;
        min-height: 0;
        border-radius: 0;
        clip-path: none;
        background: transparent;
    }

    .gacbt-cover--has-mobile picture,
    .gacbt-cover--has-mobile img {
        height: auto;
        min-height: 0;
    }

    .gacbt-cover--has-mobile img {
        object-fit: contain;
        object-position: center top;
    }

    .gacbt-hero-copy {
        order: 2;
        width: 100%;
        padding: 12px 0 18px;
    }

    .gacbt-kicker {
        margin: 0 0 17px;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 10px;
        line-height: 1.2;
        font-weight: 400;
        letter-spacing: 0;
    }

    .gacbt-title {
        margin: 0 0 18px !important;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 25px !important;
        line-height: 1.10 !important;
        font-weight: 700 !important;
        letter-spacing: -.35px;
        text-wrap: initial;
    }

    .gacbt-meta {
        gap: 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    .gacbt-meta-date {
        gap: 8px;
    }

    .gacbt-date-icon {
        width: 19px;
        height: 19px;
        flex: 0 0 19px;
        object-fit: contain;
    }

    .gacbt-main {
        padding: 0 0 34px;
    }

    .gacbt-main .gacbt-wrap,
    .gacbt-article > .gacbt-wrap {
        width: calc(100% - 40px);
    }

    .gacbt-content-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gacbt-content,
    .gacbt-content > p:first-child,
    .gacbt-content p {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 16px !important;
        line-height: 1.45;
        font-weight: 400 !important;
        text-align: justify;
    }

    .gacbt-content p {
        margin-bottom: 18px;
    }

    .gacbt-content h2,
    .gacbt-content h3,
    .gacbt-content h4,
    .gacbt-content strong,
    .gacbt-content b {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 20px !important;
        line-height: 1.25;
        font-weight: 700 !important;
    }

    .gacbt-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gacbt-banner {
        margin: 0;
    }

    .gacbt-nav {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 14px;
        padding: 20px 0 32px;
    }

    .gacbt-nav-item,
    .gacbt-nav-prev,
    .gacbt-nav-next {
        width: 100%;
        text-align: center;
    }

    .gacbt-nav-item a,
    .gacbt-nav-next a {
        justify-content: center;
    }

    .gacbt-nav-label {
        font-size: 12px;
        font-weight: 700;
    }

    .gacbt-nav-arrow {
        min-width: 32px;
        height: 22px;
        font-size: 16px;
    }
}
