

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.btn {
  border-radius: 6px;
  background: #FF7A00;
  color: #FFF;
  text-align: center;
  font-family: "Outfit";
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.btn:hover {
  background: #474E9F;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
  overflow-x: hidden;
}

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

.wrapper.max {
  max-width: 1455px;
}

.h1 {
  font-size: 42px;
  line-height: normal;
  font-weight: 600;
}

.h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
}

.h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

a {
  text-decoration: none;
}

input, select, textarea, button {
  font-family: "Outfit";
  line-height: normal;
  font-weight: 300;
}

/* ------------ Top Info ------------ */

.top-info {
  background: #5B6098;
  padding: 10px 0;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}
.top-info .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  color: white;
}
.top-info .wrapper a {
  color: white;
  text-decoration: underline;
}
/* ------------------------------------ */

.top-nav {
  background: #fff;
  padding: 27px 0;
}
.top-nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-nav .menu ul {
  display: flex;
  grid-gap: 60px;
  gap: 60px;
}
.top-nav .logo:hover {
  border: none;
}
.top-nav .menu a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}
.top-nav .menu a:hover {
  color: #474E9F;
}
.top-nav .menu a.active {
  text-decoration: underline;
}
.top-nav a.get-btn {
  background: #474E9F;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  margin: 0 0 0 60px;
}
.top-nav a.get-btn:hover {
  background: #FF7A00;
  color: #fff;
}

.wrap-mob-btn {
  display: none;
}
.wrap-mob-btn.open .get-btn {
  display: none;
}
.hum {
  display: none;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 46px;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #000;
  border-radius: 6px;
}
.hum span {
  position: relative;
  top: 0;
  left: 0;
  width: 13px;
  height: 2px;
  background: #000;
  margin: 2px 0;
  transition: 0.3s;
}
.hum span:nth-child(2) {
  width: 20px;
}
.hum.in span:nth-child(2) {
  display: none;
}
.hum.in span:nth-child(1) {
  width: 20px;
  transform: rotate(45deg) translate(0px, 0px);
  left: -1px;
  top: 3px;
}
.hum.in span:nth-child(3) {
  width: 20px;
  transform: rotate(-45deg) translate(2px, -1px);
  top: -1px;
  left: -1px;
}

.get-started-btn-mob {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.header.navigate-fix-top {
	position: absolute;
	z-index: 11;
}

.header.navigate-fix-top .none-get-btn,
.header.navigate-fix-top .get-started-btn-mob {
	display: none;
}
p.apr_additional {
  line-height: normal;
  color: #F00;
  margin: 10px 0;
}

/* ------------------------------------ */

.preform-section {
  position: relative;
  margin: 130px 0 0;
  padding: 80px 0;
  background: url(../img/bg-main-right.png) no-repeat bottom right,
              url(../img/bg-main-left.png) no-repeat bottom left;
  background-color: #ACB3FF;
  position: relative;
}
.preform-section .img-left,
.preform-section .img-right {
  position: absolute;
  z-index: 1;
}
.preform-section .img-left {
  width: 110px;
  top: 130px;
  left: 150px;
}
.preform-section .img-right {
  bottom: 40px;
  right: 25%;
}
.preform-section .box-form {
  position: relative;
  max-width: 700px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 25px 50px 10px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  padding: 60px 65px 50px;
  color: #000;
  z-index: 2;
}
.preform-section .box-form .h1 {
  text-align: center;
}
.preform-section .box-form .text-title {
  margin: 15px 0 45px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.preform-section .step-1 .select-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.preform-section .step-1 .select-group > div {
  width: 50%;
}
.preform-section .step-2 {
  display: none;
}
.preform-section .select-box {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  gap: 5px;
}
.preform-section select {
  width: 100%;
  height: 60px;
  background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  padding: 0 30px;
  border: 1px solid #000;
  border-radius: 6px;
}
.preform-section input {
  width: 100%;
  height: 60px;
  color: #000;
  background: #fff;
  padding: 0 30px;
  border: 1px solid #000;
  border-radius: 6px;
  font-size: 20px;
  line-height: 26px;
}
.preform-section .line {
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.3);
}
.preform-section .btn {
  display: block;
  width: 100%;
  max-width: 344px;
  margin: 40px auto 56px;
  padding: 24px 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.preform-section .text-rates {
  width: 100%;
  margin: 30px 0 0;
  font-size: 13px;
  line-height: 15px;
}

/* ------------------------------------ */

.steps-section {
  background: #FDFDFE;
  padding: 48px 0 30px;
}
.steps-section .list-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 90px;
}
.steps-section .list-steps .list-steps-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.steps-section .list-steps .list-steps-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 58px;
  width: 58px;
  height: 58px;
  background: #A3A9ED;
  border-radius: 4px;
  margin: 0 30px 0 0;
}

