.colored-boxed-table-section {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: clip;
    max-width: 100%;
}

.colored-boxed-table-section .section--inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    overflow-x: clip;
}

.colored-boxed-table-section .section--inner .section--content-header {
    width: 100%;
    max-width: 1000px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.colored-boxed-table-section .section--inner .section--content-header h3 {
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    color: #fff;
}

.colored-boxed-table-section .section--inner .section--content-header .section--description * {
    color: #fff;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.colored-boxed-table-section .section--inner .section--content-header .section--description *:first-child {
    margin-top: 0;
}

.colored-boxed-table-section .section--inner .section--content-header .section--description *:last-child {
    margin-bottom: 0;
}

.colored-boxed-table-section .section--inner .section--body-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-self: stretch;
    overflow-x: hidden;
    color: #fff;
}

.colored-boxed-table-section .section--inner .section--body-content > p,
.colored-boxed-table-section .section--inner .section--body-content > ul,
.colored-boxed-table-section .section--inner .section--body-content > ol {
    margin-top: 0;
    margin-bottom: 0;
}

.colored-boxed-table-section .section--inner .section--body-content .table-scroll-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

.colored-boxed-table-section .section--inner .section--body-content > .table-scroll-wrapper:first-child,
.colored-boxed-table-section .section--inner .section--content-header .section--description > .table-scroll-wrapper:first-child,
.colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-text > .table-scroll-wrapper:first-child {
    margin-top: 0;
}

.colored-boxed-table-section .section--inner .section--body-content > .table-scroll-wrapper:last-child,
.colored-boxed-table-section .section--inner .section--content-header .section--description > .table-scroll-wrapper:last-child,
.colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-text > .table-scroll-wrapper:last-child {
    margin-bottom: 0;
}

.colored-boxed-table-section .section--inner .section--content-header .section--description .table-scroll-wrapper,
.colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-text .table-scroll-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

.colored-boxed-table-section .section--inner .section--body-content > :not(table):not(.table-scroll-wrapper) {
    text-align: left;
}

.colored-boxed-table-section .section--inner .wysiwyg-content > table:not(:first-child),
.colored-boxed-table-section .section--inner .wysiwyg-content > figure:not(:first-child),
.colored-boxed-table-section .section--inner .wysiwyg-content > .wp-block-table:not(:first-child) {
    margin-top: 16px;
}

.colored-boxed-table-section .section--inner .wysiwyg-content > table:not(:last-child),
.colored-boxed-table-section .section--inner .wysiwyg-content > figure:not(:last-child),
.colored-boxed-table-section .section--inner .wysiwyg-content > .wp-block-table:not(:last-child) {
    margin-bottom: 16px;
}

.colored-boxed-table-section .section--inner .section--body-content table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
}

.colored-boxed-table-section .section--inner .section--body-content table thead tr {
    border-bottom: 1px solid #DEDEDE;
}
.colored-boxed-table-section .section--inner .section--body-content table tbody tr {
    background-color: #fff;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr:nth-child(odd) {
  background-color: #F6F6F6;
}
.colored-boxed-table-section .section--inner .section--body-content table thead tr th {
    padding: 8px 16px;
    color: #fff;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
    background: #126B57;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.colored-boxed-table-section .section--inner .section--body-content table thead tr th:not(:first-child) {
    background: #143830;
    min-width: 0;
}

