﻿
:root {
    --brand-navy: #0d2c53;
    --brand-red: #d31a38;
}


.crx-svcCard__fa {
    color: var(--crx-red);
    font-size: 48px;
    line-height: 1;
}

.crx-hero-fade {
    position: relative;
    height: 100vh;
    min-height: 560px;
    overflow: hidden;
    color: #fff;
}


.crx-hero-fade__slides {
    position: absolute;
    inset: 0;
}


.crx-hero-fade__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 800ms ease;
    will-change: opacity;
    pointer-events: none;
    overflow: hidden;
    background-image: none !important;
}


    .crx-hero-fade__slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background-image: var(--crx-bg);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        transform-origin: 50% 50%;
        transform: scale(1.14);
        animation: none;
        will-change: transform;
    }

.crx-hero-fade__slide.is-active {
        opacity: 1;
        pointer-events: auto;
}

.crx-hero-fade__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.crx-hero-fade__content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.crx-hero-fade__slide.is-active::before {
    animation: crxKenBurnsOut 10s linear forwards;
}

@keyframes crxKenBurnsOut {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.00);
    }
}


.crx-hero-fade .crx-rt {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 650ms ease, transform 650ms ease;
    transition-delay: 160ms;
}

.crx-hero-fade__slide.is-active .crx-rt {
    opacity: 1;
    transform: translateY(0);
}

.crx-hero-fade .crx-rt h1 {
    font-weight: 700;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}

.crx-hero-fade .crx-rt p {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    line-height: 1.5;
    max-width: 48rem;
    margin: 0 auto;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}

.crx-hero-fade__logo {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
}

    .crx-hero-fade__logo img {
        display: block;
        width: 102px;
        height: 53px;
        object-fit: contain;
    }

.crx-hero-fade__blink {
    position: absolute;
    inset: 0;
    background: #0d2c53;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

.crx-hero-fade.is-blinking .crx-hero-fade__blink {
    animation: crxHeroBlink 1200ms ease;
}

@keyframes crxHeroBlink {
    0% {
        opacity: 0;
    }

    28% {
        opacity: 0.92;
    }

    60% {
        opacity: 0.55;
    }

    100% {
        opacity: 0;
    }
}


.crx-hero-fade__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46px;
    z-index: 7;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .crx-hero-fade__arrow img {
        display: block;
        height: 60px;
        width: auto;
        object-fit: contain;
    }

.crx-hero-fade__dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 7;
    display: flex;
    gap: 8px;
}

.crx-hero-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.9);
    background: transparent;
    opacity: 0.95;
    cursor: pointer;
    padding: 0;
}

    .crx-hero-dot.is-active {
        background: rgba(255,255,255,0.95);
    }

.crx-hero-fade .crx-hero-btn {
    display: inline-block;
    padding: 0.65rem 1.2rem;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff !important;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}

    .crx-hero-fade .crx-hero-btn:hover,
    .crx-hero-fade .crx-hero-btn:focus {
        color: #fff !important;
        border-color: #fff;
        background: #c8102e;
        text-decoration: none;
        outline: none;
    }

.crx-hero-fade .crx-rt .crx-hero-btn {
    margin-top: 14px;
}

.crx-hero-fade .crx-rt,
.crx-hero-fade .crx-rt * {
    color: #fff;
}

    .crx-hero-fade .crx-rt a {
        color: #fff;
    }

 
.amcn-cta {
    background: #f4f4f4;
    padding: 2.75rem 0;
}
 
.amcn-cta__panel {
    text-align: center;
}

 
.amcn-cta__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.amcn-cta__iconSvg {
    width: 22px;
    height: 44px;
    stroke: #c30f2d; 
    fill: none;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.amcn-cta__title {
    margin: 0 auto 0.75rem;
    color: #0d2c53; 
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.18;
}

 
.amcn-cta__subtitle {
    margin: 0 auto;
    max-width: 820px;
    color: #222222;  
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.35;
}

 
.amcn-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.35rem;
    padding: 0.75rem 2.35rem;
    background: #c30f2d;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 9999px;
    border: 2px solid transparent;
}

    .amcn-cta__btn:hover {
        background: #a80d27;
        color: #ffffff;
        text-decoration: none;
    }

    .amcn-cta__btn:focus-visible {
        outline: none;
        border-color: #0d2c53;
    }

