.elementor-162 .elementor-element.elementor-element-60cb230{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8f0200e *//* =====================================================
   IMAM HARRISON EMPIRE
   BOUTIQUE PAGE
   SECTION 01 — UNDER MAINTENANCE
   PREMIUM BLACK + GOLD
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Oswald:wght@500;600;700&display=swap');


/* =====================================================
   BASE
===================================================== */

.ihe-boutique-maintenance,
.ihe-boutique-maintenance *{
    box-sizing:border-box;
}

.ihe-boutique-maintenance{
    --ihe-black:#050505;
    --ihe-black-2:#090704;
    --ihe-panel:#0d0c09;

    --ihe-gold:#c99a3d;
    --ihe-gold-light:#efc86b;
    --ihe-gold-dark:#7b5118;

    --ihe-white:#ffffff;
    --ihe-text:#d8d8d8;
    --ihe-muted:#858585;

    position:relative;

    width:100%;
    min-height:calc(100vh - 90px);

    overflow:hidden;
    isolation:isolate;

    display:flex;
    flex-direction:column;

    color:#fff;

    background:
        radial-gradient(
            circle at 50% 34%,
            rgba(201,154,61,.075),
            transparent 31%
        ),
        linear-gradient(
            180deg,
            #050505 0%,
            #090704 53%,
            #050505 100%
        );

    font-family:'Inter',sans-serif;
}


/* =====================================================
   GRID
===================================================== */

.ihe-boutique-maintenance__grid{
    position:absolute;
    inset:0;

    z-index:-6;

    opacity:.08;

    pointer-events:none;

    background-image:
        linear-gradient(
            rgba(201,154,61,.075) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(201,154,61,.075) 1px,
            transparent 1px
        );

    background-size:70px 70px;

    -webkit-mask-image:
        radial-gradient(
            circle at center,
            #000 0%,
            transparent 72%
        );

    mask-image:
        radial-gradient(
            circle at center,
            #000 0%,
            transparent 72%
        );
}


/* =====================================================
   GLOW
===================================================== */

.ihe-boutique-maintenance__glow{
    position:absolute;

    z-index:-5;

    border-radius:50%;

    filter:blur(150px);

    pointer-events:none;
}

.ihe-boutique-maintenance__glow--one{
    top:-190px;
    left:-250px;

    width:580px;
    height:580px;

    background:rgba(201,154,61,.14);
}

.ihe-boutique-maintenance__glow--two{
    right:-280px;
    bottom:-190px;

    width:660px;
    height:660px;

    background:rgba(128,79,17,.16);
}


/* =====================================================
   SIDE LINES
===================================================== */

.ihe-boutique-maintenance__line{
    position:absolute;

    top:50%;

    z-index:-3;

    width:220px;
    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(201,154,61,.38)
        );

    pointer-events:none;
}

.ihe-boutique-maintenance__line::after{
    content:"";

    position:absolute;

    top:50%;

    width:7px;
    height:7px;

    border:1px solid rgba(239,200,107,.55);

    background:#080705;

    transform:
        translateY(-50%)
        rotate(45deg);
}

.ihe-boutique-maintenance__line--left{
    left:0;
}

.ihe-boutique-maintenance__line--left::after{
    right:0;
}

.ihe-boutique-maintenance__line--right{
    right:0;

    transform:scaleX(-1);
}

.ihe-boutique-maintenance__line--right::after{
    right:0;
}


/* =====================================================
   CONTAINER
===================================================== */

.ihe-boutique-maintenance__container{
    position:relative;
    z-index:3;

    width:min(calc(100% - 50px),1300px);

    margin:auto;

    padding:80px 0 70px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex:1;
}


/* =====================================================
   CONTENT
===================================================== */

.ihe-boutique-maintenance__content{
    width:min(100%,850px);

    margin:0 auto;

    text-align:center;
}


/* =====================================================
   STATUS
===================================================== */

