.desktop_nonet {
    display: none;
}

.mobile_nonet {
    display: block;
}

html,
body {
    overflow: visible !important;
}

.main_divt {
    margin-top: 101px;
    display: flex;
    flex-direction: row;
}

.right_maint {
    width: 54.17%;
}
.right_sl1 {
    width: 48.23%;
}

.right_maint_forget {
    width: 49.38%;
}

.left_maint {
background-color: #F7F8F8;
    flex: 1;
    position: relative;
    padding: 0px 6.25% 0px 32px;
}

.alphabet_svg_T {
    position: absolute;
    left: 16px;
    top: 13px;
}

.right_heightt {
    height: 827px;
}
.right_sl_height {
    height: 670px;
}

.right_heightt_register {
    height: 1157px;
}

.right_heightt_forget {
    height: 760px;
}

.right_heightt_reset {
    height: 798px;
}


.video-overlay-wrappert {
    position: relative;
}

.video-overlay-wrappert::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* black layer - 50% opacity */
    pointer-events: none;
}

.inner_left_maint {
    position: relative;
    z-index: 1;
    margin-left: auto;
    height: 100%;
    display: flex;
    max-width: 520px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    justify-content: center;
}

.different_width_tttt {
    max-width: 612px !important;
}

.typicl_div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inner_left_maint h1 {
    color: var(--brand-graphite, #1F2325);

    /* body / label */
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.inner_left_maint h2 {
    color: var(--brand-graphite, #1F2325);
    font-family: Butler;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    /* 75.6px */
    margin-bottom: 0px;
}

.inner_left_maint h2 span {
    color: var(--brand-red, #D92F24);
    font-family: Butler;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
}

.inner_left_maint p {
    color: var(--brand-cool-grey, #6B7275);

    /* body / intro */
    font-family: "Work Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%;
    /* 28.56px */
    align-self: stretch;
    margin-bottom: 0px;
}

.typicl_div2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inner_left_maint h3 {
    color: var(--brand-cool-grey, #6B7275);

    /* body / small */
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 25.5px */
    margin-bottom: 0px;
}

.inner_left_maint h4,.new_css_forfont {
    color: var(--brand-graphite, #1F2325);

    /* button / regular */
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
    margin-bottom: 0px;
    text-decoration: none;
}

.input_wala_div_t {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.input_wala_div_t h5 {
    color: var(--brand-graphite, #1F2325);

    /* body / caption */
    font-family: "Work Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 18.7px */
    letter-spacing: 1.1px;
    margin-bottom: 0px;
}

.input_t {
    display: flex;
    height: 60px;
    padding: 16px 24px;
    align-items: center;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid var(--brand-border, #DFE3E4);
    background: var(--brand-surface, #FCFDFD);
}

.input_t::placeholder {
    color: var(--brand-graphite, #1F2325);

    /* body / regular */
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 172%;
    /* 27.52px */
}

/*input:focus {*/
/*    outline: 1px solid var(--base-error-red, #DF3F3F)*/
/*}*/

.button_red_t {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    background: var(--brand-red, #D92F24);
    color: var(--brand-surface, #FCFDFD);

    /* button / regular */
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
    border: none;
    animation:
    kf_13371_1676_opacity_0 2.2s linear,
    kf_13371_1676_translate_0 2.2s linear;
    
}
@keyframes kf_13371_1676_opacity_0 {
  0% {
    opacity: 0;
  }
  40.909% {
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
  }
  68.182% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kf_13371_1676_translate_0 {
  0% {
    translate: 0px 28px;
  }
  40.909% {
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    translate: 0px 28px;
  }
  68.182% {
    translate: 0px 0px;
  }
  100% {
    translate: 0px 0px;
  }
}

.button_red_t:hover {
    background: black;
    color: var(--brand-surface, #FCFDFD);
}

.captcha_wala_div {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.captcha_wala_div h6 {
    color: var(--Neutral-Near-Black, #0E0E0E);

    /* body / small */
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 25.5px */
    margin-bottom: 0px;
}

.captcha_wala_div h6 span,.onemore_new_class_font {
    color: var(--brand-red, #D92F24);

    /* body / small */
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-decoration: none;
}

.custom_check_t {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--Neutral-500, #D0D0D0);
}

.different_text_width {
    width: 369px;
}

.different_padding_t {
    padding: 16px;
}

.modal_tirthak_t {
    display: flex;
    width: 585px;
    padding: 64px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid var(--base-03, #BDBDBD);
    background: var(--base-white, #FFF);
}

.modal_tirthak_t h1 {
    color: var(--brand-graphite, #1F2325);

    /* heading / h2 */
    font-family: Butler;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    /* 70.56px */
    margin-bottom: 0px;
}

.modal_tirthak_t h1 span {
    color: var(--brand-red, #D92F24);

    /* heading / h2 */
    font-family: Butler;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    margin-bottom: 0px;
}

.modal_tirthak_t p {
    color: var(--brand-cool-grey, #6B7275);
    text-align: center;

    /* body / intro */
    font-family: "Work Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%;
    /* 28.56px */
    margin-bottom: 0px;
    align-self: stretch;
}

.sl_2 {
    display: flex;
    padding: 144px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background-color: var(--brand-graphite, #1F2325);
        background-image: url(../img/backgroundsl3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sl_2 h1 {
    max-width: 822px;
    width: 100%;
    color: var(--base-white, #FFF);
    text-align: center;
    font-family: Butler;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 62.4px */
    align-self: stretch;
    margin-bottom: 0px;
}

.sl_2 h1 span {
    color: var(--brand-red, #D92F24);
    font-family: Butler;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.sl_2 h2 {
    max-width: 822px;
    width: 100%;
    color: var(--brand-stone, #F7F8F8);
    text-align: center;

    /* body / intro */
    font-family: "Work Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%;
    /* 28.56px */
    align-self: stretch;
    margin-bottom: 0px;
}

.video_height_t {
    height: 700px;
}

.sl_4 {
    position: relative;
    overflow: hidden;
}

.sl_4::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.55) 30%,
            rgba(0, 0, 0, 0.2) 60%,
            rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.sl_4 video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_div_t {
    display: flex;
    max-width: 851px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 5;
    padding-bottom: 69px;
}

.video_div_t h1 {
    color: var(--brand-red, #D92F24);

    /* body / label */
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.video_div_t h2 {
    color: var(--brand-on-dark, #F2F4F4);

    /* heading / h1 */
    font-family: Butler;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
    /* 84.32px */
    align-self: stretch;
    margin-bottom: 0px;
}

.video_div_t h2 span {
    color: var(--brand-red, #D92F24);

    /* heading / h1 */
    font-family: Butler;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
}

.outer_video_t {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.sl_5 {
    position: relative;
    display: flex;
    padding: 104px 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: var(--brand-stone, #F7F8F8);
}

.inner_sl_5 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.left_div_sl5 {
    position: sticky;
    top: 101px;
    height: 100%;
    display: flex;
    max-width: 480px;
    width: 100%;
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.left_div_sl5 h1 {
    color: var(--brand-graphite, #1F2325);

    /* heading / h2 */
    font-family: Butler;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    /* 70.56px */
    margin-bottom: 0px;
}

.left_div_sl5 h1 span {
    color: var(--brand-red, #D92F24);

    /* heading / h2 */
    font-family: Butler;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    margin-bottom: 0px;
}

.left_div_sl5 p {
    color: var(--brand-cool-grey, #6B7275);

    /* body / intro */
    font-family: "Work Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%;
    /* 28.56px */
    margin-bottom: 0px;
    max-width: 400px;
    width: 100%;
}

.right_div_sl5 {
    max-width: 920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.faq_t_each {
    display: flex;
    padding: 32px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid #DFE3E4;
    border-top: 1px solid #DFE3E4;
}

.faq_t_each h1 {
    color: var(--brand-graphite, #1F2325);

    /* heading / mobile / h2 */
    font-family: Butler;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    /* 35.28px */
    align-self: stretch;
    margin-bottom: 0px;
}

.faq_t_each p {
    color: var(--brand-cool-grey, #6B7275);

    /* body / regular */
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 172%;
    /* 27.52px */
    align-self: stretch;
    margin-bottom: 0px;
}

.top_wala_faq_each {
    padding-top: 0px;
    border-top: 0px;
}

.bottom_wala_faq_each {
    border-bottom: 0px;
}


.alphabet_svg_T {
    animation: kf_12497_3474_opacity_0 2s linear;
    animation-iteration-count: infinite;
}
/* .differ_background {
    background-image: url(../img/left_slleft.png);
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: kf_12497_3474_opacity_0 2s linear;
    animation-iteration-count: infinite;
} */

@keyframes kf_12497_3474_opacity_0 {
    0% {
        opacity: 0;
    }

    15% {
        animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
        opacity: 0.3;
    }

    60% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.sl_3 {
    padding: 120px 32px;
    background-image: url(../img/catgegoris_bg_t.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner_sl3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.eachbox_sl3 {
    display: flex;
    padding: 56px;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid var(--brand-border, #DFE3E4);
    background: var(--brand-surface, #FCFDFD);
}

.left_of_sl3 {
    max-width: 64px;
    width: 100%;
    color: var(--brand-red, #D92F24);

    /* body / caption */
    font-family: "Work Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 18.7px */
    letter-spacing: 1.1px;
    margin-bottom: 0px;
}

.middle_of_sl3 {
    /* flex:1; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.middle_of_sl3 h1 {
    color: var(--brand-graphite, #1F2325);
    font-family: Butler;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    /* 51.2px */
    margin-bottom: 0px;
}

.middle_of_sl3 p {
    color: var(--brand-cool-grey, #6B7275);

    /* body / regular */
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 172%;
    /* 27.52px */
    align-self: stretch;
    margin-bottom: 0px;
}

.bottom_middle_of_sl3 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.capsule_t {
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    border-radius: 999px;
    background: var(--brand-mist, #EAECEC);
    color: var(--brand-cool-grey, #6B7275);

    /* body / caption */
    font-family: "Work Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 18.7px */
    letter-spacing: 1.1px;

}

.right_of_sl3,
.secondof_right_of_sl3 {
    display: flex;
    max-width: 220px;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}

.right_of_sl3 h1 {
    color: var(--brand-cool-grey, #6B7275);

    /* body / caption */
    font-family: "Work Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 18.7px */
    letter-spacing: 1.1px;
    margin-bottom: 0px;
}

.right_of_sl3 h2 {
    color: var(--brand-graphite, #1F2325);

    /* heading / h3 */
    font-family: Butler;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    /* 39.6px */
    margin-bottom: 0px;
}

.other_capsule_t {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid #1F2325 !important;
    color: var(--brand-graphite, #1F2325);

    /* button / regular */
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
}
.other_capsule_t:hover {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background-color: #1F2325;
    border: 1px solid #1F2325;
    color: var(--brand-graphite, white);

    /* button / regular */
    font-family: "Work Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
}
.differet_font {

    font-size: 68px !important;
    
    line-height: 124%!important; /* 84.32px */
}
.differet_font span {

    font-size: 68px !important;
    
    line-height: 124%!important; /* 84.32px */
}
.differet_font_p {
    font-size: 19px!important;
    line-height: 165%!important; /* 31.35px */


}
.diff_div_width {
        max-width: 658px!important;
        width: 100%!important;
}

@media only screen and (max-width: 700px) {
    .mobile_nonet {
        display: none;
    }

    .desktop_nonet {
        display: block;
    }
    .diff_div_width {
        max-width: none;
        width: 100%;
}

    .sl_5 {
        display: flex;
        flex-direction: column;
    }

    .left_div_sl5 {
        position: static;
        width: 100%;
    }

    .right_div_sl5 {
        width: 100%;
    }

    .different_text_width {
        width: auto;
    }

    .main_divt {
        margin-top: 72px;
        flex-direction: column-reverse;
    }

    .right_heightt,
    .right_heightt_register,
    .right_heightt_forget,
    .right_heightt_reset {
        height: 220px;
    }

    .right_sl_height {
            height: 259px;
    }
    .right_maint {
        border-top: 0px !important;
        border: 24px solid #EAECEC;
        width: 100%;
    }
    .right_sl1 {
        width: 100%;
    }

    .right_maint_forget {
        border-top: 0px !important;
        border: 24px solid #EAECEC;
        width: 100%;
    }

    .left_maint {
        width: 100%;
        padding: 40px 24px;
    }

    .inner_left_maint {
        max-width: unset;
        width: 100%;
        padding: 0px;
        gap: 16px;
    }

    .inner_left_maint h1 {
        color: var(--brand-graphite, #1F2325);

        /* body / caption */
        font-family: "Work Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        /* 18.7px */
        letter-spacing: 1.1px;
    }

    .inner_left_maint h2 {
        color: var(--brand-graphite, #1F2325);

        /* heading / mobile / h1 */
        font-family: Butler;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 124%;
        /* 39.68px */
    }

    .inner_left_maint h2 span {
        color: var(--brand-red, #D92F24);

        /* heading / mobile / h1 */
        font-family: Butler;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 124%;
    }

    .inner_left_maint p {
        color: var(--brand-cool-grey, #6B7275);

        /* body / small */
        font-family: "Work Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 25.5px */
        margin-bottom: 32px;
    }

    .input_wala_div_t {
        gap: 8px;

    }

    .input_t {
        display: flex;
        height: 58px;
        padding: 16px;
        align-items: center;
        align-self: stretch;
        border-radius: 2px;
        border: 1px solid var(--brand-border, #DFE3E4);
        background: var(--brand-surface, #FCFDFD);
        color: var(--brand-graphite, #1F2325);

        /* body / small */
        font-family: "Work Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 25.5px */
    }

    .different_margin_bottom_t {
        margin-bottom: 8px;
    }

    .video_wala_text_t {
        color: var(--brand-surface, #FCFDFD);

        /* heading / mobile / h3 */
        font-family: Butler;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 132%;
        z-index: 2;
        position: absolute;
        /* 26.4px */
        padding: 32px;
        bottom: 0px;
    }

    .video_wala_text_t span {
        color: var(--brand-red, #D92F24);

        /* heading / mobile / h3 */
        font-family: Butler;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 132%;
    }

    .no_border_t {
        border: 0px !important;
    }

    .modal_tirthak_t h1 {
        color: var(--brand-graphite, #1F2325);

        /* heading / mobile / h1 */
        font-family: Butler;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 124%;
        /* 39.68px */
        margin-bottom: 0px;
    }

    .modal_tirthak_t h1 span {
        color: var(--brand-red, #D92F24);

        /* heading / mobile / h1 */
        font-family: Butler;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 124%;
        margin-bottom: 0px;
    }

    .modal_tirthak_t {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        border-radius: 24px;
        border: 1px solid var(--base-03, #BDBDBD);
        background: var(--base-white, #FFF);
    }

    .sl_2 {
        padding: 56px 24px;
    }

    .sl_2 h1 {
        max-width: 259px;
        width: 100%;
        color: var(--base-white, #FFF);
        text-align: center;

        /* heading / mobile / h2 */
        font-family: Butler;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 126%;
        /* 35.28px */
    }

    .sl_2 h1 span {
        color: var(--brand-red, #D92F24);

        /* heading / mobile / h2 */
        font-family: Butler;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 126%;
    }

    .sl_2 h2 {
        color: var(--brand-stone, #F7F8F8);
        text-align: center;

        /* body / regular */
        font-family: "Work Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 172%;
        /* 27.52px */
        align-self: stretch;
    }

    .video_height_t {
        height: 375px;
    }

    .video_div_t h2 {
        color: var(--brand-surface, #FCFDFD);

        /* heading / h4 */
        font-family: Butler;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 132%;
        /* 34.32px */
        align-self: stretch;
    }

    .video_div_t h2 span {
        color: var(--brand-red, #D92F24);

        /* heading / h4 */
        font-family: Butler;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 132%;
    }

    .video_div_t {
        padding-left: 24px;
        padding-bottom: 32px;
        gap: 19px;
    }

    .sl_4::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 1) 0%,
                rgba(0, 0, 0, 0.80) 15%,
                rgba(0, 0, 0, 0.70) 35%,
                rgba(0, 0, 0, 0.50) 55%,
                rgba(0, 0, 0, 0.20) 75%,
                rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        z-index: 2;
    }

    .left_div_sl5 {
        gap: 0px;
        padding: 0px;
    }

    .left_div_sl5 h1 {
        color: var(--brand-graphite, #1F2325);

        /* heading / mobile / h2 */
        font-family: Butler;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 126%;
        /* 35.28px */
    }

    .left_div_sl5 h1 span {
        color: var(--brand-red, #D92F24);

        /* heading / mobile / h2 */
        font-family: Butler;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 126%;
    }

    .left_div_sl5 p {
        color: var(--brand-graphite, #1F2325);

/* body / caption */
font-family: "Work Sans";
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 170%; /* 18.7px */
letter-spacing: 1.1px;
        align-self: stretch;
    }
    .top_wala_faq_each {
        border-top: 1px solid #DFE3E4;
    }

    .inner_sl_5 {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .extra_style_tt {
        color: var(--brand-graphite, #1F2325);

        /* body / caption */
        font-family: "Work Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        /* 18.7px */
        letter-spacing: 1.1px;
    }

    .extra_style_tt_div {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .sl_5 {
        padding: 40px 24px;
    }

    .faq_t_each {
        display: flex;
        padding: 24px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .faq_t_each h1 {
        color: var(--brand-graphite, #1F2325);

        /* heading / mobile / h4 */
        font-family: Butler;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 134%;
        /* 24.12px */
        align-self: stretch;
    }

    .faq_t_each p {
        color: var(--brand-cool-grey, #6B7275);

        /* body / small */
        font-family: "Work Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 25.5px */
        align-self: stretch;
    }

    .sl_3 {
        padding: 40px 24px;
        background: var(--brand-stone, #F7F8F8);
    }

    .left_of_sl3 {
        max-width: none;
    }

    .eachbox_sl3 {
        display: flex;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        border-radius: 2px;
        border: 1px solid #DFE3E4;
        background: var(--brand-surface, #FCFDFD);
    }

    .middle_of_sl3 h1 {
        color: var(--brand-graphite, #1F2325);

        /* heading / mobile / h2 */
        font-family: Butler;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 126%;
        /* 35.28px */
        align-self: stretch;
    }

    .middle_of_sl3 p {
        color: var(--brand-cool-grey, #6B7275);

        /* body / small */
        font-family: "Work Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 25.5px */
        align-self: stretch;
    }

    .bottom_middle_of_sl3 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 0 8px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .not_inmobile_line {
        height: 1px;
        align-self: stretch;
        background: var(--brand-border, #DFE3E4);
    }

    .secondof_right_of_sl3 {
        flex-direction: row;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        max-width: none;
    }

    .right_of_sl3 {
        max-width: none;
        align-items: stretch;
        gap: 16px;
    }

    .right_of_sl3 h1 {
        color: var(--brand-cool-grey, #6B7275);

        /* body / caption */
        font-family: "Work Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        /* 18.7px */
        letter-spacing: 1.1px;
        flex: 1 0 0;
    }

    .right_of_sl3 h2 {
        color: var(--brand-graphite, #1F2325);

        /* heading / h4 */
        font-family: Butler;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 132%;
        /* 34.32px */
    }
    .differet_font {

        font-size: 32px !important;
        
        line-height: 124%!important; /* 84.32px */
    }
    .differet_font span {
    
        font-size: 32px !important;
        
        line-height: 124%!important; /* 84.32px */
    }
    .differet_font_p {
        font-size: 15px!important;
        line-height: 170%!important; /* 31.35px */
    
    
    }

}

@media only screen and (min-width: 780px) and (max-width:991px) {}

@media only screen and (min-width: 992px) and (max-width: 1151px) {}

@media only screen and (min-width: 1152px) and (max-width:1279px) {
    .left_maint {
        padding: 0px 6.25% 0px 120px;
    }

    .left_div_sl5 {
        padding-left: 72px;
    }
}

@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .left_maint {
        padding: 0px 6.25% 0px 120px;
    }

    .left_div_sl5 {
        padding-left: 64px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .left_maint {
        padding: 0px 6.25% 0px 120px;
    }

    .left_div_sl5 {
        padding-left: 32px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .left_maint {
        padding: 0px 6.25% 0px 120px;
    }

    .left_div_sl5 {
        padding-left: 84px;
    }
    .video_div_t {
        padding-left:40px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .left_maint {
        padding: 0px 6.25% 0px 120px;
    }

    .left_div_sl5 {
        padding-left: 84px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    .left_div_sl5 {
        padding-left: 32px;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}