@charset "utf-8";

.container.csg-container {
    background-color: #F0F0F0;
    border-radius: 28px;
    padding: 37px 30px;
    margin: 132px auto;
    line-height: 1.3;
}

.container.csg-container .tab-content {
    overflow: hidden;
}

@media (min-width: 1400px) {
  .container.csg-container,
  .container.csg-lrg {
    max-width: 1320px;
  }
}

.container.csg-lrg .has-small-font-size {
    font-family: "Sora", sans-serif;
    font-size: 12px!important;
}

.container.csg-lrg h5.has-small-font-size {
    font-weight: 700;
}

.container.csg-lrg ol.has-small-font-size {
    list-style-position: inside;
    padding-left: 0;
}

.csg-container .nav-pills .nav-link {
    color: #009FE3;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 700;
    border-radius: 12px;
    width: 275px;
    min-height: 60px;   
    opacity: 0.5;
    padding: 11px;
    margin: 2px 0;
    background-color: white;
}

.csg-container .nav-pills .nav-link span.tab-counter {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #009FE3;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
    flex-shrink: 0;
}

.csg-container .nav-pills .nav-link span.tab-title {
    text-align: start;
    padding-left: 10px;
}
.csg-container .nav-pills .nav-link.active, .csg-container .nav-pills .show > .nav-link,.csg-container .nav-pills .nav-link:hover {
    color: #009FE3;
    background-color: white;
    opacity: 1;
}

.csg-container .wp-block-columns {
    display: flex;
}

.csg-container .wp-block-columns.aurora {
    background: url(aurora.png) bottom right no-repeat;
}

.csg-container h2 {
    color: #009FE3;
    font-size: 30px;
    font-weight: 700;
    padding-right: 15%;
    line-height: 1.3;
}

.csg-container p {
    font-size: 16px;
}

.csg-container .csg-nav a {
    border-radius: 50%!important;
    width: 38px;
    height: 38px;
}

.csg-container .csg-nav a:hover {
    opacity: 0.5;
}

.csg-container .csg-nav a.disabled {
    opacity: 0.25;
}

.csg-container .csg-nav a:focus {
    box-shadow: none;
}

.csg-container .alignright {
    text-align: right;
}

.csg-container .aligncenter {
    text-align: center;
}

.csg-container ul.ticks,
.csg-container ul.bars {
  list-style-type: none;
}

.csg-container ul.top {
    padding-left: 0;
}

.csg-container ul li {
    font-size: 16px;
    margin-bottom: 18px;
}

.csg-container ul.ticks li,
.csg-container ul.bars li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 31px;
    background: url('bullet.svg') left center no-repeat;
    padding-left: 55px;
}

.csg-container ul.bars li {
    margin-bottom: 35px;
}

.csg-container ul.bars li {
    background: url('bars.svg') left center no-repeat;
}

.csg-container .wp-block-columns .wp-block-column.has-small-font-size ul.ticks li,
.csg-container .wp-block-columns .wp-block-column.has-small-font-size ul.bars li {
    min-height: 28px;
    background-size: 28px 28px;
}

.csg-container ul.top li {
    background-position: left top;
}

.csg-container .wp-block-columns .wp-block-column.has-small-font-size p {
    margin-bottom: 19px;
}

.csg-container .wp-block-columns .wp-block-column.has-small-font-size p,
.csg-container .wp-block-columns .wp-block-column.has-small-font-size ul li {
    font-size: 12px;
}

.csg-container .wp-block-columns .wp-block-column.has-small-font-size h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.csg-container h2.circle {
    padding-left: 41px;
    min-height: 33px;
    background: url(circle.svg) left center no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.csg-container .wp-block-separator {
    margin: 8px 0 12px;
    height: 2px;
    opacity: 1;
}

.csg-container table {
    font-size: 12px;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
    border-spacing: 0;
    border-collapse: separate;
}

.csg-container table th:not(:last-child),
.csg-container table td:not(:last-child) {
 border-right: 1px solid #B9B9B9;
}

.csg-container table>thead>tr:not(:last-child)>th,
.csg-container table>thead>tr:not(:last-child)>td,
.csg-container table>tbody>tr:not(:last-child)>th,
.csg-container table>tbody>tr:not(:last-child)>td,
.csg-container table>tfoot>tr:not(:last-child)>th,
.csg-container table>tfoot>tr:not(:last-child)>td,
.csg-container table>tr:not(:last-child)>td,
.csg-container table>tr:not(:last-child)>th,
.csg-container table>thead:not(:last-child),
.csg-container table>tbody:not(:last-child),
.csg-container table>tfoot:not(:last-child) {
 border-bottom: 1px solid #B9B9B9;
}
.csg-container table th,
.csg-container table td {
    padding: 10px 12px;
    vertical-align: top;
}

.csg-container table th {
    background: #009FE3;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.wp-block-table {
    overflow-x: hidden;
}


@media (max-width: 1199px) {
    .csg-container .wp-block-columns {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .csg-container .nav-pills .nav-link {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .wp-block-table {
        overflow-x: scroll;
    }
    .csg-container ul.ticks, .csg-container ul.bars {
        padding-left: 0;
    }

    .container.csg-container {
        padding: 10px;
    }
    .csg-container .wp-block-spacer {
        display: none;
    }

    .csg-container h2 {
        padding-right: 0;
    }

    .csg-container .wp-block-columns.aurora {
        background: none;
    }
}

@media (max-width: 575px) {
    .csg-container .nav-pills .nav-link {
        width: 55px;
    }

    .csg-container .nav-pills .nav-link span.tab-title {
        display: none;
    }
}