#wrapper .wrap-inner {
    margin: auto;
    max-width: 1400px;
    background-repeat: no-repeat;
    /*background-position: 0% 0%;*/
        background-position: 68% -24px;
    background-size: cover;
}

.top {
    display: flex;
}

.btmform {
    background-color: #D3B35E;
    padding: 20px 60px;
}

.btmform .form-title {
    margin: 0;
    color: #183B88;
    text-align: center;
    font-family: 'Assistant';
    font-weight: 700;
    font-size: 32px;
}
.btmform .form-sub-title {
    color: #183B88;
    text-align: center;
    font-family: 'Assistant';
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.btmform #form {
    margin-top: 20px;
}
.btmform #form label {
    font-family: 'Assistant';
}
.btmform #form input,
.btmform #form select {
    padding: 10px;
    font-family: 'Assistant';
    border: 0;
    background-color: #fff;
    font-size: 20px;
}

.btmform #form input[type="number"] {
    padding: 10px;
    border: 0;
}

.btmform #form select:disabled ,
.btmform #form .select2-container--disabled {
    background: #e0e0e0;
    opacity: 1;
}

#form .q-form-field:not(:last-child) {
    margin-bottom: 20px;
}

.btmform #form input[type="submit"],
.btmform #form input[type="submit"]:focus {
    background-color: #183B88;
    border-radius: 30px;
    font-weight: 700;
    margin: 0;
    font-size: 30px;
    padding: 10px;
    border: 2px solid #183B88;
}

.btmform #form input[type="submit"]:hover:not(:disabled) {
    background-color: transparent;
    color: #183B88;
}

.btmform #form input[type="submit"]:disabled {
    color: #fff;
}

.btmform #form .select2-container {
    background-color: #fff;
}

.btmform #form .select2-container--default .select2-selection--single {
    border: 0;
}

.btmform #form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.btmform #form .select2-selection__rendered {
    font-family: 'Assistant';
    border: 0;
    font-size: 20px;
    padding: 10px;
}

.btmform #form .select2-container .select2-selection--single {
    height: auto;
}

.left_form {
    max-width: 510px;
}

.right_img {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.top-image-desk {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 60px;
}

.products-desk {
    max-width: 570px;
    margin-top: auto;
    width: 100%;
    padding-right: 40px;
    margin-bottom: -405px;
}

.box {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
    max-width: 1020px;
    margin: auto;
    width: 100%;
}

.box.box--first {
    padding-top: 453px;
}

.box--reverse {
    display: flex;
    flex-direction: row-reverse;
}


.box > p {
    font-family: 'Assistant';
    color: #fff;
    font-size: 30px;
    width: 100%;
}


.box > p strong {
    display: block;
    color: #D3B35E;
}

.circle3 {
    max-width: 400px;
    margin: 20px auto 0;
    width: 100%;
    padding: 0 20px;
}

.bottom {
    display: flex;
    flex-direction: column;
}

.boxes-wrapper {
    display: flex;
    flex-direction: column;
}

.lp-footer {
    font-family: 'Assistant';
    border-top: 1px solid #fff;
    padding: 40px 20px;
    color: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 60px auto 0;
}

.lp-footer > span {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.lp-footer > p {
    text-align: left;
    direction: ltr;
    line-height: 1.4;
}
.lp-footer > p > span,
.lp-footer > p > strong {
    display: block;
}

.select2-container {
    max-width: 100%;
    width: 100% !important;
}
.chk label:before {
    content: unset !important;
}
@media only screen and (max-width: 1280px) {
    .btmform {
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 1100px) {
    .btmform .form-title {
        font-size: 32px;
    }
    .btmform .form-sub-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-hero {
        display: none;
    }

    .bottom {
        background-image: unset !important;
    }
}

@media only screen and (max-width: 991px) {
    .top-image-desk,
    .products-desk {
        display: none;
    }

    #wrapper .wrap-inner {
        background-image: unset !important;
    }

    .top {
        flex-direction: column;
    }

    .left_form {
        max-width: 100%;
        width: 100%;
    }

    .bottom {
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #183B88;
    }

    .box {
        flex-direction: column;
    }

    .box.box--first {
        padding-top: 40px;
    }

    .box > p{
        text-align: center;
        max-width: 294px;
        margin: auto;
    }
}

@media only screen and (max-width: 480px) {
    .box > p{
        font-size: 24px;
    }
}

#genesis-content {
    display: none;
}


@media only screen and (min-width: 768px) {
    .q-form-field.q-form-field--half {
        width: calc(50% - 3px);
        display: inline-block;
    } 
}


img.box-image {
        max-width: 300px;
    width: 100%;
}


.chk label {
    color: #fff;
    font-size: 14px;
}

/*.chk label span {*/
/*    display: block;*/
/*}*/