.ihe-boutique-maintenance__status{
    width:fit-content;

    margin:0 auto 22px;

    min-height:36px;

    padding:0 14px;

    display:inline-flex;
    align-items:center;

    gap:10px;

    border:
        1px solid rgba(201,154,61,.24);

    background:
        rgba(201,154,61,.035);

    color:#aaa;

    font-family:'Oswald',sans-serif;

    font-size:9.5px;
    font-weight:500;

    line-height:1;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.ihe-boutique-maintenance__status i{
    position:relative;

    width:8px;
    height:8px;

    flex:0 0 8px;

    border-radius:50%;

    background:#e0b151;

    box-shadow:
        0 0 0 4px rgba(224,177,81,.07),
        0 0 14px rgba(224,177,81,.4);
}

.ihe-boutique-maintenance__status i::after{
    content:"";

    position:absolute;
    inset:-5px;

    border:
        1px solid rgba(239,200,107,.27);

    border-radius:50%;

    animation:
        iheBoutiqueStatusPulse
        1.8s
        ease-out
        infinite;
}

@keyframes iheBoutiqueStatusPulse{

    0%{
        transform:scale(.6);
        opacity:1;
    }

    100%{
        transform:scale(1.8);
        opacity:0;
    }

}


/* =====================================================
   EYEBROW
===================================================== */

.ihe-boutique-maintenance__eyebrow{
    display:flex;

    align-items:center;
    justify-content:center;

    gap:13px;

    margin-bottom:25px;

    color:#dcae50;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:500;

    line-height:1;

    letter-spacing:.16em;

    text-transform:uppercase;
}

.ihe-boutique-maintenance__eyebrow > span{
    width:38px;
    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d8a94b
        );
}

.ihe-boutique-maintenance__eyebrow > span:last-child{
    transform:scaleX(-1);
}


/* =====================================================
   VISUAL
===================================================== */

.ihe-boutique-maintenance__visual{
    position:relative;

    width:320px;
    height:295px;

    margin:0 auto 22px;

    display:flex;
    align-items:center;
    justify-content:center;

    perspective:950px;
}


/* =====================================================
   ORBITS
===================================================== */

.ihe-boutique-maintenance__orbit{
    position:absolute;

    left:50%;
    top:50%;

    border-radius:50%;

    pointer-events:none;
}

.ihe-boutique-maintenance__orbit::before{
    content:"";

    position:absolute;

    top:-4px;
    left:50%;

    width:7px;
    height:7px;

    border-radius:50%;

    background:#efc86b;

    box-shadow:
        0 0 7px #efc86b,
        0 0 18px rgba(239,200,107,.62);
}


/* ORBIT ONE */

.ihe-boutique-maintenance__orbit.orbit-one{
    width:245px;
    height:245px;

    border:
        1px solid rgba(201,154,61,.18);

    transform:
        translate(-50%,-50%);

    animation:
        iheBoutiqueOrbitOne
        15s
        linear
        infinite;
}


/* ORBIT TWO */

.ihe-boutique-maintenance__orbit.orbit-two{
    width:285px;
    height:175px;

    border:
        1px solid rgba(201,154,61,.10);

    transform:
        translate(-50%,-50%)
        rotate(-22deg);

    animation:
        iheBoutiqueOrbitTwo
        18s
        linear
        infinite;
}


/* ORBIT THREE */

.ihe-boutique-maintenance__orbit.orbit-three{
    width:205px;
    height:205px;

    border:
        1px dashed rgba(239,200,107,.12);

    transform:
        translate(-50%,-50%);

    animation:
        iheBoutiqueOrbitThree
        22s
        linear
        infinite reverse;
}


/* =====================================================
   LOGO GLOW
===================================================== */

.ihe-boutique-maintenance__logo-glow{
    position:absolute;

    left:50%;
    top:50%;

    width:175px;
    height:175px;

    border-radius:50%;

    transform:
        translate(-50%,-50%);

    background:
        radial-gradient(
            circle,
            rgba(201,154,61,.25) 0%,
            rgba(201,154,61,.10) 37%,
            transparent 72%
        );

    filter:blur(21px);

    animation:
        iheBoutiqueLogoGlow
        3.1s
        ease-in-out
        infinite;
}


/* =====================================================
   FLOAT LOGO
===================================================== */

.ihe-boutique-maintenance__logo-float{
    position:relative;

    z-index:8;

    width:145px;
    height:145px;

    display:flex;
    align-items:center;
    justify-content:center;

    animation:
        iheBoutiqueLogoFloat
        3.4s
        ease-in-out
        infinite;
}


/* =====================================================
   ROTATION
===================================================== */

