body {
    margin: 0;
    font-family: 'Ubuntu';
    background-color: #F9F9F9;
}

.navbar-nav .nav-item .login-btn {
    background-color: #80B03B;
    border: 1px solid #80B03B;
    width: 120px;
    border-radius: 20px;
    text-align: center;
}

.navbar-nav .nav-item .login-btn:hover {
    background-color: #4B7435;
    border: 1px solid white;
    color: white;
    position: relative;
}

.text-inter {
    font-family: "Inter", sans-serif;
}

.color-grey-1 {
    color: #969494;
}

.bg-grey-1 {
    background: #969494;
}

.color-green-1 {
    color: #096B3B;
}

.bg-green-1 {
    background: #096B3B !important;
    color: white !important;
}

.step-aside {
    background: #F0EEEE;
    width: 25%;
}

.bg-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D7D7D7;
    color: #969494;
}

.register-input {
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid #D7D7D7;
}

.register-input:focus {
    border: 2px solid #969494;
    outline: unset;
}

.register-input::placeholder {
    color: #D7D7D7;
}

.btn-register {
    background: #F0EEEE;
    border: unset;
    padding: 15px 45px;
    border-radius: 15px;
}

.acknowledgment-check-input {
    width: 1em;
    height: 1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #282828;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;

    font: normal normal normal 24px/1 "Material Design Icons";
    font-weight: 900;
    color: white;
    position: relative;
}

.acknowledgment-check-input[type=radio] {
    border-radius: 10%;
}

.acknowledgment-check-input:checked {
    background-color: #096B3B !important;
    border-color: #096B3B !important;
}

