<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp-bg-with-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 49px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    contain: paint;
    will-change: opacity;
}

.cp-bg-with-cta * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-bg-with-cta .is-mo {
    display: none;
}

.cp-bg-with-cta .is-pc {
    display: block;
}

.cp-bg-with-cta__cover {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.cp-bg-with-cta__outer {
    background-color: #111;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.cp-bg-with-cta__inner {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    width: 100%;
    will-change: opacity;
    z-index: 5;
}

.cp-bg-with-cta__wrap {
    background-color: #111;
    height: 100%;
    width: 100%;
    opacity: 1;
    position: relative;
}

.cp-bg-with-cta__bg {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 100%;
    width: 100%;
    contain: paint;
    position: absolute;
    top: 0;
    left: -webkit-calc(50.00000000000002% - 100% / 2);
    left: calc(50.00000000000002% - 100% / 2);
}

.cp-bg-with-cta__bg-wrap,
.cp-bg-with-cta__bg-default {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.cp-bg-with-cta__bg-default {
    opacity: 1;
}

.cp-bg-with-cta__bg-pic,
.cp-bg-with-cta__bg-vid {
    width: 100%;
    height: 100%;
}

.cp-bg-with-cta__bg-vid,
.cp-bg-with-cta video,
.cp-bg-with-cta img,
.cp-bg-with-cta__bg-pic div,
.cp-bg-with-cta__bg-default-pic,
.cp-bg-with-cta__bg-default-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cp-bg-with-cta__overlay {
    background-color: #111;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: absolute;
    top: -webkit-calc(50.00000000000002% - 100% / 2);
    top: calc(50.00000000000002% - 100% / 2);
    left: -webkit-calc(50.00000000000002% - 100% / 2);
    left: calc(50.00000000000002% - 100% / 2);
}

.cp-bg-with-cta__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 7;
}

.cp-bg-with-cta__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 100%;
    padding: 0;
    position: relative;
}

.cp-bg-with-cta__content-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    max-width: 1359px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cp-bg-with-cta__content-model {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    padding: 12px 44px;
    padding: 1.2rem 4.4rem;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    will-change: opacity;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 0.3;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.cp-bg-with-cta__content-model:before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 18px;
    background-color: #fff;
    top: 48%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2;
}

.cp-bg-with-cta__content-model.no-line:before {
    content: none;
}

.cp-bg-with-cta__content-model p {
    font-family: "genesis-head-office-light", sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.cp-bg-with-cta__content-model p.fs-1 {
    font-size: 60px;
    font-size: 6rem;
}

.cp-bg-with-cta__content-model p.fs-2 {
    font-size: 48px;
    font-size: 4.8rem;
}

.cp-bg-with-cta__content-model p.fs-3 {
    font-size: 34px;
    font-size: 3.4rem;
}

.cp-bg-with-cta__content-model p.fs-4 {
    font-size: 24px;
    font-size: 2.4rem;
}

.cp-bg-with-cta__content-model p.fs-5 {
    font-size: 18px;
    font-size: 1.8rem;
}

.cp-bg-with-cta__content-model p:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    width: 0;
    height: 1px;
    background: #fff;
}

.cp-bg-with-cta__content-model:hover,
.cp-bg-with-cta__content-model:focus {
    opacity: 1;
}

