/* i-2 Strogilis Hero 1.1.1
 * Native replacement for Slider Revolution module home-5.
 * First slide is fully visible without JavaScript.
 */
.i2sh-bleed {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.i2sh-hero,
.i2sh-hero * {
    box-sizing: border-box;
}

.i2sh-hero {
    --i2sh-accent: #e6af5d;
    --i2sh-transition: 300ms;
    position: relative;
    width: 100%;
    height: 980px;
    overflow: hidden;
    background: #30373f;
    color: #fff;
    isolation: isolate;
}

.i2sh-slides,
.i2sh-slide {
    position: absolute;
    inset: 0;
}

.i2sh-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--i2sh-transition) ease, visibility 0s linear var(--i2sh-transition);
}

.i2sh-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    transition: opacity var(--i2sh-transition) ease, visibility 0s;
}

.i2sh-bg-picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.i2sh-layer-picture {
    display: contents;
}

.i2sh-bg {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.i2sh-grid {
    position: relative;
    width: 1240px;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}

.i2sh-accent {
    position: absolute;
    z-index: 1;
    left: calc(50% - 620px + 873px);
    top: 50%;
    width: 1873px;
    height: 1200px;
    transform: translateY(-50%);
    background: var(--i2sh-accent);
    pointer-events: none;
}

.i2sh-kicker-line,
.i2sh-kicker,
.i2sh-title,
.i2sh-image {
    position: absolute;
}

.i2sh-kicker-line {
    z-index: 7;
    left: 30px;
    top: calc(50% - 156px);
    width: 30px;
    height: 1px;
    background: var(--i2sh-accent);
}

.i2sh-kicker {
    z-index: 8;
    left: 75px;
    top: calc(50% - 156px);
    color: #fff;
    font-family: "Plus Jakarta Sans", "Century Gothic", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.i2sh-title {
    z-index: 9;
    left: 30px;
    top: calc(50% - 110px);
    width: 733px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Syne", "Century Gothic", Arial, sans-serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0;
    text-transform: none;
}

/* Both slides use the same compact kicker-to-title rhythm.
 * The title begins ~46px below the kicker top, matching the reference hero. */
.i2sh-slide--two .i2sh-title {
    top: calc(50% - 110px);
    width: 660px;
    font-size: 72px;
    line-height: 80px;
    transform: none;
}

.i2sh-image {
    display: block !important;
    max-width: none !important;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

/* The first/LCP image is visible in the initial HTML frame. */
.i2sh-image--primary {
    z-index: 11;
    top: 50%;
    right: -26px;
    width: 507px;
    height: 625px;
    transform: translateY(-50%);
}

.i2sh-image--secondary {
    z-index: 12;
    top: 50%;
    right: -226px;
    width: 385px;
    height: 501px;
    transform: translateY(-50%);
}

/* Lightweight compositor-only entrance motion. The primary image on the
 * first slide intentionally has no entrance animation to protect LCP. */
.i2sh-slide.is-active .i2sh-kicker-line,
.i2sh-slide.is-active .i2sh-kicker {
    animation: i2sh-rise 1000ms ease both 300ms;
}

.i2sh-slide.is-active .i2sh-title {
    animation: i2sh-title-rise 1000ms ease both 800ms;
}

.i2sh-slide.is-active .i2sh-image--secondary {
    animation: i2sh-image-in 1000ms ease both 650ms;
}

.i2sh-slide--two.is-active .i2sh-image--primary {
    animation: i2sh-image-scale 1000ms cubic-bezier(.45,0,.55,1) both 300ms;
}

@keyframes i2sh-rise {
    from { transform: translateY(50px); }
    to   { transform: translateY(0); }
}

@keyframes i2sh-title-rise {
    from { transform: translateY(45px); }
    to   { transform: translateY(0); }
}

@keyframes i2sh-image-in {
    from { transform: translate(100%, -50%); }
    to   { transform: translate(0, -50%); }
}

@keyframes i2sh-image-scale {
    from { transform: translateY(-50%) scale(.9); }
    to   { transform: translateY(-50%) scale(1); }
}

.i2sh-arrow {
    position: absolute !important;
    z-index: 50 !important;
    bottom: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.10) !important;
    box-shadow: none !important;
    color: #000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 180ms ease;
}

.i2sh-arrow span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
}

.i2sh-arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform-origin: center;
}

.i2sh-arrow--prev span::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.i2sh-arrow--next span::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.i2sh-arrow:hover,
.i2sh-arrow:focus-visible {
    background: rgba(255,255,255,.50) !important;
    outline: none;
}

.i2sh-arrow--prev {
    left: calc(50% + 270px) !important;
}

.i2sh-arrow--next {
    left: calc(50% + 350px) !important;
}