.ihe-boutique-maintenance__logo-rotate{
    width:100%;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    transform-style:preserve-3d;

    animation:
        iheBoutiqueLogoRotate
        8s
        ease-in-out
        infinite;
}

.ihe-boutique-maintenance__logo-rotate img{
    display:block;

    width:100%;
    height:100%;

    object-fit:contain;

    filter:
        drop-shadow(
            0 22px 30px
            rgba(0,0,0,.72)
        )
        drop-shadow(
            0 0 18px
            rgba(201,154,61,.18)
        );

    user-select:none;

    pointer-events:none;
}


/* =====================================================
   SHADOW
===================================================== */

.ihe-boutique-maintenance__logo-shadow{
    position:absolute;

    left:50%;
    bottom:34px;

    width:125px;
    height:18px;

    border-radius:50%;

    transform:
        translateX(-50%);

    background:
        radial-gradient(
            ellipse at center,
            rgba(201,154,61,.26) 0%,
            rgba(0,0,0,.45) 48%,
            transparent 75%
        );

    filter:blur(7px);

    animation:
        iheBoutiqueLogoShadow
        3.4s
        ease-in-out
        infinite;
}


/* =====================================================
   FLOATING LABEL
===================================================== */

.ihe-boutique-maintenance__floating-label{
    position:absolute;

    right:-12px;
    bottom:63px;

    z-index:10;

    min-width:105px;

    padding:11px 13px;

    border-left:
        2px solid #e5b85a;

    background:
        linear-gradient(
            135deg,
            rgba(12,12,12,.96),
            rgba(29,21,8,.95)
        );

    box-shadow:
        0 16px 35px rgba(0,0,0,.35),
        inset 0 0 0 1px rgba(201,154,61,.18);

    text-align:left;

    animation:
        iheBoutiqueLabelFloat
        4.2s
        ease-in-out
        infinite;
}

.ihe-boutique-maintenance__floating-label span{
    display:block;

    color:#777;

    font-family:'Oswald',sans-serif;

    font-size:8px;

    letter-spacing:.13em;

    text-transform:uppercase;
}

.ihe-boutique-maintenance__floating-label strong{
    display:block;

    margin-top:4px;

    color:#efc86b;

    font-family:'Oswald',sans-serif;

    font-size:13px;
    font-weight:600;

    line-height:1;

    letter-spacing:.05em;

    text-transform:uppercase;
}


/* =====================================================
   PARTICLES
===================================================== */

.ihe-boutique-maintenance__particle{
    position:absolute;

    z-index:6;

    width:5px;
    height:5px;

    background:#efc86b;

    transform:rotate(45deg);

    box-shadow:
        0 0 12px rgba(239,200,107,.6);

    animation:
        iheBoutiqueParticle
        4s
        ease-in-out
        infinite;
}

.ihe-boutique-maintenance__particle.particle-1{
    top:43px;
    left:36px;

    animation-delay:0s;
}

.ihe-boutique-maintenance__particle.particle-2{
    top:70px;
    right:31px;

    width:4px;
    height:4px;

    animation-delay:-1s;
}

.ihe-boutique-maintenance__particle.particle-3{
    left:48px;
    bottom:47px;

    width:3px;
    height:3px;

    animation-delay:-2s;
}

.ihe-boutique-maintenance__particle.particle-4{
    right:48px;
    bottom:41px;

    animation-delay:-3s;
}

.ihe-boutique-maintenance__particle.particle-5{
    left:12px;
    top:135px;

    width:4px;
    height:4px;

    animation-delay:-1.5s;
}

.ihe-boutique-maintenance__particle.particle-6{
    right:6px;
    top:135px;

    width:3px;
    height:3px;

    animation-delay:-2.6s;
}


/* =====================================================
   TITLE
===================================================== */

.ihe-boutique-maintenance h1{
    margin:0;

    color:#fff;

    font-family:'Oswald',sans-serif;

    font-size:
        clamp(
            47px,
            6vw,
            84px
        );

    font-weight:700;

    line-height:.92;

    letter-spacing:-.015em;

    text-transform:uppercase;
}

.ihe-boutique-maintenance h1 strong{
    display:block;

    margin-top:9px;

    color:transparent;

    background:
        linear-gradient(
            180deg,
            #fff1bd 0%,
            #efc86b 48%,
            #895918 100%
        );

    -webkit-background-clip:text;
    background-clip:text;

    font-weight:700;

    filter:
        drop-shadow(
            0 8px 22px
            rgba(201,154,61,.10)
        );
}


