:root {
  --text-grey: #727272;
  --white-smoke: #e9e9e9;
  --red: #ce3f07;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.div-block {
  background-color: #9644aa;
  width: 400px;
  height: 400px;
}

.button {
  padding: 40px;
  position: absolute;
  top: 202px;
  left: 869px;
}

.hero {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/t2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 75vh;
  padding-top: 120px;
  display: block;
}

.body {
  background-color: #fafafa;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.container {
  max-width: 1200px;
  margin-top: 64px;
  padding-left: 40px;
  padding-right: 40px;
}

.h1 {
  color: #fff;
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
  line-height: 1.2;
}

.body-text {
  color: #fff;
  text-align: center;
  margin-top: 64px;
}

.body-text.dark {
  color: var(--text-grey);
  text-align: left;
  margin-top: 24px;
}

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

.cta-wrapper.mini {
  text-align: left;
}

.cta-button {
  max-width: 200px;
  margin-right: 16px;
  transition: box-shadow .4s, transform .4s;
}

.cta-button:hover {
  max-width: 200px;
  transform: translate(0, -5px);
  box-shadow: 1px 1px 10px 5px #00000080;
}

.showcase-image-1 {
  z-index: 5;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.showcase-image-2 {
  z-index: 1;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.showcase-wrapper {
  text-align: center;
  max-width: 50%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-link {
  font-size: 14px;
}

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

.image {
  position: absolute;
}

.nav-container {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown {
  font-size: 14px;
}

.nav-menu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.buttons-wrapper {
  align-items: center;
  margin-left: 64px;
  display: flex;
}

.sign-up-button {
  background-image: linear-gradient(130deg, #fa662e, #eb3660);
  padding: 12px 32px;
  font-size: 14px;
}

.navbar {
  text-transform: uppercase;
  background-color: #fff;
  font-size: 14px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-links-wrapper {
  flex: 0 auto;
  align-items: center;
  margin-right: 80px;
  display: flex;
}

.section.how-it-works {
  margin-top: 60vh;
}

.section.final-cta {
  background-image: linear-gradient(132deg, #fa662e, #eb3660);
  margin-top: 224px;
  padding-bottom: 0;
}

.section.footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.hiw {
  margin-top: 25vh;
}

.heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 42px;
}

.step-row {
  display: flex;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.step-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: auto;
  height: 100%;
}

.step-image-1 {
  height: auto;
}

.step-description {
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.step-caption {
  color: var(--red);
  font-size: 16px;
}

.step-heading {
  font-size: 32px;
  line-height: 1.2;
}

.step-image-2, .step-image-3 {
  height: auto;
}

.feature-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.feature-card._1, .feature-card._2, .feature-card._3, .feature-card._4, .feature-card._5, .feature-card._6, .feature-card._7, .feature-card._8, .feature-card._9 {
  box-shadow: 1px 1px 3px #00000014;
}

.grid {
  grid-column-gap: 72px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-2 {
  font-size: 18px;
}

.paragraph {
  color: var(--text-grey);
  font-size: 16px;
}

.heading-3 {
  color: #fff;
}

.content-wrapper {
  display: flex;
  position: static;
}

.left {
  padding-top: 96px;
  padding-right: 48px;
}

.right {
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
  bottom: 64px;
}

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

.copyright {
  font-size: 14px;
}

.social-link {
  margin-right: 16px;
}

.back-to-top {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  box-shadow: 4px 4px 10px #0000001f;
}

.text-block-2 {
  padding-left: 12px;
  font-size: 14px;
}

.image-3 {
  width: auto;
}

.floating-button {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 100px;
  width: auto;
  height: auto;
  padding: 16px;
  transition: opacity .2s;
  display: inline-block;
  position: fixed;
  inset: auto 5% 10% auto;
  box-shadow: 4px 4px 16px #0000001a;
}

.floating-button:hover {
  width: auto;
  height: auto;
  transform: none;
}

.floating-button.w--current {
  z-index: 500;
  width: auto;
  height: auto;
  transition: opacity .2s;
  display: block;
}

.text-block-3 {
  font-size: 14px;
}

.floating-link {
  opacity: 1;
  color: var(--text-grey);
  font-size: 14px;
  display: none;
}

.floating-link:hover {
  opacity: 1;
}

.showcase-wrapper-2 {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.phoneimage1 {
  z-index: 5;
  position: absolute;
  left: 5%;
}

.phoneimage2 {
  z-index: 1;
  position: absolute;
  right: 5%;
}

.heading-4 {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 96px;
}

.step-row-alt {
  display: flex;
}

.step-image-alt {
  width: auto;
}

.step-desc-alt {
  color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.text-block-4 {
  color: #444;
  font-size: 32px;
  line-height: 1.5;
}

.text-block-5 {
  color: #636363;
  margin-top: 56px;
  font-size: 24px;
  line-height: 1.1;
}

.heading-5 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }

  .body-text.dark {
    font-size: 32px;
  }

  .showcase-image-1 {
    height: 640px;
    inset: 0% auto 0% 0%;
  }

  .showcase-image-2 {
    height: 640px;
    inset: 0% 0% 0% auto;
  }

  .showcase-wrapper {
    max-width: 50%;
  }

  .section.how-it-works {
    margin-top: 30vh;
  }

  .step-image {
    width: 1000px;
  }

  .step-caption {
    font-size: 21px;
  }

  .step-heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .floating-button.w--current {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1 {
    font-size: 48px;
  }

  .body-text.dark {
    font-size: 20px;
  }

  .showcase-image-1 {
    inset: 0% auto 0% 0%;
  }

  .showcase-image-2 {
    inset: 0% 0% 0% auto;
  }

  .showcase-wrapper {
    max-width: 75%;
  }

  .nav-container {
    justify-content: space-between;
  }

  .dropdown {
    display: block;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    display: flex;
  }

  .buttons-wrapper {
    margin-bottom: 24px;
    margin-left: 0;
    display: block;
  }

  .sign-up-button {
    width: 250px;
    margin-left: 20px;
    display: block;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-links-wrapper {
    display: block;
  }

  .image-2 {
    margin-right: 0;
  }

  .section.hiw {
    margin-top: 60vh;
  }

  .heading {
    margin-bottom: 40px;
  }

  .step-row {
    padding-left: 48px;
    padding-right: 48px;
  }

  .step-description {
    padding-left: 0;
    padding-right: 0;
  }

  .step-heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .grid {
    grid-column-gap: 40px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left {
    padding-top: 24px;
  }

  .right {
    padding-left: 0;
    padding-right: 0;
  }

  .floating-button {
    z-index: 100;
  }

  .showcase-wrapper-2 {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 64px;
  }

  .h1 {
    font-size: 32px;
  }

  .body-text {
    font-size: 20px;
  }

  .cta-wrapper.mini {
    text-align: center;
  }

  .showcase-image-1 {
    height: 380px;
    inset: 0% auto 0% 0%;
  }

  .showcase-image-2 {
    height: 380px;
    inset: 0% 0% 0% 172px;
  }

  .section.how-it-works {
    margin-top: 40vh;
  }

  .heading {
    margin-bottom: 40px;
  }

  .step-row {
    flex-direction: column;
    margin-bottom: 80px;
    padding: 0;
  }

  .step-row.second {
    flex-direction: column-reverse;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .step-image {
    width: 80vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .step-heading {
    font-size: 24px;
  }

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

  .content-wrapper {
    flex-direction: column-reverse;
  }

  .left {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
  }

  .copyright {
    font-size: 11px;
  }

  .social-link {
    width: 24px;
  }

  .text-block {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 85vh;
    padding-top: 64px;
  }

  .container {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1 {
    max-width: 100%;
    font-size: 30px;
  }

  .body-text {
    font-size: 16px;
  }

  .cta-button {
    margin-bottom: 16px;
  }

  .showcase-image-1 {
    height: 300px;
    inset: 0% auto 0% 0%;
  }

  .showcase-image-2 {
    height: 300px;
    inset: 0% 0% 0% auto;
  }

  .showcase-wrapper {
    max-width: 100%;
    position: relative;
  }

  .section.how-it-works {
    margin-top: 40vh;
  }

  .heading {
    margin-top: 102px;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .social-icons, .footer-logo {
    margin-bottom: 24px;
  }

  .floating-button {
    z-index: 100;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93d3abf9-823a-768e-9140-3ec859894df5-4c918928 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


