.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;
  }
}

p {
  margin-bottom: 10px;
}

img {
  display: inline-block;
}

.navbar {
  background-color: #3d3d3d;
  height: 90px;
}

.body {
  color: #000;
  background-color: #fafafa;
  max-width: 100vw;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

.container {
  position: static;
}

.container.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: 100% auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1090px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.nav-menu {
  flex: 0 auto;
  order: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar-link {
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.navbar-link:hover {
  color: #f1dc1f;
}

.navbar-link.w--current {
  color: #fff;
}

.navbar-link.w--current:hover {
  color: #f1dc1f;
}

.pages-links {
  flex: 0 auto;
}

.navbar-notify-me-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 160%;
}

.navbar-notify-me-button:hover {
  color: #b7b7b7;
  box-shadow: 0 0 5px rgba(0, 0, 0, .08);
}

.navbar-notify-me-button:active {
  box-shadow: none;
}

.page-header {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #000;
  margin-bottom: 30px;
  font-size: 90px;
  font-weight: 500;
  line-height: 100%;
}

.content-container {
  max-width: 1090px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.company-description {
  text-align: center;
  max-width: 620px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 130%;
}

.coming-soon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  max-width: 395px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.coming-soon.coming-soon-mobile {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.coming-soon-text {
  font-weight: 700;
  line-height: 100%;
}

.submit-button {
  color: #000;
  cursor: pointer;
  background-color: #f1dc1f;
  border-radius: 4px;
  height: auto;
  padding: 12px 14px;
  font-weight: 700;
  line-height: 160%;
}

.submit-button:hover {
  background-color: #fcee6d;
  box-shadow: 0 6px 10px rgba(255, 218, 133, .5);
}

.submit-button:active {
  box-shadow: none;
}

.email-input {
  border: 1px solid #000;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 10px;
  line-height: 160%;
}

.regular-section {
  outline-offset: 0px;
  outline: 3px #000;
  margin-top: 180px;
  margin-bottom: 180px;
  display: block;
}

.regular-section.provider-logos {
  justify-content: space-between;
  display: flex;
}

.regular-section.section-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 180px;
  display: grid;
}

.regular-section.section-grid-copy {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.regular-section.products {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  display: flex;
}

.regular-section.about-us-section {
  margin-top: 90px;
  margin-bottom: 120px;
}

.regular-section.executive-team-section {
  margin-top: 0;
}

.regular-section.road-map-section {
  margin-top: 0;
  display: none;
}

.div-block-3 {
  flex: 1;
}

.product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-preheader {
  outline-offset: 0px;
  outline: 3px #000;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.section-header {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.section-header.easy-platform-header {
  margin-bottom: 40px;
}

.section-header.section-with-margin {
  max-width: 50%;
  margin-right: 0;
}

.secondary-notify-me {
  color: #000;
  cursor: pointer;
  background-color: #f1dc1f;
  border-radius: 4px;
  padding: 12px 14px;
  font-weight: 700;
  line-height: 160%;
}

.secondary-notify-me:hover {
  background-color: #fcee6d;
  box-shadow: 0 6px 10px rgba(255, 218, 133, .5);
}

.secondary-notify-me:active {
  box-shadow: none;
}

.text-block-3 {
  line-height: 130%;
}

.feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  grid-template-rows: 45px minmax(55px, min-content) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.secondary-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.secondary-header.footer-header {
  color: #fff;
}

.footer {
  background-color: #161616;
  border-radius: 20px 20px 0 0;
  height: auto;
  min-height: 300px;
  display: block;
}

.footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 25px 80px;
  display: flex;
}

.footer-content {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.footer-brand {
  margin-right: 125px;
}

.app-frames {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.app-frame {
  background-color: rgba(255, 255, 255, .6);
  border-radius: 10px;
  height: 500px;
}

.app-frame.with-padding {
  padding: 25px 17px;
}

.provider-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-1 Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.provider-logos.regular-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form.form-bottom {
  margin-left: 0;
  margin-right: 0;
}

.list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 25px;
  line-height: 130%;
}

.basic-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 130%;
}

.paragraph-5 {
  margin-bottom: 30px;
  line-height: 130%;
}

.paragraph-5.limited-width-paragraph {
  margin-bottom: 30px;
}

.link-3, .footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #f1dc1f;
}

.limited-width-paragraph {
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 130%;
}

.team-members {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.member {
  max-width: 270px;
}

.member-name {
  color: #000;
  font-size: 20px;
  line-height: 160%;
}

.member-photo {
  margin-bottom: 20px;
}

.member-role {
  color: rgba(0, 0, 0, .2);
  line-height: 130%;
}

.member-description {
  margin-top: 10px;
  line-height: 130%;
}

.quenstion-and-answer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  grid-template: "."
                 "Area"
                 / 1fr 25px;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding: 20px 30px 10px;
  display: grid;
}

.question {
  font-size: 20px;
  line-height: 160%;
}

.answer {
  max-width: 500px;
  margin-top: 10px;
  transition: margin-bottom .2s, max-height .2s;
  display: block;
  overflow: hidden;
}

.expand-button {
  cursor: pointer;
  padding: 5px;
}

.shrink-button {
  cursor: pointer;
  padding: 5px;
  display: block;
}

.toggle-answer-buttons {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3px;
  display: flex;
}

.div-block-11-copy {
  background-color: #fff;
  background-image: url('../images/background-newsletter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 180px;
  padding-top: 40px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.error-message {
  border-radius: 4px;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 160%;
}

.success-message {
  background-color: #d6fea3;
  border-radius: 4px;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 10px;
  line-height: 160%;
}

.error-message-bottom-form {
  border-radius: 4px;
  max-width: 395px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 160%;
}

.success-message-bottom-form {
  background-color: #d6fea3;
  border-radius: 4px;
  max-width: 395px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 10px;
  line-height: 160%;
}

.road-map {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.road-map-slider {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.road-map-points {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.road-map-point {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  max-width: 250px;
  display: flex;
}

.road-map-date {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.road-map-description {
  line-height: 160%;
}

.image {
  margin-top: 60px;
}

.active-point-background {
  z-index: -1;
  filter: blur(30.5px);
  background-color: #f1dc1f;
  border-radius: 76px;
  width: 225px;
  height: 61px;
  position: absolute;
}

.slider-thumb {
  background-color: #000;
  border-radius: 10px;
  width: 54px;
  height: 29px;
}

.slider-track {
  border: 1px #000;
  border-left-style: dashed;
  border-radius: 0;
  width: 1px;
  height: 100%;
}

.hero-background {
  z-index: -100;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/background-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-clip: border-box;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

.hero-background.about-us-background {
  top: -450px;
}

.hero-section-2 {
  margin-top: 110px;
  margin-bottom: 130px;
}

.product-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 20px;
  display: grid;
}

.upper-layer {
  background-color: #f8f8f8;
  background-image: url('../images/background-services.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1383px 1144px;
  border-radius: 10px 10px 0 0;
  padding-top: 100px;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, .05);
}

.paragraph-6 {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 130%;
}

.image-3 {
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.form-block-2 {
  margin-bottom: 40px;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 130%;
}

.div-block-13 {
  background-color: #fff;
  background-image: url('../images/background-newsletter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 40px;
  position: static;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.link-6 {
  color: #000;
  cursor: pointer;
}

.link-6:hover {
  color: #efdb21;
}

.text-block-7 {
  color: #fff;
}

.div-block-14 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.text-block-8 {
  color: rgba(255, 255, 255, .2);
  object-fit: fill;
  flex: none;
  line-height: 130%;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.link-7 {
  color: #fff;
  cursor: pointer;
  flex: 1;
}

.link-7:hover {
  color: #f1dc1f;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.form-block-3 {
  margin-bottom: 40px;
}

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 130%;
}

.text-block-9 {
  color: #fff;
}

.div-block-19 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.text-block-10 {
  color: rgba(255, 255, 255, .2);
  object-fit: fill;
  flex: none;
  line-height: 130%;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.link-8 {
  color: #fff;
  cursor: pointer;
  flex: 1;
}

.link-8:hover {
  color: #f1dc1f;
}

.upper-layer-no-bg {
  background-color: #f8f8f8;
  border-radius: 10px 10px 0 0;
  padding-top: 100px;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, .05);
}

.easy-platform-animated {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  border-radius: 10px;
  grid-template: "top top" 9fr
                 "left right" 93fr
                 / 24fr 120fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.easy-platform-animated-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.easy-platform-animated-right {
  border-bottom-right-radius: 10px;
  width: 100%;
}

.easy-platform-animated-left {
  border-bottom-left-radius: 10px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .hero-background {
    height: 250vh;
  }
}

@media screen and (max-width: 991px) {
  .container.navbar-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 25px;
    padding-right: 0;
    display: grid;
  }

  .nav-menu {
    background-color: #3d3d3d;
    height: 100vh;
    padding-top: 20px;
  }

  .navbar-link {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 130%;
  }

  .navbar-link:hover {
    font-weight: 500;
  }

  .menu-button {
    color: #fff;
    width: 66px;
    min-width: 66px;
    height: 66px;
    min-height: 66px;
    font-size: 30px;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #3d3d3d;
  }

  .navbar-notify-me-button {
    display: none;
  }

  .page-header {
    font-size: 50px;
  }

  .company-description {
    font-size: 16px;
  }

  .coming-soon.coming-soon-mobile {
    display: none;
  }

  .regular-section {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .regular-section.provider-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .regular-section.section-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .regular-section.section-grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .regular-section.products {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .regular-section.road-map-section {
    display: none;
  }

  .product-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-preheader {
    margin-bottom: 5px;
  }

  .section-header {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .section-header.section-with-margin {
    max-width: none;
    margin-right: 0;
  }

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

  .feature {
    grid-template-rows: 45px minmax(55px, min-content) auto;
  }

  .footer-container {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .footer-brand {
    margin-top: 40px;
  }

  .app-frames {
    justify-content: center;
    margin-top: 80px;
    display: flex;
  }

  .app-frame {
    height: 400px;
  }

  .basic-paragraph {
    font-size: 16px;
  }

  .paragraph-5.limited-width-paragraph, .limited-width-paragraph {
    max-width: none;
    font-size: 16px;
  }

  .team-members {
    flex-wrap: nowrap;
  }

  .member {
    flex: 1;
  }

  .quenstion-and-answer {
    grid-template-columns: 1fr 25px;
  }

  .answer {
    font-size: 16px;
  }

  .expand-button {
    display: block;
  }

  .shrink-button {
    padding: 5px;
  }

  .toggle-answer-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .hamburger-icon {
    font-size: 30px;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .div-block-11-copy {
    margin-bottom: 130px;
  }

  .close-icon {
    width: 30px;
    height: 30px;
    padding: 6px;
    display: none;
    position: absolute;
    top: 18px;
  }

  .hero-background {
    top: 0;
  }

  .hero-background.about-us-background {
    top: -300px;
  }

  .hero-section-2 {
    margin-bottom: 80px;
  }

  .upper-layer {
    padding-top: 60px;
  }

  .paragraph-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .link-7 {
    margin-bottom: 40px;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .link-8 {
    margin-bottom: 40px;
  }

  .upper-layer-no-bg {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .company-description {
    margin-bottom: 50px;
  }

  .coming-soon {
    display: flex;
  }

  .coming-soon.coming-soon-mobile {
    background-color: #fafafa;
    display: flex;
  }

  .coming-soon.coming-soon-desktop {
    display: none;
  }

  .submit-button {
    height: 60px;
  }

  .email-input {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .regular-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .regular-section.products {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .regular-section.provider-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .regular-section.section-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .regular-section.section-grid-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .regular-section.products {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 70px;
  }

  .section-preheader {
    margin-bottom: 5px;
  }

  .section-header {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .section-header.section-with-margin {
    max-width: none;
    margin-right: 0;
  }

  .feature {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 50px auto auto;
  }

  .footer-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .app-frames {
    display: none;
  }

  .app-frame {
    border-radius: 5px;
  }

  .provider-logos.regular-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .form {
    flex-direction: column;
  }

  .form.form-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .limited-width-paragraph {
    max-width: none;
  }

  .team-members {
    flex-flow: row;
    align-items: flex-start;
    margin-top: 40px;
  }

  .member {
    flex: 1;
  }

  .member-photo {
    margin-bottom: 10px;
  }

  .member-role, .member-description {
    font-size: 14px;
  }

  .question {
    font-size: 16px;
  }

  .answer {
    max-width: none;
    font-size: 14px;
  }

  .toggle-answer-buttons {
    margin-top: 0;
  }

  .div-block-11-copy {
    margin-bottom: 80px;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, .05);
  }

  .road-map-slider {
    display: none;
  }

  .road-map-points, .image {
    margin-top: 0;
  }

  .hero-background {
    background-size: 100%;
    top: -150px;
  }

  .hero-section-2 {
    margin-top: 100px;
    margin-bottom: 70px;
  }

  .product-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-12 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .paragraph-7 {
    margin-bottom: 30px;
  }

  .div-block-13 {
    box-shadow: 0 -4px 14px rgba(0, 0, 0, .05);
  }

  .div-block-18 {
    margin-top: 40px;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .paragraph-8 {
    margin-bottom: 30px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .container.navbar-container {
    grid-template-columns: 3fr 1fr;
  }

  .page-header {
    font-size: 40px;
  }

  .regular-section.products {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-header.easy-platform-header {
    margin-bottom: 30px;
  }

  .secondary-notify-me {
    text-align: center;
    width: 100%;
  }

  .secondary-header {
    margin-bottom: 0;
  }

  .footer-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-members {
    flex-direction: column;
    align-items: center;
  }

  .member {
    flex: 1;
    max-width: none;
  }

  .member-photo {
    width: 100%;
  }

  .question {
    font-size: 16px;
  }

  .div-block-18 {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-fe384e75-4a8e-476e-cb1a-c0db5ea5f9e3-a11fac10 {
  grid-area: 1 / 1 / 2 / 2;
}

#navbar-notify-me.w-node-fe384e75-4a8e-476e-cb1a-c0db5ea5f9f0-a11fac10 {
  align-self: center;
  justify-self: end;
}

#w-node-_5e8e5958-dab7-3289-da2a-49929814dfb2-a11fac10, #w-node-_5e8e5958-dab7-3289-da2a-49929814dfb3-a11fac10, #w-node-_5e8e5958-dab7-3289-da2a-49929814dfb7-a11fac10, #w-node-_5e8e5958-dab7-3289-da2a-49929814dfb8-a11fac10, #w-node-_5e8e5958-dab7-3289-da2a-49929814dfb9-a11fac10 {
  grid-area: Area;
}

#w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7faf-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fb0-a11fac10 {
  justify-self: center;
}

#w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fb1-a11fac10 {
  justify-self: end;
}

#w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fbe-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fc5-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fc8-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fdd-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fe3-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fe4-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fe9-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fea-a11fac10, #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fef-a11fac10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_531780bd-efef-94c3-9069-28b73b86983a-a11fac10 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_531780bd-efef-94c3-9069-28b73b86983f-a11fac10 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_531780bd-efef-94c3-9069-28b73b869842-a11fac10 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_531780bd-efef-94c3-9069-28b73b869847-a11fac10 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b45df4d6-6e37-777d-ff2f-a4de32e4e978-a11fac10 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b45df4d6-6e37-777d-ff2f-a4de32e4e97d-a11fac10 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_711f1ba6-82bd-1dbf-aa87-2d8a9c371877-a11fac11 {
  grid-area: 1 / 1 / 2 / 2;
}

#navbar-notify-me.w-node-_711f1ba6-82bd-1dbf-aa87-2d8a9c371884-a11fac11 {
  justify-self: end;
}

#w-node-af7188c0-81fd-6227-ab06-1f0dafbedd1f-a11fac11, #w-node-af7188c0-81fd-6227-ab06-1f0dafbedd25-a11fac11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af7188c0-81fd-6227-ab06-1f0dafbedd4d-a11fac11 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-fe384e75-4a8e-476e-cb1a-c0db5ea5f9e3-a11fac10 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fe384e75-4a8e-476e-cb1a-c0db5ea5f9e6-a11fac10 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fe384e75-4a8e-476e-cb1a-c0db5ea5f9ed-a11fac10 {
    justify-self: end;
  }

  #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fae-a11fac10 {
    align-self: auto;
    justify-self: start;
  }

  #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7faf-a11fac10 {
    justify-self: end;
  }

  #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fb0-a11fac10 {
    justify-self: start;
  }

  #w-node-_531780bd-efef-94c3-9069-28b73b86983a-a11fac10 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_531780bd-efef-94c3-9069-28b73b86983f-a11fac10 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_531780bd-efef-94c3-9069-28b73b869842-a11fac10, #w-node-b45df4d6-6e37-777d-ff2f-a4de32e4e978-a11fac10 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_711f1ba6-82bd-1dbf-aa87-2d8a9c371881-a11fac11 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fae-a11fac10 {
    grid-area: Area-1;
  }

  #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7faf-a11fac10 {
    grid-area: Area-4;
  }

  #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fb0-a11fac10 {
    grid-area: Area-2;
    justify-self: end;
  }

  #w-node-_78533f83-b6b1-c69b-d66c-3f6ab9eb7fb1-a11fac10 {
    grid-area: Area-3;
    justify-self: start;
  }

  #w-node-_531780bd-efef-94c3-9069-28b73b86983a-a11fac10 {
    grid-row-end: 2;
    align-self: center;
  }

  #w-node-_531780bd-efef-94c3-9069-28b73b86983f-a11fac10 {
    grid-column-end: 3;
  }

  #w-node-_531780bd-efef-94c3-9069-28b73b869842-a11fac10 {
    grid-row-end: 2;
  }

  #w-node-_531780bd-efef-94c3-9069-28b73b869847-a11fac10 {
    grid-column-end: 3;
  }

  #w-node-b45df4d6-6e37-777d-ff2f-a4de32e4e978-a11fac10 {
    grid-row-end: 2;
  }

  #w-node-b45df4d6-6e37-777d-ff2f-a4de32e4e97d-a11fac10 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-af7188c0-81fd-6227-ab06-1f0dafbedd4d-a11fac11 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


