.section-tabulation {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0.796%, #f9f1ee 29.587%, #f0dddb 100%);
}

.section-tabulation .tabulation-section__wrap {
    width: 100%;
    max-width: 1920px;
    padding: 60px 100px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.section-tabulation .tabulation-section__inner {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 60px;
}

.section-tabulation .tabulation-section__header {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 20px;
}

.section-tabulation .tabulation-section__sub-header-text {
    display: inline-flex;
    padding: 4px 16px;
    border-radius: 200px;
    border: 1px solid #000;
    color: #000;
    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-tabulation .tabulation-section__heading-group {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.section-tabulation .tabulation-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-tabulation .tabulation-section__intro,
.section-tabulation .tabulation-section__intro p {
    margin: 0;
    width: 100%;
    color: #575757;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-tabulation .tabulation-section__intro * {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.section-tabulation .tabulation-section__body {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
}

.section-tabulation .tabulation-section__desktop-ui {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
}

.section-tabulation .tabulation-section__tabs {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}

.section-tabulation .tabulation-section__tab {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: center;
    appearance: none;
}

.section-tabulation .tabulation-section__tab-labels {
    width: 100%;
    min-height: 52px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
}

.section-tabulation .tabulation-section__tab::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    flex-shrink: 0;
}

.section-tabulation .tabulation-section__tab.is-active::after {
    background: #AE6961;
}

.section-tabulation .tabulation-section__tab-title,
.section-tabulation .tabulation-section__tab-subtitle {
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #575757;
}

.section-tabulation .tabulation-section__tab-title {
    font-weight: 700;
}

.section-tabulation .tabulation-section__tab-subtitle {
    font-weight: 400;
}

.section-tabulation .tabulation-section__tab-subtitle.is-empty {
    visibility: hidden;
}

.section-tabulation .tabulation-section__tab.is-active .tabulation-section__tab-title,
.section-tabulation .tabulation-section__tab.is-active .tabulation-section__tab-subtitle {
    color: #AE6961;
}

.section-tabulation .tabulation-section__panels {
    width: 100%;
}

.section-tabulation .tabulation-section__panel {
    width: 100%;
    background: #fff;
    border-radius: 40px;
    box-shadow: -10px 20px 25px rgba(117, 54, 19, 0.1);
    padding: 60px 80px;
}

.section-tabulation .tabulation-section__panel-inner {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 60px;
}

.section-tabulation .tabulation-section__content-item {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 60px;
}

.section-tabulation .tabulation-section__content-item.is-reverse {
    flex-flow: row-reverse nowrap;
}

.section-tabulation .tabulation-section__content-media {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    align-self: stretch;
}

.section-tabulation .tabulation-section__content-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
    object-position: center;
}

.section-tabulation .tabulation-section__content-copy {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    padding: 20px 0;
}

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

.section-tabulation .tabulation-section__content-description {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
}

.section-tabulation .tabulation-section__content-description blockquote {
    margin: 0;
    width: 100%;
    padding: 12px 16px;
    background: #F9F0EE;
    border: 0;
    border-radius: 2px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 16px;
}

.section-tabulation .tabulation-section__content-description blockquote::before {
    content: '';
    flex: 0 0 4px;
    width: 4px;
    max-width: 4px;
    align-self: stretch;
    background: #AE6961;
}

.section-tabulation .tabulation-section__content-description blockquote,
.section-tabulation .tabulation-section__content-description blockquote p {
    margin: 0;
    color: #0C0C0C;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.section-tabulation .tabulation-section__content-description blockquote p {
    flex: 1 1 auto;
    min-width: 0;
}

.section-tabulation .tabulation-section__content-description p {
    margin: 0;
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-tabulation .tabulation-section__content-description * {
    font-family: inherit;
}

.section-tabulation .tabulation-section__content-description ul,
.section-tabulation .tabulation-section__content-description ol {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
}

.section-tabulation .tabulation-section__content-description a,
.section-tabulation .tabulation-section__content-description strong,
.section-tabulation .tabulation-section__content-description b,
.section-tabulation .tabulation-section__content-description u {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.section-tabulation .tabulation-section__content-link {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.section-tabulation .tabulation-section__content-link-text {
    text-decoration: underline;
    text-underline-position: from-font;
}

.section-tabulation .tabulation-section__content-link:hover,
.section-tabulation .tabulation-section__content-link:focus {
    color: #AE6961;
}

.section-tabulation .tabulation-section__content-link:hover .tabulation-section__content-link-text,
.section-tabulation .tabulation-section__content-link:focus .tabulation-section__content-link-text {
    color: #AE6961;
}

.section-tabulation .tabulation-section__content-link-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.section-tabulation .tabulation-section__content-link-icon svg {
    display: block;
    width: 20px;
    height: auto;
}

.section-tabulation .tabulation-section__content-link:hover svg path,
.section-tabulation .tabulation-section__content-link:focus svg path {
    fill: #AE6961;
}

.section-tabulation .tabulation-section__mobile-groups {
    display: none;
    width: 100%;
    flex-flow: column nowrap;
    gap: 12px;
}

.section-tabulation .tabulation-section__mobile-group {
    width: 100%;
}

.section-tabulation .tabulation-section__mobile-group-card {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: -10px 20px 25px rgba(117, 54, 19, 0.1);
    padding: 32px 20px;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}

.section-tabulation .tabulation-section__mobile-group-heading {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    color: #AE6961;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.section-tabulation .tabulation-section__mobile-group-title {
    display: block;
    font-weight: 700;
}

.section-tabulation .tabulation-section__mobile-group-subtitle {
    display: block;
    font-weight: 400;
}

.section-tabulation .tabulation-section__mobile-group-contents {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-item {
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    max-width: 100%;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-media {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-copy {
    width: 100%;
    padding: 0;
    align-items: flex-start;
    text-align: left;
    gap: 32px;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-title {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-link {
    align-self: flex-start;
    justify-content: flex-start;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-description blockquote {
    padding: 12px;
    gap: 12px;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-description blockquote,
.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-description blockquote p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-description p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.section-tabulation .tabulation-section__desktop-ui .tabulation-section__content-image {
    height: 100% !important;
}

@media only screen and (min-width: 1024px) {
    .section-tabulation .tabulation-section__desktop-ui .tabulation-section__content-image {
        position: absolute;
        inset: 0;
    }
}

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

    .section-tabulation .tabulation-section__header {
        padding: 0;
    }

    .section-tabulation .tabulation-section__panel {
        padding: 40px 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .section-tabulation .tabulation-section__desktop-ui .tabulation-section__panel {
        padding: 32px 20px;
    }

    .section-tabulation .tabulation-section__desktop-ui .tabulation-section__content-item,
    .section-tabulation .tabulation-section__desktop-ui .tabulation-section__content-item.is-reverse {
        flex-flow: column nowrap;
        gap: 32px;
    }

    .section-tabulation .tabulation-section__desktop-ui .tabulation-section__content-media {
        width: 100%;
        align-self: auto;
        min-height: 240px;
    }

    .section-tabulation .tabulation-section__desktop-ui .tabulation-section__content-image {
        position: static;
        min-height: 240px;
        height: auto;
    }
}

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

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

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

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

    .section-tabulation .tabulation-section__desktop-ui {
        display: none;
    }

    .section-tabulation .tabulation-section__mobile-groups {
        display: flex;
    }

    .section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-media {
        flex: none;
        width: 100%;
        max-width: 100%;
        height: 200px;
    }

    .section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-image {
        position: absolute;
        inset: 0;
        width: 100%;
        max-width: none;
        height: 100%;
    }
}

.section-tabulation .tabulation-section__mobile-group-card .tabulation-section__content-image {
    height: 100% !important;
}

@media only screen and (min-width: 768px) {
    .section-tabulation .tabulation-section__mobile-groups {
        display: none;
    }
}