/*----------------------------- Global -----------------------------*/
.desktop_none {
    display: none;
}
.mobile_none {
    display: block;
}


.home_s1 {
    margin-top: 76px;
    position: relative;
}
.hs1_title {
    color: var(--neutral-white, #FFF);
    font-family: 'Bona Nova';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 94.5px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.hs1_subtitle {
    color: var(--neutral-400, #F4F4F4);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin-bottom: 32px;
}
.btn_global_white {
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: var(--neutral-white, #FFF);
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.btn_global_white:hover {
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: var(--neutral-white, #0F5548);
    color: var(--neutral-near-black, #FFF);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.home_s1_frame {
    max-width: 645px;
    margin-left: auto;
    padding: 179px 0;
}
.home_s2 {
    margin: 24px 0px;
}
.home_s2_frame {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}
.home_s2_left {
    background: url(../img/home_s2_girl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 591px;
    width: 100%;
}
.home_s2_right {
    background: url(../img/home_s2_vector.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.home_s2_title {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Bona Nova';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 64.8px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s2_subtitle {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    margin-bottom: 24px;
}
.btn_global_green {
    border-radius: 60px;
    background: var(--core-primary, #0F5548);
    padding: 20px 32px;
    color: var(--neutral-white, #FFF);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_global_green:hover {
    border-radius: 60px;
    border: 2px solid var(--core-primary, #0F5548);
    background: var(--neutral-400, #F4F4F4);
    padding: 19px 31px;
    color: var(--neutral-white, #3C3C3C);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_s2_content_frame {
    max-width: 605px;
}
.home_s3 {
    background: url(../img/home_s3_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 113px 0px;
}
.home_s3_frame {
    border-radius: 24px;
    border: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-white, #FFF);
    padding: 37px 67px;
    max-width: 843px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1.01852px 3.14815px 0px rgba(0, 0, 0, 0.01), 0px 4.48148px 6.51852px 0px rgba(0, 0, 0, 0.02), 0px 11px 13px 0px rgba(0, 0, 0, 0.03), 0px 21.18518px 25.48148px 0px rgba(0, 0, 0, 0.03), 0px 35.64815px 46.85185px 0px rgba(0, 0, 0, 0.04), 0px 55px 80px 0px rgba(0, 0, 0, 0.05);
}
.home_s3_title {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: center;
    font-family: 'Bona Nova';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 64.8px */
    text-transform: capitalize;
}
.home_s3_subtitle {
    color: var(--grayscale-black, #1D1D1D);
    text-align: center;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    max-width: 458px;
    margin-left: auto;
    margin-right: auto;
}
.home_s4 {
    background: url(../img/home_s4_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 147px 0px;
}
.home_s4_frame {
    max-width: 464px;
}
.home_s4_title {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Bona Nova';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 64.8px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s4_subtitle {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 24px;
}