/* =====================================================
   DESCRIPTION
===================================================== */

.ihe-boutique-maintenance__description{
    max-width:700px;

    margin:26px auto 0;

    color:#939393;

    font-size:14px;
    font-weight:400;

    line-height:1.8;
}


/* =====================================================
   PROGRESS
===================================================== */

.ihe-boutique-maintenance__progress{
    max-width:610px;

    margin:34px auto 0;

    padding:18px 20px;

    border:
        1px solid rgba(201,154,61,.18);

    background:
        linear-gradient(
            90deg,
            rgba(201,154,61,.04),
            rgba(255,255,255,.01)
        );
}

.ihe-boutique-maintenance__progress-top{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:20px;

    margin-bottom:12px;
}

.ihe-boutique-maintenance__progress-top span{
    color:#777;

    font-family:'Oswald',sans-serif;

    font-size:9px;
    font-weight:500;

    line-height:1;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.ihe-boutique-maintenance__progress-top span:last-child{
    color:#c89a47;
}


/* =====================================================
   TRACK
===================================================== */

.ihe-boutique-maintenance__progress-track{
    position:relative;

    width:100%;
    height:3px;

    overflow:hidden;

    background:
        rgba(255,255,255,.07);
}

.ihe-boutique-maintenance__progress-bar{
    position:absolute;

    top:0;
    left:0;

    width:52%;
    height:100%;

    background:
        linear-gradient(
            90deg,
            #805418,
            #efc86b,
            #9b681f
        );

    box-shadow:
        0 0 14px
        rgba(239,200,107,.32);

    animation:
        iheBoutiqueProgress
        3.2s
        ease-in-out
        infinite alternate;
}

.ihe-boutique-maintenance__progress-bar::after{
    content:"";

    position:absolute;

    right:-60px;
    top:0;

    width:70px;
    height:100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.7),
            transparent
        );

    animation:
        iheBoutiqueProgressShine
        1.8s
        linear
        infinite;
}


/* =====================================================
   INFO
===================================================== */

.ihe-boutique-maintenance__info{
    max-width:650px;

    margin:30px auto 0;

    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    border-top:
        1px solid rgba(201,154,61,.16);

    border-bottom:
        1px solid rgba(201,154,61,.16);
}

.ihe-boutique-maintenance__info > div{
    min-height:85px;

    padding:17px 20px;

    display:flex;

    align-items:center;
    justify-content:center;

    gap:13px;

    text-align:left;
}

.ihe-boutique-maintenance__info > div:not(:last-child){
    border-right:
        1px solid rgba(201,154,61,.13);
}

.ihe-boutique-maintenance__info span{
    color:#a77b35;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:600;

    line-height:1;
}

.ihe-boutique-maintenance__info p{
    margin:0;

    color:#a8a8a8;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:500;

    line-height:1.45;

    letter-spacing:.06em;

    text-transform:uppercase;
}


/* =====================================================
   ACTIONS
===================================================== */

.ihe-boutique-maintenance__actions{
    margin-top:34px;

    display:flex;

    align-items:center;
    justify-content:center;

    flex-wrap:wrap;

    gap:18px;
}

.ihe-boutique-maintenance__button{
    min-width:205px;
    min-height:50px;

    padding:0 20px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:10px;

    border:
        1px solid rgba(201,154,61,.72);

    color:#090806;

    background:
        linear-gradient(
            135deg,
            #895b1a 0%,
            #ddb04f 48%,
            #efca70 62%,
            #94631d 100%
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,.36);

    font-family:'Oswald',sans-serif;

    font-size:10.5px;
    font-weight:600;

    line-height:1;

    letter-spacing:.1em;

    text-decoration:none;
    text-transform:uppercase;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}

.ihe-boutique-maintenance__button svg{
    width:17px;
    height:17px;

    transition:
        transform .25s ease;
}

.ihe-boutique-maintenance__button:hover{
    color:#090806;

    transform:translateY(-3px);

    filter:brightness(1.06);

    box-shadow:
        0 17px 36px
        rgba(201,154,61,.20),
        inset 0 1px 0
        rgba(255,255,255,.4);
}

.ihe-boutique-maintenance__button:hover svg{
    transform:translateX(4px);
}


