section.xbec__ecs {
    margin: 100px 0;
}
@media (max-width: 786px) {
    section.xbec__ecs {
        flex-direction: column;
        padding-left: 3vw !important;
        padding-right: 3vw !important;
        // margin-left: 2vw !important;
        // margin-right: 2vw !important;
    }
}

section.xbec__ecs + section.xbec__ecs {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
}

section.xbec__ecs:last-of-type {
    padding-bottom: 100px !important;
}

div.xbec__ecc {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
}
div.xbec__ecc.c-item-list {
    gap: 10px;
    margin: 0 0 1rem 0;
}

section.xbec__ecs.c-outlined {
    outline: 2px solid rgba(255, 0, 0, 0.3137254902);
}
section.xbec__ecs.c-outlined div.xbec__ecc {
    outline: 2px solid rgba(17, 0, 255, 0.3137254902);
}

section.xbec__ecs,
div.xbec__ecc {
    display: flex;
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.xbec__ecs.c-of-hidden,
div.xbec__ecc.c-of-hidden {
    overflow: hidden;
}
section.xbec__ecs.c-of-scroll,
div.xbec__ecc.c-of-scroll {
    overflow: scroll;
}
section.xbec__ecs.c-ofx-auto,
div.xbec__ecc.c-ofx-auto {
    overflow-x: auto;
}
section.xbec__ecs.c-mar-yauto,
div.xbec__ecc.c-mar-yauto {
    margin-top: auto;
    margin-bottom: auto;
}
section.xbec__ecs.c-mar-tauto,
div.xbec__ecc.c-mar-tauto {
    margin-top: auto;
}
section.xbec__ecs.c-mar-xauto,
div.xbec__ecc.c-mar-xauto {
    margin-left: auto;
    margin-right: auto;
}
section.xbec__ecs.c-mar-lauto,
div.xbec__ecc.c-mar-lauto {
    margin-left: auto;
}
section.xbec__ecs.c-mar-auto,
div.xbec__ecc.c-mar-auto {
    margin: auto;
}
section.xbec__ecs.c-mar-fixed,
div.xbec__ecc.c-mar-fixed {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
}
section.xbec__ecs.c-mar-fixedplus,
div.xbec__ecc.c-mar-fixedplus {
    margin-left: 15rem;
    margin-right: 15rem;
}
@media (max-width: 1024px) {
    section.xbec__ecs.c-mar-fixedplus,
    div.xbec__ecc.c-mar-fixedplus {
        margin-left: 6.25rem;
        margin-right: 6.25rem;
    }
    section.xbec__ecs.c-mar-fixed,
    div.xbec__ecc.c-mar-fixed {
        margin-left: 6.25rem;
        margin-right: 6.25rem;
    }
}
@media (max-width: 786px) {
    section.xbec__ecs.c-mar-fixedplus,
    div.xbec__ecc.c-mar-fixedplus {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    section.xbec__ecs.c-mar-fixed,
    div.xbec__ecc.c-mar-fixed {
        margin-left: 5vw;
        margin-right: 5vw;
    }
}
section.xbec__ecs.c-pad-fixed,
div.xbec__ecc.c-pad-fixed {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}
section.xbec__ecs.c-pad-fixedplus,
div.xbec__ecc.c-pad-fixedplus {
    padding-left: 15vw;
    padding-right: 15vw;
}
@media (max-width: 1024px) {
    section.xbec__ecs.c-pad-fixedplus,
    div.xbec__ecc.c-pad-fixedplus {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}
@media (max-width: 786px) {
    section.xbec__ecs.c-pad-fixedplus,
    div.xbec__ecc.c-pad-fixedplus {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
section.xbec__ecs.c-block,
div.xbec__ecc.c-block {
    display: block;
}
section.xbec__ecs.c-row,
div.xbec__ecc.c-row {
    flex-direction: row;
}
section.xbec__ecs.c-col,
div.xbec__ecc.c-col {
    flex-direction: column;
}
@media (max-width: 786px) {
    section.xbec__ecs.c-col-sm,
    div.xbec__ecc.c-col-sm {
        flex-direction: column;
    }
}
section.xbec__ecs.c-ai-fxs,
div.xbec__ecc.c-ai-fxs {
    align-items: flex-start;
}
section.xbec__ecs.c-ai-ctr,
div.xbec__ecc.c-ai-ctr {
    align-items: center;
}
section.xbec__ecs.c-ai-fxe,
div.xbec__ecc.c-ai-fxe {
    align-items: flex-end;
}
section.xbec__ecs.c-jc-fxs,
div.xbec__ecc.c-jc-fxs {
    justify-content: flex-start;
}
section.xbec__ecs.c-jc-ctr,
div.xbec__ecc.c-jc-ctr {
    justify-content: center;
}
section.xbec__ecs.c-jc-fxe,
div.xbec__ecc.c-jc-fxe {
    justify-content: flex-end;
}
section.xbec__ecs.c-jc-sbw,
div.xbec__ecc.c-jc-sbw {
    justify-content: space-between;
}
section.xbec__ecs.c-jc-sad,
div.xbec__ecc.c-jc-sad {
    justify-content: space-around;
}

.c-round {
    border-radius: 0.4rem;
    overflow: hidden;
}

ul.xbec__ecc__breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    display: flex;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}
ul.xbec__ecc__breadcrumbs li a {
    font-size: inherit;
    line-height: inherit;
    color: var(--clr-gray-700);
}
ul.xbec__ecc__breadcrumbs li a:hover {
    text-decoration: underline;
}
ul.xbec__ecc__breadcrumbs li + li::before {
    content: "/";
    margin: 0 5px;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: var(--clr-gray-700);
}

img:not(.c-header-logo-image) {
    max-width: 100%;
    height: 100%;
}
img.c-bm-mlt {
    mix-blend-mode: multiply;
}
img.c-unset {
    max-width: unset;
    height: unset;
}
@media (max-width: 786px) {
    img {
        max-width: min(100%, 90svw) !important;
    }
}

h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 6vw, 2.7rem);
    margin: -5px 0 1.5rem 0;
    line-height: 1;
}

h2 {
    max-width: 100%;
    font-size: clamp(1.3rem, 4vw, 2rem);
    margin: -5px 0 1.5rem 0;
    line-height: 1;
}

p.xbec__ecc__large-text {
    margin-top: 0;
    max-width: 100%;
    font-size: clamp(1rem, 3vw, 1.22rem);
    letter-spacing: 1px;
    line-height: 1.5;
}

p.xbec__ecc__regular-text {
    margin-top: 0;
    max-width: 100%;
    font-size: 1.05rem;
    letter-spacing: 1px;
    line-height: 1.5;
}

p.xbec__ecc__small-text {
    margin-top: 0;
    max-width: 100%;
    font-size: 0.9rem;
    letter-spacing: 0.7px;
    line-height: 1.4;
}

p.xbec__ecc__mini-text {
    margin-top: 0;
    max-width: 100%;
    font-size: 0.8rem;
    letter-spacing: 0.4px;
    line-height: 1.3;
}

a.xbec__ecc__link {
    font-size: 0.9rem;
}

.c-clr-white {
    color: var(--clr-white);
}

iframe.xbec__ecc__video {
    width: 100%;
    aspect-ratio: 640/360;
}

*[contenteditable="true"] {
    outline: none;
}
*[contenteditable="true"]:hover {
    background-color: rgba(243, 156, 18, 0.05);
}
*[contenteditable="true"]:focus {
    background-color: rgba(243, 156, 18, 0.1);
}

.c-pos-rel {
    position: relative;
}

.c-pos-abs {
    position: absolute;
}

table {
    border-spacing: 0;
    width: 100%;
    border: none;
}
table img {
    max-height: 80px;
}
table tr.c-bordered td {
    border: 1px solid #e2e3e6;
    border-collapse: collapse;
    background-color: var(--clr-white);
}
table tr.c-bordered td + td {
    border-left: none;
}
table tr.c-bordered + tr.c-bordered td {
    border-top: none;
}
table td.c-head {
    background-color: rgb(240, 242, 249) !important;
    vertical-align: middle;
    font-weight: 600;
}
table td {
    padding: 0.8rem;
}

.c-nowrap {
    white-space: nowrap;
}

.c-ta-lft {
    text-align: left;
}

.c-ta-ctr {
    text-align: center;
}

.c-ta-rgt {
    text-align: right;
} /*# sourceMappingURL=ecs.css.map */
