.b2b-registration__wrapper {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1024px) {
    .b2b-registration__wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

.b2b-registration__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

@media (min-width:1024px) {
    .b2b-registration__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px
    }
}

.b2b-registration__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

@media (min-width:1024px) {
    .b2b-registration__left {
        width: 50%
    }
}

.b2b-registration__title {
    font-family: Coolvetica, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left
}

@media (min-width:1024px) {
    .b2b-registration__title {
        font-size: 72px
    }
}

.b2b-registration__title {
    background: -webkit-gradient(linear, left top, right top, from(#003583), to(#6c9be1));
    background: linear-gradient(90deg, #003583, #6c9be1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.b2b-registration__description {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: #003583;
    color: rgba(0, 53, 131, var(--tw-text-opacity, 1));
    opacity: .5
}

@media (min-width:1024px) {
    .b2b-registration__description {
        font-size: 20px
    }
}

.b2b-registration__right {
    min-height: 657px;
    opacity: 1;
    visibility: visible
}

@media (min-width:1024px) {
    .b2b-registration__right {
        min-height: 669px;
        width: 50%
    }
}

.b2b-registration__right.initilalized {
    min-height: 0;
    min-height: auto;
    opacity: 1;
    visibility: visible
}

@media (min-width:1024px) {
    .b2b-registration__right.initilalized {
        min-height: 0;
        min-height: auto
    }
}


/*  */
.contact-section {
    display: flex;
    justify-content: center;
}

.contact-section .contact-wrapper {
    width: 100%;
    max-width: 700px;
}

.contact-section .contact-form label {
    font-size: 12px;
    text-transform: uppercase;
    color: #0b275c;
    display: block;
    margin-bottom: 6px;
}

.contact-section .form-row {
    display: flex;
    gap: 20px;
}

.contact-section .form-group {
    flex: 1;
    margin-bottom: 20px;
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
    color: #bbbeca;
    font-size: 16px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #a1b4cf;
    border-radius: 6px;
    color: #003583;
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    appearance: none;
    resize: none;
    background: transparent;
}



.contact-section .btn-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #003583 0, #6c9be1 100%) !important;
    ;
    color: #fff;
    border: none;
    padding: 16px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: .3s;
}

.contact-section .btn-submit:hover {
    opacity: 0.9;
}

.success-msg {
    margin-top: 15px;
    color: #008000;
}

.error-msg {
    margin-top: 15px;
    color: #d00;
}

@media (max-width: 768px) {
    .contact-section .form-row {
        flex-wrap: wrap;
    }

    .contact-section .form-group {
        flex: 0 0 100%;
    }
}