/* Homepage hero viewport and responsive carousel controls. */
.section-hero.responsive-home-hero .hero-mobile-background {
    display: none !important;
}

.section-hero.responsive-home-hero .hero-mobile-actions {
    display: none;
}

.section-hero.responsive-home-hero .hero-award {
    display: block;
    width: 116px;
    max-width: 100%;
    margin: 22px 0 18px;
    line-height: 0;
}

.section-hero.responsive-home-hero a.hero-award {
    border-radius: 4px;
    transition: opacity 180ms ease, transform 180ms ease;
}

.section-hero.responsive-home-hero a.hero-award:hover {
    opacity: 0.92;
    transform: translateY(-2px);
}

.section-hero.responsive-home-hero a.hero-award:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 5px;
}

.section-hero.responsive-home-hero .hero-award__image {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 991.98px) {
    .section-hero.responsive-home-hero .video-wrapper,
    .section-hero.responsive-home-hero .slider-wrapper-images {
        display: none !important;
    }

    .section-hero.responsive-home-hero .hero-mobile-background {
        display: block !important;
        position: absolute;
        z-index: 1;
        inset: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #0a1622;
    }

    .section-hero.responsive-home-hero .hero-mobile-background .gradient-overlay {
        background: rgba(0, 0, 0, 0.44);
    }

    .section-hero.responsive-home-hero .slider-wrapper-text:not(.slick-initialized) > .slide:not(:first-child) {
        display: none !important;
    }

    .section-hero.responsive-home-hero .slider-wrapper-text .slider-arrows {
        display: none !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .section-hero.responsive-home-hero,
    .section-hero.responsive-home-hero .hero-wrap {
        min-height: 0;
    }

    .section-hero.responsive-home-hero .hero-wrap > .container-fluid > .row {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .section-hero.responsive-home-hero .hero-copy-column {
        position: relative;
        z-index: 5;
        display: flex;
        width: 100%;
        max-width: none;
        min-height: calc(100vh - 86px);
        min-height: calc(100svh - 86px);
        margin: 0;
        padding: 48px 22px 34px;
        align-items: center;
    }

    .section-hero.responsive-home-hero .slider-wrapper-text,
    .section-hero.responsive-home-hero .slider-wrapper-text > .slide,
    .section-hero.responsive-home-hero .hero-content-wrapper {
        width: 100%;
    }

    .section-hero.responsive-home-hero .small-title {
        max-width: 28em;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: 0.12em;
    }

    .section-hero.responsive-home-hero .small-title::after {
        width: 54px;
        margin-top: 13px;
        margin-bottom: 12px;
    }

    .section-hero.responsive-home-hero .heading2.title {
        max-width: 11.5em;
        font-size: clamp(34px, 10.2vw, 40px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.025em;
        text-wrap: balance;
    }

    .section-hero.responsive-home-hero .hero-content-wrapper > p {
        max-width: 34em;
        margin-top: 14px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .section-hero.responsive-home-hero .hero-award {
        width: clamp(76px, 21vw, 84px);
        margin: 18px 0 16px;
    }

    #pacific-home-hero .hero-desktop-actions {
        display: none !important;
    }

    #pacific-home-hero .hero-mobile-actions {
        display: flex !important;
        align-items: flex-start;
        gap: 20px;
        margin-top: 8px;
    }

    .section-hero.responsive-home-hero .hero-mobile-action {
        display: inline-flex;
        min-width: 64px;
        min-height: 76px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 7px;
        border: 0;
        background: transparent;
        color: #fff !important;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        letter-spacing: 0.055em;
    }

    #pacific-home-hero .hero-mobile-action__icon {
        display: inline-flex !important;
        width: 54px !important;
        height: 54px !important;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(255, 255, 255, 0.92);
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 20px;
        transition: transform 160ms ease, background-color 160ms ease;
    }

    #pacific-home-hero .hero-mobile-action__label {
        color: #fff !important;
    }

    .section-hero.responsive-home-hero .hero-mobile-action--contact .hero-mobile-action__icon {
        border-color: var(--color-primary, #1e2f97);
        background: var(--color-primary, #1e2f97);
    }

    .section-hero.responsive-home-hero .hero-mobile-action:hover .hero-mobile-action__icon,
    .section-hero.responsive-home-hero .hero-mobile-action:active .hero-mobile-action__icon {
        transform: translateY(-2px);
    }

    .section-hero.responsive-home-hero .hero-mobile-action:focus-visible {
        outline: 3px solid #fff;
        outline-offset: 5px;
        border-radius: 6px;
    }

    .section-hero.responsive-home-hero .hero-form-column {
        position: relative;
        z-index: 6;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 30px 22px 48px;
        background: #fff;
    }

    .section-hero.responsive-home-hero .hero-form {
        width: 100%;
        max-width: 640px;
        margin: 0 auto !important;
    }

    .section-hero.responsive-home-hero .hero-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
    .section-hero.responsive-home-hero .hero-form select,
    .section-hero.responsive-home-hero .hero-form textarea {
        width: 100%;
        min-height: 50px;
        font-size: 16px !important;
    }

    .section-hero.responsive-home-hero .hero-form input[type="submit"],
    .section-hero.responsive-home-hero .hero-form button[type="submit"] {
        min-height: 50px;
    }

    .section-product-selector-3 .product-mobile-media {
        position: relative;
        display: block;
        margin: 0 22px;
        overflow: hidden;
        border-radius: 18px;
        background: #14243b;
        aspect-ratio: 16 / 10;
    }

    .section-product-selector-3 .product-mobile-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-product-selector-3 .main-slide > .container-fluid > .row > .col-xl-5 {
        display: none;
    }

    .section-product-selector-3 .product-text-wrap {
        padding: 30px 22px 38px;
    }

    .section-product-selector-3 .product-text-wrap .button-group .btn {
        min-height: 48px;
    }

    html body #icw--call--content,
    html body #icw--call--button {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    html body #icw,
    html body #icw--launcher {
        width: 100px !important;
        max-width: 100px !important;
        right: 12px !important;
        bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    }

    html body #icw .icw--launcher--text {
        display: none !important;
    }

    html body #icw--avatar-container {
        margin-left: auto !important;
    }

    html body #pacific-home-hero .dtp-promo-mini {
        max-width: calc(100% - 112px);
    }

    .cc-revoke.cc-bottom {
        top: calc(94px + env(safe-area-inset-top)) !important;
        bottom: auto !important;
        left: 8px !important;
        padding: 7px 10px !important;
        font-size: 11px !important;
    }

    body.admin-bar .cc-revoke.cc-bottom {
        top: calc(126px + env(safe-area-inset-top)) !important;
    }
}

@media only screen and (min-width: 768px) {
    .section-product-selector-3 .product-mobile-media {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom),
    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap {
        min-height: calc(100vh - var(--pacific-hero-offset, 0px));
        min-height: calc(100svh - var(--pacific-hero-offset, 0px));
    }

    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap {
        box-sizing: border-box;
        display: flex;
    }

    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap > .container-fluid {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .section.section-hero.tall.hero-viewport-fill:not(.form-bottom) .hero-wrap > .container-fluid > .row {
        flex: 1 1 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-hero.responsive-home-hero a.hero-award,
    .section-hero.responsive-home-hero .hero-mobile-action__icon {
        transition: none;
    }
}
