*{
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
}
img{
    max-width: 100%;
    display: block;
    height: auto;
}
.d-none{
    display: none;
}
.mb-1{
    margin-bottom: 1rem;
}
.text-sm{
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-center{
    text-align: center;
}
.text-white{
    color: #fff;
}
.text-black{
    color: #2c3e50;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    max-width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 0 14px;
}
.header .header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
}
.header .account-btn{
    padding: 6px 0px;
    background-color: #f0f4f5;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4286;
    text-align: center;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 74px;
    display: block;
    max-width: 74px;
}
.account-btn:hover{
    color: #333333;
    border-color: #adadad;
    background-color: #f0f4f5;
}
.account-btn:active{
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.header-logo{
    max-width: 282px;
}
.header-logo img{
    margin: -9px 0;
}
.bg-img_main{
    display: flex;
    background-image: url('images/bg-main.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img_main .w-large{
    width: 60%;
}
.w-small{
    width: 40%;
}
.container_bg{
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 80rem;
    position: relative;
}
.form-extra_info{
    display: flex;
    gap: 12px;
    align-items: center;
}
.info_1{
    width: 25%;
}
.info_2{
    width: 50%;
    max-width: 42rem;
    padding: 0 .75rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.info_3{
    width: 25%;
}
.form-title{
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 400;
}
.form-inputs{
    display: none !important;
    justify-content: center;
    align-items: center;
    row-gap: .75rem;
    column-gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}
.w-48{
    width: 48%;
    max-width: 16rem;
}
.form-inputs input{
    padding: .5rem .75rem;
    border-radius: .125rem;
    border: 1px solid #2c3e50;
}
.welcom_btn{
    background: linear-gradient(to bottom, #f7e621, #ddcc08);
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #605800;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: .5rem;
    width: 100%;
        
}
.form-submit{
    width: 100%;
    max-width: 330px;;
}
.form-buttns{
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}
.trust-safe{
    height: 2.25rem;
}
.welcome-form{
    margin-bottom: 1.75rem;
}
.border-btm{
    border-bottom: 1px solid #c2dce9;
    background-color: #7f9aa9;
    width: 100%;
    margin-bottom: .75rem;
    margin-top: .75rem;
}
.ps-abs{
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0;
}
.down-arrow{
    margin: 0 auto;
    display: block;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    width: 3rem;
    height: 1.5rem;
    line-height: 1.45;
    background-color: #fff;
}
.down-arrow::after {
    border: 4.6px solid #330f13;
    border-left: 0;
    border-top: 0;
    content: " ";
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left: -5px;
    transform: rotate(45deg);
}
.benefits {
    padding: 20px 0 40px;
}
@media (min-width: 1200px) {
    .benefits .title {
        font-size: 48px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .benefits .title {
        font-size: 42px !important;
    }
}
.benefits .title {
    padding: 0 10px;
    margin: 0 10px 20px;
    font-size: 38px;
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    color: #2c3e50;
    font-family: "Source Sans Pro", sans-serif;
}
.benefits-list {
    margin: 0 0 40px;
    padding: 17px 0 0;
    list-style: none;
    color: #404040;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Source Sans Pro", sans-serif;
}
.benefits-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #24bcdd;
    border-radius: 10px;
}
.benefits-list li h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 400;
    color: #2c3e50;
    line-height: 1.2;
}
.benefits-list li p {
    margin: 5px 0 10px;
}
.image-with-text{
    display: flex;
    flex-direction: row-reverse;
}
.benefits-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 27px;
}
@media (min-width: 961px) {
    .image-with-text_text {
        width: 86%;
    }
}

.cta-btn {
    background: linear-gradient(to bottom, #f7e621, #ddcc08);
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.text-\[\#605800\] {
    --tw-text-opacity: 1;
    color: rgb(96 88 0 / var(--tw-text-opacity, 1));
}
.font-bold {
    font-weight: 700;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.rounded-sm {
    border-radius: .125rem;
}
.cursor-pointer {
    cursor: pointer;
}
.w-full {
    width: 100%;
}
.block {
    display: block;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.footer, .footer .footer-feature-links {
    text-align: left;
}
.footer .container {
    padding: 28px 15px 15px;
    background: none;
}
.footer {
    margin-top: 0;
    background: #303336;
    color: #a1a8aa;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Source Sans Pro", sans-serif;
}
.footer .footer-links {
    text-align: left;
}
.footer .footer-links {
    font-size: 18px;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .footer .footer-links ul{
        margin-bottom: 10px;
        margin-top: 1em;
    }
}
.footer .footer-links ul {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .footer .footer-links li {
        display: inline-block;
    }
}
.footer .footer-links li {
    list-style: none;
    line-height: 27px;
}
@media only screen and (min-width: 768px) {
    .footer .footer-links li:not(:last-child) {
        margin-right: 20px;
    }
}
.footer .footer-links li .footer-link-item {
    color: inherit;
}
.footer .footer-links .footer-link-item {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
}
.footer .footer-links li {
    list-style: none;
    line-height: 27px;
}
.footer .footer-links .footer-link-item:hover {
    text-decoration: underline;
}
.footer, .footer .footer-feature-links {
    text-align: left;
}
.footer .footer-feature-links {
    margin: 17px 0 37px;
    text-align: left;
}
.footer .footer-feature-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.35;
}
@media only screen and (min-width: 768px) {
    .footer .footer-feature-links ul li {
        display: inline-block;
        margin: 0 20px 0 0;
    }
}

.footer .footer-feature-links ul li a {
    cursor: pointer;
    padding: 5px 0;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}
.footer .footer-feature-links ul li a:hover {
    text-decoration: underline;
}
.footer .rights-reserved-text {
    margin-top: 10px;
    
}
.footer .properties-text, .footer .trade-mark-text {
    margin: 20px 0;
}
@media only screen and (min-width: 768px) {
    .footer .trade-mark-text, .footer .properties-text {
        margin: 20px 0;
    }
}
.footer .properties-text, .footer .trade-mark-text {
    margin: 20px 0;
}
@media only screen and (min-width: 768px) {
    .footer .trade-mark-text, .footer .properties-text {
        margin: 20px 0;
    }
}
.footer p.credit-scores-and-raiting {
    margin: 20px 0;
}
.footer p.credit-scores-and-raiting {
    margin: 20px 0;
}

.footer p{
    margin-top: 1em;
    margin-bottom: 1em;
}
.footer a{
    color: inherit;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .container_bg{
        flex-direction: column;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }
    .container_bg .w-large{
        width: 100% !important;
    }
    .form-extra_info{
        flex-direction: column;
    }
    .form-extra_info .info{
        width: 100% !important;
                
        border: none;
    }
    .bg-img_main{
        background-image: url('images/mobile-bg.png');
    }
    .form-inputs{
        display: none !important;
    }
    .form-submit{
        order: -1;
        margin-bottom: 1.75rem;
    }
    .form-buttns{
        flex-wrap: wrap;
    }
    .carousel, .border-btm{
        display: none !important;
    }
    .image-with-text{
        flex-direction: column;
    }
    .header-logo{
        max-width: 236px !important;
    }
    .submit-button{
        display: block;
        margin: auto;
    }
    .welcom_btn{
        max-width: 250px;
    }
   
}