.desktop_nonet {
    display: none;
}

.mobile_nonet {
    display: block;
}

.main_divt {
    display: flex;
    margin-top: 77px;
}

.video_height {
    height: 650px;
}

.left_sidet {
    background: var(--Neutral-300, #F4F4F4);
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.inner_leftt {
    display: flex;
    max-width: 440px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.inner_leftt h1 {
    color: var(--Core-Navy, #100D26);
    leading-trim: both;
    text-edge: cap;
    
    /* H/03 */
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    align-self: stretch;
    margin-bottom: 24px;
}
.inner_leftt p {
    color: var(--Neutral-700, #656565);
leading-trim: both;
text-edge: cap;

/* P/Std */
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 181.1%; /* 28.976px */
align-self: stretch;
margin-bottom: 0px;
}
.input_t {
    display: flex;
    height: 52px;
    padding: 0 20px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: var(--radius-s, 8px);
border: 1px solid var(--Neutral-500, #D0D0D0);
background: var(--Neutral-White, #FFF);
color: var(--Neutral-600, #9B9B9B);
leading-trim: both;
text-edge: cap;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.input_t::placeholder {
    color: var(--Neutral-600, #9B9B9B);
leading-trim: both;
text-edge: cap;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
flex: 1 0 0;
}
.orange_btnt {
    display: flex;
    height: 56px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: var(--radius-s, 8px);
background: var(--Core-Orange, #FF4700);
color: var(--Neutral-White, #FFF);
leading-trim: both;
text-edge: cap;

/* P/Btn */
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.orange_btnt:hover {
    background: var(--Core-Navy, #100D26);color: var(--Neutral-White, #FFF);
}
.inner_leftt h2 {
    color: var(--Core-Orange, #FF4700);
leading-trim: both;
text-edge: cap;

/* P/Sml */
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 181.1%; /* 25.354px */
text-transform: capitalize;
margin-bottom: 0px;
}

.tirthak_modal {
    display: flex;
    max-width: 520px;
    width: 100%;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: var(--radius-l, 16px);
background: var(--Neutral-White, #FFF);
}
.tirthak_modal h1 {
    margin-bottom: 32px;
    color: var(--Core-Navy, #100D26);
leading-trim: both;
text-edge: cap;

/* H/03 */
font-family: Outfit;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.64px;
text-transform: capitalize;
align-self: stretch;
}
.tirthak_modal p {
    align-self: stretch;
    margin-bottom: 0px;
    color: var(--Neutral-700, #656565);
leading-trim: both;
text-edge: cap;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 181.1%; /* 28.976px */
}
.on_video_text h1 {
    color: var(--Core-Navy, #100D26);
leading-trim: both;
text-edge: cap;

/* H/04 */
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.48px;
text-transform: capitalize;
margin-bottom: 0px;
}
.on_video_text {
    position: absolute;
    left: 80px;
    bottom: 80px;
}

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

    .desktop_nonet {
        display: block;
    }

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

    .video_height {
        height: 200px;
    }
    .mobile-video-overlay {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .mobile-video-overlay::after {
        content: "";
        position: absolute;
        inset: 0;
        background: #100D26;
        opacity: 0.62;
        pointer-events: none;
    }
    .left_sidet {
        display: flex;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        background: var(--Neutral-300, #F4F4F4);
    }
    .inner_leftt {
        gap: 32px;
    }
    .inner_leftt h1 {
        color: var(--Core-Navy, #100D26);
        leading-trim: both;
        text-edge: cap;
        
        /* H/M/01 */
        font-family: Outfit;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.64px;
        text-transform: capitalize;
        margin-bottom: 12px;
    }
    .inner_leftt p {
        color: var(--Neutral-700, #656565);
leading-trim: both;
text-edge: cap;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 181.1%; /* 25.354px */
    }
    .tirthak_modal {
        display: flex;
        max-width: 327px;
        width: 100%;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        border-radius: var(--radius-l, 16px);
background: var(--Neutral-White, #FFF);
    }

    .tirthak_modal h1 {
        color: var(--Core-Navy, #100D26);
leading-trim: both;
text-edge: cap;

/* H/04 */
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.48px;
text-transform: capitalize;
margin-bottom: 12px;
    }
    .tirthak_modal p{
        color: var(--Neutral-700, #656565);
leading-trim: both;
text-edge: cap;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 181.1%; /* 25.354px */
    }
    .on_video_text h1 {
        color: var(--Neutral-White, #FFF);
leading-trim: both;
text-edge: cap;

/* H/04 */
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.48px;
text-transform: capitalize;
align-self: stretch;
    }
    .on_video_text {
        position: absolute;
        left: 24px;
        bottom: 24px;
    } 
}

@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) {}

@media only screen and (min-width: 1280px) and (max-width:1348px) {}

@media only screen and (min-width: 1349px) and (max-width:1439px) {}

@media only screen and (min-width: 1440px) and (max-width:1499px) {}

@media only screen and (min-width: 1500px) and (max-width:1599px) {}

@media only screen and (min-width: 1600px) and (max-width:1699px) {}

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

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












.tirthak_section_ttt {
    width: 100%;
    padding: 0;
}

.main_divt_ttt {
    display: flex;
    width: 100%;
    margin-top: 77px;
    align-items: stretch;
}

.left_sidet_ttt {
    width: 50%;
    background: var(--Neutral-300, #F4F4F4);
    display: flex;
    padding: 104px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.inner_leftt_ttt {
    display: flex;
    max-width: 480px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.tirthak_tabs_ttt {
    width: 100%;
}

.tirthak_nav_ttt {
    width: 100%;
}

.tirthak_nav_tabs_ttt {
    border-radius: var(--radius-s, 8px);
border: 1px solid var(--Neutral-500, #D0D0D0);
background: var(--Neutral-White, #FFF);
    display: flex;
padding: 4px;
align-items: flex-start;
align-self: stretch;
    width: 100%;
}

.tirthak_tab_button_ttt {
    width: 50%;
    border: none !important;
    
    display: flex;
height: 44px;
padding: 0 16px;
justify-content: center;
align-items: center;
flex: 1 0 0;
border-radius: var(--radius-xs, 4px)!important;
color: var(--Neutral-700, #656565)!important;
leading-trim: both;
text-edge: cap;

/* P/Btn */
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}

.tirthak_tab_button_ttt.active {
    color: var(--Neutral-White, #FFF)!important;
leading-trim: both;
text-edge: cap;

/* P/Btn */
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
    display: flex;
    height: 44px!important;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: var(--radius-xs, 4px)!important;
background: var(--Core-Navy, #100D26)!important;
}

.tirthak_tab_button_ttt:hover {
    color: var(--Core-Navy, #100D26);
}

.tirthak_tab_button_ttt.active:hover {
    color: var(--Neutral-White, #FFF);
}

.tirthak_tab_content_ttt {
    width: 100%;
    margin-top: 40px;
}

.tirthak_panel_ttt {
    width: 100%;
}

.tirthak_heading_ttt {
    width: 100%;
    margin-bottom: 40px;
}

.tirthak_heading_ttt h1 {
    color: var(--Core-Navy, #100D26);
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    margin: 0 0 24px 0;
}

.tirthak_heading_ttt p {
    color: var(--Neutral-700, #656565);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181.1%;
    margin: 0;
}

.tirthak_inputs_ttt {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.tirthak_input_row_ttt {
    display: flex;
    width: 100%;
    gap: 20px;
}

.input_ttt {
    display: flex;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: var(--radius-s, 8px);
    border: 1px solid var(--Neutral-500, #D0D0D0);
    background: var(--Neutral-White, #FFF);
    color: var(--Neutral-600, #9B9B9B);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
}

.input_ttt:focus {
    border-color: var(--Core-Navy, #100D26);
}

.input_ttt::placeholder {
    color: var(--Neutral-600, #9B9B9B);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tirthak_options_ttt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.tirthak_checkbox_ttt input{
    border-radius: var(--radius-xs, 4px);
    border: 1px solid var(--Neutral-500, #D0D0D0)!important;
    background: var(--Neutral-White, #FFF);
    width: 20px;
height: 20px;
}

.tirthak_checkbox_ttt {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Neutral-700, #656565);
leading-trim: both;
text-edge: cap;

/* P/Sml */
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 181.1%; /* 25.354px */
text-transform: capitalize;
    cursor: pointer;
}

.tirthak_checkbox_ttt input {
    margin: 0;
}

.tirthak_forgot_ttt {
    color: var(--Core-Orange, #FF4700);
leading-trim: both;
text-edge: cap;

/* P/Sml */
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 181.1%; /* 25.354px */
text-transform: capitalize;
    text-decoration: none;
}

.tirthak_terms_ttt {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    color: var(--Neutral-700, #656565);
    font-family: Outfit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.tirthak_terms_ttt input {
    margin-top: 3px;
    flex-shrink: 0;
}

.tirthak_terms_ttt a {
    color: var(--Core-Orange, #FF4700);
    text-decoration: none;
}

.orange_btnt_ttt {
    display: flex;
    width: 100%;
    height: 56px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: var(--radius-s, 8px);
    background: var(--Core-Orange, #FF4700);
    color: var(--Neutral-White, #FFF);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border: none;
}

.orange_btnt_ttt:hover {
    background: var(--Core-Navy, #100D26);
    color: var(--Neutral-White, #FFF);
}

.right_sidet_ttt {
    width: 50%;
    position: relative;
    align-self: stretch;
    overflow: hidden;
}

.desktop_video_ttt {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.on_video_text_ttt {
    position: absolute;
    left: 80px;
    bottom: 80px;
    z-index: 4;
}

.on_video_text_ttt h1 {
    color: var(--Core-Navy, #100D26);
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin: 0;
}

.mobile_video_wrapper_ttt {
    width: 100%;
    height: 100%;
    position: relative;
}

.mobile_video_ttt {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile_video_wrapper_ttt::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--Core-Navy, #100D26);
    opacity: 0.62;
    pointer-events: none;
    z-index: 3;
}
.mobile_video_wrapper_ttt {
    width: 0;
    height: 0;
}
.tirthak_terms_ttt span {
    color: var(--Neutral-700, #656565);
leading-trim: both;
text-edge: cap;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 181.1%; /* 25.354px */
}
.tirthak_terms_ttt span a {
    color: #FF4700;
leading-trim: both;
text-edge: cap;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 181.1%;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.tirthak_terms_ttt input {
    border-radius: var(--radius-xs, 4px);
    border: 1px solid var(--Neutral-500, #D0D0D0);
    background: var(--Neutral-White, #FFF);
    width: 20px;
height: 20px;
margin: 0px;
}
.tirthak_terms_ttt span {
    color: #656565;
leading-trim: both;
text-edge: cap;

/* P/Std */
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 181.1%; /* 28.976px */
}
.tirthak_terms_ttt span a {
    color: #FF4700;
leading-trim: both;
text-edge: cap;

/* P/Std */
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 181.1%;
text-decoration: none;
}
.signup_video_text_ttt {
    display: none;
}

.main_divt_ttt:has(#nav-signup-tab.active) .signin_video_text_ttt {
    display: none;
}

.main_divt_ttt:has(#nav-signup-tab.active) .signup_video_text_ttt {
    display: block;
}
@media only screen and (min-width: 701px) {
    .main_divt_ttt {
        align-items: stretch;
    }

    .left_sidet_ttt {
        align-self: stretch;
    }

    .right_sidet_ttt {
        align-self: stretch;
    }

    .desktop_video_ttt {
        height: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .main_divt_ttt {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 77px;
        align-items: stretch;
    }

    .right_sidet_ttt {
        width: 100%;
        height: 200px;
        flex-shrink: 0;
    }
    .mobile_video_wrapper_ttt {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .left_sidet_ttt {
        width: 100%;
        display: flex;
        padding: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 32px;
        align-self: stretch;
        background: var(--Neutral-300, #F4F4F4);
    }

    .inner_leftt_ttt {
        gap: 32px;
    }

    .tirthak_tab_content_ttt {
        margin-top: 32px;
    }

    .tirthak_heading_ttt {
        margin-bottom: 32px;
    }

    .tirthak_inputs_ttt {
        gap: 16px;
        margin-bottom: 20px;
    }
    .tirthak_heading_ttt h1 {
        color: var(--Core-Navy, #100D26);
        font-family: Outfit;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.64px;
        text-transform: capitalize;
        margin-bottom: 12px;
    }

    .tirthak_heading_ttt p {
        color: var(--Neutral-700, #656565);
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 181.1%;
    }

    .tirthak_input_row_ttt {
        flex-direction: column;
        gap: 16px;
    }

    .input_ttt {
        height: 52px;
    }

    .on_video_text_ttt {
        left: 24px;
        bottom: 24px;
    }

    .on_video_text_ttt h1 {
        color: var(--Neutral-White, #FFF);
        font-family: Outfit;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
    .tirthak_options_ttt {
            margin-bottom: 32px;
    }
    .tirthak_terms_ttt {
        margin-bottom: 32px;
        align-items: flex-start;
    }
    
}





