.layout-hero_section .container-col-left {
    aspect-ratio: 290 / 260;
    padding-bottom: 2px;
}
.layout-hero_section .aspect-top-container {
    aspect-ratio: 290 / 170;
    margin-bottom: 2px;
    overflow: hidden;
}
.layout-hero_section .aspect-top-container img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .4s ease-out;
}
.layout-hero_section .aspect-top-container img:hover {
    transform: scale(1.05);
}
.layout-hero_section .left-container, .layout-hero_section .right-container {
    width: 100%;
    aspect-ratio: 290 / 170;
    margin-bottom: 2px;
    overflow: hidden;
}
.layout-hero_section .left-container img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .4s ease-out;
}
.layout-hero_section .left-container img:hover {
    transform: scale(1.05);
}
.layout-hero_section .right-container a .inner-container {
    padding: 20px 10px 10px 20px;
    background: var(--color-blue);
    transition: background .4s ease-out;
}
.layout-hero_section .right-container a:hover .inner-container {
    background: var(--color-soft-blue);
}
.layout-hero_section .right-container a .color-soft-blue, .layout-hero_section .right-container a .color-white {
    transition: color .4s ease-out;
}
.layout-hero_section .right-container a:hover .color-soft-blue, .layout-hero_section .right-container a:hover .color-white {
    color: var(--color-blue);
}
.layout-hero_section .aspect-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* grid */
@media (min-width: 744px) {
    .layout-hero_section .container-col-left {
        aspect-ratio: 688 / 420;
    }
    .layout-hero_section .right-container a .inner-container {
        padding: 30px;
    }
    /* .layout-hero_section .container-col-right {
        padding-top: 2px;
    } */
    .layout-hero_section .aspect-top-container {
        padding-right: 2px;
    }
    .layout-hero_section .left-container {
        margin-bottom: 2px;
    }
    /* .layout-hero_section .right-container {
        padding-top: 2px;
    } */
}
@media (min-width: 1200px) {
    .layout-hero_section .row-container {
        height: 100vh;
    }
    .layout-hero_section .container-col-left {
        padding-bottom: 0;
        padding-right: 2px !important;
        aspect-ratio: 1371 / 1190;
        height: 100%;
    }
    .layout-hero_section .container-col-left .aspect-container {
        width: 100%;
    }
    /* .layout-hero_section .container-col-right {
        padding-left: 2px !important;
        aspect-ratio: 675 / 866;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    } */
    .layout-hero_section .aspect-top-container {
        margin-right: 0;
        max-width: 100%;
        overflow: hidden;
        aspect-ratio: auto;
        height: 60%;
    }
    .layout-hero_section .left-container, .layout-hero_section .right-container {
        width: 50%;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
        aspect-ratio: auto;
    }
    .layout-hero_section .left-container {
        margin-right: 1px;
    }
    .layout-hero_section .right-container {
        margin-left: 1px;
    }
}
@media (min-width: 1200px) and (min-height: 800px) {
    .layout-hero_section .aspect-top-container {
        height: 65%;
    }
}
@media (min-width: 1920px) {
    .layout-hero_section .aspect-top-container {
        height: 67%;
    }
}
@media (min-width: 1920px) and (min-height: 900px) {
    .layout-hero_section .aspect-top-container {
        height: 74%;
    }
}
/* texts */
.layout-hero_section .banner {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 20px 15px;
    width: auto;
    background-color: var(--color-white);
}
.layout-hero_section .banner .btn-modal {
    position: relative;
    right: 0;
    transform: none;
}
.layout-hero_section .abs-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.layout-hero_section .round-cta {
    background: var(--color-golden-orange);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.layout-hero_section .round-cta img {
    width: 33px;
    height: 33px;
}
@media(min-width: 744px) {
    .layout-hero_section .banner {
        padding: 30px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .layout-hero_section .banner .btn-modal {
        position: absolute;
        top: 30px;
        right: 30px;
    }
}
@media(min-width: 1200px) {
    .layout-hero_section .banner {
        bottom: 30px;
        left: 30px;
        right: 30px;
        padding: 30px 30px 20px;
    }
    .layout-hero_section .round-cta {
        width: 70px;
        height: 70px;
    }
    .layout-hero_section .abs-text {
        bottom: 30px;
        left: 30px;
    }
}
@media(min-width: 1800px) {
    .layout-hero_section .round-cta {
        width: 88px;
        height: 88px;
    }
}
/* VIDEO & MODAL */
.videoFallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: var(--color-black);
    z-index: 0;
}
.video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vimeo_player iframe {
    position: absolute;
    width: 100vw !important;
    min-height: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    pointer-events: none;
}
@media(min-width: 1200px) {
    .layout-hero_section .btn-modal {
        position: absolute;
        top: 30px;
        right: 30px;
    }
}