.overview_tabs_sect {
    background-color: #1E1E1E;
    color: #ffffff;
}
.overview_tabs_sect .sect_title {
    color: inherit;
}
.overview_tabs_sect .description {
    text-align: center;
    color: #D1D5DB;
    line-height: 1.56;
    margin: 0 0 2.22em;
    font-size: 0.875em;
}
.overview_tabs_sect .tabs {
    flex-direction: row-reverse;
    display: block;
}
.overview_tabs_sect .tabs_nav {
    box-sizing: border-box;
    list-style-type: none;
    width: auto;
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: -0.25em -0.5em 1em;
    font-size: 0.75em;
}
.overview_tabs_sect .tabs_nav a {
    font-weight: 600;
    color: #D1D5DB;
    text-transform: uppercase;
    font-feature-settings: 'salt' on;
    display: inline-block;
    border-bottom: 0.125em dashed transparent;
    transition-property: color, border-bottom-color;
    transition-duration: 0.3s;
    padding: 0.5em 0;
}
.overview_tabs_sect .tabs_nav a:hover {
    color: #ffffff;
}
.overview_tabs_sect .tabs_nav li.active a {
    color: #ffffff;
    border-bottom-color: #00B8FC;
}
.overview_tabs_sect .tab_panels {
    width: 100%;
}
.overview_tabs_sect .tab_panel {
    padding: 0 1px;
    box-sizing: border-box;
}
.overview_tabs_sect .tab_content {
    color: #D1D5DB;
    user-select: text;
    font-size: 0.875em;
}
.overview_tabs_sect .tab_content:not(:last-child) {
    margin-bottom: 2.5em;
}
.overview_tabs_sect .tab_content h1,
.overview_tabs_sect .tab_content h2,
.overview_tabs_sect .tab_content h3,
.overview_tabs_sect .tab_content h4,
.overview_tabs_sect .tab_content h5,
.overview_tabs_sect .tab_content h6 {
    color: #ffffff;
}
.overview_tabs_sect .logos {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25em;
}
.overview_tabs_sect .logo {
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.25em;
    width: calc(50% - 0.5em);
}
.overview_tabs_sect .logo_img {
    max-width: 100%;
    display: block;
}
.overview_tabs_sect .logo_img:not(:last-child) {
    margin-bottom: 0.5em;
}
.overview_tabs_sect .logo_caption {
    font-size: 0.75em;
}
.overview_tabs_sect .richtext a {
    color: #00B8FC;
    text-decoration: underline;
}
.overview_tabs_sect .richtext a:hover {
    text-decoration: none;
}
.overview_tabs_sect .tabs_nav li {
    margin: 0.25em 0.5em;
}
.overview_tabs_sect .tab_panels .slick-track {
    align-items: flex-start;
}