

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    border: none;
    color: #000000;
}

input, textarea, button, select {
    font-family: 'Nunito Sans', sans-serif;
    color: #000000;
}

input, textarea, select {
    background-color: #fff;
}

input[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    color: #000000;
    font-family: 'Yeseva One', sans-serif;
    text-transform: none;
    font-weight: 400;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 24px;
    line-height: 33px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
}

strong {
    font-weight: 700;
}

a, button {
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}

.image {
    font-size: 0;
    line-height: 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
}

main {
    display: block;
}

section {
    position: relative;
}

a.link,
a.link:active,
a.link:visited {
    color: #000000;
    text-decoration: underline;
}

.terms a,
.terms a:hover,
.terms a:visited {
    position: relative;
    color: #000000;
}

.terms a:after {
    display: block;
    content: '';
    width: 100%;
    height: 6px;
    background-color: #FFE074;
    position: absolute;
    top: 82%;
    left: 0;
}

a.link:hover {
    color: #0075FF;
}

.terms a:hover {
    background-color: #FFE074;
}

.terms a:hover:after {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
}

.get-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-weight: 800;
    transition: 0.4s;
    text-transform: uppercase;
    background-color: #FFE074;
    color: #000000;
}

.get-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.wrapper {
    width: 100%;
    max-width: 1210px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visible-important {
    display: flex !important;
}

.logo {
    width: 213px;
    min-width: 213px;
    height: 56px;
}


/*------------------- HEADER -------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 995;
    padding: 18px 0;
    background: transparent;
}

header.scrolled {
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 16px 3px rgba(0,0,0,0.78);
    box-shadow: 0 8px 16px 3px rgba(0,0,0,0.78);
}

header.form-header {
    position: static;
}

header.form-header .flex-box {
    justify-content: center;
}

header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .navigate {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 5;
}

header .navigate li {
    padding: 0 24px;
    border-left: 1px solid #000000;
}

header .navigate li:first-child {
    border-left: none;
}

header .navigate li a {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    transition: 0.4s;
}

header .navigate li a:hover  {
    background-color: #FFE074;
}

header .navigate li a span {
    position: relative;
    z-index: 3;
}

header .navigate li a.active:after {
    display: block;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #FFE074;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

header .header-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .phone-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 25px 0 20px;
}

header .phone-link .info {
    margin: 0 0 0 10px;
}

header .phone-link p {
    font-size: 14px;
    line-height: 19px;
}

header .phone-link a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
    color: #000000;
    text-decoration: none;
}

header .phone-link a:hover {
    color: #000000;
    text-decoration: underline;
}

header .navigate .mobile-visible {
    display: none;
}

header .get-btn {
    width: 160px;
    height: 63px;
}

header .hum-box {
    margin-left: 32px;
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

header .hum {
    width: 32px;
    height: 16px;
    position: relative;
}

header .hum span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px;
    background-color: #000000;
    transition: 0.8s;
}


/*------------------- PREFORM -------------------*/

.box-preform,
.preform,
.preform .pos-rel {
    position: relative;
}

.preform input,
.preform select {
    padding: 0 25px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.preform input {
    font-size: 16px;
    line-height: 24px;
    color: #7B7E93;
}

.preform select {
    font-size: 24px;
    line-height: 33px;
    font-weight: 900;
    background: url("../img/arrow-select.png?v=0.1") no-repeat #ffffff;
    background-position: calc(100% - 30px) 50%;
    background-size: 10px 10px;
}

.preform input.error {
    border-color: #D33737;
}

.preform input~.text-req {
    display: none;
}

.preform input.error~.text-req {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #D33737;
}


/*------------------- MAIN Section (HOME Page) -------------------*/

.main-preform-section {
    padding: 170px 0 0;
    background: url("../img/bg-main-section.png") no-repeat 50% 50% #ffffff;
    background-size: cover;
}

.main-preform-section .box-preform {
    width: 560px;
}

.main-preform-section .preform {
    margin: 50px 0 0;
}

.main-preform-section .preform .section {
    display: flex;
    align-items: flex-start;
}

.main-preform-section .preform .pos-rel {
    width: 100%;
}

.main-preform-section .preform select,
.main-preform-section .preform input,
.main-preform-section .preform .get-btn {
    height: 84px;
}

.main-preform-section .preform select {
    max-width: 209px;
}

.main-preform-section .preform .get-btn {
    margin-left: 20px;
    min-width: 204px;
    font-size: 16px;
    line-height: 22px;
}

.main-preform-section .image {
    width: 100%;
    max-width: 488px;
}


/*------------------- EASY PROCESS Section -------------------*/

.lender-section {
    padding: 80px 0;
    text-align: center;
}

.lender-section h1 {
    max-width: 950px;
    margin: 0 auto;
}

.lender-section .content {
    margin: 80px 0 50px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.lender-section .content .item {
    width: 245px;
    min-width: 245px;
    margin: 0 25px 30px;
}

.lender-section .content .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.lender-section .content p {
    margin: 55px 0 0;
    font-size: 24px;
    line-height: 29px;
}

.lender-section a.get-btn {
    margin: 0 auto;
    width: 234px;
    height: 84px;
    font-size: 14px;
    line-height: 19px;
}


/*------------------- HOW WORKS Section -------------------*/

.how-works-section h1.mobile-visible {
    display: none;
}

.how-works-section {
    background: url("../img/bg-works-section.png") no-repeat 50% 50% #ffffff;
    background-size: cover;
}

.how-works-section .image {
    max-width: 489px;
}

.how-works-section .content {
    margin-left: 40px;
    max-width: 470px;
    position: relative;
}

.how-works-section .content p {
    margin: 40px 0 60px;
    font-size: 24px;
    line-height: 33px;
}

.how-works-section .content .get-btn {
    width: 175px;
    height: 62px;
    font-size: 14px;
    line-height: 19px;
}


/*------------------- EASY PROCESS Section -------------------*/

.easy-process-section {
    padding: 135px 0;
    font-size: 24px;
    line-height: 33px;
}

.easy-process-section .flex-box {
    align-items: flex-start;
}

.easy-process-section .top {
    margin-bottom: 50px;
}

.easy-process-section .col-left {
    max-width: 377px;
}

.easy-process-section .col-right {
    max-width: 580px;
    margin-left: 40px;
}

.easy-process-section .list .icon {
    margin-right: 38px;
    width: 110px;
    min-width: 110px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.easy-process-section .list .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.easy-process-section .list .list-item:last-child {
    margin-bottom: 0;
}

.easy-process-section h1 {
    margin-bottom: 45px;
}

.easy-process-section p {
    margin-bottom: 60px;
}

.easy-process-section .mobile-visible {
    display: none;
}



/*------------------- How It Works (page) -------------------*/

.works-main-section {
    padding: 135px 0 0;
    background: url("../img/bg-works-page.png") no-repeat 0 0 #ffffff;
}

.works-main-section .flex-box {
    align-items: flex-end;
}

.works-main-section .content {
    position: relative;
}

.works-main-section .content:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #D8D8D8;
}

.works-main-section  h1 {
    margin: 0 40px 40px 0;
}

.works-main-section .image {
    width: 100%;
    max-width: 468px;
    position: relative;
}


.register-online-section {
    padding: 100px 0 0;
    font-size: 18px;
    line-height: 25px;
}

.register-online-section .flex-box {
    align-items: flex-start;
}

.register-online-section .col-left,
.register-online-section .col-right {
    width: 45%;
}

.register-online-section .col-left {
    margin-right: 40px;
}

.register-online-section h1 {
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.register-online-section p {
    margin-bottom: 40px;
}

.register-online-section article {
    font-size: 24px;
    line-height: 33px;
}

.register-online-section ul {
    margin-bottom: 60px;
    padding: 0 0 0 15px;
}

.register-online-section ul li {
    margin-bottom: 30px;
    list-style: disc;
}

.register-online-section ul li:last-child {
    margin-bottom: 0;
}

.register-online-section p.text-link a {
    position: relative;
    text-decoration: none;
}

.register-online-section p.text-link a:after {
    display: block;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #FFE074;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.register-online-section p.text-link a span {
    position: relative;
    z-index: 3;
}

.register-online-section p.text-link a:hover {
    background-color: #FFE074;
    color: #000000;
}


/*------------------- Faq Page -------------------*/

.faq-main-section {
    padding: 125px 0 0;
    background: url("../img/bg-main-faq.png") no-repeat 0 0 #ffffff;
}

.faq-main-section .flex-box {
    align-items: flex-end;
}

.faq-main-section .content {
    position: relative;
}

.faq-main-section .content:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #D8D8D8;
}

.faq-main-section  h1 {
    margin: 0 40px 40px 0;
}

.faq-main-section .image {
    width: 100%;
    max-width: 515px;
    position: relative;
}


.accordeon {
    padding: 90px 0 60px;
}

.accordeon .box-acc {
    margin: 0 0 11px;
}

.accordeon .ac-head {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    padding: 30px 70px 30px 30px;
}

.accordeon .ac-head h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    transition: 0.4s;
}

.accordeon .ac-head:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 40px;
    right: 38px;
    background: url("../img/icon-arrow-faq.svg") no-repeat 50% 50%;
    background-size: cover;
    transition: 0.4s;
}

.accordeon .ac-head:hover  {
    border-color: #2A324B;
}

.accordeon .ac-head.in {
    background-color: #F9FCF5;
    border-color: #2A324B;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
}

.accordeon .ac-head.in:before {
    transform: rotate(180deg);
}

.accordeon .ac-body {
    display: none;
    padding: 30px 90px 30px 30px;
    border: 1px solid #2A324B;
    border-top: none;
    border-radius: 0 0 12px 12px;
    background-color: #F9FCF5;
}

.accordeon .ac-body p,
.accordeon .ac-body ul {
    margin: 0 0 18px;
}

.accordeon .ac-body ul {
    list-style: disc;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 22px;
}


/*------------------- Contact Page -------------------*/

.contact-title-section {
    padding: 118px 0 0;
    background: url("../img/bg-contact-page.png") no-repeat 0 0 #ffffff;
}

.contact-title-section .flex-box {
    align-items: flex-end;
}

.contact-title-section .content {
    position: relative;
}

.contact-title-section .content:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #D8D8D8;
}

