.section-table-section {
    width: 100%;
}

.section-table-section .table-section__wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 200px;
}

.section-table-section .table-section__inner {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 40px;
}

.section-table-section .table-section__header {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 16px;
    text-align: center;
}

.section-table-section .table-section__title {
    margin: 0;
    width: 100%;
    color: #AE6961;
    font-family: 'Lora', serif;
    font-size: 46px;
    font-style: italic;
    font-weight: 600;
    line-height: 56px;
    text-transform: capitalize;
}

.section-table-section .table-section__intro {
    width: 100%;
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-table-section .table-section__intro p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.section-table-section .table-section__intro strong,
.section-table-section .table-section__intro b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
}

.section-table-section .table-section__intro * {
    font-family: inherit;
}

.section-table-section .table-section__table-area {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.section-table-section .table-section__table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.section-table-section .table-section__table-scroll::-webkit-scrollbar {
    display: none;
}

.section-table-section .table-section__table {
    width: 100%;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background: #F5F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    box-shadow: 12px 12px 40px rgba(209, 209, 209, 0.2);
    overflow: hidden;
    table-layout: fixed;
}

.section-table-section .table-section__cell {
    margin: 0;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    word-break: break-word;
}

.section-table-section .table-section__cell--header {
    padding: 10px 20px;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.section-table-section .table-section__cell--header-0 {
    width: 26%;
    background: #BB827B;
}

.section-table-section .table-section__cell--header-1 {
    background: #9C534B;
}

.section-table-section .table-section__cell--header-2 {
    background: #BB827B;
}

.section-table-section .table-section__row.is-odd .table-section__cell {
    background: #FFF;
}

.section-table-section .table-section__row.is-even .table-section__cell {
    background: #FAF8F8;
}

.section-table-section .table-section__cell--label {
    width: 26%;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.section-table-section .table-section__cell--value {
    color: #575757;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-table-section .table-section__scroll-indicator {
    display: none;
    width: 100%;
}

.section-table-section .table-section__scroll-track {
    width: 100%;
    height: 8px;
    border-radius: 20px;
    background: #D4D4D4;
    position: relative;
    overflow: hidden;
}

.section-table-section .table-section__scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    min-width: 40px;
    border-radius: 20px;
    background: #AE6961;
    transition: left 0.05s linear;
}

.section-table-section .table-section__table-html {
    width: 100%;
}

.section-table-section .table-section__table-html.wysiwyg-content table,
.section-table-section .table-section__table-html.wysiwyg-content table * {
    margin: 0;
}

.section-table-section .table-section__table-scroll table {
    width: 100%;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background: #F5F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    box-shadow: 12px 12px 40px rgba(209, 209, 209, 0.2);
    overflow: hidden;
    table-layout: fixed;
}

.section-table-section .table-section__table-scroll table thead th {
    padding: 10px 20px;
    vertical-align: top;
    text-align: left;
    word-break: break-word;
    border: none;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.section-table-section .table-section__table-scroll table thead th:nth-child(1) {
    width: 26%;
    background: #BB827B;
}

.section-table-section .table-section__table-scroll table thead th:nth-child(2) {
    background: #9C534B;
}

.section-table-section .table-section__table-scroll table thead th:nth-child(3) {
    background: #BB827B;
}

.section-table-section .table-section__table-scroll table tbody td,
.section-table-section .table-section__table-scroll table tbody th {
    padding: 20px;
    vertical-align: top;
    text-align: left;
    word-break: break-word;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
}

.section-table-section .table-section__table-scroll table tbody tr:nth-child(odd) td,
.section-table-section .table-section__table-scroll table tbody tr:nth-child(odd) th,
.section-table-section .table-section__table-scroll table tbody tr.is-odd td,
.section-table-section .table-section__table-scroll table tbody tr.is-odd th {
    background: #FFF;
}

.section-table-section .table-section__table-scroll table tbody tr:nth-child(even) td,
.section-table-section .table-section__table-scroll table tbody tr:nth-child(even) th,
.section-table-section .table-section__table-scroll table tbody tr.is-even td,
.section-table-section .table-section__table-scroll table tbody tr.is-even th {
    background: #FAF8F8;
}

.section-table-section .table-section__table-scroll table tbody td:first-child,
.section-table-section .table-section__table-scroll table tbody th {
    width: 26%;
    color: #000;
    font-weight: 700;
}

.section-table-section .table-section__table-scroll table tbody td:not(:first-child) {
    color: #575757;
    font-weight: 400;
}

.section-table-section .table-section__table-scroll table tbody td:first-child strong,
.section-table-section .table-section__table-scroll table tbody td:first-child b,
.section-table-section .table-section__table-scroll table tbody th strong,
.section-table-section .table-section__table-scroll table tbody th b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

@media only screen and (max-width: 1279px) {
    .section-table-section .table-section__wrap {
        padding: 60px 20px;
    }
}

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

    .section-table-section .table-section__inner {
        gap: 32px;
    }

    .section-table-section .table-section__header {
        gap: 10px;
    }

    .section-table-section .table-section__title {
        font-size: 30px;
        line-height: 38px;
    }

    .section-table-section .table-section__intro,
    .section-table-section .table-section__intro p,
    .section-table-section .table-section__intro strong,
    .section-table-section .table-section__intro b {
        font-size: 16px;
        line-height: 24px;
    }

    .section-table-section .table-section__table,
    .section-table-section .table-section__table-scroll table {
        min-width: 422px;
        table-layout: auto;
    }

    .section-table-section .table-section__cell--header,
    .section-table-section .table-section__table-scroll table thead th {
        padding: 6px 12px;
        white-space: nowrap;
    }

    .section-table-section .table-section__cell--header-2,
    .section-table-section .table-section__table-scroll table thead th:nth-child(3) {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-table-section .table-section__cell,
    .section-table-section .table-section__table-scroll table tbody td,
    .section-table-section .table-section__table-scroll table tbody th {
        padding: 12px;
    }

    .section-table-section .table-section__cell--label,
    .section-table-section .table-section__cell--value,
    .section-table-section .table-section__table-scroll table tbody td,
    .section-table-section .table-section__table-scroll table tbody th {
        font-size: 16px;
        line-height: 24px;
    }

    .section-table-section .table-section__cell--header-0,
    .section-table-section .table-section__cell--label,
    .section-table-section .table-section__table-scroll table thead th:nth-child(1),
    .section-table-section .table-section__table-scroll table tbody td:first-child,
    .section-table-section .table-section__table-scroll table tbody th {
        width: auto;
        min-width: 140px;
    }

    .section-table-section .table-section__scroll-indicator {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .section-table-section .table-section__table-scroll {
        overflow-x: visible;
    }
}