/* =====================================================
   SECONDARY LINK
===================================================== */

.ihe-boutique-maintenance__link{
    color:#888;

    font-family:'Oswald',sans-serif;

    font-size:10px;
    font-weight:500;

    line-height:1;

    letter-spacing:.09em;

    text-decoration:none;

    text-transform:uppercase;

    transition:
        color .25s ease;
}

.ihe-boutique-maintenance__link:hover{
    color:#efc86b;
}


/* =====================================================
   BOTTOM STRIP
===================================================== */

.ihe-boutique-maintenance__bottom{
    position:relative;
    z-index:4;

    width:100%;

    min-height:58px;

    padding:15px 25px;

    display:flex;

    align-items:center;
    justify-content:center;

    gap:22px;

    border-top:
        1px solid rgba(201,154,61,.16);

    background:
        rgba(4,4,4,.92);
}

.ihe-boutique-maintenance__bottom span{
    color:#6d6d6d;

    font-family:'Oswald',sans-serif;

    font-size:9px;
    font-weight:500;

    line-height:1;

    letter-spacing:.18em;

    text-transform:uppercase;
}

.ihe-boutique-maintenance__bottom i{
    width:4px;
    height:4px;

    border:
        1px solid #8f6525;

    transform:rotate(45deg);
}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes iheBoutiqueLogoFloat{

    0%,
    100%{
        transform:translateY(8px);
    }

    50%{
        transform:translateY(-19px);
    }

}


@keyframes iheBoutiqueLogoRotate{

    0%{
        transform:
            rotateY(0deg)
            rotateX(0deg);
    }

    25%{
        transform:
            rotateY(14deg)
            rotateX(2deg);
    }

    50%{
        transform:
            rotateY(0deg)
            rotateX(0deg);
    }

    75%{
        transform:
            rotateY(-14deg)
            rotateX(-2deg);
    }

    100%{
        transform:
            rotateY(0deg)
            rotateX(0deg);
    }

}


@keyframes iheBoutiqueLogoShadow{

    0%,
    100%{
        width:125px;
        opacity:.8;
    }

    50%{
        width:88px;
        opacity:.36;
    }

}


@keyframes iheBoutiqueLogoGlow{

    0%,
    100%{
        opacity:.55;

        transform:
            translate(-50%,-50%)
            scale(.9);
    }

    50%{
        opacity:1;

        transform:
            translate(-50%,-50%)
            scale(1.18);
    }

}


@keyframes iheBoutiqueLabelFloat{

    0%,
    100%{
        transform:
            translateY(0);
    }

    50%{
        transform:
            translateY(-8px);
    }

}


@keyframes iheBoutiqueOrbitOne{

    from{
        transform:
            translate(-50%,-50%)
            rotate(0deg);
    }

    to{
        transform:
            translate(-50%,-50%)
            rotate(360deg);
    }

}


@keyframes iheBoutiqueOrbitTwo{

    from{
        transform:
            translate(-50%,-50%)
            rotate(-22deg)
            rotate(0deg);
    }

    to{
        transform:
            translate(-50%,-50%)
            rotate(-22deg)
            rotate(360deg);
    }

}


@keyframes iheBoutiqueOrbitThree{

    from{
        transform:
            translate(-50%,-50%)
            rotate(0deg);
    }

    to{
        transform:
            translate(-50%,-50%)
            rotate(360deg);
    }

}


@keyframes iheBoutiqueParticle{

    0%,
    100%{
        opacity:.2;

        transform:
            translateY(5px)
            rotate(45deg)
            scale(.8);
    }

    50%{
        opacity:1;

        transform:
            translateY(-14px)
            rotate(135deg)
            scale(1.15);
    }

}


@keyframes iheBoutiqueProgress{

    from{
        width:43%;
    }

    to{
        width:72%;
    }

}