.acknowledgment-check-input::before {
    content: "\F0E1E";
    font-size: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form {
    background-color: #F9F9F9;
}

.login-input {
    border: none;
    border-radius: 6px;
    padding: 10px;
    color: #484848;
}

.login-input::placeholder {
    color: #8D9396;
}

.login-input:focus {
    outline: 1px solid #8D9396;
}

.div-steps {
    margin: 51px 0.4px 51px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
}

.steps {
    border-radius: 2px;
    margin-right: 26.7px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.icons {
    margin: 9px 25.2px 9px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 5px;
    height: 10px;
    box-sizing: border-box;
}

.vector {
    width: 15px;
    height: 15px;
}

.steps-1 {
    border-radius: 2px;
    margin-right: 26.9px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.icons-2 {
    margin: 9px 25.2px 9px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 5px;
    height: 10px;
    box-sizing: border-box;
}

.vector-3 {
    width: 15px;
    height: 15px;
}

.steps-4 {
    border-radius: 2px;
    margin-right: 26.7px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.icons-5 {
    margin: 9px 25.2px 9px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 5px;
    height: 10px;
    box-sizing: border-box;
}

.vector-6 {
    width: 15px;
    height: 15px;
}

.steps-7 {
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.frame-3560 {
    margin-bottom: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.aha-logo-white-2 {
    width: 378px;
    height: 148.3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.personal-information {
    overflow-wrap: break-word;
    font-family: var(--body-title-t-2-font-family, 'Inter');
    font-weight: var(--body-title-t-2-font-weight, 500);
    font-size: var(--body-title-t-2-font-size, 20px);
    line-height: var(--body-title-t-2-line-height, 1.4);
    color: var(--brand-brand-3, #843E71);
}

.frame-3562 {
    margin: 0 0.1px 31px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
}

.join-as {
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.frame-3563 {
    margin-bottom: 43px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    box-sizing: border-box;
}

.next {
    border-radius: 60px;
    background: #80B03B;
    margin-bottom: 43px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 0;
    width: 157px;
    box-sizing: border-box;
    text-decoration: none;
}

.frame-3564 {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.step-1 {
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1728px;
    box-sizing: border-box;
}

._2019-alyeska-resor {
    opacity: 0.8;
    margin-right: 0.6px;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 900;
    font-size: 14px;
    color: var(--white, #FFFFFF);
}

.divider {
    opacity: 0.15;
    border: 1px solid var(--white, #FFFFFF);
    background: var(--white, #FFFFFF);
    margin-bottom: 20.7px;
    width: 1297px;
    height: 1.3px;
}

.group-1000005761 {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.social {
    margin: 2px 0 112.1px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.social-9 {
    margin-bottom: 30.7px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 18px;
    color: var(--white, #FFFFFF);
}

.group-52 {
    margin-left: 0.4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 176.4px;
    box-sizing: border-box;
}

.bxl-facebook {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 11.3px;
    height: 22.7px;
    box-sizing: border-box;
}

.path {
    width: 11.3px;
    height: 22.7px;
}

.bxl-twitter {
    margin: 1.3px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 23.8px;
    height: 20.1px;
    box-sizing: border-box;
}

.path-10 {
    width: 23.8px;
    height: 20.1px;
}

.instagram-logo {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 21.8px;
    height: 22.7px;
    box-sizing: border-box;
}

.shape {
    width: 21.8px;
    height: 22.7px;
}

.youtube-logo {
    margin: 1.5px 0 1.3px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 26.9px;
    height: 19.9px;
    box-sizing: border-box;
}

.shape-11 {
    width: 26.9px;
    height: 19.9px;
}

.legal {
    margin: 0 136px 100.5px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.general-info-privacy {
    opacity: 0.798;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
}

.legal-12 {
    margin-bottom: 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.talk-to-us {
    margin: 0 110.2px 100.5px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.supportapcom-com-6 {
    opacity: 0.798;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
}

.talk-to-us-13 {
    margin-bottom: 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.navigation {
    margin: 0.5px 114.6px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.navigation-14 {
    margin: 0 18.2px 10.5px 0;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.frame-3573 {
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.home-about-us-what-w {
    opacity: 0.798;
    margin: 0 16.3px 13.5px 0;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
}

.home-about-us-what-w-15 {
    opacity: 0.798;
    margin-bottom: 26px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.home-about-us-what-w-16 {
    opacity: 0.798;
    margin: 0 15.1px 26px 0;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.home-about-us-what-w-17 {
    opacity: 0.798;
    margin-bottom: 26px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.home-about-us-what-w-18 {
    opacity: 0.798;
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
    line-height: 0.333;
    color: #FFFFFF;
}

.aha-logo-white-219 {
    background: url('https://fn12.com/api/clusters/cluster-fn12-prod-asia-southeast1/projects/YCXjGAUxt6gc1nfWWtNqX8/assets/images/f880df503dc161216bbc2b2f0ac165cfad2dba7e?Expires=1711434216&KeyName=fn12-cdn&Signature=ureFlxQ6fNHuPDzDCtkgKguKWeU=') 50% / cover no-repeat;
    margin: 5px 74.6px 84.1px 0;
    width: 221px;
    height: 105.4px;
}

.frame-3576 {
    background: #4B7435;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20.2px 69.9px 20.1px 60px;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
}

.aha-logo-white-220 {
    background: url('https://fn12.com/api/clusters/cluster-fn12-prod-asia-southeast1/projects/YCXjGAUxt6gc1nfWWtNqX8/assets/images/f880df503dc161216bbc2b2f0ac165cfad2dba7e?Expires=1711434216&KeyName=fn12-cdn&Signature=ureFlxQ6fNHuPDzDCtkgKguKWeU=') 50% / cover no-repeat;
    width: 100px;
    height: 43.4px;
}

.frame-1171275937 {
    margin: 9.8px 0 10.5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 700px;
    height: fit-content;
    box-sizing: border-box;
}

.dashboard {
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.membership {
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.donation {
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.crowdfunded {
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.container2 {
    margin-top: 69px;
    position: relative;
    width: 100%;
    height: 275px;
}

.container-21 {
    margin: 0 76.2px 23.5px 0;
    display: flex;
    flex-direction: row;
    width: fit-content;
    box-sizing: border-box;
}

.select {
    border-radius: 100%;
    width: 29px;
    background: #80B03B;
    margin-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

._1 {
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: var(--basewhite, #FFFFFF);
}

.contato {
    margin: 2px 0;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: var(--text-bold-16-font-family, 'IBM Plex Sans');
    font-weight: var(--text-bold-16-font-weight, 700);
    font-size: var(--text-bold-16-font-size, 16px);
    line-height: var(--text-bold-16-line-height, 1.5);
    color: var(--basegray-400, #323238);
}

.select-22 {
    background: var(--basegray-100, #E1E1E6);
    border-radius: 100%;
    width: 29px;
    margin-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

._123 {
    overflow-wrap: break-word;
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: var(--basegray-200, #8D8D99);
}

.contato-24 {
    margin: 2px 0;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: var(--text-bold-16-font-family, 'IBM Plex Sans');
    font-weight: var(--text-bold-16-font-weight, 700);
    font-size: var(--text-bold-16-font-size, 16px);
    line-height: var(--text-bold-16-line-height, 1.5);
    color: var(--basegray-200, #8D8D99);
}

.select-25 {
    background: var(--basegray-100, #E1E1E6);
    border-radius: 100%;
    width: 29px;
    margin-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

._126 {
    overflow-wrap: break-word;
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: var(--basegray-200, #8D8D99);
}

.contato-27 {
    margin: 2px 0;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: var(--text-bold-16-font-family, 'IBM Plex Sans');
    font-weight: var(--text-bold-16-font-weight, 700);
    font-size: var(--text-bold-16-font-size, 16px);
    line-height: var(--text-bold-16-line-height, 1.5);
    color: var(--basegray-200, #8D8D99);
}

.select-28 {
    background: var(--basegray-100, #E1E1E6);
    border-radius: 100%;
    width: 29px;
    margin-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

._129 {
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: var(--basegray-200, #8D8D99);
}

.contato-30 {
    margin: 2px 0;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'IBM Plex Sans';
    font-weight: var(--text-bold-16-font-weight, 700);
    font-size: var(--text-bold-16-font-size, 16px);
    line-height: var(--text-bold-16-line-height, 1.5);
    color: #8D8D99;
}

.frame-6 {
    display: flex;
    margin-bottom: 6px;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.join-as-31 {
    font-family: 'Inter';
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #585858;
}

.join-as-31-sub-0 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #F21D2F;
}

.frame-7 {
    border-radius: 6px;
    background: var(--light-light-1, #FFFFFF);
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 22px 16px 16px;
    width: 858px;
    box-sizing: border-box;
}

.business {
    margin-right: 11px;
    width: 789px;
    overflow-wrap: break-word;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #000000;
}

.teenyiconsdown-solid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 20px;
    height: 10.7px;
    box-sizing: border-box;
}

.vector-32 {
    width: 20px;
    height: 20px;
}

.frame-8 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.frame-633 {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.first-name {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #585858;
    margin-bottom: 0px;
}

.first-name-sub-0 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #F21D2F;
}

.frame-734 {
    border-radius: 6px;
    background: var(--light-light-1, #FFFFFF);
    padding: 16px;
    width: 858px;
    box-sizing: border-box;
}

input.enter-your-first-name {
    border: none;
    outline: none;
    width: 825px;
    text-decoration: none;
    color: #000000;
}

.enter-your-first-name {
    overflow-wrap: break-word;
    font-family: var(--paragraph-p-1-font-family, 'Inter');
    font-weight: var(--paragraph-p-1-font-weight, 400);
    font-size: var(--paragraph-p-1-font-size, 16px);
    line-height: var(--paragraph-p-1-line-height, 1.375);
    color: var(--dark-dark-3, #8D9396);
}

.frame-9 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.frame-635 {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.last-name {
    font-family: 'Inter';
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #585858;
}

.last-name-sub-0 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #F21D2F;
}

.frame-736 {
    border-radius: 6px;
    background: var(--light-light-1, #FFFFFF);
    padding: 16px;
    width: 858px;
    box-sizing: border-box;
}

input.enter-your-last-name {
    border: none;
    outline: none;
    width: 825px;
    text-decoration: none;
    color: #000000;
}

.enter-your-last-name {
    overflow-wrap: break-word;
    font-family: var(--paragraph-p-1-font-family, 'Inter');
    font-weight: var(--paragraph-p-1-font-weight, 400);
    font-size: var(--paragraph-p-1-font-size, 16px);
    line-height: var(--paragraph-p-1-line-height, 1.375);
    color: var(--dark-dark-3, #8D9396);
}

.frame-18 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.frame-637 {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.identity-number {
    font-family: 'Inter';
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #585858;
}

.identity-number-sub-0 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #F21D2F;
}

.frame-738 {
    border-radius: 6px;
    background: var(--light-light-1, #FFFFFF);
    padding: 16px;
    width: 858px;
    box-sizing: border-box;
}

input.enter-your-last-name-39 {
    border: none;
    outline: none;
    width: 825px;
    text-decoration: none;
    color: #000000;
}

.enter-your-last-name-39 {
    overflow-wrap: break-word;
    font-family: var(--paragraph-p-1-font-family, 'Inter');
    font-weight: var(--paragraph-p-1-font-weight, 400);
    font-size: var(--paragraph-p-1-font-size, 16px);
    line-height: var(--paragraph-p-1-line-height, 1.375);
    color: var(--dark-dark-3, #8D9396);
}

.frame-11 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.frame-640 {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.email-address {
    margin-bottom: 0px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #585858;
}

.email-address-sub-0 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #F21D2F;
}

.frame-741 {
    border-radius: 6px;
    background: var(--light-light-1, #FFFFFF);
    padding: 16px;
    width: 858px;
    box-sizing: border-box;
    border: 0;
}

input.enter-your-email {
    border: none;
    outline: none;
    width: 825px;
    text-decoration: none;
    color: #000000;
}

.enter-your-email {
    overflow-wrap: break-word;
    font-family: var(--paragraph-p-1-font-family, 'Inter');
    font-weight: var(--paragraph-p-1-font-weight, 400);
    font-size: var(--paragraph-p-1-font-size, 16px);
    line-height: var(--paragraph-p-1-line-height, 1.375);
    color: var(--dark-dark-3, #8D9396);
}

.frame-17 {
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.frame-642 {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    box-sizing: border-box;
}

.mobile-number {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #000000;
}

.mobile-number-sub-0 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    color: #F21D2F;
}

.frame-743 {
    border-radius: 6px;
    background: var(--light-light-1, #FFFFFF);
    padding: 16px;
    width: 858px;
    box-sizing: border-box;
}

input.enter-mobile-number {
    border: none;
    outline: none;
    width: 825px;
    text-decoration: none;
    color: #000000;
}

.enter-mobile-number {
    overflow-wrap: break-word;
    font-family: var(--paragraph-p-1-font-family, 'Inter');
    font-weight: var(--paragraph-p-1-font-weight, 400);
    font-size: var(--paragraph-p-1-font-size, 16px);
    line-height: var(--paragraph-p-1-line-height, 1.375);
    color: var(--dark-dark-3, #8D9396);
}

.next-44 {
    overflow-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 24px;
    line-height: 0.833;
    color: #FFFFFF;
}

body {
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}

* {
    scroll-behavior: smooth;
}

.nav-logo {
    margin-left: 10px;
    height: auto;
    width: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.navbar {
    background-color: #4B7435;
    padding: 0px 0;
    z-index: 3;
}

.nav-link {
    color: rgb(255, 255, 255);
    font-weight: 550;
    font-size: 16px;
}

.nav-btn {
    cursor: pointer;
    align-items: center;
    background-color: #80B03B;
    border: none;
    border-radius: 8px;
    width: 100px;
    height: 32px;
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.nav-btn:hover {
    background-color: #63931E;
}

.navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar-nav {
    margin: 0;
    /* Remove default margin */
    padding: 0;
    /* Remove default padding */
    list-style: none;
    /* Remove bullet points */
}

.nav-item {
    margin: 0 8px;
    /* Add horizontal margin */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.btn-toggle {
    background-color: #80B03B;
    /* Set the background color */
    color: #80B03B;
    border: none;
    padding: 14.4px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    /* Add transition effect */
}

.btn-toggle:hover {
    background-color: #80B03B;
    background-color: #80B03B;
    padding: 8px 10px;
}

navbar-toggler {
    color: white;
}

.btn-01 {
    color: white;
    background-color: #80B03B;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
}

.info-01 {
    padding-top: 40px;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4B7435;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    display: none;
    width: 45px;
    z-index: 3;
}

.text-info {
    color: #000000 !important;
}

.img-leaflong {
    width: 180px;
    height: auto;
    margin-top: -12px;
}

/* footer */
.footer-content{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin: auto;
}

.footer-bg{
    background-color: #4B7435;
    height: 350px;
    width: 100%;
}

.footer-logo {
    width: 200px;
}

.f-menu{
    display: grid;
    grid-template-columns: auto;
    row-gap: 10px;
    font-weight: 300;
}

.social-icons{
    display: inline-block;
    font-size: 20px;
}

.social-icons a {
    text-decoration: none; /* Removes underline */
    display: inline-block; /* Ensures the anchor takes up only the space it needs */
    transition: transform 0.3s ease; /* Smooth transition for the animation */
    margin-right: 12px;
  }
  
  /* CSS for the hover effect - scaling up the icons slightly */
  .social-icons a:hover {
    transform: scale(1.1); /* Scale up the icons by 10% on hover */
  }

.social-icon{
    width: 40px;
}

.copyright{
    display: flex;
    justify-content: center;
    color: white;
}

.register-container{
    width: 75%;
}

.input-container{
    width: 50%;
}

@media (max-width: 385px) {
    .btn-toggle {
        padding: 5px 10px;
    }

    .navbar-nav {
        padding-bottom: 10px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 12px;
    }

}

@media (min-width: 384px) and (max-width: 575.98px) {
    .footer-content {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto;
        row-gap: 40px;
        justify-content: center;
        padding: 50px;
        margin: auto;
    }

    .footer-bg {
        background-color: #4B7435;
        height: 610px;
        width: 100%;
    }

    .btn-toggle {
        padding: 5px 10px;
    }

    .navbar-nav {
        padding-bottom: 10px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 12px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-content {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto;
        row-gap: 40px;
        justify-content: center;
        padding: 50px;
        margin: auto;
    }

    .footer-bg {
        background-color: #4B7435;
        height: 610px;
        width: 100%;
    }

    .btn-toggle {
        padding: 9px 16px;
    }

    .navbar-nav {
        padding-bottom: 11px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-content {
        max-width: 1200px;
        display: grid;
        grid-template-columns: auto;
        row-gap: 40px;
        justify-content: center;
        padding: 50px;
        margin: auto;
    }

    .footer-bg {
        background-color: #4B7435;
        height: 610px;
        width: 100%;
    }

    .btn-toggle {
        padding: 10px 18px;
    }

    .navbar-nav {
        padding-bottom: 12px;
    }

    /* .nav-item {
        justify-content: flex-start;
    } */

    .nav-link,
    .nav-btn {
        font-size: 14px;
    }

    nav-btn {
        width: 90x;
        height: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-toggle {
        padding: 10px 20px !important;
    }

    section.hero .title {
        margin-top: 60px;
    }

    section.hero .text {
        font-size: 28px;
    }
}

@media only screen and (max-width: 576px){
    .step-aside, .input-container, .register-container{
        width: 100%;
    }

    .btn-register {
        padding: 10px 40px;
    }
    
    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px){
    .bg-circle{
        width: 30px;
        height: 30px;
    }
    .step-aside, .register-container{
        width: 40%;
    }

    .input-container{
        width: 100%;
    }

    .register-container{
        width: 65%;
    }
    
    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px)  {
    .step-aside, .register-container{
        width: 35%;
    }
    .input-container{
        width: 100%;
    }
    
    .footer-content{
        max-width: unset;
        display: grid;
        grid-template-columns: auto;
        row-gap: 30px;
        justify-content: unset;
        padding: 20px 30px;
        margin: auto;
    }
    .footer-bg{
        background-color: #4B7435;
        height: fit-content;
        width: 100%;
    }
}