.-hintro_maher_home {
    --mh-gold: #f2b705;
    --mh-gold-d: #c99200;
    --mh-black: #111111;
    --mh-brown: #5b3a1b;
    position: relative;
    isolation: isolate;
    min-height: 650px;
    overflow: hidden;
    padding: 142px 0 0;
    color: #ffffff;
    background: #090909;
}

.-hintro_maher_home::after {
    content: "";
    position: absolute;
    z-index: 5;
    inset-inline: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgb(255 255 255 / 16%) 20%, rgb(255 255 255 / 16%) 80%, transparent 100%);
    pointer-events: none;
}

.-hintro_maher_home * {
    box-sizing: border-box;
}

.-hintro_maher_home .mh-glow {
    position: absolute;
    z-index: 0;
    inset-inline-end: 13%;
    top: 18%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgb(242 183 5 / 5%);
    filter: blur(105px);
    pointer-events: none;
}

.-hintro_maher_home .container {
    position: relative;
    z-index: 2;
}

.-hintro_maher_home .mh-wrap {
    min-height: 508px;
    display: flex;
    align-items: stretch;
    gap: clamp(28px, 4vw, 74px);
}

.-hintro_maher_home .mh-copy {
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 18px 0 68px;
}

.-hintro_maher_home .mh-over {
    margin-bottom: 28px;
    color: rgb(255 255 255 / 72%);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
}

.-hintro_maher_home .mh-title {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(46px, 5vw, 72px);
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -0.035em;
}

.-hintro_maher_home .mh-title c--color {
    display: block;
    width: max-content;
    max-width: 100%;
    margin-top: 4px;
    color: var(--cword-color, var(--mh-gold));
}

.-hintro_maher_home .mh-text {
    max-width: 650px;
    margin-top: 22px;
    color: rgb(255 255 255 / 70%);
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 500;
    line-height: 1.9;
}

.-hintro_maher_home .mh-act {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.-hintro_maher_home .mh-btn {
    min-width: 210px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid var(--mh-gold);
    border-radius: 9px;
    color: var(--mh-black);
    background: var(--mh-gold);
    box-shadow: 0 15px 34px rgb(242 183 5 / 16%);
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.-hintro_maher_home .mh-btn:hover {
    color: var(--mh-black);
    border-color: #ffca16;
    background: #ffca16;
    box-shadow: 0 18px 38px rgb(242 183 5 / 24%);
    transform: translateY(-2px);
}

.-hintro_maher_home .mh-btn .icn-btn {
    display: none;
}

.-hintro_maher_home .mh-feats {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 28px;
}

.-hintro_maher_home .mh-feat {
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 20px;
    color: rgb(255 255 255 / 72%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.-hintro_maher_home .mh-feat + .mh-feat {
    border-inline-start: 1px solid rgb(255 255 255 / 12%);
}

.-hintro_maher_home .mh-feat i {
    color: var(--mh-gold);
    font-size: 25px;
    line-height: 1;
}

.-hintro_maher_home .mh-media {
    position: relative;
    width: 46%;
    min-width: 390px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.-hintro_maher_home .mh-shape {
    position: absolute;
    z-index: 0;
    inset-inline-start: 41%;
    bottom: -220px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mh-gold) 0%, var(--mh-gold-d) 100%);
    box-shadow: 0 0 80px rgb(242 183 5 / 7%);
}

.-hintro_maher_home .mh-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 508px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
}

.-hintro_maher_home .mh-img picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.-hintro_maher_home .mh-img img {
    width: auto;
    max-width: 100%;
    max-height: 750px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 24px 28px rgb(0 0 0 / 28%));
}

.-hintro_maher_home .mh-empty {
    width: 100%;
    min-height: 508px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 12%);
    font-size: 88px;
}