.contact-title-section  h1 {
    margin: 0 40px 40px 0;
}

.contact-title-section .image {
    width: 100%;
    max-width: 481px;
    position: relative;
}


.contact-main-section {
    padding: 80px 0 0;
}

.contact-main-section .form-container {
    margin: 0 auto;
    max-width: 950px;
}

.contact-main-section .form-container .sub-title {
    font-size: 24px;
    line-height: 33px;
}

.contact-main-section p.required-text {
    font-size: 14px;
    line-height: 11px;
}

.contact-main-section .box-fields {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0 10px;
}

.contact-main-section .left-fields,
.contact-main-section .right-fields {
    width: 100%;
    max-width: 450px;
    position: relative;
}

.contact-main-section .left-fields {
    margin: 0 20px 0 0;
}

.contact-main-section .box-error-field {
    width: 100%;
    position: relative;
    margin: 0 0 25px;
}

.contact-main-section .fieldText {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 8px;
    padding: 27px 20px 7px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #2A324B;
}

.contact-main-section .fieldText::placeholder {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.contact-main-section textarea.fieldText {
    height: 146px;
    resize: none;
}

.contact-main-section .field-helper {
    font-size: 18px;
    line-height: 25px;
    color: #919191;
    position: absolute;
    top: 17px;
    left: 20px;
    transition: 0.4s all;
    pointer-events: none;
}

.contact-main-section .fieldText:focus:not(.omForm-control_select),
.contact-main-section .fieldText:not(.omForm-control_select):not(:placeholder-shown) {
    border-color: #000000;
}

.contact-main-section .fieldText:focus:not(.omForm-control_select)~.field-helper,
.contact-main-section .fieldText:not(.omForm-control_select):not(:placeholder-shown)~.field-helper {
    font-size: 14px;
    line-height: 19px;
    top: 9px;
}

.contact-main-section .fieldText.valid {
    border-color: #419D78 !important;
}

.contact-main-section .fieldText.error {
    border-color: #FF0000 !important;
}

.contact-main-section .fieldText~label {
    display: none;
}

.contact-main-section .fieldText.error~label {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #FF0000;
}

.contact-main-section .flex-bot-row.flex-box {
    margin: 8px 0 0;
    align-items: flex-start;
}

.contact-main-section .contact-info,
.contact-main-section .bot-form {
    max-width: 450px;
    position: relative;
}

.contact-main-section .form-container .sub-title a,
.contact-main-section .contact-info a {
    position: relative;
    text-decoration: none;
}

.contact-main-section .form-container .sub-title a:after,
.contact-main-section .contact-info a:after {
    display: block;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #FFE074;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.contact-main-section .form-container .sub-title a span,
.contact-main-section .contact-info a span {
    position: relative;
    z-index: 3;
}

.contact-main-section .form-container .sub-title a:hover,
.contact-main-section .contact-info a:hover {
    background-color: #FFE074;
    color: #000000;
}

.contact-main-section .bot-form.flex-box {
    align-items: flex-start;
}

.contact-main-section .contact-info {
    margin-right: 20px;
    font-size: 18px;
    line-height: 25px;
}

.contact-main-section .get-btn {
    width: 130px;
    min-width: 130px;
    height: 78px;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 0 16px;
}

.contact-main-section .desc {
    max-width: 790px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}

.contact-main-section .desc h1 {
    margin-bottom: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.contact-main-section .desc p {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 33px;
}


/*------------------- Terms -------------------*/

section.terms {
    padding: 145px 0 70px;
}

section.terms h1 {
    margin-bottom: 75px;
    padding: 0 0 20px;
    border-bottom: 1px solid #D8D8D8;
}

section.terms p,
section.terms ul {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 26px;
}


/*------------------- Footer -------------------*/

footer {
    background: url("../img/bg-footer.png") no-repeat 50% 0 #ffffff;
    background-size: contain;
}

footer .preform-section {
    padding: 80px 0 0;
}

footer .preform-section .box-preform {
    margin-left: 60px;
}

footer .preform-section .preform {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

footer .preform-section .get-btn {
    width: 169px;
    min-width: 169px;
    height: 62px;
    font-size: 14px;
    line-height: 19px;
}

footer .preform-section .pos-rel {
    margin: 0 20px;
}

footer .preform-section .field-email {
    width: 392px;
    max-width: 392px;
    height: 62px;
}

footer .preform-section .loanAmount {
    width: 180px;
    min-width: 180px;
    height: 62px;
}

footer .menu {
    padding: 40px 0;
}

footer .navigate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .navigate li {
    margin: 0 20px;
}

footer .navigate li:first-child,
footer .navigate li:last-child {
    margin: 0;
}

footer .navigate li a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
}

footer .navigate li a.active {
    text-decoration: none;
}

footer .navigate li a:hover {
    background: none;
    color: #0075FF;
}

footer .material {
    padding: 40px 0;
    font-size: 16px;
    line-height: 28px;
}

footer .material h5 {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

footer .material p {
    margin: 0 0 25px;
}

footer .material p:last-child {
    margin: 0;
}

footer .bot-row {
    padding: 40px 0;
}

footer .bot-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .bot-row p {
    font-size: 12px;
    line-height: 28px;
}

footer .bot-row .copyright {
    margin: 0 40px 0 0;
}

footer .bot-row .unsubscribe-link a {
    text-decoration: underline;
    color: #000000;
}

footer .bot-row .unsubscribe-link a:hover {
    text-decoration: none;
}


/*------------------- MODAL -------------------*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1007;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.modal {
    display: flex;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1007;
    overflow-y: auto;
}

.flex-add {
    display: block;
}

.modal .window {
    width: 635px;
    height: 673px;
    position: relative;
    z-index: 1008;
    background-color: #ffffff;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
    padding: 45px 40px 35px;
}

.modal .window h1 {
    font-size: 60px;
    line-height: 75px;
    margin-right: 20px;
}

.modal .window .image {
    width: 341px;
    min-width: 341px;
}

.modal .window .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 13px;
}

.modal .window p.sub-title {
    margin: 0 0 40px;
    padding: 0 20px 0 0;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
}

.modal .window p.sub-title:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/arrow-modal.svg) no-repeat 50%;
    background-size: cover;
    position: absolute;
    top: 100%;
    right: 150px;
}

.modal .window .box-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal .window .get-btn {
    width: 270px;
    height: 96px;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    border: none;
}

.modal .window .modal-btn {
    margin-right: 17px;
    background-color: #FFE074;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.modal .window .modal-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.modal .window .modal-btn .icon {
    width: 30px;
    height: 32px;
    position: relative;
}

.modal .window .modal-btn .icon svg {
    width: 100%;
    height: 100%;
}

.modal .window .modal-btn span {
    margin-left: 25px;
}

.modal .window .phone {
    background-color: #000000;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
}

.modal .window .phone .icon {
    width: 32px;
    height: 38px;
    position: relative;
}

.modal .window .phone .icon svg {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.modal .window .phone:hover {
    background-color: #FFE074;
    color: #000000;
}

.modal .window .phone:hover svg {
    color: #000000;
}

.modal .window .phone .text {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 0 20px;
}

.modal .window .phone .text p {
    font-weight: 900;
}

/* close modal */

.modal .window .close-modal {
    position: absolute;
    top: 32px;
    right: 26px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.modal .window .close-modal:before,
.modal .window .close-modal:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.modal .window .close-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .window .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


form#omForm .om_full_area button,
form#omForm .om_full_area button[type="submit"] {
    display: block;
    width: 300px !important;
    height: 80px !important;
    background-color: #FFE074 !important;
    font-size: 20px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    color: #000000 !important;
    text-align: center !important;
    transition: 0.4s !important;
}

form#omForm .om_full_area button:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

form#omForm .om_full_step_colored_bg {
    background: #9dc5f8 !important;
    border-radius: 8px !important;
}

form#omForm.omForm .omCheckboxCustom+.omCheckboxCustom-label:before {
    margin-top: 8px !important;
}

form#omForm .om_full_question {
    background-color: #000000 !important;
}

form#omForm .om_full_data_encrypted {
    padding: 18px 0 0 40px !important;
    background-position: left 60% !important;
}
