html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.45;
    color: #323232;
    text-align: left;
    background-color: #ffffff;
    overflow: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #323232;
    text-transform: uppercase;
}

ul {
    list-style-type: none;
}

button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.h2_heading {
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 20px;
    hyphens: auto;
}

@media (min-width: 768px) {
    .h2_heading {
        font-size: 28px;
        line-height: 35px;
    }
}

.paragraph {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.strong {
    font-weight: 700;
    text-transform: uppercase;
}

.progress-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .progress-content {
    }
}

.content-meta_paragraph {
    width: 100%;
    max-width: 1344px;
    padding: 20px;
}

@media (min-width: 768px) {
    .content-meta_paragraph {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .content-meta_paragraph {
        padding: 0px;
    }
}

.wrapper-paragraph_meta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.spacer-paragraph_meta {
    width: 20%;
    display: none;
}

@media (min-width: 768px) {
    .spacer-paragraph_meta {
        display: block;
    }
}

.wrapper_spacer-paragraph_meta {
    width: 100%;
    max-width: 1344px;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper-banner_grey {
    background-color: #f5f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.content-banner_grey {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1344px;
}

.extra_banner {
    font-size: 20px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .extra_banner {
        font-size: 35px;
        line-height: 46px;
    }
}

.button {
    padding: 15px 30px 15px 30px;
    color: #ffffff;
    background-color: #0071b8;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.text_center {
    text-align: center;
}

.button:hover {
    background-color: #005ab4;
}

.button:focus {
    background-color: #005ab4;
}

.wrapper-img_grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.content_wrapper-grid_sides {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .content_wrapper-grid_sides {
        flex-direction: row;
    }
}

.content-grid_element {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .content-grid_element {
        width: 50%;
    }
}

.img_grid {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 400px;
}

@media (min-width: 768px) {
    .img_grid {
        width: 100%;
        max-width: none;
    }
}

.content-grid_element.text_side {
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .content-grid_element.text_side {
    }
}

@media (min-width: 1200px) {
    .content-grid_element.text_side {
        padding: 60px;
    }
}

.img_grid.object_fill {
    object-fit: fill;
}

.h2_heading.block {
    text-transform: uppercase;
}

.content_wrapper-grid_sides.reversed {
}

@media (min-width: 768px) {
    .content_wrapper-grid_sides.reversed {
        flex-direction: row-reverse;
    }
}

.wrapper-img_meta {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.content-img_meta {
    width: 100%;
    display: flex;
}

.img_meta {
    width: 100%;
    object-fit: cover;
}

.nav_local-sticky {
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: #f5f6f6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    bottom: 0;
}

@media (min-width: 768px) {
    .nav_local-sticky {
        position: sticky;
        top: 0;
        display: none;
    }
}

.anchor_nav {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    transition: all 0.15s ease-in;
    box-sizing: border-box;
}

.paragraph.small {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.wrapper-progress_bar {
    height: 4px;
    width: 100%;
    background-color: rgba(241,144,132,.4);
    overflow: hidden;
    display: block;
}

.content-progress_bar {
    height: 100%;
    width: 0px;
    background-color: #c00;
    min-height: 0;
}

.wrapper-nav_info {
    padding: 20px 30px;
    width: 100%;
}

.ulist-nav_anchors {
    width: 100%;
    padding: 0 30px 20px;
    margin: 0 0 0 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    transition: all 0.3s ease-in;
    height: 295px;
    background-color: transform;

}
.list-nav_anchor.active button
{
    display: block;
}

.list-nav_anchor {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-nav_anchor.active {
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.symbol-list-nav_anchor {
    width: 15px;
    height: 15px;
    border-radius: 0;
    border-width: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    margin-right: 15px;
}

.button-symbol_list {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.content_wrapper-grid_sides.cards {
    flex-direction: column-reverse;
}

.content_wrapper-cards {
    width: 100%;
    max-width: 1344px;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
}

.wrapper-heading_cards {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.content-cards_flex {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ulist-nav_anchors.expanded {
    height: auto;
}

.wrapper-nav_local_sticky {
    width: 100%;
}

.anchor_nav:hover {
    outline: 14px;
    border-bottom: 2px solid #323232;
}

.symbol-list_nav_anchor {
    height: 15px;
    width: 15px;
    transform: rotate(180deg);
    transition: all 0.15s ease-in;

}

.symbol-list_nav_anchor.rotated {
    transform: rotate(0deg);
}

.wrapper-nav_holder {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #f5f6f6;
    width: 100%;
}

.ulist-nav_anchors.horizontal {
    background-color: #f5f6f6;
    display: none;
    height: auto;
    padding: 0px 0 0;
}

@media (min-width: 768px) {
    .ulist-nav_anchors.horizontal {
        flex-direction: row;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

.anchor_nav.horizontal {
    padding: 32px 20px;
}

.wrapper-nav_anchors_horizontal {
    display: flex;
}

.list-nav_anchor.horizontal {
    padding-top: 0;
    padding-bottom: 0;
}