.colored-boxed-table-section .section--inner .section--body-content table thead tr th+th {
    border-left: 1px solid #DEDEDE;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td,
.colored-boxed-table-section .section--inner .section--body-content table tbody tr th {
    padding: 8px 16px;
    color: #000;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    vertical-align: top;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td *,
.colored-boxed-table-section .section--inner .section--body-content table tbody tr th * {
    color: #000;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td strong {
    font-weight: 600 !important;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td:first-child,
.colored-boxed-table-section .section--inner .section--body-content table tbody tr th[scope="row"] {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #041C4C;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr th+td,
.colored-boxed-table-section .section--inner .section--body-content table tbody tr td+td {
    border-left: 1px solid #DEDEDE;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td ul:first-child {
    margin-top: 0;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td ul:last-child {
    margin-bottom: 0;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td ul li {
    position: relative;
    padding-left: 34px;
    text-align: left;
}

.colored-boxed-table-section .section--inner .section--body-content table tbody tr td ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMC4zMDc2QzE2LjU4ODIgMjAuMzA3NiAyMC4zMDc2IDE2LjU4ODIgMjAuMzA3NiAxMkMyMC4zMDc2IDcuNDExNzQgMTYuNTg4MiAzLjY5MjI2IDEyIDMuNjkyMjZDNy40MTE3NCAzLjY5MjI2IDMuNjkyMjYgNy40MTE3NCAzLjY5MjI2IDEyQzMuNjkyMjYgMTYuNTg4MiA3LjQxMTc0IDIwLjMwNzYgMTIgMjAuMzA3NlpNMTYuNTEyMSAxMC43NjA2QzE2Ljg4NjQgMTAuMzg2MyAxNi44ODY0IDkuNzc5MzIgMTYuNTEyMSA5LjQwNDk3QzE2LjEzNzcgOS4wMzA2MyAxNS41MzA4IDkuMDMwNjMgMTUuMTU2NSA5LjQwNDk3TDExLjI3MDkgMTMuMjkwNUw5LjM3OTgzIDExLjg3MjFDOC45NTYzMSAxMS41NTQ1IDguMzU1NDcgMTEuNjQwMyA4LjAzNzgyIDEyLjA2MzlDNy43MjAxOCAxMi40ODc0IDcuODA2MDEgMTMuMDg4MiA4LjIyOTU0IDEzLjQwNTlMMTAuNzg1OCAxNS4zMjNDMTEuMTY3NCAxNS42MDkzIDExLjcwMTQgMTUuNTcxMyAxMi4wMzg3IDE1LjIzNEwxNi41MTIxIDEwLjc2MDZaIiBmaWxsPSIjOTUwMzA0Ii8+Cjwvc3ZnPgo=');
}

.colored-boxed-table-section .section--inner .section--footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-text {
    width: 100%;
}

.colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-text * {
    color: #fff;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-button {
    width: 100%;
    padding: 22px 32px;
    border: 1px solid #fff;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: font-family;
    font-weight: 600;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 4%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 200px;
    color: #fff;
    text-decoration: none;
}

.colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-button:hover {
    background: #fff;
    border-color: #fff;
    color: #041C4C;
}

@media (min-width: 768px) {
    .colored-boxed-table-section {
        padding: 60px 20px;
    }

    .colored-boxed-table-section .section--inner {
        max-width: 1120px;
    }

    .colored-boxed-table-section .section--inner .section--footer-content {
        align-items: center;
    }

    .colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-button {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

@media (min-width: 1024px) {
    .colored-boxed-table-section {
        padding: 80px 40px;
    }
}

@media (min-width: 1280px) {
    .colored-boxed-table-section {
        padding: 80px 40px;
    }

    .colored-boxed-table-section .section--inner {
        gap: 48px;
    }

    .colored-boxed-table-section .section--inner .section--content-header h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .colored-boxed-table-section .section--inner .section--content-header .section--description * {
        font-size: 18px;
        line-height: 26px;
    }

    .colored-boxed-table-section .section--inner .section--body-content table thead tr th {
        padding: 16px 24px;
        font-size: 18px;
        line-height: 26px;
    }

    .colored-boxed-table-section .section--inner .section--body-content table tbody tr td,
    .colored-boxed-table-section .section--inner .section--body-content table tbody tr th {
        padding: 24px;
    }

    .colored-boxed-table-section .section--inner .section--body-content table tbody tr td ul li {
        padding-left: 36px;
    }

    .colored-boxed-table-section .section--inner .section--body-content table tbody tr td ul li:before {
        width: 26px;
        height: 26px;
    }

    .colored-boxed-table-section .section--inner .section--footer-content .section--footer-content-text * {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
  .colored-boxed-table-section {
    padding: 40px 20px;
  }

  .colored-boxed-table-section .section--inner .section--body-content {
    display: block;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    overflow-x: hidden;
  }

  .colored-boxed-table-section .section--inner .section--body-content > p,
  .colored-boxed-table-section .section--inner .section--body-content > *:not(table):not(.table-scroll-wrapper) {
    width: 100%;
    max-width: 100%;
  }

  .colored-boxed-table-section .section--inner .section--body-content .table-scroll-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .colored-boxed-table-section .section--inner .section--body-content figure,
  .colored-boxed-table-section .section--inner .section--body-content .wp-block-table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: visible;
  }

  .colored-boxed-table-section .section--inner .section--body-content table {
    width: max-content;
    min-width: 100%;
    max-width: none;
    table-layout: auto;
  }

  .colored-boxed-table-section .section--inner .section--body-content table thead tr th,
  .colored-boxed-table-section .section--inner .section--body-content table tbody tr td,
  .colored-boxed-table-section .section--inner .section--body-content table tbody tr th {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 22px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    white-space: normal;
    word-wrap: normal;
    overflow-wrap: normal;
  }

  .colored-boxed-table-section .section--inner .section--body-content table thead tr th:first-child,
  .colored-boxed-table-section .section--inner .section--body-content table tbody tr td:first-child,
  .colored-boxed-table-section .section--inner .section--body-content table tbody tr th:first-child {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
}