.hero-section[data-sb-cid-nlow4r3u] {
    width: 100%;
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 60px 20px;
    box-sizing: border-box;
    color: #000
}

.hero-section[data-sb-cid-nlow4r3u] [data-sb-cid-nlow4r3u] {
    box-sizing: border-box
}

.container[data-sb-cid-nlow4r3u] {
    margin: 0 auto;
    width: 100%
}

.header-layout[data-sb-cid-nlow4r3u] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px
}

.meta-col[data-sb-cid-nlow4r3u] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0
}

.category[data-sb-cid-nlow4r3u] {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: .5px
}

.date[data-sb-cid-nlow4r3u] {
    font-size: 14px;
    color: #888
}

.title-col[data-sb-cid-nlow4r3u] {
    width: 100%
}

.headline[data-sb-cid-nlow4r3u] {
    font-family: Times New Roman, Times, serif;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: end;
    margin: 0;
    padding: 0;
    font-size: clamp(32px, 6vw, 80px);
    color: #000
}

.hero-img[data-sb-cid-nlow4r3u] {
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
    width: 100%
}

@media(min-width:768px) {
    .hero-section[data-sb-cid-nlow4r3u] {
        padding: 80px 40px
    }

    .header-layout[data-sb-cid-nlow4r3u] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start
    }

    .meta-col[data-sb-cid-nlow4r3u] {
        width: 200px;
        padding-top: 10px
    }

    .title-col[data-sb-cid-nlow4r3u] {
        flex: 1;
        max-width: 85%;
        padding-left: 20px
    }

    .hero-img[data-sb-cid-nlow4r3u] {
        height: 60vh;
        width: 100%
    }
}

@media(min-width:1200px) {
    .title-col[data-sb-cid-nlow4r3u] {
        max-width: 75%
    }
}

.content-section[data-sb-cid-2w3r3o6g] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #111;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 40px;
    display: flex;
    justify-content: center
}

.with-border[data-sb-cid-2w3r3o6g] {
    border-top: 1px solid #ccc
}

.content-section[data-sb-cid-2w3r3o6g] [data-sb-cid-2w3r3o6g] {
    box-sizing: border-box
}

.content-container[data-sb-cid-2w3r3o6g] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    grid-column-gap: 60px;
    grid-row-gap: 80px
}

.heading[data-sb-cid-2w3r3o6g] {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.5px;
    margin: 0;
    align-self: start
}

.body-text-wrapper[data-sb-cid-2w3r3o6g] {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.paragraph[data-sb-cid-2w3r3o6g] {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #111;
    margin: 0;
    max-width: 800px
}

.caption-wrapper[data-sb-cid-2w3r3o6g] {
    display: flex;
    justify-content: flex-end
}

.caption-text[data-sb-cid-2w3r3o6g] {
    font-size: 13px;
    line-height: 1.5;
    color: #888;
    text-align: right;
    max-width: 220px
}

.image-wrapper[data-sb-cid-2w3r3o6g] {
    width: 100%;
    position: relative;
    padding-top: 45%;
    overflow: hidden;
    background-color: #f0f0f0
}

.feature-image[data-sb-cid-2w3r3o6g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media(max-width:1024px) {
    .content-container[data-sb-cid-2w3r3o6g] {
        grid-column-gap: 40px;
        grid-row-gap: 60px
    }

    .heading[data-sb-cid-2w3r3o6g] {
        font-size: 28px
    }
}

@media(max-width:768px) {
    .content-section[data-sb-cid-2w3r3o6g] {
        padding: 50px 20px
    }

    .content-container[data-sb-cid-2w3r3o6g] {
        display: flex;
        flex-direction: column;
        gap: 40px
    }

    .heading[data-sb-cid-2w3r3o6g] {
        font-size: 26px;
        max-width: 100%
    }

    .paragraph[data-sb-cid-2w3r3o6g] {
        font-size: 16px
    }

    .caption-wrapper[data-sb-cid-2w3r3o6g] {
        order: 4;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 0
    }

    .caption-text[data-sb-cid-2w3r3o6g] {
        text-align: left;
        max-width: 100%;
        color: #666
    }

    .image-wrapper[data-sb-cid-2w3r3o6g] {
        order: 3;
        padding-top: 60%
    }

    .body-text-wrapper[data-sb-cid-2w3r3o6g] {
        order: 2
    }
}

.info-section[data-sb-cid-kl5meh75] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #111;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #383838
}

.info-section[data-sb-cid-kl5meh75] [data-sb-cid-kl5meh75] {
    box-sizing: border-box
}

.content-container[data-sb-cid-kl5meh75] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px
}

.heading[data-sb-cid-kl5meh75] {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.5px;
    align-self: start
}

.info-table-wrapper[data-sb-cid-kl5meh75] {
    width: 100%
}