@media (max-width: 1180px) {
    .-hintro_maher_home {
        min-height: 620px;
        padding-top: 130px;
    }

    .-hintro_maher_home .mh-wrap {
        min-height: 490px;
        gap: 24px;
    }

    .-hintro_maher_home .mh-copy {
        width: 57%;
        padding-bottom: 54px;
    }

    .-hintro_maher_home .mh-media {
        width: 43%;
        min-width: 330px;
    }

    .-hintro_maher_home .mh-title {
        font-size: clamp(42px, 5.4vw, 62px);
    }

    .-hintro_maher_home .mh-feat {
        min-width: 112px;
        padding: 0 14px;
    }

    .-hintro_maher_home .mh-shape {
        inset-inline-start: -63%;
    }
}

@media (max-width: 880px) {
    .-hintro_maher_home {
        min-height: auto;
        padding: 118px 0 0;
    }

    .-hintro_maher_home .mh-wrap {
        min-height: auto;
        flex-direction: column;
        gap: 18px;
    }

    .-hintro_maher_home .mh-copy,
    .-hintro_maher_home .mh-media {
        width: 100%;
        min-width: 0;
    }

    .-hintro_maher_home .mh-copy {
        align-items: center;
        padding: 26px 0 10px;
        text-align: center;
    }

    .-hintro_maher_home .mh-over {
        margin-bottom: 18px;
    }

    .-hintro_maher_home .mh-title {
        max-width: 650px;
        font-size: clamp(40px, 8vw, 58px);
    }

    .-hintro_maher_home .mh-title c--color {
        width: auto;
    }

    .-hintro_maher_home .mh-text {
        max-width: 620px;
        margin-top: 18px;
        font-size: 17px;
    }

    .-hintro_maher_home .mh-act {
        margin-top: 24px;
    }

    .-hintro_maher_home .mh-feats {
        justify-content: center;
        margin-top: 26px;
    }

    .-hintro_maher_home .mh-media {
        min-height: 410px;
    }

    .-hintro_maher_home .mh-img,
    .-hintro_maher_home .mh-empty {
        min-height: 410px;
    }

    .-hintro_maher_home .mh-img img {
        max-height: 430px;
    }

    .-hintro_maher_home .mh-shape {
        inset-inline-start: 50%;
        bottom: -340px;
        width: 720px;
        height: 720px;
        transform: translateX(50%);
    }
}

@media (max-width: 620px) {
    .-hintro_maher_home {
        padding-top: 96px;
    }

    .-hintro_maher_home .container {
        padding-inline: 20px;
    }

    .-hintro_maher_home .mh-copy {
        padding-top: 22px;
    }

    .-hintro_maher_home .mh-over {
        max-width: 290px;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .-hintro_maher_home .mh-title {
        font-size: clamp(36px, 11vw, 48px);
        line-height: 1.16;
        letter-spacing: -0.025em;
    }

    .-hintro_maher_home .mh-text {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.8;
    }

    .-hintro_maher_home .mh-act,
    .-hintro_maher_home .mh-btn {
        width: 100%;
    }

    .-hintro_maher_home .mh-btn {
        min-height: 56px;
        font-size: 17px;
    }

    .-hintro_maher_home .mh-feats {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 8px;
        scrollbar-width: none;
    }

    .-hintro_maher_home .mh-feats::-webkit-scrollbar {
        display: none;
    }

    .-hintro_maher_home .mh-feat {
        min-width: 112px;
        flex: 1 0 112px;
        padding: 0 12px;
        font-size: 12px;
    }

    .-hintro_maher_home .mh-media,
    .-hintro_maher_home .mh-img,
    .-hintro_maher_home .mh-empty {
        min-height: 350px;
    }

    .-hintro_maher_home .mh-img img {
        max-height: 365px;
    }

    .-hintro_maher_home .mh-shape {
        bottom: -380px;
        width: 720px;
        height: 720px;
    }
}

@media (max-width: 420px) {
    .-hintro_maher_home .mh-title {
        font-size: 35px;
    }

    .-hintro_maher_home .mh-media,
    .-hintro_maher_home .mh-img,
    .-hintro_maher_home .mh-empty {
        min-height: 315px;
    }

    .-hintro_maher_home .mh-img img {
        max-height: 330px;
    }
}