@media (max-width: 576px) {
    .amcn-cta__panel {
        padding: 2.25rem 1.25rem;
    }

    .amcn-cta__title {
        font-size: 1.45rem;
    }

    .amcn-cta__subtitle {
        font-size: 1.02rem;
    }
}


.mci-rentalIntro {
    background: #ffffff;
    padding: 1.75rem 0 1.25rem;
}

.mci-rentalIntro__title {
    margin: 0 0 0.55rem;
    color: #0d2c53; 
    font-weight: 900;
    font-size: 2.35rem;
    line-height: 1.1;
}

.mci-rentalIntro__text {
    margin: 0;
    color: #222222;
    font-size: 1rem;
    line-height: 1.45;
}

.mci-rentalIntro__phone {
    color: #0d2c53;
    font-weight: 800;
    text-decoration: none;
}

    .mci-rentalIntro__phone:hover {
        text-decoration: underline;
    }

@media (max-width: 576px) {
    .mci-rentalIntro__title {
        font-size: 1.6rem;
    }

    .mci-rentalIntro__text {
        font-size: 0.95rem;
    }
}



.crx-gallery__title {
    color: var(--brand-navy);
    margin: 0 auto 22px;
    padding: 0 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.06;
    font-size: clamp(28px, 3vw, 52px);
}


    .crx-gallery__title br {
        display: block;
        content: "";
    }

.crx-gallery__viewport {
    overflow: hidden;
    width: 100%;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
}

    .crx-gallery__viewport.is-dragging {
        cursor: grabbing;
    }

