:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #272e35;
  font-variation-settings: "wght"450;
  letter-spacing: .32px;
  font-family: Inter Variable, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.header {
  z-index: 999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .85);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_inner {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  height: 16px;
}

.footer_logo {
	width: 48px;
	height: 48px;
}

.header_buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.primary_button {
  height: 40px;
  color: #fff;
  background-color: #3062d4;
  border-radius: 8px;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(27, 36, 44, .12);
}

.primary_button.m48 {
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.icon_button {
  height: 40px;
  background-color: #fff;
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(27, 36, 44, .12);
}

.btn_value {
  color: #4a545e;
  margin-left: 8px;
  text-decoration: none;
}

.path_left {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0%;
  right: auto;
}

.path_right {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: auto;
  right: 0%;
}

.firstsreen {
  background-image: linear-gradient(#f5f8ff, #f6f5ff);
  padding-top: 144px;
  padding-bottom: 40px;
}

.h1 {
  font-variation-settings: "wght"600;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 56px;
}

.p_text {
  margin-bottom: 0;
}

.badge_mainscreen {
  height: 28px;
  margin-top: 16px;
  margin-bottom: 32px;
  display: block;
}

.calculator {
  width: 328px;
  margin-left: -8px;
}

.firstscreen_content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.calculator_wrapper {
  width: 328px;
}

.calc_legal_text {
  color: #555f6d;
  letter-spacing: .2px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 16px;
}

.steps {
  padding-top: 56px;
  padding-bottom: 56px;
}

.h2 {
  font-variation-settings: "wght"600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}

.h2.is--left {
  text-align: left;
}

.steps_cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.step_card_item {
  width: 328px;
  background-color: #f5f7f9;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.step_number {
  width: 32px;
  height: 32px;
  background-color: #dee3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
}

.step_text__wrapper {
  margin-top: 20px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.step_card_heading {
  font-variation-settings: "wght"600;
  letter-spacing: -.36px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 32px;
}

.step_card_text {
  color: #555f6d;
  margin-bottom: 0;
}

.btn_container {
  text-align: center;
  margin-top: 32px;
}

.cons {
  background-color: #f5f8ff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.subheading_text {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.cons_cards {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.cons_card_item {
  width: 272px;
  height: 363px;
  background-color: #272e35;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.cons_card_text {
  padding-top: 24px;
  padding-left: 16px;
}

.cons_card_heading {
  color: #fff;
  letter-spacing: -.36px;
  font-size: 18px;
  line-height: 32px;
}

.cons_card_paragraph {
  color: rgba(255, 255, 255, .64);
  letter-spacing: .28px;
  font-size: 14px;
  line-height: 24px;
}

.partners {
  justify-content: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.parners_logo {
  max-width: 848px;
  background-color: #eaedf0;
  border-radius: 20px;
  align-items: center;
  padding: 12px;
  display: flex;
  overflow: hidden;
}

.partners_row {
  min-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.parnter_logo {
  height: 40px;
}

.review_img {
  height: 120px;
  border-radius: 12px;
}

.review_chart {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
}

.review_likes {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.like_icon {
  padding-bottom: 2px;
}

.review_item_person {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.reviews_rating_numberof {
  color: #5f6169;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.filter_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.review_tag {
  color: #000610;
  background-color: #fff;
  border: 1px solid #ecedf3;
  border-radius: 80px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}

.review_tag.tag_1 {
  cursor: pointer;
}

.person_avatar_letter {
  color: #fff;
  font-size: 20px;
}

.review_tags {
  max-width: 328px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.container {
  max-width: 100%;
  margin-left: 80px;
  margin-right: 80px;
}

.review_item {
  border-bottom: 1px solid #d5d5dd;
  border-right: 1px solid #d5d5dd;
  padding: 24px 16px;
}

.person_loan {
  color: #676972;
  font-size: 14px;
  line-height: 20px;
}

.reviews_rating_value {
  color: #2e3038;
  font-variation-settings: "wght"600;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.review_paragraph {
  letter-spacing: .28px;
  font-size: 14px;
  line-height: 24px;
}

.review_line_number {
  min-width: 16px;
  color: #50525a;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.review_image {
  margin-bottom: 16px;
}

.review_tag_wrapper {
  position: relative;
}

.review_item_rating_date {
  color: #696b77;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reviews {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 56px;
}

.close_btn {
  cursor: pointer;
  display: none;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: auto;
  right: -4px;
}

.reviews_verification__text {
  color: #1776b6;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reviews_heading {
  font-variation-settings: "wght"600;
}

.reviews_rating {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #757780;
  align-items: center;
  margin-top: 4px;
  display: none;
}

.reviews_top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #d5d5dd;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 36px;
  display: flex;
}

.review_item_rating {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
}

.review_item_rating_stars {
  height: 14px;
  margin-right: 8px;
}

.reviews_verification {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.reviews_grid_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #d5d5dd;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1px;
  display: grid;
}

.h2-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.h2-2.is--left {
  text-align: left;
}

.review_item_rating_tag {
  font-variation-settings: "wght"600;
  background-color: #fff;
  border: 1px solid #d5d5dd;
  border-radius: 4px;
  margin-left: 12px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.review_line_child {
  width: 100%;
  height: 100%;
  background-color: #f8b805;
  border-radius: 80px;
}

.review_line_child.is-30 {
  width: 25%;
  border-radius: 80px;
}

.review_line_child.is--8 {
  width: 8%;
}

.reviews_rating_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.person_avatar {
  width: 44px;
  height: 44px;
  background-color: #212fb0;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.person_avatar.is--blue2 {
  background-color: #2166b0;
}

.person_avatar.is--pink {
  background-color: #b021a6;
}

.person_avatar.is--brown {
  background-color: #b06821;
}

.person_avatar.is--green {
  background-color: #21b051;
}

.person_avatar.is-red {
  background-color: #b0214a;
}

.review_line_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review_line_parent {
  width: 200px;
  height: 8px;
  background-color: #f3f4f5;
  border-radius: 80px;
  overflow: hidden;
}

.likes_count {
  color: #6c6e77;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.person_name {
  font-weight: 700;
}

.faq {
  background-color: #f5f8ff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.faq_wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.faq_row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq_question {
  max-width: 408px;
}

.faq_heaing {
  font-variation-settings: "wght"600;
  letter-spacing: -.36px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_links__wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer_link {
  color: #3062d4;
  border-bottom: 1px solid #3062d4;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.text-block {
  color: #555f6d;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.footer_link_dark {
  color: #272e35;
  border: 1px #000;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.divider {
  display: none;
}

.first_screen_illustration {
  width: 348px;
}

.coockies_pop-up {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies_banner {
  z-index: 999;
  width: 690px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05), 0 10px 25px rgba(50, 50, 93, .1);
}

.cookies_text_wrapper {
  max-width: 424px;
}

.coockies_heading {
  font-variation-settings: "wght"600;
  font-weight: 500;
}

.cookies_text {
  width: 334px;
  color: #555f6d;
  letter-spacing: .28px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.cookies_btns_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cookies_primary_btn {
  background-color: #0058cc;
  border-radius: 12px;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 24px;
}

.cookies_secondary_btn {
  color: #0058cc;
  text-align: center;
  background-color: rgba(0, 88, 204, 0);
  border-radius: 12px;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 24px;
}

.cookies_secondary_btn:hover {
  background-color: #eff0ff;
}

.floating_button {
  z-index: 20;
  justify-content: flex-end;
  margin-bottom: 32px;
  margin-right: 32px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ftb_shining {
  height: 48px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #f59638;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 16px 24px -6px rgba(27, 36, 44, .16), 0 2px 2px -1px rgba(27, 36, 44, .04);
}

.ftb_image {
  height: 64px;
}

@media screen and (min-width: 1280px) {
  .h2.is--left {
    text-align: center;
  }

  .review_item.review_3 {
    max-width: 360px;
  }

  .review_item.review_2, .review_item.review_4 {
    max-width: 360px;
    border-right-style: none;
  }

  .review_item.review_5 {
    max-width: 360px;
    border-bottom-style: none;
  }

  .review_item.review_6 {
    max-width: 360px;
    border-bottom-style: none;
    border-right-style: none;
  }

  .review_item.review_1 {
    max-width: 360px;
  }

  .reviews {
    margin-top: 0;
  }

  .reviews_top {
    justify-content: center;
    margin-top: 36px;
  }

  .reviews_grid_wrapper {
    border-left-style: none;
  }

  .h2-2.is--left {
    text-align: center;
  }

  .faq_wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .review_tags {
    justify-content: center;
  }

  .reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reviews_heading {
    text-align: center;
  }

  .reviews_top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .h2-2.is--left {
    text-align: center;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .containter {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon_button {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn_value {
    display: none;
  }

  .firstscreen_content, .steps_cards {
    flex-direction: column;
    align-items: center;
  }

  .container {
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .reviews_grid_wrapper {
    grid-template-columns: 1fr;
  }

  .faq_wrapper {
    flex-direction: column;
  }

  .faq_question {
    max-width: 100%;
  }

  .first_screen_illustration {
    display: none;
  }

  .cookies_banner {
    width: 90vw;
    flex-direction: column;
  }

  .cookies_text_wrapper {
    max-width: 300px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 99;
  }

  .header_inner {
    height: 64px;
  }

  .primary_button.m48 {
    width: 100%;
  }

  .firstsreen {
    z-index: 4;
    padding-top: 88px;
    position: relative;
  }

  .text_center {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h1 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }

  .p_text {
    text-align: center;
  }

  .calculator {
    width: 100%;
    height: 373px;
    margin-left: 0;
  }

  .calc_legal_text {
    text-align: center;
  }

  .steps {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h2 {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
  }

  .steps_cards {
    margin-top: 24px;
  }

  .step_card_item {
    width: 100%;
  }

  .btn_container {
    margin-top: 24px;
  }

  .btn_container.padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cons {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .subheading_text {
    text-align: left;
  }

  .cons_cards {
    width: auto;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .cons_card_item {
    min-height: 398px;
    min-width: 294px;
  }

  .cons_card_text {
    padding-right: 16px;
  }

  .partners {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .parners_logo {
    max-width: 95%;
    border-radius: 12px;
    overflow: hidden;
  }

  .partners_row {
    min-width: 585px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .parnter_logo {
    height: 32px;
  }

  .review_tags {
    justify-content: flex-start;
  }

  .review_item.review_3, .review_item.review_2, .review_item.review_4, .review_item.review_5 {
    border-right-style: none;
  }

  .review_item.review_6 {
    border-bottom-style: none;
    border-right-style: none;
  }

  .review_item.review_1 {
    border-right-style: none;
  }

  .reviews {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .reviews_heading {
    text-align: left;
  }

  .reviews_top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
    margin-top: 20px;
  }

  .reviews_grid_wrapper {
    border-left-style: none;
  }

  .h2-2 {
    text-align: left;
    font-size: 36px;
  }

  .reviews_rating_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .faq_wrapper, .faq_row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block {
    text-align: center;
  }

  .scroll_wrapper {
    width: 100%;
    padding-left: 16px;
    overflow: scroll;
  }

  .divider {
    width: 8px;
    min-width: 8px;
    display: block;
  }

  .coockies_pop-up {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookies_banner {
    padding: 16px;
  }

  .cookies_text, .cookies_btns_wrapper {
    width: 100%;
  }

  .cookies_primary_btn {
    text-align: center;
    background-color: #3062d4;
    font-size: 14px;
    line-height: 24px;
  }

  .cookies_secondary_btn {
    color: #1a41ff;
    text-align: center;
    -webkit-text-stroke-color: #3062d4;
    font-size: 14px;
    line-height: 24px;
  }

  .floating_button {
    z-index: 3;
    width: 100%;
  }

  .ftb_shining {
    width: 100%;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 12px;
  }

  .ftb_label {
    padding-right: 40px;
  }

  .ftb_image {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: -8px;
    left: auto;
    right: 5%;
  }

  .shine_effect {
    width: 30px;
    height: 48px;
    background-image: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    left: 84.5px;
  }

  .css {
    display: none;
  }
}

#w-node-_8e75c5eb-949d-ade1-6302-2d150250b247-41183c72, #w-node-_8e75c5eb-949d-ade1-6302-2d150250b262-41183c72, #w-node-_8e75c5eb-949d-ade1-6302-2d150250b27b-41183c72, #w-node-_8e75c5eb-949d-ade1-6302-2d150250b296-41183c72, #w-node-_8e75c5eb-949d-ade1-6302-2d150250b2ae-41183c72, #w-node-_8e75c5eb-949d-ade1-6302-2d150250b2c5-41183c72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_8e75c5eb-949d-ade1-6302-2d150250b247-41183c72 {
    justify-self: end;
  }

  #w-node-_8e75c5eb-949d-ade1-6302-2d150250b262-41183c72 {
    justify-self: start;
  }

  #w-node-_8e75c5eb-949d-ade1-6302-2d150250b27b-41183c72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_8e75c5eb-949d-ade1-6302-2d150250b296-41183c72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8e75c5eb-949d-ade1-6302-2d150250b2ae-41183c72 {
    justify-self: end;
  }

  #w-node-_8e75c5eb-949d-ade1-6302-2d150250b2c5-41183c72 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Inter Variable';
  src: url('/themes/prestamopro/fonts/opt/Inter-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}