.info-table[data-sb-cid-kl5meh75] {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.1rem
}

.info-table[data-sb-cid-kl5meh75] tr[data-sb-cid-kl5meh75] {
    border-bottom: 1px solid #e0ddd8
}

.info-table[data-sb-cid-kl5meh75] tr[data-sb-cid-kl5meh75]:last-child {
    border-bottom: none
}

.info-table[data-sb-cid-kl5meh75] th[data-sb-cid-kl5meh75] {
    text-align: left;
    padding: 20px 20px 20px 0;
    font-weight: 500;
    color: #555;
    width: 40%;
    vertical-align: top
}

.info-table[data-sb-cid-kl5meh75] td[data-sb-cid-kl5meh75] {
    padding: 20px 0;
    color: #111;
    font-weight: 400;
    line-height: 1.5
}

.info-table[data-sb-cid-kl5meh75] .highlight {
    background-color: #fff;
    padding: 4px 0;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500
}

.note[data-sb-cid-kl5meh75] {
    font-size: .9rem;
    color: #888;
    margin-top: 8px
}

@media(max-width:1024px) {
    .content-container[data-sb-cid-kl5meh75] {
        grid-column-gap: 40px
    }

    .heading[data-sb-cid-kl5meh75] {
        font-size: 28px
    }
}

@media(max-width:768px) {
    .info-section[data-sb-cid-kl5meh75] {
        padding: 50px 20px
    }

    .content-container[data-sb-cid-kl5meh75] {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .heading[data-sb-cid-kl5meh75] {
        font-size: 26px
    }

    .info-table[data-sb-cid-kl5meh75] {
        font-size: 1rem
    }

    .info-table[data-sb-cid-kl5meh75] th[data-sb-cid-kl5meh75],
    .info-table[data-sb-cid-kl5meh75] td[data-sb-cid-kl5meh75] {
        padding: 16px 0;
        display: block;
        width: 100%
    }

    .info-table[data-sb-cid-kl5meh75] th[data-sb-cid-kl5meh75] {
        padding-bottom: 4px;
        border-bottom: none
    }

    .info-table[data-sb-cid-kl5meh75] tr[data-sb-cid-kl5meh75] {
        display: block;
        padding: 12px 0
    }
}

.faq-section[data-sb-cid-4j5dlmku] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #111;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #383838
}

.faq-section[data-sb-cid-4j5dlmku] [data-sb-cid-4j5dlmku] {
    box-sizing: border-box
}

.content-container[data-sb-cid-4j5dlmku] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px
}

.heading[data-sb-cid-4j5dlmku] {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.5px;
    align-self: start;
    margin: 0
}

.faq-list[data-sb-cid-4j5dlmku] {
    width: 100%
}

.faq-item[data-sb-cid-4j5dlmku] {
    border-bottom: 1px solid #e0ddd8
}

.faq-item[data-sb-cid-4j5dlmku]:last-child {
    border-bottom: none
}

.faq-question[data-sb-cid-4j5dlmku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    cursor: pointer;
    user-select: none;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font: inherit;
    color: inherit
}

.question-text[data-sb-cid-4j5dlmku] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
    padding-right: 20px
}

.faq-icon[data-sb-cid-4j5dlmku] {
    flex-shrink: 0;
    color: #555;
    transition: color .2s ease
}

.icon-v[data-sb-cid-4j5dlmku] {
    transition: transform .3s ease, opacity .3s ease;
    transform-origin: center
}

.faq-item[data-sb-cid-4j5dlmku].is-open .icon-v[data-sb-cid-4j5dlmku] {
    transform: rotate(90deg);
    opacity: 0
}

.faq-item[data-sb-cid-4j5dlmku].is-open .faq-icon[data-sb-cid-4j5dlmku] {
    color: #111
}

.faq-answer[data-sb-cid-4j5dlmku] {
    padding: 0 0 24px
}

.faq-answer[data-sb-cid-4j5dlmku] p[data-sb-cid-4j5dlmku] {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin: 0;
    max-width: 720px
}

@media(max-width:1024px) {
    .content-container[data-sb-cid-4j5dlmku] {
        grid-column-gap: 40px
    }

    .heading[data-sb-cid-4j5dlmku] {
        font-size: 28px
    }
}

@media(max-width:768px) {
    .faq-section[data-sb-cid-4j5dlmku] {
        padding: 50px 20px
    }

    .content-container[data-sb-cid-4j5dlmku] {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .heading[data-sb-cid-4j5dlmku] {
        font-size: 26px
    }

    .question-text[data-sb-cid-4j5dlmku] {
        font-size: 1rem
    }

    .faq-answer[data-sb-cid-4j5dlmku] p[data-sb-cid-4j5dlmku] {
        font-size: .95rem
    }
}