/* ------------------------------------ */

.works-section {
  position: relative;
  z-index: 1;
  padding: 65px 0 0;
  background: linear-gradient(to bottom,  rgb(254,254,254) 0%,rgb(244,244,253) 100%);
}
.works-section:before,
.works-section:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 325px;
  height: 596px;
  opacity: 0.2;
  z-index: -1;
  background-position: center;
  background-size: contain;
}
.works-section:before {
  left: 0;
  background-image: url(../img/bg-works-left.svg);
}
.works-section:after {
  right: 0;
  background-image: url(../img/bg-works-right.svg);
}
.works-section .h1 {
  text-align: center;
}
.list-works {
  position: relative;
  top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 30px;
  text-align: left;
}
.list-works .list-works-item {
  position: relative;
  width: 33%;
  background: #fff;
  padding: 55px 50px 45px;
}
.list-works .list-works-item .number {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 104px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.list-works .list-works-item:nth-child(1) .number {background: #FFD26E;}
.list-works .list-works-item:nth-child(2) .number {background: #93D6F4;}
.list-works .list-works-item:nth-child(3) .number {background: #B6BCFF;}
.list-works .list-works-item .content {
  margin: 50px 0 0;
}
.list-works .list-works-item .content .text {
  margin: 25px 0 0;
}

/* ------------------------------------ */

.get-loan-section {
  position: relative;
  padding: 160px 0 125px;
}
.get-loan-section .col-left {
  width: 100%;
  max-width: 65%;
}
.get-loan-section .col-left .h1 {
  position: relative;
  margin: 0 0 40px;
}
.get-loan-section .col-left .h1:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FF7A00;
  position: absolute;
  top: calc(50% - 14px);
  left: -52px;
}
.get-loan-section .col-left p {
  font-size: 20px;
  line-height: 26px;
}
.get-loan-section .col-right img {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 3;
  max-width: 100%;
}

/* ------------------------------------ */

.well-do-section {
  padding: 200px 0 100px;
  background: url(../img/bg-well-do.png) no-repeat top center #fff;
}
.well-do-section .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.well-do-section .col-left {
  width: 100%;
  margin: 0 30px 0 0;
}
.well-do-section .col-left img {
  max-width: 100%;
}
.well-do-section .col-right {
  width: 430px;
  min-width: 430px;
}
.well-do-section .col-right .h2 {
  position: relative;
  max-width: 335px;
}
.well-do-section .col-right .h2:after {
  content: '';
  width: 90px;
  height: 165px;
  background: url(../img/arrow-title.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 22px;
  right: -100px;
}
.well-do-section .col-right p {
  max-width: 315px;
  margin: 25px 0 60px;
}
.well-do-section .col-right .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
}
/* ----------------- Footer ------------------- */

footer {
  background: #222222;
}
.bottom-nav-section {
  background: #D4D7F8;
}
.bottom-nav-section .footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.bottom-nav-section .footer-nav a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.bottom-nav-section .footer-nav a:hover {
  color: #0649CC;
}
.bottom-nav-section .footer-nav a.active {
  text-decoration: underline;
}
footer .material {
  color: #fff;
  font-size: 13px;
  line-height: normal;
  padding: 40px 0 0;
}
footer .material p {
  margin: 20px 0;
}
footer .under-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  padding: 35px 0 50px;
}

/* ------------- opt out style ------------- */

a.navOptOut {
  cursor: pointer;
}
.opt_out_block_wrap #opt_out_block {
  max-width: 290px;
  margin: 100px auto 0;
  padding: 30px 25px 45px;
  border-radius: 0;
}
.opt_out_block_wrap #opt_out_block h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.opt_out_block_wrap #opt_out_H p {
  margin: 0 0 30px;
}
.opt_out_block_wrap #opt_out_close {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  right: -35px;
  top: -35px;
  text-decoration: none;
  cursor: pointer;
}
.opt_out_block_wrap .opt_out_body {
  width: 100%;
  font-family: "Outfit";
}
.opt_out_block_wrap #opt_out_block input {
  width: 100%;
  text-align: left;
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 300;
  line-height: normal; 
  border-radius: 4px;
  padding: 0 15px;
}
.opt_out_block_wrap #opt_out_block button {
  height: 73px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  transition: 0.2s;
}
.opt_out_block_wrap #opt_out_block button:hover {
  background-color: #474E9F;
}
.opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(67, 70, 85, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding-top: 120px;
  padding-bottom: 20px;
  overflow-y: scroll;
}
.opt.d-none {
  display: none;
}
.opt.unsubscribed .opt__success {
  display: flex;
}

