body {
    letter-spacing: 0.0001rem;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
    padding-bottom: 21px;
    background: #242C37;
    height: 68.32px;
}

button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 25px !important;
    height: 44px !important;
    border-radius: 6px !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border: none;
}

button.primary {
    background: #3BB882;
    color: #FFFFFF;
}

input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 17px !important;
    height: 44px !important;
    border-radius: 6px !important;
    background: #FFFFFF;
    width: 100%;
    border: none;
}

input::placeholder {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A5A8AF;
}

.custom-input-container .top-label-frame-container label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.custom-input-container.error .top-label-frame-container label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-14);
    line-height: 1.625rem;
    display: flex;
    align-items: center;
    font-feature-settings: 'liga' off;
    color: #EB5259;
}

.custom-input-container.error .input-frame-container input {
    border: 0.0625rem solid #EB5259;
    background: #FFFFFF;
}

.alert.alert-danger{
    height: 52px !important;
}

#claim_agent_btn {
    margin-top: 16px;
}

#hero_section {
    height: 674px;
    background: #253453;
    background: url("/version/01.70/images/Hero.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

#hero_section>div {
    align-items: center;
}

#hero_text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 28px;
}

.container {
    max-width: 1128px;
    margin: auto;
    padding-top: 64px;
    padding-bottom: 64px;
}

#hero_section_left form {
    max-width: 455px;
}

.heading_1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    color: #171C27;
}

.heading_2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    color: #171C27;
}

.heading_3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.secondary_text_1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #D7D9DB;
}

.secondary_text_2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #4F5763;
}

.secondary_text_3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F5763;
}

.text_green {
    color: #3BB882;
}

#public_profile_img {
    max-width: 1002px;
}

#hero_form_desc,
#footer_form_desc {
    margin-top: 24px;
}

#member_benefit_section {
    display: flex;
    gap: 60px;
    padding-top: 96px;
}

#how_works_desc {
    max-width: 638px;
    margin: auto;
}

#get_disc_desc {
    max-width: 638px;
    margin: auto;
    margin-bottom: 35px;
}

#how_works_container {
    max-width: 1216px;
    display: flex;
    gap: 34px;
    margin-top: 40px;
}

.how_works_box {
    max-width: 382px;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25.7944px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.how_works_box img {
    margin-bottom: 16px;
}

.whats_inc_box {
    max-width: 382px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    gap: 16px;
}

.whats_inc_content_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    text-align: initial;
}

.whats_inc_content_row p {
    margin-bottom: 0px;
}

#footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 128px 156px;
    height: 540px;
    background: #253453;
    background: url("/version/01.70/images/footer_bg.svg");
    background-position: -1px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer_heading {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: white;
}

.navbar-brand-logo img {
    height: 26px;
    width: 191px;
}

#member_ben_heading {
    margin-bottom: 24px;
}

#auto_pub_section {
    height: 372px;
    background: #253453;
    margin-top: 64px;
    margin-bottom: 64px;
}

#auto_pub_img {
    margin-top: -105px;
}

#auto_pub_heading {
    margin-top: 22px;
}

#claim_agent_btn_bottom {
    margin-top: 16px;
}

#rets_partner_logo {
    max-width: 355px;
    max-height: 175px;
}

.required_star{
    color: #EB5259;
}

.how_works_box .heading_2{
    margin-bottom: 8px;
}
#how_works_container{
    margin-bottom: 64px;
}
.custom-input-container{
    height: auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .container {
        max-width: 688px;
    }

    #hero_section {
        height: 610px;
        padding: 0px 30px;
    }

    #hero_text {
        font-weight: 800;
        font-size: 40px;
        line-height: 48px;
    }

    #hero_section_left form {
        max-width: 328px;
    }

    #hero_section_left img {
        max-height: 54px;
        max-width: 328px;
    }

    #hero_form_row {
        flex-direction: column;
        --bs-gutter-x: 0;
        gap: 12px;
    }

    #hero_img {
        max-width: 328px;
    }

    #hero_img_col {
        flex: 0 0 auto;
        width: auto;
    }

    #hero_form_desc {
        margin-bottom: 0px;
    }

    #member_benefit_section .col {
        max-width: 312px;
    }

    #member_ben_img {
        max-width: 312px;
        height: auto;
    }

    #member_benefit_section,
    #how_real_works_section,
    #get_disc_section,
    #whats_inc_section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .heading_1 {
        font-weight: 800;
        font-size: 36px;
        line-height: 45px;
    }

    .heading_2 {
        font-weight: 800;
        font-size: 20px;
        line-height: 28px;
    }

    .secondary_text_2 {
        font-size: 16px;
        line-height: 24px;
    }

    .secondary_text_3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    #how_works_container {
        gap: 28px;
        max-width: 688px;
    }

    .how_works_box {
        padding: 25.7944px;
        width: 210.67px;
        height: 358.57px;
        box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
        justify-content: flex-start;
    }

    .how_works_box .heading_2 {
        margin-bottom: 8px;
    }

    #auto_pub_section {
        margin-top: 48px;
        margin-bottom: 48px;
        max-height: 368px;
    }

    #auto_pub_section .container {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    #auto_pub_heading {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    #auto_pub_img {
        margin-top: 8px;
    }

    #get_disc_section .heading_1 {
        margin-bottom: 8px;
    }

    #get_disc_desc,
    #footer_content {
        max-width: 592px;
    }

    #public_profile_img {
        max-width: 628px;
    }

    #footer {
        padding-left: 88px;
        padding-right: 88px;
        padding-top: 64px;
        padding-bottom: 64px;
        height: auto;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .container {
        padding-top: 32px;
        padding-bottom: 32px;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        max-width: 728px;
    }

    #rets_partner_logo {
        display: block;
        margin: 0;
    }

    #hero_text {
        font-weight: 800;
        font-size: 40px;
        line-height: 48px;
    }

    #hero_form_row {
        flex-direction: column;
        --bs-gutter-x: 0;
    }

    #hero_section {
        height: auto;
    }

    #member_benefit_section {
        flex-direction: column-reverse;
        padding-top: 32px;
        gap: 8px;
    }

    .heading_1 {
        font-weight: 800;
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .heading_2 {
        font-weight: 800;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .secondary_text_2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .secondary_text_3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    #member_ben_img,
    #public_profile_img {
        width: 100%;
        height: auto;
    }

    #how_works_container {
        margin-top: 24px;
        flex-direction: column;
    }

    #auto_pub_section {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #auto_pub_img {
        margin-top: 0px;
    }

    #auto_pub_heading {
        margin-top: 0px;
    }

    #get_disc_desc {
        margin-bottom: 24px;
    }

    #footer {
        padding: 32px 20px;
        height: auto;
    }

    #footer_heading {
        font-weight: 800;
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    #footer_form_row {
        flex-direction: column;
        --bs-gutter-x: 0;
    }

    #footer_form_desc {
        text-align: center;
    }

    #hero_text br{
        display: none;
    }

    #hero_section_left form{
        max-width: 100%;
    }

    .how_works_box,
    .whats_inc_box{
        max-width: 100%;
    }

    #footer_content{
        width: 100%;
    }

    #hero_form_row,
    #footer_form_row{
        gap: 12px;
    }

    #claim_agent_btn,
    #claim_agent_btn_bottom{
        margin-top: 20px;
    }
}