.i2sh-dots {
    display: none !important;
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    gap: 5px;
}

.i2sh-dot {
    display: block !important;
    flex: 0 0 12px !important;
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    height: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: #30373f !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer;
}

.i2sh-dot:hover,
.i2sh-dot.is-active {
    background: var(--i2sh-accent) !important;
}

/* Notebook breakpoint from Slider Revolution export: 1024 grid / 768 high. */
@media (max-width: 1399px) {
    .i2sh-hero { height: 768px; }
    .i2sh-grid { width: 1024px; max-width: 1024px; }
    .i2sh-accent {
        left: calc(50% - 512px + 720px);
        width: 1546px;
        height: 990px;
    }
    .i2sh-kicker-line {
        left: 30px;
        top: calc(50% - 115px);
        width: 24px;
    }
    .i2sh-kicker {
        left: 70px;
        top: calc(50% - 115px);
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 4px;
    }
    .i2sh-title {
        left: 30px;
        top: calc(50% - 69px);
        width: 588px;
        font-size: 52px;
        line-height: 60px;
    }
    .i2sh-slide--two .i2sh-title {
        top: calc(50% - 69px);
        width: 588px;
        font-size: 52px;
        line-height: 60px;
        transform: none;
    }
    .i2sh-image--primary {
        right: 26px;
        width: 418px;
        height: 516px;
    }
    .i2sh-image--secondary { display: none !important; }
    .i2sh-arrow { display: none !important; }
    .i2sh-dots { display: flex !important; }
}

/* Tablet breakpoint from export: 778 grid / 550 high. */
@media (max-width: 1023px) {
    .i2sh-hero { height: 550px; }
    .i2sh-grid { width: 778px; max-width: 778px; }
    .i2sh-accent {
        left: calc(50% - 389px + 547px);
        width: 1174px;
        height: 750px;
    }
    .i2sh-kicker-line {
        left: 22px;
        top: calc(50% - 106px);
        width: 18px;
    }
    .i2sh-kicker {
        left: 52px;
        top: calc(50% - 106px);
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 3px;
    }
    .i2sh-title,
    .i2sh-slide--two .i2sh-title {
        left: 22px;
        top: calc(50% - 60px);
        width: 421px;
        font-size: 40px;
        line-height: 48px;
    }
    .i2sh-slide--two .i2sh-title {
        top: calc(50% - 60px);
        width: 381px;
    }
    .i2sh-image--primary {
        right: 19px;
        width: 317px;
        height: 392px;
    }
}

/* Mobile breakpoint. Values scale from the exported 480px mobile grid. */
@media (max-width: 777px) {
    .i2sh-hero { height: 400px; }
    .i2sh-grid { width: 100%; max-width: 480px; }
    .i2sh-accent {
        left: 70.208333vw;
        width: 150.833333vw;
        height: 462px;
    }
    .i2sh-kicker-line {
        left: 2.708333vw;
        top: calc(50% - 75px);
        width: 2.291667vw;
        min-width: 9px;
        max-width: 11px;
    }
    .i2sh-kicker {
        left: 6.875vw;
        top: calc(50% - 75px);
        font-size: min(2.5vw, 12px);
        line-height: 20px;
        letter-spacing: min(.208333vw, 1px);
    }
    .i2sh-title,
    .i2sh-slide--two .i2sh-title {
        left: 2.708333vw;
        top: calc(50% - 29px);
        width: 53.958333vw;
        max-width: 259px;
        font-size: min(5.833333vw, 28px);
        line-height: min(7.5vw, 36px);
    }
    .i2sh-slide--two .i2sh-title {
        top: calc(50% - 29px);
        width: 48.958333vw;
        max-width: 235px;
    }
    .i2sh-image--primary {
        right: 11px;
        width: 195px;
        max-width: 195px;
        height: 241px;
        aspect-ratio: 466 / 574;
    }

    /* Keep the small foreground image on mobile, but at the original
     * exported mobile scale instead of inheriting the desktop 385x501 size. */
    .i2sh-image--secondary {
        display: block !important;
        right: -37px;
        width: 148px !important;
        min-width: 148px !important;
        max-width: 148px !important;
        height: 193px !important;
        min-height: 193px !important;
        max-height: 193px !important;
    }

    .i2sh-dots {
        bottom: 12px;
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .i2sh-slide,
    .i2sh-kicker-line,
    .i2sh-kicker,
    .i2sh-title,
    .i2sh-image {
        animation: none !important;
        transition-duration: 0ms !important;
    }
}


/* ========================================================================
 * Native Slider Revolution home-4 replacement — Installations
 * Export source: module id 4, alias home-4.
 * ======================================================================== */

.i2inst-bleed {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.i2inst-hero,
.i2inst-hero * {
    box-sizing: border-box;
}

.i2inst-hero {
    --i2inst-accent: #e6af5d;
    --i2inst-transition: 300ms;
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    background: #30373f;
    color: #fff;
    isolation: isolate;
}

.i2inst-slides,
.i2inst-slide,
.i2inst-bg-picture,
.i2inst-bg {
    position: absolute;
    inset: 0;
}

.i2inst-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity var(--i2inst-transition) ease,
        visibility 0s linear var(--i2inst-transition);
}

.i2inst-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    transition:
        opacity var(--i2inst-transition) ease,
        visibility 0s;
}

