/******* RESET *******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}
main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::after, *::before {
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

a::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring, select::-moz-focus-inner {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 9px;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: none;
  color: #000;
}
textarea {
  overflow: auto;
}


/******* GLOBAL *******/
html,
body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  border: none;
  background-color: #fff;
  color: #2B2B2B;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: .4s;
}

button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: 0.4s;
}

header, main, footer {
  display: block;
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Besley", serif;
  font-weight: 700;
  color: #2B2B2B;
}

h1, h2 {
  font-size: 30px;
  line-height: 125%;
  font-weight: 700;
}

h3, h4, h5 {
  font-size: 26px;
  line-height: 150%;
  font-weight: 600;
}

optgroup {
  font-weight: 700;
}

strong, b {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

section {
  position: relative;
}

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

.row::before,
.row::after {
  display: none;
}

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

.image>img,
.image>svg {
  width: 100%;
  max-width: 100%;
  border: none;
}

a {
  color: #478ac9;
}


.header {
  background-color: transparent;
}


.section-form {
  padding: 20px 0 150px;
}

.section-form__content {
  position: relative;
  z-index: 3;
}

.section-form__title {
  max-width: 684px;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

.form-wrapper {
  margin: 150px 0 0 20%;
  width: 100%;
  max-width: 494px;
}

.form-wrapper .secure-copy {
  margin-top: 30px;
}

.section-form__image {
  width: 721px;
  height: 721px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -45px;
  right: 7%;
  z-index: 2;
}

.section-form__image img {
  min-width: 152%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-form__bg {
  width: 100%;
  height: 286px;
  background-color: #18B6BD;
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 1;
}

.section-form #f-wizard-form {
  padding-top: 40px;
}

@media screen and (max-width: 1600px) {
  .section-form__image {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .section-form__image {
    right: -130px;
  }
}
@media screen and (max-width: 1199px) {
  .section-form .container {
    width: 100%;
  }

  .form-wrapper {
    margin: 300px 0 0 18%;
  }

  .section-form__image {
    top: 125px;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .form-wrapper {
    margin: 300px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section-form {
    padding: 20px 0 100px;
  }

  .form-wrapper {
    margin: 400px auto 0;
  }

  .section-form__image {
    width: 540px;
    height: 540px;
    top: 250px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-form__bg {
    top: 385px;
  }
}
@media screen and (max-width: 575px) {
  .section-form__title {
    font-size: 1.5rem;
  }

  .form-wrapper {
    margin-top: 35px;
  }

  .section-form__image {
    display: none;
  }

  .section-form__bg {
    top: 250px;
  }
}


.welcome {
  min-height: 370px;
  padding: 60px 0;
  background-image: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.3),
          rgba(0, 0, 0, 0.3)
  ),
  url("../images/fdrt-min.jpg");
  background-position: 33.83% 67.46%;
  object-fit: cover;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.welcome__content {
  margin: 0 auto;
  max-width: 1030px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .welcome {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .welcome {
    min-height: 487px;
  }
}
@media screen and (max-width: 575px) {
  .welcome {
    min-height: 556px;
  }
}


.disclosure {
  padding: 40px 0 60px;
  color: #fff;
  background-color: #18B6BD;
}

.disclosure .disclosure__title,
.disclosure .disclosure__subtitle {
  text-align: center;
}

.disclosure .disclosure__title {

}

.disclosure .disclosure__subtitle {
  margin: 35px 0 25px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.disclosure .disclosure-block {
  margin-bottom: 35px;
  padding: 0 80px 0 50px;
}

@media screen and (max-width: 1199px) {
  .disclosure .disclosure-block {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .disclosure .disclosure-block {
    padding-right: 0;
  }
}

.disclosure .disclosure-block:last-child {
  margin-bottom: 0;
}

.disclosure .disclosure-block__title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.disclosure .disclosure-block__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #111111
}


.faq {
  padding: 60px 0;
  color: #111111;
  background-color: #e9f2fa;
}

.faq .faq__title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.faq .panel-group {
  margin-bottom: 10px;
}

.faq .panel-group:last-child {
  margin-bottom: 0;
}

.faq .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  font-weight: 700;
  color: #111111;
  background-color: #ffffff;
  transition: 0.4s;
  cursor: pointer;
}

.faq .panel-heading:not(.collapsed),
.faq .panel-heading:hover {
  color: #ffffff;
  background-color: #18b6bd;
}

.faq-item__icon {
  margin-left: 10px;
  width: 17px;
  min-width: 17px;
  height: 17px;
  color: rgb(173, 204, 233);
}

.faq-item__icon svg {
  fill: currentColor;
}


.fees-works {
  padding: 250px 0 130px;
}

.fees-works__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 331px;
  height: 100%;
  background-color: #18B6BD;
  z-index: 1;
}

.fees-works__content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.fees__block,
.works__block {
  width: 50%;
  max-width: 514px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.fees__image,
.works__image {
  object-fit: cover;
  vertical-align: middle;
  background-size: cover;
  overflow: hidden;
  border-radius: 30px;
}

.fees__image img,
.works__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fees__image {
  margin: 0 0 0 auto;
}

.fees__image img {
  min-width: 370px;
}

.works__image {
  margin: 0;
}

.works__image img {
  min-width: 290px;
}

.fees__title,
.works__title {
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
}

.fees__text,
.works__text {
  font-size: 1.125rem;
  line-height: 1.8;
}

.fees__info {
  margin: 85px 0 30px;
}

.fees__text {
  margin: 54px 0 0;
}

.fees__image {
  width: 243px;
  height: 280px;
}

.works__info {
  margin-top: 30px;
  padding: 20px 40px 115px;
  color: #fff;
  background-color: #292D33FF;
  border-radius: 30px;
}

.works__image {
  width: 243px;
  height: 206px;
}

.works__title {
  margin: 9px 0 0;
  color: #fff;
}

.works__text {
  margin: 33px 0 0;
}

@media screen and (max-width: 992px) {
  .fees-works {
    padding: 150px 0 130px
  }

  .fees-works__content {
    flex-direction: column;
  }

  .fees__block,
  .works__block {
    width: 100%;
    max-width: 100%;
  }

  .fees__info {
    margin: 0 0 30px;
  }

  .fees__image {
    width: 346px;
    height: 391px;
    border-radius: 0;
  }

  .fees__image img {
    min-width: 510px;
  }

  .works__image {
    width: 346px;
    height: 288px;
    border-radius: 0;
  }

  .works__image img {
    min-width: 410px;
  }
}

@media screen and (max-width: 767px) {
  .fees__image,
  .works__image {
    width: 100%;
    max-width: 100%;
  }

  .fees__image img,
  .works__image img {
    min-width: 185%;
  }

  .fees__image {
    height: 601px;
  }

  .works__image {
    height: 447px;
  }
}

@media screen and (max-width: 575px) {
  .fees-works {
    padding: 40px 0 60px;
  }

  .fees-works__bg {
    width: 241px;
  }

  .fees__info {
    padding: 10px 0 100px;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .fees__title,
  .works__title {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
  }

  .fees__text {
    margin-top: 66px;
  }

  .fees__image {
    height: 368px;
  }

  .works__info {
    padding: 30px;
  }

  .works__image {
    height: 271px;
  }
}


.lender {
  padding: 100px 0 80px;
  background-color: #f2f2f2;
}

.lender__title {
  font-size: 1.875rem;
  font-weight: 700;
}

.lender__subtitle {
  margin: 30px 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #18B6BD;
}

.lender__text {
  font-size: 1.125rem;
  line-height: 1.8;
}

.lender__text,
.lender__text ul,
.lender__text p {
  margin: 20px 0;
}

.lender__text ul {
  list-style: disc;
  padding-left: 15px;
}

@media screen and (max-width: 575px) {
  .lender {
    padding: 50px 0 30px;
  }
}


.navigation {
  padding: 15px 0;
}

.navigation__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.navigation__content .custom-links {
  margin: 5px;
}

@media screen and (max-width: 575px) {
  .navigation {
    padding: 35px 0;
  }

  .navigation__content {
    flex-direction: column;
  }

  .navigation__content .custom-links {
    margin: 5px 0;
  }
}




.custom-links {
  color: #18b6bd !important;
}

#f-wizard-form {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 5px 8px #ccc;
  margin-top: 10px;
}


label {
  text-align: left !important;
}


/******* FOOTER *******/
.footer {
  background-color: #333;
}

.footer__text,
.footer__copyright {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.footer__text {
  margin: 49px 0 15px !important;
  font-size: 0.875rem !important;
}

.footer__copyright {
  text-align: center;
  padding: 16px 0;
  font-size: 1rem !important;
}


@media screen and (min-width: 768px) {
  .footer__text {
    margin: 60px 0 20px !important;
    text-align: justify;
  }
}


#f-wizard-form .Calendar__day.-disabled,
#f-wizard-form .Calendar__weekDays {
  color: #aca7a7 !important;
}
