: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"420;
  letter-spacing: .28px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.firstscreen {
  background-color: #f2e5ff;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding-bottom: 120px;
}

.firstscreen_hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 96px;
  display: flex;
}

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

.firstscreen_tag {
  color: #4c2277;
  background-color: #eddbff;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 24px;
}

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

.primary_btn {
  color: #fff;
  background-color: #3e30d4;
  border-radius: 12px;
  padding: 14px 24px;
}

.illustration_desktop {
  height: 290px;
}

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

.pros_wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.pros_item_img {
  width: 80px;
  height: 80px;
  background-color: #f5f7f9;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pros_image {
  height: 32px;
}

.pros_image.is--large {
  height: 44px;
}

.pros_heading {
  font-variation-settings: "wght"600;
  font-size: 24px;
  line-height: 36px;
}

.pros_subheading {
  color: #4a545e;
}

.steps {
  background-color: #f5f7f9;
  border-radius: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2 {
  font-variation-settings: "wght"600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 24px;
}

.h2.text_center {
  text-align: center;
}

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

.step_item {
  align-items: center;
  display: flex;
}

.step_number {
  z-index: 1;
  width: 48px;
  height: 48px;
  background-color: #555f6d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-right: -24px;
  display: flex;
  position: relative;
}

.step_numer_value {
  color: #fff;
  font-variation-settings: "wght"600;
  font-size: 18px;
  line-height: 32px;
}

.step_text {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 20px 20px 48px;
}

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

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

.button_container.is--second {
  margin-top: 0;
}

.legal_description {
  padding-top: 20px;
}

.legal_desc {
  color: #555f6d;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 16px;
}

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

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

.benefits_cards_row {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.benefits_card_item {
  width: 328px;
  height: 412px;
  background-color: #fde5ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 24px;
  display: flex;
}

.benefits_card_item.is--second {
  background-color: #fcdde8;
}

.benefits_card_item.is--third {
  background-color: #ffead1;
}

.benefits_card_item.is--forth {
  background-color: #f6ffce;
}

.divider_1 {
  width: 32px;
  height: 73px;
  background-image: url('/themes/creditsfast/images/plazo/divider_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  margin-left: -1px;
}

.card_icon {
  width: 20px;
  height: 20px;
}

.card_heading {
  font-variation-settings: "wght"600;
  padding-top: 16px;
  font-size: 18px;
  line-height: 32px;
}

.card_text_value {
  margin-bottom: 0;
  padding-top: 4px;
}

.card_illustration {
  height: 184px;
}

.divider_2 {
  width: 32px;
  height: 73px;
  background-image: url('/themes/creditsfast/images/plazo/divider_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 186px;
  margin-left: -1px;
}

.dividers_desktop {
  height: 32px;
  justify-content: center;
  display: flex;
  position: relative;
}

.divider_3 {
  width: 73px;
  height: 32px;
  background-image: url('/themes/creditsfast/images/plazo/divider_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 19%;
}

.divider_4 {
  width: 73px;
  height: 32px;
  background-image: url('/themes/creditsfast/images/plazo/divider_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 32%;
  right: auto;
}

.cta {
  background-color: #1b242c;
  border-radius: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h3 {
  color: #fff;
  font-variation-settings: "wght"600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.cta_text {
  color: #fff;
  text-align: center;
}

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

.cta_illustration {
  height: 280px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.secondary_btn {
  color: #272e35;
  background-color: #c5f83c;
  border-radius: 12px;
  padding: 14px 24px;
}

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

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

.footer_logo {
  height: 20px;
}

.footer_links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.paragraph {
  color: #555f6d;
  margin-top: 24px;
  font-size: 14px;
}

.link {
  color: #1f2227;
  text-decoration: none;
}

.header {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 56px;
  display: flex;
}

.header_inner {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  height: 20px;
}

.illustration_mobile, .fab {
  display: none;
}

@media screen and (max-width: 991px) {
  .firstscreen {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 32px;
  }

  .firstscreen_hero {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

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

  .h1 {
    text-align: center;
  }

  .pros_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .h2 {
    text-align: center;
  }

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

  .step_text {
    width: 308px;
  }
}

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

  .pros_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pros_item {
    width: 264px;
  }

  .cta {
    border-radius: 20px;
  }

  .footer_links {
    flex-direction: column;
  }

  .paragraph {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .firstscreen {
    z-index: 999;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .firstscreen_hero {
    padding-top: 0;
  }

  .h1 {
    letter-spacing: -.32px;
    font-size: 32px;
    line-height: 44px;
  }

  .primary_btn {
    width: 100%;
    text-align: center;
  }

  .illustration_desktop {
    display: none;
  }

  .pros {
    z-index: 3;
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
  }

  .pros_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
  }

  .pros_item {
    width: 100%;
  }

  .steps {
    z-index: 3;
    border-radius: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .h2 {
    text-align: center;
    margin-bottom: 24px;
  }

  .steps_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
  }

  .step_text {
    width: 100%;
    min-width: 308px;
  }

  .button_container.is--second {
    width: 100%;
  }

  .legal_wrapper {
    align-items: flex-start;
  }

  .benefits {
    padding-top: 32px;
    padding-bottom: 24px;
    position: relative;
  }

  .benefits_cards_row {
    flex-direction: column;
  }

  .benefits_card_item {
    width: 100%;
  }

  .divider_1 {
    width: 73px;
    height: 32px;
    background-image: url('/themes/creditsfast/images/plazo/divider_1_mob.webp');
    margin-top: 0;
    margin-left: 60%;
  }

  .divider_2 {
    width: 73px;
    height: 32px;
    background-image: url('/themes/creditsfast/images/plazo/divider_3_mob.webp');
    margin-top: 0;
    margin-left: 45%;
  }

  .divider_3 {
    display: none;
  }

  .divider_4 {
    background-image: url('/themes/creditsfast/images/plazo/divider_2_mob.webp');
    margin-right: 40%;
    position: static;
  }

  .cta {
    z-index: 3;
    border-radius: 20px;
    position: relative;
  }

  .cta_illustration, .secondary_btn {
    width: 100%;
  }

  .footer {
    z-index: 3;
    background-color: #fff;
    position: relative;
  }

  .header {
    padding-bottom: 48px;
  }

  .illustration_mobile {
    width: 100%;
    padding-top: 40px;
    display: block;
  }

  .fab {
    z-index: 2;
    width: 100%;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, .16);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    padding: 16px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fab_btn {
    width: 100%;
    text-align: center;
    background-color: #3e30d4;
    border-radius: 999px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('/themes/creditsfast/fonts/plazo/Worksans.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}