/* ------------- modal window ------------- */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1004;
    overflow-y: auto;
}
.flex-add {
    display: flex;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.modal .window {
    width: 100%;
    max-width: 910px;
    background-color: #fff;
    z-index: 1006;
    position: relative;
    padding: 60px 60px 50px;
    border-radius: 10px;
}
.modal .window .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.modal .window .flex-box .col-right img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal .window .subtitle {
  font-size: 20px;
  margin: 10px 0 0;
}

.preform-modal {
  margin: 50px 0 0;
}
.preform-modal .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.preform-modal .section .select-box {
  width: 33%;
  height: 68px;
  position: relative;
}
.preform-modal .section .select-box select {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 6px;
  background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 0 30px;
}
.preform-modal .section .box-mail {
  position: relative;
  width: 100%;
  height: 68px;
}
.preform-modal .section .box-mail input {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0 30px;
}
.preform-modal .section label.lable-name {
  position: absolute;
  top: -25px;
  left: 0;
}
.preform-modal .section label.text-error {
  display: none;
}
.preform-modal .section .error + label.text-error {
  display: block;
}
.preform-modal .section .button {
  width: 220px;
  height: 68px;
  background: #FF7A00;
  color: #FFF;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.preform-modal .section .button:hover {
  background: #474E9F;
}
.preform-modal .modal-line {
  width: 100%;
  height: 1px;
  margin: 40px 0 30px;
  background: rgba(0,0,0,0.3);
}
.preform-modal .rates-text {
  font-size: 13px;
  font-weight: 300;
}
.modal .window .close-modal {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.modal .window .close-modal:before,
.modal .window .close-modal:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.modal .window .close-modal:before {
    transform: rotate(45deg);
}
.modal .window .close-modal:after {
    transform: rotate(-45deg);
}

/* ----------------------------------------
------------ PAGE HOW IT WORKS ------------
------------------------------------------- */

.head-works-section {
  position: relative;
  margin: 130px 0 0;
  padding: 80px 0 0;
  background: url(../img/bg-head-works-left.png) no-repeat bottom left,
              url(../img/bg-head-works-right.png) no-repeat bottom right;
  background-color: #ACB3FF;
  text-align: center;
}
.head-works-section .img-left {
  width: 110px;
  position: absolute;
  top: 95px;
  left: 150px;
}
.head-works-section .img-right {
  position: absolute;
  bottom: 150px;
  right: -80px
}
.head-works-section .h1 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.head-works-section .text-title {
  position: relative;
  z-index: 1;
  margin: 40px 0 10px;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
}
.head-works-section .list-works .list-works-item {
  box-shadow: 0px 0px 44px 2px rgba(0, 0, 0, 0.1);
}
.page-works .get-loan-section {
  padding: 195px 0 120px;
}

/* -----------------------------------------
----------------- PAGE FAQ -----------------
-------------------------------------------- */

.faq-section {
  position: relative;
  background: url(../img/bg-faq-left.svg) no-repeat bottom left,
              url(../img/bg-faq-right.svg) no-repeat bottom right;
  background-color: #ACB3FF;
  margin: 130px 0 0;
  padding: 100px 0 90px;
}
.faq-section .wrapper {
  position: relative;
}
.faq-section .h1 {
  color: #fff;
  margin: 0 0 60px;
}
.faq-section .text-title {
  font-size: 24px;
}
.faq-section .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .col-left {
  width: 50%;
}
.faq-section .col-right img {
  position: absolute;
  bottom: -145px;
  right: 0;
}

.faq-question {
  position: relative;
  z-index: 2;
  padding: 150px 0 85px;
}
.faq-question .box-acc {
  margin: 0 0 10px;
}
.faq-question .box-acc .ac-head {
  position: relative;
  padding: 23px 70px 23px 26px;
  background-color: #fff;
  border: 1px solid black;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.faq-question .box-acc .ac-head:hover {
  background: #ACB3FF;
}
.faq-question .box-acc .ac-head .icon-open {
  width: 50px;
  height: 50px;
  background: #ACB3FF;
  position: absolute;
  top: 10px;
  right: 10px;
}
.faq-question .box-acc .ac-head .icon-open:before,
.faq-question .box-acc .ac-head .icon-open:after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}
.faq-question .box-acc .ac-head .icon-open:before {
  top: 50%;
  left: calc(50% - 12px);
  width: 24px;
  height: 1px;
}
.faq-question .box-acc .ac-head .icon-open:after {
  top: calc(50% - 12px);
  left: 50%;
  width: 1px;
  height: 24px;
}
.faq-question .box-acc .ac-head.in .icon-open:after {
  transform: rotate(90deg);
}
.faq-question .box-acc .ac-head.in {
  background-color: #6773FB;
  color: #fff;
}
.faq-question .box-acc .ac-body {
  padding: 30px;
  background-color: #EFEFFF;
  border: 1px solid black;
  border-top: none;
  display: none;
}
.faq-question .box-acc .ac-body a {
  color: #0649CC;
}
.faq-question .box-acc .ac-body a:hover {
  text-decoration: underline;
}

/* -------------------------------------------
---------------- PAGE CONTACT ----------------
---------------------------------------------- */

.contact-section {
  position: relative;
  background: url(../img/bg-contact-left.svg) no-repeat bottom left,
              url(../img/bg-contact-right.svg) no-repeat bottom right;
  background-color: #ACB3FF;
  margin: 130px 0 0;
  padding: 100px 0 90px;
}
.contact-section .h1 {
  color: #fff;
  margin: 0 0 45px;
}
.contact-section .img-contact {
  position: absolute;
  bottom: 0;
  left: 20%;
}
.contact-section .img-left {
  position: absolute;
  top: 190px;
  left: 5%;
  max-width: 110px;
}
.contact-section .img-right {
  position: absolute;
  bottom: 150px;
  right: -80px;
}
.contact-section .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 80px;
}
.contact-section .flex-box .col-info {
  width: 100%;
}
.contact-section .box-contact-form {
  width: 540px;
  min-width: 540px;
}
.contact-section .box-contact-form .contact-form-text {
  margin: 0 0 25px;
}
.contact-section .list-info {
  margin: 15px 0 0;
}
.contact-section .list-info .list-info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 55px;
}
.contact-section .list-info .list-info-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 4px;
  margin: 0 33px 0 0;
}
.contact-section .list-info .list-info-item .text .h4 {
  margin: 0 0 4px;
}
.contact-section .list-info .list-info-item .text a {
  font-size: 24px;
  color: #0649CC;
}
.contact-section .list-info .list-info-item .text a:hover {
  text-decoration: underline;
}