.i2inst-bg-picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.i2inst-bg {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    user-select: none;
    pointer-events: none;
}

.i2inst-title {
    position: absolute;
    z-index: 8;
    left: 50%;
    top: calc(50% + 6px);
    width: 648px;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Syne", "Century Gothic", Arial, sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
}

.i2inst-slide--three .i2inst-title {
    width: 726px;
}

/* The original frame starts visible, 50px lower, then rises after 500ms. */
.i2inst-slide.is-active .i2inst-title {
    animation: i2inst-title-rise 1000ms ease both 500ms;
}

@keyframes i2inst-title-rise {
    from { transform: translate(-50%, calc(-50% + 50px)); }
    to   { transform: translate(-50%, -50%); }
}

/* Revolution arrow preset 1010: 70px dark square, white 20px chevron. */
.i2inst-arrow {
    position: absolute !important;
    z-index: 20 !important;
    top: calc(50% + 45px) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(48,55,63,.42) !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-50%);
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer;
}

.i2inst-arrow--prev { left: 30px !important; }
.i2inst-arrow--next { right: 30px !important; }

.i2inst-arrow span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.i2inst-arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.i2inst-arrow--prev span::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.i2inst-arrow--next span::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.i2inst-arrow:hover,
.i2inst-arrow:focus-visible {
    background: rgba(48,55,63,.58) !important;
    outline: none;
}

.i2inst-dots {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
    display: none !important;
    align-items: center;
    transform: translateX(-50%);
    gap: 5px;
}

.i2inst-dot {
    display: block !important;
    flex: 0 0 10px !important;
    width: 10px !important;
    min-width: 10px !important;
    max-width: 10px !important;
    height: 10px !important;
    min-height: 10px !important;
    max-height: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.70) !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer;
}

.i2inst-dot:hover,
.i2inst-dot.is-active {
    background: var(--i2inst-accent) !important;
}

/* Notebook: exported 1024 x 768 grid. */
@media (max-width: 1399px) {
    .i2inst-hero { height: 768px; }

    .i2inst-title {
        top: calc(50% + 32px);
        width: 530px;
        font-size: 48px;
        line-height: 56px;
    }

    .i2inst-slide--three .i2inst-title {
        width: 580px;
    }

    .i2inst-slide.is-active .i2inst-title {
        animation-name: i2inst-title-rise-notebook;
    }

    @keyframes i2inst-title-rise-notebook {
        from { transform: translate(-50%, calc(-50% + 39px)); }
        to   { transform: translate(-50%, -50%); }
    }

    .i2inst-arrow { display: none !important; }
    .i2inst-dots { display: flex !important; }
}

/* Tablet: exported 778 x 550 grid. */
@media (max-width: 1023px) {
    .i2inst-hero { height: 550px; }

    .i2inst-title {
        top: calc(50% + 10px);
        width: 423px;
        font-size: 42px;
        line-height: 50px;
    }

    .i2inst-slide--three .i2inst-title {
        width: 486px;
    }

    .i2inst-slide.is-active .i2inst-title {
        animation-name: i2inst-title-rise-tablet;
    }

    @keyframes i2inst-title-rise-tablet {
        from { transform: translate(-50%, calc(-50% + 29px)); }
        to   { transform: translate(-50%, -50%); }
    }
}

/* Mobile: exported 480 x 450 grid. */
@media (max-width: 777px) {
    .i2inst-hero { height: 450px; }

    .i2inst-title {
        top: calc(50% + 135px);
        width: min(403px, calc(100vw - 24px));
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    .i2inst-slide--two .i2inst-title {
        width: min(366px, calc(100vw - 24px));
    }

    .i2inst-slide--three .i2inst-title {
        width: min(403px, calc(100vw - 24px));
    }

    .i2inst-slide.is-active .i2inst-title {
        animation-name: i2inst-title-rise-mobile;
    }

    @keyframes i2inst-title-rise-mobile {
        from { transform: translate(-50%, calc(-50% + 17px)); }
        to   { transform: translate(-50%, -50%); }
    }
}

@media (prefers-reduced-motion: reduce) {
    .i2inst-slide,
    .i2inst-title {
        animation: none !important;
        transition-duration: 0ms !important;
    }
}