.cp-bg-with-cta__content-model:hover:after,
.cp-bg-with-cta__content-model:focus:after {
    content: '\2023';
    position: absolute;
    color: #fff;
    font-size: 3.5rem;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cp-bg-with-cta__content-model:hover p:before,
.cp-bg-with-cta__content-model:focus p:before {
    -webkit-animation: aniUnderline .3s ease-out alternate forwards;
    animation: aniUnderline .3s ease-out alternate forwards;
}

.default .cp-bg-with-cta__content-model {
    opacity: 1;
}

.cp-bg-with-cta__content.align-left {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-row {
    display: block;
}

.cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model {
    text-align: left;
    padding: 12px 0;
    padding: 1.2rem 0;
}

.cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model:hover:after,
.cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model:focus:after {
    right: -20px;
}

.cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model:before {
    content: none;
}

.cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-row,
.cp-bg-with-cta__content.align-left .cp-bg-with-cta__head {
    max-width: 1920px;
    max-width: 192rem;
    width: 100%;
    padding: 0 140px;
    padding: 0 14rem;
    margin: 0 auto;
}

.cp-bg-with-cta__content.align-left .cp-bg-with-cta__title,
.cp-bg-with-cta__content.align-left .cp-bg-with-cta__dec {
    text-align: left;
}

.cp-bg-with-cta__content.align-right {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-row {
    display: block;
}

.cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model {
    text-align: right;
    margin-left: auto;
    padding: 12px 0;
    padding: 1.2rem 0;
}

.cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model:hover:after {
    content: '\0011';
    font-size: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: unset;
    left: -20px;
}

.cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model:before {
    content: none;
}

.cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-row,
.cp-bg-with-cta__content.align-right .cp-bg-with-cta__head {
    max-width: 1920px;
    max-width: 192rem;
    width: 100%;
    padding: 0 140px;
    padding: 0 14rem;
    margin: 0 auto;
}

.cp-bg-with-cta__content.align-right .cp-bg-with-cta__title,
.cp-bg-with-cta__content.align-right .cp-bg-with-cta__dec {
    text-align: right;
}

.cp-bg-with-cta__title {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    width: auto;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "genesis-head-office-light", sans-serif;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    line-height: 1.32;
    letter-spacing: -0.01em;
}

.cp-bg-with-cta__title .fs-1 {
    font-size: 60px;
    font-size: 6rem;
}

.cp-bg-with-cta__title .fs-2 {
    font-size: 52px;
    font-size: 5.2rem;
}

.cp-bg-with-cta__title .fs-3 {
    font-size: 36px;
    font-size: 3.6rem;
}

.cp-bg-with-cta__title .fs-4 {
    font-size: 32px;
    font-size: 3.2rem;
}

.cp-bg-with-cta__title .fs-5 {
    font-size: 28px;
    font-size: 2.8rem;
}

.cp-bg-with-cta__title p {
    font-family: "genesis-text-office", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #c36f51;
}

.cp-bg-with-cta__dec {
    z-index: 1;
    opacity: 0.5;
    text-align: center;
}

.cp-bg-with-cta__dec p {
    font-family: "genesis-text-office", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

@media (max-width: 1919px) {

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__head,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__head {
        max-width: unset;
        width: 100%;
        padding: 0 120px;
        padding: 0 12rem;
    }
}

@media (max-width: 1599px) {

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__head,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__head {
        padding: 0 100px;
        padding: 0 10rem;
    }
}

@media (max-width: 1359px) {
    .cp-bg-with-cta__content-row {
        max-width: 1023px;
    }

    .cp-bg-with-cta__content-model:before {
        height: 16px;
    }

    .cp-bg-with-cta__content-model p {
        font-size: 30px;
        font-size: 3rem;
    }

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__head,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__head {
        padding: 0 76px;
        padding: 0 7.6rem;
    }
}

@media (max-width: 1023px) {
    .cp-bg-with-cta {
        height: auto;
    }

    .cp-bg-with-cta .is-mo {
        display: block;
    }

    .cp-bg-with-cta .is-pc {
        display: none;
    }

    .cp-bg-with-cta__outer,
    .cp-bg-with-cta__inner {
        height: 100%;
    }

    .cp-bg-with-cta__inner {
        position: absolute;
        top: 0;
    }

    .cp-bg-with-cta__wrap {
        position: unset;
    }

    .cp-bg-with-cta__cover {
        height: auto;
        position: relative;
    }

    .cp-bg-with-cta__bg {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
    }

    .cp-bg-with-cta__bg-default {
        position: fixed;
        top: 0;
        left: 0;
    }

    .cp-bg-with-cta__content {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        gap: 40px;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .cp-bg-with-cta__content-row {
        display: block;
    }

    .cp-bg-with-cta__content-model {
        width: 100%;
        padding: 30px 0;
        padding: 3rem 0;
        text-align: left;
        line-height: 1.2;
        letter-spacing: -0.01em;
        position: relative;
        -webkit-transition: padding 0.5s ease-out, opacity 1s ease;
        transition: padding 0.5s ease-out, opacity 1s ease;
    }

    .cp-bg-with-cta__content-model:nth-child(3n):before,
    .cp-bg-with-cta__content-model:before {
        content: none;
    }

    .cp-bg-with-cta__content-model p {
        font-size: 28px;
        font-size: 2.8rem;
        -webkit-transition: color 0.5s ease;
        transition: color 0.5s ease;
        display: inline;
        white-space: nowrap;
    }

    .cp-bg-with-cta__content-model p:after {
        content: '\2023';
        margin-left: 8px;
        margin-left: 0.8rem;
        opacity: 0;
    }

    .cp-bg-with-cta__content-model p.fs-1 {
        font-size: 40px;
        font-size: 4rem;
    }

    .cp-bg-with-cta__content-model p.fs-2 {
        font-size: 34px;
        font-size: 3.4rem;
    }

    .cp-bg-with-cta__content-model p.fs-3 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .cp-bg-with-cta__content-model p.fs-4 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .cp-bg-with-cta__content-model p.fs-5 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .cp-bg-with-cta__content-model p span {
        position: relative;
    }

    .cp-bg-with-cta__content-model p span:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1px;
        width: 0;
        height: 1px;
        background: #fff;
    }

    .default .cp-bg-with-cta__content-model {
        opacity: 0.3;
    }

    .cp-bg-with-cta__content-model.active {
        opacity: 1;
        padding: 60px 0;
        padding: 6rem 0;
    }

    .cp-bg-with-cta__content-model.active p {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .cp-bg-with-cta__content-model.active p span:before {
        -webkit-animation: aniUnderline .5s linear alternate forwards;
        animation: aniUnderline .5s linear alternate forwards;
    }

    .cp-bg-with-cta__content-model.active p:after {
        opacity: 1;
    }

    .cp-bg-with-cta__content-model:hover:after,
    .cp-bg-with-cta__content-model:hover p:before,
    .cp-bg-with-cta__content-model:hover:after,
    .cp-bg-with-cta__content-model:hover p:before {
        content: none;
    }

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__head,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__head {
        padding: 0 20px;
        padding: 0 2rem;
    }

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model {
        padding: 30px 0;
        padding: 3rem 0;
    }

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model:hover:after,
    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model:focus:after,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model:hover:after,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model:focus:after {
        content: none;
    }

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__content-model.active,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model.active {
        opacity: 1;
        padding: 60px 0;
        padding: 6rem 0;
    }

    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__dec p:after,
    .cp-bg-with-cta__content.align-left .cp-bg-with-cta__dec p:before,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__dec p:after,
    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__dec p:before {
        content: none;
    }

    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content {
        left: unset;
        right: 0;
    }

    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model {
        text-align: right;
    }

    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model p {
        position: relative;
        display: inline-block;
    }

    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model p:after {
        content: none;
    }

    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model p span:last-child:before {
        content: '\2023';
        position: absolute;
        top: -3px;
        top: -0.3rem;
        left: -18px;
        left: -1.8rem;
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg);
        opacity: 0;
    }

    .cp-bg-with-cta__content.align-right .cp-bg-with-cta__content-model.active span:last-child:before {
        opacity: 1;
    }

    .cp-bg-with-cta__content-row,
    .cp-bg-with-cta__head {
        max-width: unset;
        width: 100%;
        padding: 0 20px;
        padding: 0 2rem;
    }

    .cp-bg-with-cta__title {
        margin-bottom: 8px;
        margin-bottom: 0.8rem;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .cp-bg-with-cta__title .fs-1 {
        font-size: 30px;
        font-size: 3rem;
    }

    .cp-bg-with-cta__title .fs-2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .cp-bg-with-cta__title .fs-3 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .cp-bg-with-cta__title .fs-4 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .cp-bg-with-cta__title .fs-5 {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .cp-bg-with-cta__dec {
        text-align: left;
    }

    .cp-bg-with-cta__dec p {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .cp-bg-with-cta__sticky-anchor {
        width: 100%;
        height: 1px;
        position: -webkit-sticky;
        position: sticky;
        top: 50%;
        left: 0;
        right: 0;
        background: transparent;
    }
}
.cp-modal-carousel-contents {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    display: none;
}

.cp-modal-carousel-contents * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-modal-carousel-contents .is-pc {
    display: block;
}

.cp-modal-carousel-contents .is-mo {
    display: none;
}

.cp-modal-carousel-contents__dimmed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}

.cp-modal-carousel-contents__close-wrap {
    position: absolute;
    z-index: 1;
    top: 33.6px;
    top: 3.36rem;
    right: 33.6px;
    right: 3.36rem;
    mix-blend-mode: difference;
}

.cp-modal-carousel-contents__close-wrap button {
    width: 44.8px;
    width: 4.48rem;
    height: 44.8px;
    height: 4.48rem;
    background: url(../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-layer-mix-rev-close-mo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.cp-modal-carousel-contents__wrapper {
    position: absolute;
    top: -webkit-calc(50% - 394px);
    top: calc(50% - 394px);
    left: -webkit-calc(50% - 768px);
    left: calc(50% - 768px);
    height: 788px;
    height: 78.8rem;
    width: 1536px;
    width: 153.6rem;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.cp-modal-carousel-contents__inner {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    gap: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 120px;
    padding: 10rem 12rem;
}

.cp-modal-carousel-contents__controller {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 50%;
    overflow: visible;
    padding: 0 40px;
    padding: 0 4rem;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cp-modal-carousel-contents__controller-left, .cp-modal-carousel-contents__controller-right {
    aspect-ratio: 1 / 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    overflow: visible;
    position: relative;
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-image: url(../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-swiper-arrow-black.png);
    cursor: pointer;
}

.cp-modal-carousel-contents__controller-left.disabled, .cp-modal-carousel-contents__controller-right.disabled {
    opacity: 0.2;
    cursor: default;
}

.cp-modal-carousel-contents__controller-left {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.cp-modal-carousel-contents__controller button {
    outline: none;
    border: none;
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    background-color: transparent;
}

.cp-modal-carousel-contents__cover {
    contain: paint;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cp-modal-carousel-contents__contents {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    white-space: nowrap;
    contain: paint;
}

.cp-modal-carousel-contents__contents-inner {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
    gap: 12rem;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    contain: size;
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    margin-right: 100px;
    margin-right: 10rem;
    background-color: #fff;
}

.cp-modal-carousel-contents__contents-inner.active {
    opacity: 1;
}

.cp-modal-carousel-contents__contents-img {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    height: 100%;
    position: relative;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;
}

.cp-modal-carousel-contents__contents-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.cp-modal-carousel-contents__contents-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cp-modal-carousel-contents__contents-box {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-calc(50% - 100px);
    width: calc(50% - 100px);
}

.cp-modal-carousel-contents__contents-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    height: -webkit-calc(100% - 74px);
    height: calc(100% - 74px);
    width: 100%;
    gap: 8px;
    gap: 0.8rem;
    color: #000;
    text-align: left;
}

.cp-modal-carousel-contents__contents-sticky {
    contain: paint;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.cp-modal-carousel-contents__contents-link {
    height: 40px;
    width: 100%;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 34px;
}

.cp-modal-carousel-contents__contents-link a {
    font-family: "genesis-text-office", sans-serif;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
    color: #888;
}

.cp-modal-carousel-contents__contents-link a.cm-btn-more span:before {
    width: 0;
}

.cp-modal-carousel-contents__head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.cp-modal-carousel-contents__eyebrow {
    font-family: "genesis-text-office", sans-serif;
    color: #7c7c7c;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    white-space: normal;
}

.cp-modal-carousel-contents__title {
    font-family: "genesis-head-office-light", sans-serif;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    white-space: normal;
}

.cp-modal-carousel-contents__desc {
    font-family: "genesis-text-office", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    padding-right: 8px;
    white-space: normal;
}

.cp-modal-carousel-contents__pagination {
    position: absolute;
    bottom: 100px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.cp-modal-carousel-contents__pagination-dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

.cp-modal-carousel-contents__pagination-dot.active {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
}

@media (max-width: 1600px) {
    .cp-modal-carousel-contents__wrapper {
        top: -webkit-calc(50% - 304px);
        top: calc(50% - 304px);
        left: -webkit-calc(50% - 560px);
        left: calc(50% - 560px);
        height: 608px;
        height: 60.8rem;
        width: 1120px;
        width: 112rem;
    }
    .cp-modal-carousel-contents__eyebrow {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .cp-modal-carousel-contents__title {
        font-size: 36px;
        font-size: 3.6rem;
        min-height: 73px;
        min-height: 7.3rem;
    }
    .cp-modal-carousel-contents__desc {
        font-size: 16px;
        font-size: 1.6rem;
        height: -webkit-calc(100% - 150px);
        height: calc(100% - 150px);
        height: calc(100% - 150px);
    }
}

@media (max-width: 1360px) {
    .cp-modal-carousel-contents__inner {
        padding: 90px 100px;
        padding: 9rem 10rem;
    }
    .cp-modal-carousel-contents__contents-inner {
        gap: 60px;
    }
    .cp-modal-carousel-contents__contents-img {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
    .cp-modal-carousel-contents__desc {
        height: -webkit-calc(100% - 150px);
        height: calc(100% - 150px);
        height: calc(100% - 150px);
    }
}

@media (max-width: 1200px) {
    .cp-modal-carousel-contents__wrapper {
        top: -webkit-calc(50% - 264px);
        top: calc(50% - 264px);
        left: -webkit-calc(50% - 480px);
        left: calc(50% - 480px);
        height: 528px;
        height: 52.8rem;
        width: 960px;
        width: 96rem;
    }
    .cp-modal-carousel-contents__pagination {
        bottom: 90px;
    }
}

@media (max-width: 1024px) {
    .cp-modal-carousel-contents .is-pc {
        display: none;
    }
    .cp-modal-carousel-contents .is-mo {
        display: block;
    }
    .cp-modal-carousel-contents__wrapper {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .cp-modal-carousel-contents__close-wrap {
        top: 14px;
        top: 1.4rem;
        right: 14px;
        right: 1.4rem;
        mix-blend-mode: unset;
    }
    .cp-modal-carousel-contents__controller {
        display: none;
    }
    .cp-modal-carousel-contents__inner {
        padding: 0;
    }
    .cp-modal-carousel-contents__contents-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        width: 100%;
    }
    .cp-modal-carousel-contents__contents-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.3)), color-stop(30%, rgba(0, 0, 0, 0)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0) 30%);
    }
    .cp-modal-carousel-contents__contents-box {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        gap: 0;
    }
    .cp-modal-carousel-contents__contents-wrap {
        padding: 24px;
        padding: 2.4rem;
        max-height: -webkit-calc(100% - 74px);
        max-height: calc(100% - 74px);
    }
    .cp-modal-carousel-contents__contents-link {
        padding: 0px 24px;
        padding: 0rem 2.4rem;
        margin-bottom: 30px;
        margin-bottom: 3rem;
    }
    .cp-modal-carousel-contents__contents-link a {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .cp-modal-carousel-contents__contents-link a.cm-btn-more span:before {
        margin-top: 0;
    }
    .cp-modal-carousel-contents__eyebrow {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .cp-modal-carousel-contents__title {
        font-size: 28px;
        font-size: 2.8rem;
        min-height: auto;
    }
    .cp-modal-carousel-contents__desc {
        font-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 10px;
        padding-bottom: 1rem;
        height: auto;
    }
    .cp-modal-carousel-contents__pagination {
        bottom: 24px;
        left: 50%;
        gap: 6px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }
}

@media (max-width: 768px) and (max-aspect-ratio: 1 / 2) {
    .cp-modal-carousel-contents__close-wrap {
        top: 14px;
        right: 14px;
        padding: 0;
        padding: 0;
    }
    .cp-modal-carousel-contents__contents-img {
        height: auto;
        width: 100%;
        aspect-ratio: 1 / 1;
        contain: size;
    }
    .cp-modal-carousel-contents__contents-box {
        top: 100vw;
        height: -webkit-calc(100% - 100vw);
        height: calc(100% - 100vw);
    }
}

@media (max-width: 376px) {
    .cp-modal-carousel-contents__close-wrap {
        top: 14px;
        right: 14px;
        padding: 0;
        padding: 0;
    }
    .cp-modal-carousel-contents__contents-wrap {
        max-height: -webkit-calc(100% - 58px);
        max-height: calc(100% - 58px);
        padding-bottom: 0;
    }
    .cp-modal-carousel-contents__contents-link {
        margin-top: 8px;
        margin-bottom: 0;
        margin-bottom: 0;
    }
}

</pre></body></html>