:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-975bfaa */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


/* =========================================================
   DOWNLOAD APP HERO
========================================================= */

.rh-download-hero,
.rh-download-hero *,
.rh-download-hero *::before,
.rh-download-hero *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   MAIN HERO
========================================================= */

.rh-download-hero {
    position: relative;

    width: 100%;

    height: 740px;
    min-height: 540px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background-color: #edf8fe;

    background-image:
        url("https://myrecruitmenthero.com/wp-content/uploads/2026/09/d-bg.webp");

    background-repeat: no-repeat;

    background-position:
        center
        center;

    background-size:
        cover;
}


/* =========================================================
   LEFT READABILITY FADE
========================================================= */

.rh-download-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(246,251,255,0.98) 0%,
            rgba(246,251,255,0.94) 28%,
            rgba(246,251,255,0.50) 48%,
            rgba(246,251,255,0.05) 68%,
            rgba(246,251,255,0) 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-download-hero__inner {
    position: relative;

    z-index: 2;

    width: min(100% - 90px, 1360px);

    height: 100%;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: flex-start;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.rh-download-hero__content {
    position: relative;

    z-index: 3;

    width: 100%;
    max-width: 560px;

    padding-top: 2px;
}


/* =========================================================
   BADGE
========================================================= */

.rh-download-hero__badge {
    width: max-content;

    margin: 0 0 22px;

    padding:
        8px
        15px
        8px
        11px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    border-radius: 20px;

    background: #dcefff;

    color: #083b91;

    font-size: 12px !important;
    font-weight: 600 !important;

    line-height: 1 !important;
}


.rh-download-hero__badge-icon {
    width: 20px;
    height: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #1169df;
}


.rh-download-hero__badge-icon svg {
    width: 20px;
    height: 20px;

    fill: currentColor;

    stroke: currentColor;

    stroke-width: 1.5;
}


/* =========================================================
   TITLE
========================================================= */

.rh-download-hero__title {
    width: 100%;
    max-width: 540px;

    margin: 0 0 18px !important;
    padding: 0 !important;

    color: #082d75 !important;

    font-size: 51px !important;
    font-weight: 700 !important;

    line-height: 1.04 !important;

    letter-spacing: -1.8px !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-download-hero__text {
    width: 100%;
    max-width: 510px;

    margin: 0 0 25px !important;
    padding: 0 !important;

    color: #4f607e !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   STORE BUTTON WRAPPER
========================================================= */

.rh-download-hero__stores {
    display: flex;

    align-items: center;

    gap: 15px;
}


/* =========================================================
   STORE BUTTON
========================================================= */

.rh-download-store {
    height: 50px;

    display: inline-flex;

    align-items: center;

    flex-shrink: 0;

    background: #050505;

    border:
        1px
        solid
        #2d2d2d;

    border-radius: 6px;

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow:
        0 4px 11px
        rgba(0,0,0,.12);

    transition:
        transform .2s ease,
        opacity .2s ease;
}


.rh-download-store:hover {
    transform: translateY(-2px);

    opacity: .94;
}


/* =========================================================
   APP STORE
========================================================= */

.rh-download-store--apple {
    width: 160px;

    padding:
        5px
        12px
        5px
        10px;

    gap: 9px;
}


.rh-download-store__apple {
    width: 29px;
    height: 29px;

    flex: 0 0 29px;

    fill: #ffffff;
}


/* =========================================================
   GOOGLE PLAY
========================================================= */

.rh-download-store--google {
    width: 174px;

    padding:
        5px
        11px
        5px
        9px;

    gap: 8px;
}


.rh-download-store__google {
    width: 29px;
    height: 32px;

    flex: 0 0 29px;
}


/* =========================================================
   STORE TEXT
========================================================= */

.rh-download-store__text {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    color: #ffffff;

    line-height: 1;
}


.rh-download-store__text small {
    margin: 0 0 2px;

    color: #ffffff !important;

    font-size: 7.5px !important;
    font-weight: 400 !important;

    line-height: 1 !important;
}


.rh-download-store__text strong {
    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 1 !important;

    white-space: nowrap;
}


/* =========================================================
   1500px AND DOWN
========================================================= */

@media (max-width: 1500px) {

    .rh-download-hero__title {
        font-size: 46px !important;
    }


    .rh-download-hero__text {
        font-size: 15px !important;
    }

}


/* =========================================================
   1280px AND DOWN
========================================================= */

@media (max-width: 1280px) {

    .rh-download-hero {
        height: 520px;
        min-height: 520px;

        background-position:
            center
            center;
    }


    .rh-download-hero__inner {
        width: calc(100% - 70px);
    }


    .rh-download-hero__content {
        max-width: 510px;
    }


    .rh-download-hero__title {
        font-size: 42px !important;

        letter-spacing: -1px !important;
    }


    .rh-download-hero__text {
        max-width: 470px;

        font-size: 14px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-download-hero {
        height: 500px;
        min-height: 500px;

        background-position:
            60%
            center;
    }


    .rh-download-hero__inner {
        width: calc(100% - 40px);
    }


    .rh-download-hero__content {
        max-width: 470px;
    }


    .rh-download-hero__title {
        font-size: 42px !important;
    }


    .rh-download-hero__text {
        max-width: 430px;

        font-size: 15px !important;
    }


    .rh-download-hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(246,251,255,0.98) 0%,
                rgba(246,251,255,0.92) 42%,
                rgba(246,251,255,0.45) 67%,
                rgba(246,251,255,0.05) 100%
            );
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-download-hero {
        height: auto;
        min-height: 600px;

        padding:
            45px
            0;

        background-position:
            65%
            center;

        background-size:
            cover;
    }


    .rh-download-hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(246,251,255,0.97) 0%,
                rgba(246,251,255,0.91) 55%,
                rgba(246,251,255,0.52) 100%
            );
    }


    .rh-download-hero__inner {
        width: calc(100% - 36px);

        min-height: 510px;

        align-items: flex-start;
    }


    .rh-download-hero__content {
        width: 100%;
        max-width: 100%;
    }


    .rh-download-hero__badge {
        margin-bottom: 18px;

        font-size: 12px !important;
    }


    .rh-download-hero__title {
        max-width: 100%;

        font-size: 35px !important;

        line-height: 1.08 !important;

        letter-spacing: -1px !important;
    }


    .rh-download-hero__title br {
        display: none;
    }


    .rh-download-hero__text {
        max-width: 100%;

        font-size: 14px !important;

        line-height: 1.6 !important;
    }


    .rh-download-hero__stores {
        gap: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-download-hero {
        min-height: 570px;

        padding:
            38px
            0;

        background-position:
            68%
            center;
    }


    .rh-download-hero__inner {
        width: calc(100% - 30px);
    }


    .rh-download-hero__title {
        font-size: 31px !important;
    }


    .rh-download-hero__stores {
        width: 100%;

        gap: 8px;
    }


    .rh-download-store {
        flex: 1;

        min-width: 0;

        height: 47px;
    }


    .rh-download-store--apple,
    .rh-download-store--google {
        width: auto;

        padding-left: 8px;
        padding-right: 8px;
    }


    .rh-download-store__text strong {
        font-size: 13px !important;
    }


    .rh-download-store__text small {
        font-size: 6px !important;
    }


    .rh-download-store__apple {
        width: 24px;
        height: 24px;

        flex-basis: 24px;
    }


    .rh-download-store__google {
        width: 24px;
        height: 27px;

        flex-basis: 24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0532e8 *//* =========================================================
   DOWNLOAD PAGE
   FEATURE STRIP
========================================================= */

.rh-download-features,
.rh-download-features *,
.rh-download-features *::before,
.rh-download-features *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-download-features {
    position: relative;

    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    border-top: 1px solid #eef3f8;
    border-bottom: 1px solid #edf3f7;
}


/* =========================================================
   INNER
========================================================= */

.rh-download-features__inner {
    width: min(100% - 80px, 1360px);

    min-height: 112px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1fr
        1px
        1fr
        1px
        1fr
        1px
        1fr;

    align-items: center;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.rh-download-feature {
    min-width: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    padding:
        15px
        22px;
}


/* =========================================================
   ICON
========================================================= */

.rh-download-feature__icon {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;
}


.rh-download-feature__icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Lightning */

.rh-download-feature:first-child
.rh-download-feature__icon svg {
    fill: currentColor;

    stroke: none;
}


/* =========================================================
   ICON COLORS
========================================================= */

.rh-download-feature__icon--yellow {
    color: #ffb80c;

    background: #fff4d7;
}


.rh-download-feature__icon--cyan {
    color: #02a8c0;

    background: #def7fb;
}


.rh-download-feature__icon--teal {
    color: #039faf;

    background: #dff7f8;
}


.rh-download-feature__icon--blue {
    color: #1764dc;

    background: #e5efff;
}


/* =========================================================
   TYPOGRAPHY
   HERO RESPONSIVE FLOW
========================================================= */

.rh-download-feature__content {
    min-width: 0;
}


/* DESKTOP */

.rh-download-feature__content h3 {
    margin:
        0
        0
        5px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    white-space: nowrap;
}


.rh-download-feature__content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* =========================================================
   DIVIDERS
========================================================= */

.rh-download-feature__divider {
    display: block;

    width: 1px;
    height: 58px;

    background:
        linear-gradient(
            180deg,
            transparent 0%,
            #ccd9e7 18%,
            #ccd9e7 82%,
            transparent 100%
        );
}


/* =========================================================
   1500px AND DOWN
   SAME FLOW AS HERO
========================================================= */

@media (max-width: 1500px) {

    .rh-download-feature__content h3 {
        font-size: 15px !important;
    }


    .rh-download-feature__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   1280px AND DOWN
   SAME FLOW AS HERO
========================================================= */

@media (max-width: 1280px) {

    .rh-download-feature__content h3 {
        font-size: 14px !important;
    }


    .rh-download-feature__content p {
        font-size: 12px !important;
    }

}


/* =========================================================
   LAPTOP LAYOUT
========================================================= */

@media (max-width: 1200px) {

    .rh-download-features__inner {
        width: calc(100% - 50px);

        min-height: 105px;
    }


    .rh-download-feature {
        gap: 11px;

        padding:
            14px
            12px;
    }


    .rh-download-feature__icon {
        width: 52px;
        height: 52px;

        flex-basis: 52px;
    }


    .rh-download-feature__icon svg {
        width: 25px;
        height: 25px;
    }

}


/* =========================================================
   TABLET
   SAME FONT FLOW AS HERO
========================================================= */

@media (max-width: 991px) {

    .rh-download-features {
        padding:
            8px
            0;
    }


    .rh-download-features__inner {
        width: calc(100% - 40px);

        min-height: 0;

        display: grid;

        grid-template-columns:
            1fr
            1fr;

        gap: 0;
    }


    .rh-download-feature {
        min-height: 105px;

        justify-content: flex-start;

        padding:
            20px
            25px;
    }


    .rh-download-feature:nth-of-type(1),
    .rh-download-feature:nth-of-type(3) {
        border-right:
            1px
            solid
            #e2eaf2;
    }


    .rh-download-feature__divider {
        display: none;
    }


    /* Hero tablet flow */

    .rh-download-feature__content h3 {
        font-size: 15px !important;
    }


    .rh-download-feature__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
   SAME FONT FLOW AS HERO
========================================================= */

@media (max-width: 767px) {

    .rh-download-feature__content h3 {
        font-size: 14px !important;
    }


    .rh-download-feature__content p {
        font-size: 12px !important;
    }

}


/* =========================================================
   MOBILE LAYOUT
========================================================= */

@media (max-width: 600px) {

    .rh-download-features {
        padding:
            10px
            0;
    }


    .rh-download-features__inner {
        width: calc(100% - 30px);

        display: flex;

        flex-direction: column;
    }


    .rh-download-feature {
        width: 100%;

        min-height: 0;

        justify-content: flex-start;

        padding:
            18px
            5px;

        border-right: none !important;

        border-bottom:
            1px
            solid
            #e6edf4;
    }


    .rh-download-feature:last-child {
        border-bottom: none;
    }


    .rh-download-feature__icon {
        width: 50px;
        height: 50px;

        flex-basis: 50px;
    }


    .rh-download-feature__icon svg {
        width: 24px;
        height: 24px;
    }


    .rh-download-feature__content h3 {
        font-size: 14px !important;

        white-space: normal;
    }


    .rh-download-feature__content p {
        font-size: 12px !important;
    }


    .rh-download-feature__content p br {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-download-feature__content h3 {
        font-size: 14px !important;
    }


    .rh-download-feature__content p {
        font-size: 12px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8baaeaa *//* =========================================================
   DOWNLOAD IN 3 SIMPLE STEPS
========================================================= */

.rh-download-steps,
.rh-download-steps *,
.rh-download-steps *::before,
.rh-download-steps *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-download-steps {
    position: relative;

    width: 100%;

    margin: 0;

    padding:
        34px
        0
        31px;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #f8fcff 0%,
            #ffffff 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-download-steps__inner {
    width: min(100% - 80px, 1360px);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.rh-download-steps__header {
    width: 100%;

    margin:
        0
        auto
        31px;

    text-align: center;
}


/* EYEBROW */

.rh-download-steps__eyebrow {
    display: block;

    margin:
        0
        0
        7px;

    color: #3488ef;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: .55px;

    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.rh-download-steps__title {
    margin:
        0
        0
        8px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 38px !important;
    font-weight: 700 !important;

    line-height: 1.1 !important;

    letter-spacing: -1px !important;
}


/* =========================================================
   SUBTITLE
========================================================= */

.rh-download-steps__subtitle {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   STEPS GRID
========================================================= */

.rh-download-steps__grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    align-items: center;

    gap: 32px;
}


/* =========================================================
   STEP
========================================================= */

.rh-download-step {
    position: relative;

    min-width: 0;

    display: grid;

    grid-template-columns:
        52px
        64px
        1fr;

    align-items: center;

    gap: 13px;

    padding:
        5px
        8px;
}


/* =========================================================
   NUMBER
========================================================= */

.rh-download-step__number {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffba16;

    color: #082d75;

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1 !important;
}


/* =========================================================
   ICON CIRCLE
========================================================= */

.rh-download-step__icon {
    width: 64px;
    height: 64px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e8f3ff;

    color: #1764dc;
}


.rh-download-step__icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Play icon */

.rh-download-step__icon--play svg {
    width: 28px;
    height: 28px;

    fill: currentColor;

    stroke: none;
}


/* =========================================================
   STEP CONTENT
========================================================= */

.rh-download-step__content {
    min-width: 0;
}


.rh-download-step__content h3 {
    margin:
        0
        0
        5px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}


.rh-download-step__content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* =========================================================
   1500px AND DOWN
   HERO-LIKE FONT FLOW
========================================================= */

@media (max-width: 1500px) {

    .rh-download-steps__title {
        font-size: 36px !important;
    }


    .rh-download-steps__subtitle {
        font-size: 15px !important;
    }


    .rh-download-step__content h3 {
        font-size: 15px !important;
    }


    .rh-download-step__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   1280px AND DOWN
========================================================= */

@media (max-width: 1280px) {

    .rh-download-steps__inner {
        width: calc(100% - 60px);
    }


    .rh-download-steps__title {
        font-size: 34px !important;
    }


    .rh-download-steps__subtitle {
        font-size: 14px !important;
    }


    .rh-download-steps__grid {
        gap: 20px;
    }


    .rh-download-step {
        grid-template-columns:
            47px
            58px
            1fr;

        gap: 10px;

        padding:
            5px
            3px;
    }


    .rh-download-step__number {
        width: 47px;
        height: 47px;

        font-size: 13px !important;
    }


    .rh-download-step__icon {
        width: 58px;
        height: 58px;
    }


    .rh-download-step__icon svg {
        width: 27px;
        height: 27px;
    }


    .rh-download-step__content h3 {
        font-size: 14px !important;
    }


    .rh-download-step__content p {
        font-size: 12px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-download-steps {
        padding:
            38px
            0;
    }


    .rh-download-steps__inner {
        width: calc(100% - 40px);
    }


    .rh-download-steps__header {
        margin-bottom: 28px;
    }


    .rh-download-steps__title {
        font-size: 32px !important;
    }


    .rh-download-steps__subtitle {
        font-size: 15px !important;
    }


    .rh-download-steps__grid {
        grid-template-columns: 1fr;

        width: 100%;
        max-width: 630px;

        margin: 0 auto;

        gap: 14px;
    }


    .rh-download-step {
        width: 100%;

        grid-template-columns:
            50px
            62px
            1fr;

        padding:
            12px
            0;
    }


    .rh-download-step__number {
        width: 50px;
        height: 50px;
    }


    .rh-download-step__icon {
        width: 62px;
        height: 62px;
    }


    .rh-download-step__content h3 {
        font-size: 15px !important;
    }


    .rh-download-step__content p {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-download-steps {
        padding:
            35px
            0;
    }


    .rh-download-steps__inner {
        width: calc(100% - 32px);
    }


    .rh-download-steps__title {
        font-size: 30px !important;

        line-height: 1.12 !important;

        letter-spacing: -.7px !important;
    }


    .rh-download-steps__subtitle {
        max-width: 380px;

        margin:
            0
            auto !important;

        font-size: 14px !important;

        line-height: 1.55 !important;
    }


    .rh-download-steps__grid {
        gap: 9px;
    }


    .rh-download-step {
        grid-template-columns:
            46px
            56px
            1fr;

        gap: 10px;

        padding:
            13px
            0;
    }


    .rh-download-step__number {
        width: 46px;
        height: 46px;

        font-size: 12px !important;
    }


    .rh-download-step__icon {
        width: 56px;
        height: 56px;
    }


    .rh-download-step__icon svg {
        width: 26px;
        height: 26px;
    }


    .rh-download-step__content h3 {
        font-size: 14px !important;
    }


    .rh-download-step__content p {
        font-size: 12px !important;
    }


    .rh-download-step__content p br {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-download-steps__inner {
        width: calc(100% - 28px);
    }


    .rh-download-steps__title {
        font-size: 27px !important;
    }


    .rh-download-step {
        grid-template-columns:
            42px
            52px
            1fr;

        gap: 8px;
    }


    .rh-download-step__number {
        width: 42px;
        height: 42px;
    }


    .rh-download-step__icon {
        width: 52px;
        height: 52px;
    }


    .rh-download-step__icon svg {
        width: 24px;
        height: 24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7542c23 */@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');


/* =========================================================
   ONE APP / QR SECTION
========================================================= */

.rh-one-app,
.rh-one-app *,
.rh-one-app *::before,
.rh-one-app *::after {
    box-sizing: border-box;
}


.rh-one-app {
    position: relative;

    width: 100%;

    height: 455px;
    min-height: 355px;

    margin: 0;
    padding: 0;

    overflow: hidden;

    font-family: "Poppins", sans-serif !important;

    background:
        linear-gradient(
            110deg,
            #eff9ff 0%,
            #ffffff 47%,
            #f7fcff 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-one-app__inner {
    position: relative;

    width: min(100% - 80px, 1360px);
    height: 100%;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        52%
        48%;

    align-items: center;
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.rh-one-app__visual {
    position: relative;

    width: 100%;
    height: 100%;

    min-width: 0;

    display: flex;

    align-items: flex-end;
    justify-content: center;

    overflow: hidden;
}


.rh-one-app__visual::before {
    content: "";

    position: absolute;

    width: 430px;
    height: 380px;

    left: 34%;
    bottom: -80px;

    border-radius: 50%;

    background:
        rgba(206, 237, 254, .46);

    filter: blur(30px);

    pointer-events: none;
}


/* =========================================================
   PHONE
========================================================= */

.rh-one-app__phone {
    position: relative;

    z-index: 2;

    display: block;

    width: auto;
    height: 345px;

    max-width: 65%;

    margin:
        0
        0
        -100px
        65px;

    object-fit: contain;

    object-position:
        center
        bottom;

    filter:
        drop-shadow(
            0
            9px
            9px
            rgba(30,65,94,.13)
        );
}


/* =========================================================
   HANDWRITTEN NOTE
========================================================= */

.rh-one-app__note {
    position: absolute;

    z-index: 4;

    left: 12px;
    top: 91px;

    transform:
        rotate(-7deg);
}


.rh-one-app__note-text {
    color: #087fa9;

    font-family: "Caveat", cursive !important;

    font-size: 30px !important;
    font-weight: 700 !important;

    line-height: 1.02 !important;

    letter-spacing: .2px !important;
}


.rh-one-app__note-line {
    display: block;

    width: 110px;
    height: 7px;

    margin:
        15px
        0
        0
        30px;

    border-radius:
        100%
        0
        100%
        0;

    background: #ffb80d;

    transform:
        rotate(-6deg)
        skewX(-13deg);
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.rh-one-app__content {
    position: relative;

    z-index: 5;

    width: 100%;
    max-width: 610px;

    padding-left: 20px;
}


/* =========================================================
   EYEBROW
========================================================= */

.rh-one-app__eyebrow {
    display: block;

    margin:
        0
        0
        8px;

    color: #3488ef;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: .55px;

    text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.rh-one-app__title {
    width: 100%;
    max-width: 600px;

    margin:
        0
        0
        14px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-family: "Poppins", sans-serif !important;

    font-size: 38px !important;
    font-weight: 700 !important;

    line-height: 1.08 !important;

    letter-spacing: -1px !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.rh-one-app__text {
    width: 100%;
    max-width: 570px;

    margin:
        0
        0
        22px !important;

    padding: 0 !important;

    color: #596984 !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   STORE BUTTONS
========================================================= */

.rh-one-app__stores {
    display: flex;

    align-items: center;

    gap: 15px;
}


/* =========================================================
   BUTTON BASE
========================================================= */

.rh-one-app-store {
    height: 50px;

    display: inline-flex;

    align-items: center;

    flex-shrink: 0;

    background: #050505;

    border:
        1px
        solid
        #2d2d2d;

    border-radius: 6px;

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow:
        0
        4px
        11px
        rgba(0,0,0,.12);

    transition:
        transform .2s ease,
        opacity .2s ease;
}


.rh-one-app-store:hover {
    transform: translateY(-2px);

    opacity: .94;
}


/* APPLE */

.rh-one-app-store--apple {
    width: 160px;

    padding:
        5px
        12px
        5px
        10px;

    gap: 9px;
}


.rh-one-app-store__apple {
    width: 29px;
    height: 29px;

    flex:
        0
        0
        29px;

    fill: #ffffff;
}


/* GOOGLE */

.rh-one-app-store--google {
    width: 174px;

    padding:
        5px
        11px
        5px
        9px;

    gap: 8px;
}


.rh-one-app-store__google {
    width: 29px;
    height: 32px;

    flex:
        0
        0
        29px;
}


/* STORE TEXT */

.rh-one-app-store__text {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    color: #ffffff;

    line-height: 1;
}


.rh-one-app-store__text small {
    margin:
        0
        0
        2px;

    color: #ffffff !important;

    font-size: 7.5px !important;
    font-weight: 400 !important;

    line-height: 1 !important;
}


.rh-one-app-store__text strong {
    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 1 !important;

    white-space: nowrap;
}


/* =========================================================
   QR DOWNLOAD CARD
========================================================= */

.rh-one-app__qr {
    width: 100%;
    max-width: 390px;

    margin-top: 17px;

    padding:
        10px
        14px
        10px
        10px;

    display: grid;

    grid-template-columns:
        78px
        1fr;

    align-items: center;

    gap: 13px;

    border:
        1px
        solid
        #dbeaf5;

    border-radius: 9px;

    background:
        rgba(255,255,255,.82);

    box-shadow:
        0
        5px
        16px
        rgba(39,82,118,.055);
}


/* QR IMAGE */

.rh-one-app__qr-image-wrap {
    width: 78px;
    height: 78px;

    padding: 5px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px
        solid
        #dce7ef;

    border-radius: 7px;

    background: #ffffff;
}


.rh-one-app__qr-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* QR TEXT */

.rh-one-app__qr-eyebrow {
    display: block;

    margin:
        0
        0
        3px;

    color: #3488ef;

    font-size: 8px !important;
    font-weight: 600 !important;

    line-height: 1.2 !important;

    letter-spacing: .45px;

    text-transform: uppercase;
}


.rh-one-app__qr-content h3 {
    margin:
        0
        0
        3px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}


.rh-one-app__qr-content p {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 11px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


/* =========================================================
   1500px
========================================================= */

@media (max-width: 1500px) {

    .rh-one-app__title {
        font-size: 36px !important;
    }


    .rh-one-app__text {
        font-size: 15px !important;
    }

}


/* =========================================================
   1280px
========================================================= */

@media (max-width: 1280px) {

    .rh-one-app__inner {
        width: calc(100% - 60px);
    }


    .rh-one-app__title {
        font-size: 34px !important;
    }


    .rh-one-app__text {
        font-size: 14px !important;
    }


    .rh-one-app__note-text {
        font-size: 27px !important;
    }


    .rh-one-app__qr {
        max-width: 370px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-one-app {
        height: auto;
        min-height: 0;

        padding:
            40px
            0
            0;
    }


    .rh-one-app__inner {
        width: calc(100% - 40px);

        grid-template-columns:
            45%
            55%;

        align-items: center;
    }


    .rh-one-app__visual {
        min-height: 380px;
    }


    .rh-one-app__phone {
        height: 335px;

        max-width: 90%;

        margin-left: 0;
    }


    .rh-one-app__note {
        display: none;
    }


    .rh-one-app__content {
        padding:
            0
            0
            40px
            20px;
    }


    .rh-one-app__title {
        font-size: 32px !important;
    }


    .rh-one-app__text {
        font-size: 15px !important;
    }


    .rh-one-app__qr {
        max-width: 100%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-one-app {
        height: auto;
        min-height: 0;

        padding:
            36px
            0
            0;

        overflow: hidden;
    }


    .rh-one-app__inner {
        width: calc(100% - 32px);
        height: auto;

        display: flex;

        flex-direction: column;

        align-items: stretch;
    }


    /* CONTENT FIRST */

    .rh-one-app__content {
        order: 1;

        width: 100%;
        max-width: 100%;

        padding:
            0
            0
            18px;
    }


    .rh-one-app__title {
        max-width: 100%;

        margin-bottom: 13px !important;

        font-size: 30px !important;

        line-height: 1.12 !important;

        letter-spacing: -.7px !important;
    }


    .rh-one-app__title br {
        display: none;
    }


    .rh-one-app__text {
        max-width: 100%;

        margin-bottom: 20px !important;

        font-size: 14px !important;

        line-height: 1.6 !important;
    }


    /* STORE BUTTONS */

    .rh-one-app__stores {
        width: 100%;

        gap: 10px;
    }


    /* QR BELOW BUTTONS */

    .rh-one-app__qr {
        width: 100%;
        max-width: 420px;

        margin-top: 16px;

        grid-template-columns:
            88px
            1fr;

        padding: 11px;
    }


    .rh-one-app__qr-image-wrap {
        width: 88px;
        height: 88px;
    }


    .rh-one-app__qr-content h3 {
        font-size: 14px !important;
    }


    .rh-one-app__qr-content p {
        font-size: 11px !important;
    }


    /* IMAGE BELOW QR */

    .rh-one-app__visual {
        order: 2;

        position: relative;

        width: 100%;

        height: 175px;
        min-height: 175px;

        margin: 0;

        display: block;

        overflow: hidden;
    }


    .rh-one-app__visual::before {
        width: 320px;
        height: 230px;

        left: 50%;
        top: 15px;
        bottom: auto;

        transform:
            translateX(-50%);

        filter: blur(25px);
    }


    .rh-one-app__phone {
        position: absolute;

        z-index: 2;

        top: 0;
        left: 50%;

        width: auto;
        height: 310px;

        max-width: 95%;

        margin: 0 !important;

        transform:
            translateX(-50%);

        object-fit: contain;

        object-position:
            top
            center;
    }


    .rh-one-app__note {
        display: none !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-one-app {
        padding-top: 32px;
    }


    .rh-one-app__inner {
        width: calc(100% - 28px);
    }


    .rh-one-app__content {
        padding-bottom: 17px;
    }


    .rh-one-app__title {
        font-size: 27px !important;
    }


    /* BUTTONS */

    .rh-one-app__stores {
        width: 100%;

        gap: 8px;
    }


    .rh-one-app-store {
        flex: 1;

        width: auto !important;
        min-width: 0;

        height: 47px;
    }


    .rh-one-app-store--apple,
    .rh-one-app-store--google {
        padding-left: 8px;
        padding-right: 8px;
    }


    .rh-one-app-store__text strong {
        font-size: 13px !important;
    }


    .rh-one-app-store__text small {
        font-size: 6px !important;
    }


    .rh-one-app-store__apple {
        width: 24px;
        height: 24px;

        flex-basis: 24px;
    }


    .rh-one-app-store__google {
        width: 24px;
        height: 27px;

        flex-basis: 24px;
    }


    /* QR MOBILE */

    .rh-one-app__qr {
        max-width: none;

        grid-template-columns:
            82px
            1fr;

        gap: 11px;
    }


    .rh-one-app__qr-image-wrap {
        width: 82px;
        height: 82px;
    }


    /* IMAGE TOP ONLY */

    .rh-one-app__visual {
        height: 155px;
        min-height: 155px;
    }


    .rh-one-app__phone {
        top: 0;

        height: 285px;

        max-width: 100%;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .rh-one-app__qr {
        grid-template-columns: 1fr;

        text-align: center;
    }


    .rh-one-app__qr-image-wrap {
        width: 105px;
        height: 105px;

        margin:
            0
            auto;
    }


    .rh-one-app__visual {
        height: 140px;
        min-height: 140px;
    }


    .rh-one-app__phone {
        height: 270px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75b2162 *//* =========================================================
   DOWNLOAD PAGE
   KEY BENEFITS
========================================================= */

.rh-download-benefits,
.rh-download-benefits *,
.rh-download-benefits *::before,
.rh-download-benefits *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-download-benefits {
    position: relative;

    width: 100%;

    margin: 0;

    padding:
        34px
        0
        38px;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #eaf7ff 0%,
            #f1faff 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-download-benefits__inner {
    width: min(100% - 80px, 1360px);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.rh-download-benefits__header {
    width: 100%;

    margin:
        0
        auto
        25px;

    text-align: center;
}


/* EYEBROW */

.rh-download-benefits__eyebrow {
    display: block;

    margin:
        0
        0
        7px;

    color: #3488ef;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: .55px;

    text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.rh-download-benefits__title {
    margin: 0 !important;
    padding: 0 !important;

    color: #082d75 !important;

    font-size: 34px !important;
    font-weight: 700 !important;

    line-height: 1.1 !important;

    letter-spacing: -.9px !important;
}


/* =========================================================
   GRID
========================================================= */

.rh-download-benefits__grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 22px;
}


/* =========================================================
   CARD
========================================================= */

.rh-download-benefit-card {
    position: relative;

    min-width: 0;

    min-height: 190px;

    padding:
        22px
        22px
        20px;

    background: #ffffff;

    border:
        1px
        solid
        #e1edf5;

    border-radius: 9px;

    box-shadow:
        0
        4px
        15px
        rgba(34,78,113,.05);
}


/* =========================================================
   ICON
========================================================= */

.rh-download-benefit-card__icon {
    width: 54px;
    height: 54px;

    margin:
        0
        0
        14px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #05a4bb;

    background: #def7fb;
}


.rh-download-benefit-card__icon--blue {
    color: #1764dc;

    background: #e6efff;
}


.rh-download-benefit-card__icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* star uses fill */

.rh-download-benefit-card__icon--blue svg {
    fill: currentColor;

    stroke: none;
}


/* =========================================================
   CARD TITLE
========================================================= */

.rh-download-benefit-card h3 {
    margin:
        0
        0
        6px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
}


/* =========================================================
   CARD TEXT
========================================================= */

.rh-download-benefit-card p {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.5 !important;
}


/* =========================================================
   1500px AND DOWN
========================================================= */

@media (max-width: 1500px) {

    .rh-download-benefits__title {
        font-size: 32px !important;
    }


    .rh-download-benefit-card h3 {
        font-size: 15px !important;
    }


    .rh-download-benefit-card p {
        font-size: 13px !important;
    }

}


/* =========================================================
   1280px AND DOWN
========================================================= */

@media (max-width: 1280px) {

    .rh-download-benefits__inner {
        width: calc(100% - 60px);
    }


    .rh-download-benefits__title {
        font-size: 30px !important;
    }


    .rh-download-benefits__grid {
        gap: 16px;
    }


    .rh-download-benefit-card {
        min-height: 180px;

        padding:
            20px
            18px;
    }


    .rh-download-benefit-card h3 {
        font-size: 14px !important;
    }


    .rh-download-benefit-card p {
        font-size: 12px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-download-benefits {
        padding:
            36px
            0;
    }


    .rh-download-benefits__inner {
        width: calc(100% - 40px);
    }


    .rh-download-benefits__title {
        font-size: 30px !important;
    }


    .rh-download-benefits__grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 16px;
    }


    .rh-download-benefit-card {
        min-height: 175px;
    }


    .rh-download-benefit-card h3 {
        font-size: 15px !important;
    }


    .rh-download-benefit-card p {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-download-benefits {
        padding:
            34px
            0;
    }


    .rh-download-benefits__inner {
        width: calc(100% - 32px);
    }


    .rh-download-benefits__header {
        margin-bottom: 22px;
    }


    .rh-download-benefits__title {
        font-size: 28px !important;

        line-height: 1.13 !important;

        letter-spacing: -.7px !important;
    }


    .rh-download-benefits__grid {
        grid-template-columns: 1fr;

        gap: 13px;
    }


    .rh-download-benefit-card {
        min-height: 0;

        padding:
            20px;
    }


    .rh-download-benefit-card__icon {
        width: 50px;
        height: 50px;

        margin-bottom: 12px;
    }


    .rh-download-benefit-card__icon svg {
        width: 25px;
        height: 25px;
    }


    .rh-download-benefit-card h3 {
        font-size: 15px !important;
    }


    .rh-download-benefit-card p {
        font-size: 13px !important;
    }


    .rh-download-benefit-card p br {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-download-benefits__inner {
        width: calc(100% - 28px);
    }


    .rh-download-benefits__title {
        font-size: 26px !important;
    }


    .rh-download-benefit-card {
        padding:
            18px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34ae904 *//* =========================================================
   DOWNLOAD PAGE FAQ
========================================================= */

.rh-download-faq,
.rh-download-faq *,
.rh-download-faq *::before,
.rh-download-faq *::after {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   SECTION
========================================================= */

.rh-download-faq {
    position: relative;

    width: 100%;

    margin: 0;

    padding:
        42px
        0
        44px;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #f9fcff 48%,
            #ffffff 100%
        );
}


/* =========================================================
   INNER
========================================================= */

.rh-download-faq__inner {
    position: relative;

    width: min(100% - 80px, 1360px);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        42%
        58%;

    align-items: start;

    gap: 42px;
}


/* =========================================================
   LEFT INTRO
========================================================= */

.rh-download-faq__intro {
    position: relative;

    min-height: 230px;

    padding:
        11px
        20px
        0
        0;
}


/* EYEBROW */

.rh-download-faq__eyebrow {
    display: block;

    margin:
        0
        0
        8px;

    color: #3488ef;

    font-size: 11px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    letter-spacing: .55px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.rh-download-faq__title {
    margin:
        0
        0
        7px !important;

    padding: 0 !important;

    color: #082d75 !important;

    font-size: 38px !important;
    font-weight: 700 !important;

    line-height: 1.08 !important;

    letter-spacing: -1px !important;
}


/* =========================================================
   SUBTITLE
========================================================= */

.rh-download-faq__subtitle {
    margin: 0 !important;
    padding: 0 !important;

    color: #596984 !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;
}


/* =========================================================
   DECORATIVE QUESTION MARK
========================================================= */

.rh-download-faq__question-mark {
    position: absolute;

    right: 80px;
    bottom: -5px;

    width: 88px;
    height: 88px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        10px
        solid
        rgba(212,232,250,.34);

    border-radius: 50%;

    color:
        rgba(113,174,229,.23);

    background:
        rgba(229,242,253,.30);

    font-size: 58px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    pointer-events: none;
}


/* =========================================================
   FAQ LIST
========================================================= */

.rh-download-faq__list {
    width: 100%;

    display: flex;

    flex-direction: column;

    gap: 8px;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.rh-download-faq__item {
    width: 100%;

    overflow: hidden;

    border:
        1px
        solid
        #e3ebf3;

    border-radius: 5px;

    background: #ffffff;

    box-shadow:
        0
        4px
        13px
        rgba(34,78,113,.05);
}


/* =========================================================
   QUESTION
========================================================= */

.rh-download-faq__question {
    width: 100%;

    min-height: 50px;

    margin: 0;
    padding:
        0
        18px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border: 0;

    outline: 0;

    cursor: pointer;

    background: #ffffff;

    color: #304865;

    text-align: left;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.4 !important;
}


/* =========================================================
   PLUS ICON
========================================================= */

.rh-download-faq__plus {
    position: relative;

    width: 18px;
    height: 18px;

    flex: 0 0 18px;
}


.rh-download-faq__plus span {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 12px;
    height: 2px;

    border-radius: 2px;

    background: #0d4ca3;

    transform:
        translate(-50%, -50%);

    transition:
        transform .25s ease,
        opacity .25s ease;
}


.rh-download-faq__plus span:last-child {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


/* OPEN */

.rh-download-faq__question[aria-expanded="true"]
.rh-download-faq__plus span:last-child {
    transform:
        translate(-50%, -50%)
        rotate(0deg);

    opacity: 0;
}


/* =========================================================
   ANSWER
========================================================= */

.rh-download-faq__answer {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .3s ease;

    background: #ffffff;
}


.rh-download-faq__item.is-open
.rh-download-faq__answer {
    grid-template-rows: 1fr;
}


.rh-download-faq__answer-inner {
    min-height: 0;

    overflow: hidden;

    padding:
        0
        18px;

    color: #65748b;

    font-size: 13px !important;
    font-weight: 400 !important;

    line-height: 1.6 !important;
}


.rh-download-faq__item.is-open
.rh-download-faq__answer-inner {
    padding:
        2px
        18px
        17px;
}


/* =========================================================
   1500px
========================================================= */

@media (max-width: 1500px) {

    .rh-download-faq__title {
        font-size: 36px !important;
    }


    .rh-download-faq__subtitle {
        font-size: 15px !important;
    }


    .rh-download-faq__question {
        font-size: 14px !important;
    }

}


/* =========================================================
   1280px
========================================================= */

@media (max-width: 1280px) {

    .rh-download-faq__inner {
        width: calc(100% - 60px);

        gap: 34px;
    }


    .rh-download-faq__title {
        font-size: 34px !important;
    }


    .rh-download-faq__subtitle {
        font-size: 14px !important;
    }


    .rh-download-faq__question {
        font-size: 13px !important;
    }


    .rh-download-faq__question-mark {
        right: 40px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .rh-download-faq {
        padding:
            38px
            0;
    }


    .rh-download-faq__inner {
        width: calc(100% - 40px);

        grid-template-columns:
            35%
            65%;

        gap: 25px;
    }


    .rh-download-faq__intro {
        min-height: 215px;
    }


    .rh-download-faq__title {
        font-size: 32px !important;
    }


    .rh-download-faq__subtitle {
        font-size: 15px !important;
    }


    .rh-download-faq__question {
        min-height: 52px;

        font-size: 13px !important;
    }


    .rh-download-faq__question-mark {
        right: 25px;

        width: 76px;
        height: 76px;

        font-size: 50px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .rh-download-faq {
        padding:
            34px
            0;
    }


    .rh-download-faq__inner {
        width: calc(100% - 32px);

        display: block;
    }


    .rh-download-faq__intro {
        min-height: 0;

        margin-bottom: 25px;

        padding: 0;
    }


    .rh-download-faq__title {
        font-size: 30px !important;

        line-height: 1.12 !important;

        letter-spacing: -.7px !important;
    }


    .rh-download-faq__subtitle {
        font-size: 14px !important;
    }


    /* Hide decoration on mobile */

    .rh-download-faq__question-mark {
        display: none;
    }


    .rh-download-faq__list {
        gap: 9px;
    }


    .rh-download-faq__question {
        min-height: 54px;

        padding:
            0
            15px;

        font-size: 13px !important;
    }


    .rh-download-faq__answer-inner {
        padding:
            0
            15px;

        font-size: 12px !important;
    }


    .rh-download-faq__item.is-open
    .rh-download-faq__answer-inner {
        padding:
            2px
            15px
            15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .rh-download-faq__inner {
        width: calc(100% - 28px);
    }


    .rh-download-faq__title {
        font-size: 27px !important;
    }


    .rh-download-faq__question {
        gap: 12px;

        font-size: 12px !important;
    }

}/* End custom CSS */