.box-contact-form .form__box {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
}
.box-contact-form .form__box input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  border: 1px solid rgba(0,0,0,0.7);
}
.box-contact-form .form__box textarea {
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  border: 1px solid rgba(0,0,0,0.7);
}
.box-contact-form .form__box.form__message {
  width: 100%;
  height: 175px;
}
.box-contact-form .get-btn {
  width: 100%;
  height: 78px;
  font-size: 20px;
  color: #fff;
  background: #000;
  font-weight: 300;
}
.box-contact-form .get-btn:hover {
  background: #474E9F;
}
.box-contact-form .form__box input.error,
.box-contact-form .form__box textarea.error  {
  color: #F41E00;
  border-color: #F41E00;
}
.box-contact-form .form__box input.valid,
.box-contact-form .form__box textarea.valid  {
  border-color: #008024;
}
input.error + label,
textarea.error + label {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  display: block;
  border: 1px solid #F41E00;
  border-radius: 4px;
  background: #fff;
  padding: 5px 10px;
  color: #F41E00;
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
}
.thank-you {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.7);
  border-radius: 4px;
  text-align: center;
  padding: 105px 65px;
}
.thank-you .h2 {
  margin: 50px 0 20px;
}
.thank-you p {
  font-size: 20px;
}

/* ------------------------------------------
----------------- PAGE TEXT -----------------
--------------------------------------------- */