@keyframes iheBoutiqueProgressShine{

    from{
        transform:
            translateX(-150px);
    }

    to{
        transform:
            translateX(150px);
    }

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .ihe-boutique-maintenance{
        min-height:auto;
    }

    .ihe-boutique-maintenance__container{
        padding:
            80px 0 70px;
    }

    .ihe-boutique-maintenance__line{
        width:110px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .ihe-boutique-maintenance__container{
        width:
            min(
                calc(100% - 30px),
                1300px
            );

        padding:
            65px 0 55px;
    }


    .ihe-boutique-maintenance__line{
        display:none;
    }


    .ihe-boutique-maintenance__status{
        font-size:8.5px;
    }


    .ihe-boutique-maintenance__eyebrow{
        font-size:9px;
        gap:9px;
    }


    .ihe-boutique-maintenance__eyebrow > span{
        width:25px;
    }


    .ihe-boutique-maintenance__visual{
        width:260px;
        height:240px;

        margin-bottom:18px;
    }


    .ihe-boutique-maintenance__logo-float{
        width:120px;
        height:120px;
    }


    .ihe-boutique-maintenance__orbit.orbit-one{
        width:205px;
        height:205px;
    }


    .ihe-boutique-maintenance__orbit.orbit-two{
        width:235px;
        height:145px;
    }


    .ihe-boutique-maintenance__orbit.orbit-three{
        width:170px;
        height:170px;
    }


    .ihe-boutique-maintenance__logo-glow{
        width:145px;
        height:145px;
    }


    .ihe-boutique-maintenance__logo-shadow{
        bottom:28px;
    }


    .ihe-boutique-maintenance__floating-label{
        right:-2px;
        bottom:47px;

        min-width:92px;

        padding:9px 10px;
    }


    .ihe-boutique-maintenance h1{
        font-size:
            clamp(
                42px,
                13vw,
                58px
            );
    }


    .ihe-boutique-maintenance__description{
        font-size:13px;
        line-height:1.72;
    }


    .ihe-boutique-maintenance__progress{
        margin-top:28px;
        padding:16px;
    }


    .ihe-boutique-maintenance__info{
        grid-template-columns:1fr;
    }


    .ihe-boutique-maintenance__info > div{
        min-height:67px;

        justify-content:flex-start;

        padding:14px 18px;
    }


    .ihe-boutique-maintenance__info > div:not(:last-child){
        border-right:0;

        border-bottom:
            1px solid rgba(201,154,61,.13);
    }


    .ihe-boutique-maintenance__actions{
        align-items:stretch;
        flex-direction:column;
    }


    .ihe-boutique-maintenance__button{
        width:100%;
    }


    .ihe-boutique-maintenance__link{
        min-height:42px;

        display:flex;

        align-items:center;
        justify-content:center;
    }


    .ihe-boutique-maintenance__bottom{
        gap:12px;
        flex-wrap:wrap;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:420px){

    .ihe-boutique-maintenance__container{
        width:
            min(
                calc(100% - 24px),
                1300px
            );
    }


    .ihe-boutique-maintenance__visual{
        width:225px;
        height:215px;
    }


    .ihe-boutique-maintenance__logo-float{
        width:108px;
        height:108px;
    }


    .ihe-boutique-maintenance__orbit.orbit-one{
        width:185px;
        height:185px;
    }


    .ihe-boutique-maintenance__orbit.orbit-two{
        width:215px;
        height:130px;
    }


    .ihe-boutique-maintenance__orbit.orbit-three{
        width:155px;
        height:155px;
    }


    .ihe-boutique-maintenance__floating-label{
        display:none;
    }


    .ihe-boutique-maintenance h1{
        font-size:40px;
    }


    .ihe-boutique-maintenance__progress-top{
        align-items:flex-start;
        flex-direction:column;

        gap:6px;
    }

}


/* =====================================================
   FOCUS
===================================================== */

.ihe-boutique-maintenance a:focus-visible{
    outline:
        2px solid rgba(239,200,107,.6);

    outline-offset:4px;
}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media(prefers-reduced-motion:reduce){

    .ihe-boutique-maintenance *,
    .ihe-boutique-maintenance *::before,
    .ihe-boutique-maintenance *::after{
        animation:none !important;
        transition:none !important;
    }

}


/* =====================================================
   ELEMENTOR FIX
===================================================== */

.elementor-widget-html .ihe-boutique-maintenance h1,
.elementor-widget-html .ihe-boutique-maintenance p{
    margin-left:0;
    margin-right:0;
}

.elementor-widget-html .ihe-boutique-maintenance img{
    display:block;
    max-width:100%;
}

.elementor-widget-html .ihe-boutique-maintenance a{
    box-shadow:none;
}

.elementor-widget-html .ihe-boutique-maintenance svg{
    display:block;
}/* End custom CSS */