.crx-gallery__track {
    display: flex;
    gap: var(--gap);
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.crx-gallery__track__center {
    display: flex;
    gap: var(--gap);
    will-change: transform;
    transform: translate3d(0, 0, 0);
    place-items: center;
}

.crx-gallery__slide {
    margin: 0;
    flex: 0 0 calc((100% - (var(--gap) * (var(--perView) - 1))) / var(--perView));
}

.crx-gallery__slide_second {
    margin: 0;
    flex: 0 0 calc((100% - (var(--gap) * (var(--perView) - 1))) / var(--perView));
    align-content: center;
}


.crx-gallery__zoomBtn {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.crx-gallery__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 10;
    object-fit: cover;
    transition: filter 160ms ease;
    user-select: none;
    -webkit-user-drag: none;
}

.crx-gallery__img_second {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 160ms ease;
    user-select: none;
    -webkit-user-drag: none;
}


.crx-gallery__zoomBtn:hover .crx-gallery__img,
.crx-gallery__zoomBtn:focus-visible .crx-gallery__img {
    filter: brightness(1.08);
}


.crx-gallery__caption {
    display: none !important;
}


@media (max-width: 1100px) {
    .crx-gallery {
        --perView: 3;
    }
}

@media (max-width: 820px) {
    .crx-gallery {
        --perView: 2;
    }
}

@media (max-width: 520px) {
    .crx-gallery {
        --perView: 1;
    }
}

/* ================= Lightbox ================= */
.crx-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

    .crx-lightbox.is-open {
        display: block;
    }

.crx-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.crx-lightbox__panel {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px 14px;
}

.crx-lightbox__content {
    width: min(980px, 92vw);
    max-height: 88vh;
    display: grid;
    gap: 0;
    align-content: start;
}

.crx-lightbox__imgWrap {
    position: relative;
    display: grid;
    place-items: center;
}

.crx-lightbox__img {
    max-width: 100%;
    max-height: 78vh;
    height: auto;
    width: auto;
    display: block;
}

.crx-lightbox__caption {
    display: block;
    width: 100%;
    color: #fff;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
}

.crx-lightbox__btn,
.crx-lightbox__nav {
    position: absolute;
    border: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    display: grid;
    place-items: center;
    border-radius: 999px;
}

.crx-lightbox__btn {
    top: 14px;
    width: 44px;
    height: 44px;
}

.crx-lightbox__close {
    right: 14px;
}

.crx-lightbox__nav {
    top: 50%;
    translate: 0 -50%;
    width: 52px;
    height: 52px;
}

.crx-lightbox__prev {
    left: 14px;
}

.crx-lightbox__next {
    right: 14px;
    .crx-omu-split
}

{
    background: #ffffff;
}

.crx-omu-split__container {

}

.crx-omu-split__title {
    margin: 0 0 18px;
    color: #0d2c53;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.08;
}

.crx-omu-split__copy {
    color: #667992;
    font-size: 1rem;
    line-height: 1.65;
}

    .crx-omu-split__copy p {
        margin: 0 0 14px;
    }

    .crx-omu-split__copy strong {
        color: #0d2c53;
        font-weight: 700;
    }

.crx-omu-split__cta {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.crx-omu-split__btn {
    background: #c30f2d;
    color: #ffffff;
    text-decoration: none;
    border: 0;
    border-radius: 9999px;
    padding: 14px 44px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 16px rgba(195, 15, 45, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

    .crx-omu-split__btn:hover,
    .crx-omu-split__btn:focus-visible {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(195, 15, 45, 0.22);
        filter: brightness(0.98);
    }

.crx-omu-split__btnIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .crx-omu-split__btnIcon svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        display: block;
    }

.crx-omu-split__media {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.crx-omu-split__img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .crx-omu-split__cta {
        justify-content: center;
    }

    .crx-omu-split__media {
        justify-content: center;
    }

    .crx-omu-split__img {
        max-width: 680px;
    }
}

.crx-omu-why {
    background: #ffffff;
}

.crx-omu-why__container {

}

.crx-omu-why__title {
    text-align: center;
    color: #0d2c53;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.1;
    font-size: clamp(2rem, 3.2vw, 2.7rem);
}

.crx-omu-why__media {
    margin: 0;
}

.crx-omu-why__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    object-fit: cover;
}

.crx-omu-why__copy {
    color: #667992;
    font-size: 1rem;
    line-height: 1.65;
}

    .crx-omu-why__copy p {
        margin: 0 0 18px;
    }

    .crx-omu-why__copy strong {
        color: #0d2c53;
        font-weight: 800;
    }

.crx-omu-why__cta {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.crx-omu-why__btn {
    background: #c30f2d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9999px;
    padding: 14px 44px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 16px rgba(195, 15, 45, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

    .crx-omu-why__btn:hover,
    .crx-omu-why__btn:focus-visible {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(195, 15, 45, 0.22);
        filter: brightness(0.98);
    }

.crx-omu-why__btnIcon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}

@media (min-width: 992px) {
    .crx-omu-why__row {
        margin-top: 6px;
    }

    .crx-omu-why__copy {
        padding-top: 6px;
    }
}


.crx-omu-capreq {
    background: #ffffff;
}

.crx-omu-capreq__container {

}

.crx-omu-capreq__title {
    margin: 0 0 26px;
    color: #0d2c53;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.12;
}

.crx-omu-capreq__subtitle {
    margin: 0 0 14px;
    color: #0d2c53;
    font-weight: 800;
    font-size: 1.05rem;
}

.crx-omu-capreq__list {
    margin: 0;
    padding-left: 18px;
    color: #667992;
    font-size: 1rem;
    line-height: 1.65;
}

    .crx-omu-capreq__list li {
        margin-bottom: 12px;
    }

.crx-omu-capreq__cta {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.crx-omu-capreq__btn {
    background: #c30f2d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9999px;
    padding: 14px 44px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 16px rgba(195, 15, 45, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

    .crx-omu-capreq__btn:hover,
    .crx-omu-capreq__btn:focus-visible {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(195, 15, 45, 0.22);
        filter: brightness(0.98);
    }

.crx-omu-capreq__btnIcon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}

.crx-gallery_single {
    --gap: 22px;
    --perView: 1;
    margin: 0;
    padding: 0;
}

.crx-omu-fullvh {
    height: 100vh;
    background: #ffffff;
}


.crx-omu-fullvh__grid {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.crx-omu-fullvh__left {
    background: #b30d24; 
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;  
}

.crx-omu-fullvh__content {
    width: 100%;
    max-width: 760px;
    padding: 0 clamp(28px, 4vw, 72px);
}

.crx-omu-fullvh__title {
    margin: 0 0 18px;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.08;
    color: white;
    font-size: clamp(1.9rem, 2.7vw, 2.6rem);
}

.crx-omu-fullvh__lead {
    margin: 0;
    max-width: 680px;
    color: white;
    font-size: 0.98rem;
    line-height: 1.6;
}

.crx-omu-fullvh__arrow {
    display: inline-block;
    margin-left: 6px;
    font-weight: 700;
}


.crx-omu-fullvh__right {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/miscellaneous/EMU/emu7.jpg");
}


@media (max-width: 991.98px) {
    .crx-omu-fullvh {
        height: auto;
    }

    .crx-omu-fullvh__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(320px, 50vh);
    }

    .crx-omu-fullvh__left {
        padding: 44px 0;
    }

    .crx-omu-fullvh__right {
        min-height: 50vh;
    }
}

.crx-omu-cta {
    background: #ffffff;
}

.crx-omu-cta__container {

}

.crx-omu-cta__inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.crx-omu-cta__title {
    margin: 0 0 14px;
    color: #0d2c53;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.12;
    font-size: clamp(2rem, 3.2vw, 2.85rem);
}

.crx-omu-cta__text {
    margin: 0 auto;
    max-width: 920px;
    color: #222222;
    font-size: 1rem;
    line-height: 1.6;
}

.crx-omu-cta__phone {
    color: #0d2c53;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

    .crx-omu-cta__phone:hover,
    .crx-omu-cta__phone:focus-visible {
        color: #0d2c53;
        text-decoration-thickness: 2px;
    }

.crx-omu-cta__actions {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.crx-omu-cta__btn {
    background: #c30f2d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9999px;
    padding: 16px 54px;
    font-weight: 800;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 6px 16px rgba(195, 15, 45, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

    .crx-omu-cta__btn:hover,
    .crx-omu-cta__btn:focus-visible {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(195, 15, 45, 0.22);
        filter: brightness(0.98);
    }

.crx-omu-cta__btnIcon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}

@media (max-width: 576px) {
    .crx-omu-cta__container {
        padding-top: 44px;
        padding-bottom: 56px;
    }

    .crx-omu-cta__btn {
        width: 100%;
        justify-content: center;
        padding: 16px 22px;
    }
}


.mci-kit {
    background: #ffffff;
}

.mci-kit__container {

}

.mci-kit__title {
    margin: 0 auto 26px;
    text-align: center;
    color: #0d2c53;
    font-weight: 500; 
    letter-spacing: -0.2px;
    line-height: 1.08;
}

.mci-kit__media {
    margin: 0;
}

.mci-kit__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.mci-kit__copy {
    color: #4b4f56;
    font-size: 0.92rem;
    line-height: 1.65;
}

    .mci-kit__copy p {
        margin: 0 0 16px;
    }

.mci-kit__subhead {
    margin: 0 0 10px;
    color: #2a2e34;
    font-weight: 700;
    font-size: 0.72rem;  
    text-transform: none;  
    letter-spacing: 0.02em;
}
 
.mci-kit__cta {
    margin-top: 26px;
    display: flex;
    justify-content: flex-start;  
}

@media (min-width: 992px) {
    .mci-kit__cta {
        justify-content: center;  
    }
}

.mci-kit__btn {
    background: #c30f2d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9999px;
    padding: 12px 34px;
    font-weight: 800;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 16px rgba(195, 15, 45, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

    .mci-kit__btn:hover,
    .mci-kit__btn:focus-visible {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(195, 15, 45, 0.22);
        filter: brightness(0.98);
    }

.mci-kit__btnIcon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}
 
@media (max-width: 576px) {
    .mci-kit__container {
        padding-top: 36px;
        padding-bottom: 46px;
    }

    .mci-kit__title br {
        display: none;  
    }

    .mci-kit__cta {
        justify-content: center;
    }
}

.crx-hero-fade__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,32,56,.45);
    pointer-events: none;
}

    .crx-hero-fade__overlay::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 1px 1px, rgba(255,255,255,.18) 0 1px, rgba(255,255,255,0) 1.6px) 0 0/4px 4px, repeating-linear-gradient(0deg, rgba(0,0,0,.10) 0 1px, rgba(0,0,0,0) 1px 3px);
        mix-blend-mode: overlay;
        opacity: .9;
        pointer-events: none;
    }

.mci-contents__video{
    width: 100%;
    height: 100%;
}

    .mci-contents__video iframe {
        aspect-ratio: 2 / 3;
    }

.mci-contents__title {
    text-align: center;
    color: #0d2c53;
}

.mci-contents__intro {
    text-align: center;
    color: #0d2c53;
}

.mci-contents__note {
    font-weight: bold;
    color: black;
}