.text-pages {
  margin: 130px 0 0;
  padding: 70px 0;
  background-color: #fff;
}
.text-pages h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 50px;
}
.text-pages strong {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.text-pages p {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.text-pages a {
  color: #0649CC;
}
.text-pages a:hover {
  text-decoration: underline;
}
.text-pages table td {
  border: 1px solid #000;
  padding: 5px;
}

/* ------------------------------------------
----------------- PAGE FORM -----------------
--------------------------------------------- */

.form_section {
  margin: 130px 0 0;
  padding: 20px 0;
}

/* ------------------------------------ */

.cookie-message {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -100%;
  background-color: #000;
  padding: 20px 0;
  color: #fff;
  transition: 0.4s;
  opacity: 0;
  z-index: 100;
}
.cookie-message.view {
  bottom: 0;
  opacity: 1;
}
.cookie-message .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-message a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
}
.cookie-message a:hover {
  color: #474E9F;
}
.cookie-message .cookie-close,
.cookie-message .cookie-reject {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-left: 30px;
  width: 160px;
  min-width: 160px;
  height: 38px;
  cursor: pointer;
  transition: 0.3s;
}
.cookie-message .cookie-close:hover,.cookie-message .cookie-reject:hover{
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}
.cookie-container {
  display: flex;
  padding: 15px;
}

/*----------------------------------------------------*/

input + .error-txt {
  display: none;
  color: #F41E00;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
input.error {
  color: #F41E00;
  border: 1px solid #F41E00;
}
input.error + .error-txt {
  display: block;
}
.d-none {
  display: none;
}

/* ------------- DECLINE PAGE ------------- */

.decline {
  margin: 40px 0 0;
  padding: 80px 0;
  text-align: center;
}
.decline .wrapper_decline {
  width: 100%;
  max-width: 588px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
.decline__inner {
  color: #000;
  text-align: center;
}
.decline__image {
  display: block;
  width: 100%;
  max-width: 163px;
  margin: 0 auto 45px;
  position: relative;
}
.decline__image>img {
  width: 100%;
}
.decline__name,
.decline__title {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}
.decline__name {
  margin-bottom: 30px;
}
.decline__title {
  margin-bottom: 30px;
  max-width: 440px;
}
.decline__text {
  max-width: 488px;
  margin: 0 auto 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #000;
}
.decline__text:nth-child(1) {
  max-width: 400px;
}
.decline__link_blue {
  color: #0649CC;
  transition: 0.4s;
  text-decoration: none;
}
.decline__link_blue:hover {
  text-decoration: underline;
}

.decline__link_underline {
  color: #000000;
  text-decoration: underline;
}
.decline__link_underline:hover {
  text-decoration: none;
}

/*----------------------------------------------------*/

.custom #omReApplyPage * {
    font-family: "Outfit", sans-serif;
}
.custom #omReApplyPage {
    margin-top: -40px;
    margin-bottom: 40px;
}
.custom #omReApplyPage section#omReApplyGreenRow {
    background-color: #fff;
    color: #000;
    font-family: "Outfit", sans-serif;
}

.custom #omReApplyPage .omReApplyBlueBg {
    background: #4E88F9;
    padding: 40px 0;
}

#omReApplyOptionContent, #omReApplyOptionContent h3, .omReApplyLoanCenter, #omReApplyOptionContent h3 .omReApplyName {
    color: #fff;
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-weight: bold;
}

.custom #omReApplyPage .omReApplyBlueBg p, .omReApplyConsent {
    font-weight: 300;
}

.custom #omReApplyPage .omReApplyLoanClmn100.omReApplyLoanCenter {
    font-family: "Outfit", sans-serif;
    color: #000;
}
.custom #omReApplyPage select#omReApplyAmount, .custom #omReApplyPage .omReApplyLoanClmn33 select, .custom #omReApplyPage select#omReApplyAmount {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M9.99635 20.7012L0 0.701172H20L9.99635 20.7012Z' fill='%23E63B05'/%3E%3C/svg%3E") no-repeat 96% #fff;
}
.custom #omReApplyPage .omReApplyLoanConfirmHeader {
    border-radius: 0;
    background: #000;
    text-transform: none;
}
.custom #omReApplyPage .omReApplyLoanClmn33, .custom #omReApplyPage .omReApplyClmns, .custom #omReApplyPage .omReApplyClmns input[type=tel]:not(.omInputText), .custom #omReApplyPage .omReApplyClmns input[type=text]:not(.omInputText) {
    border-radius: 0;
    background: #fff;
    border-color: #000 !important;
}
.custom #omReApplyPage input[type=tel]:not(.omInputText), .custom #omReApplyPage input[type=text]:not(.omInputText) {
    padding: 14px 32px 14px 10px;
}
.custom #omReApplyPage .omReApplyConsentContainer, .omQ-privacy-text {
    color: #000;
    text-align: left;
    font-weight: normal;
}
.custom #omReApplyPage  .omHelp-block {
    color: #f00;
    font-weight: normal;
}
.custom #omReApplyPage .omReApplyConsentCheckbox.is-checked:before {
    background-color: #E63B05;
    width: 10px;
    height: 10px;
    content: '';
}
.custom #omReApplyPage button.omReapplyButton {
    background-color: #FC6B01;
    padding: 24px 60px 24px;
    border-radius: 80px;
}
.custom #omReApplyPage button.omReapplyButton:hover {
    background-color: #000;
}
.custom #omReApplyPage button.omReapplyButton:after {
    display: none;
}

.custom #omReApplyPage select#omReApplyAmount {
    width: auto;
    border-radius: 0;
    border-color: #000;
}
