.logos-div {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shape {
  position: absolute;
}

.shape.bottom-left {
  left: 50px;
  bottom: -120px;
}

.shape.top-right {
  top: -120px;
  right: 40px;
}

.partner-logo {
  max-height: 32px;
  max-width: 120px;
}

.form {
  margin-bottom: 8px;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.tab-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.underline {
  display: inline-block;
  border-bottom: 4px solid #dcf78f;
  line-height: 1em;
}

.container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.container.headinghowitworks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-small {
  font-family: Montserrat, sans-serif;
  color: #80878d;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
}

.horizontal-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
  margin-left: -18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-text-boxes {
  overflow: hidden;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 25px;
  border-left: 4px solid transparent;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-style: normal;
}

.tab-text-boxes:hover {
  background-color: #f4f6fa;
}

.tab-text-boxes.w--current {
  height: auto;
  border-left-color: #5e14dd;
  background-color: #fbf6ff;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._12-columns.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

._12-columns.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._12-columns.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.333333333333336%;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.simple-input {
  width: 300px;
  height: 48px;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 16px;
  border: 1px solid #dde2e7;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
  font-size: 16px;
}

.text-box {
  max-width: 600px;
}

.text-box.center-align {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #5e14dd;
  text-align: center;
}

.text-box.mob-center {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.icon {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.icon.tab {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-8 {
  width: 66.66666666666667%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-9.tab-10 {
  width: 85%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.desk-2 {
  width: 16.66%;
}

.spacer {
  height: 48px;
  background-color: #5eb2f4;
}

.spacer._48 {
  width: 48px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
}

.spacer._80 {
  width: 80px;
  height: 40px;
  background-color: transparent;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: transparent;
}

.center-image {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.form-success {
  padding: 32px;
  border-radius: 4px;
  background-color: #dcf78f;
  color: #444;
  font-size: 16px;
  line-height: 16px;
}

.email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  min-height: 48px;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 0px;
  padding: 8px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #3ac63f;
  border-radius: 5px;
  background-color: #3ac63f;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  border-color: #22b125;
  background-color: #22b125;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
}

.button:active {
  border-color: #159418;
  background-color: #159418;
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button.secondary {
  margin-right: 0px;
  border-width: 2px;
  border-color: #5e14dd;
  background-color: #fbf6ff;
  box-shadow: none;
  color: #5e14dd;
}

.button.secondary:hover {
  border-color: #fbf6ff;
  background-color: rgba(94, 20, 221, 0.3);
  color: #fbf6ff;
}

.button.secondary:active {
  border-color: #5e14dd;
  background-color: #5e14dd;
  color: #fff;
}

.quote-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 16px;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
  background-color: rgba(94, 20, 221, 0.25);
  color: #5e14dd;
  text-align: left;
}

.quote-card.green {
  background-color: #3ac63f;
  color: #fff;
}

.quote-card.outline {
  border-style: solid;
  border-width: 2px;
  border-color: #3ac63f;
  background-color: #fff;
}

.quote-card.light-green {
  border-color: #3ac63f;
  background-color: rgba(94, 20, 221, 0.25);
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5e14dd;
}

.no-margin.bold {
  font-weight: 700;
}

.tabs-text-boxes {
  width: 41.66666666666667%;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #dcf78f;
}

.header-large {
  max-width: 850px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f4f8fa;
  font-size: 54px;
  line-height: 52px;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 1px 1px 4px #200042;
}

.header-large.dark {
  color: #5e14dd;
  text-shadow: none;
}

.section {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, hsla(0, 0%, 100%, 0)), to(#5e14dd)), url('../images/Sun-Tornado.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 4%, #5e14dd), url('../images/Sun-Tornado.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.light-grey {
  position: relative;
  background-color: #fbf6ff;
  background-image: none;
}

.section.light-grey.half-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: none;
}

.section.no-padding {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fbf6ff;
  background-image: none;
  background-size: auto;
}

.section.green {
  background-color: #f4f8fa;
  background-image: none;
  background-size: auto;
  color: #fff;
}

.section.howitworks {
  background-color: #fbf6ff;
  background-image: none;
}

.hero-screenshot {
  margin-bottom: -40px;
  color: #5e14dd;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #333b4a;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

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

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-header {
  color: #a5afb8;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #f4f8fa;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 6px #200042;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
  text-transform: uppercase;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  color: #5e14dd;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  margin-top: 0px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical-tab {
  width: 100%;
}

.tab-link {
  width: 140px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px none #5e14dd;
  background-color: transparent;
  opacity: 0.5;
  color: #5e14dd;
  font-size: 18px;
  text-align: center;
}

.tab-link.w--current {
  width: 100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: none;
  border-bottom-color: #5e14dd;
  border-radius: 20px;
  background-color: rgba(94, 20, 221, 0.25);
  opacity: 1;
  color: #5e14dd;
  font-weight: 700;
}

.faq {
  padding: 10px;
  border-radius: 50px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.text-span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-indent: 0px;
}

.regular {
  font-weight: 400;
}

.tick-list {
  font-size: 16px;
  line-height: 27px;
}

.paragraph-11 {
  color: #5e14dd;
  font-weight: 500;
}

.paragraph-small-2 {
  color: #5e14dd;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
}

.heading-14 {
  color: #5e14dd;
}

.paragraph-12 {
  color: #5e14dd;
}

@media screen and (max-width: 991px) {
  .logos-div {
    padding-right: 30px;
    padding-left: 30px;
  }

  .logos-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .horizontal-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-text-boxes {
    width: 100%;
  }

  ._12-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._12-columns.tablet-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-images {
    width: 100%;
    height: auto;
    max-height: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    width: 50%;
  }

  .column.desk-1.tab-0 {
    display: none;
  }

  .column.desk-8.tab-10 {
    width: 83.33333333333334%;
  }

  .column.desk-9.tab-10 {
    width: 83.33333333333334%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column.desk-5 {
    width: 50%;
  }

  .column.desk-4 {
    width: 50%;
  }

  .column.desk-4.tab-12 {
    width: 100%;
  }

  .column.desk-2.tab-3 {
    width: 25%;
  }

  .button {
    position: relative;
    margin-right: 6px;
    margin-left: 6px;
  }

  .button.secondary {
    height: 48px;
    font-size: 18px;
    line-height: 1.4;
  }

  .quote-card {
    margin-bottom: 30px;
  }

  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-text-boxes {
    width: 100%;
  }

  .header-large {
    max-width: 850px;
    font-size: 39px;
    line-height: 44px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

@media screen and (max-width: 767px) {
  .shape.bottom-left {
    bottom: -90px;
    width: 80px;
  }

  .shape.top-right {
    width: 80px;
  }

  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .underline {
    display: inline;
  }

  ._12-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._12-columns.tablet-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._12-columns.tablet-center.mob-swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .simple-input {
    width: 100%;
  }

  .text-box.mob-center {
    text-align: center;
  }

  .column.desk-8.tab-10.mob-12 {
    width: 100%;
  }

  .column.desk-9.tab-10 {
    width: 100%;
  }

  .column.desk-5 {
    width: 100%;
  }

  .column.desk-4 {
    width: 100%;
  }

  .column.desk-6 {
    width: 100%;
  }

  .column.desk-2.tab-3.mob-6 {
    width: 50%;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .email-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    width: 100%;
  }

  .quote-card {
    padding: 40px;
  }

  .logo-container {
    width: 50%;
  }

  .cta-box {
    padding: 40px;
  }

  .header-large {
    font-size: 42px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-logo {
    padding-left: 0px;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
    border-bottom-width: 0px;
    border-radius: 10px;
  }

  .tab-link.w--current {
    background-color: rgba(94, 20, 221, 0.25);
  }
}

@media screen and (max-width: 479px) {
  .logos-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._12-columns.tablet-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._12-columns.tablet-center.mob-swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .simple-input {
    width: 100%;
  }

  .column {
    margin-bottom: 0px;
  }

  .column.desk-5 {
    width: 100%;
  }

  .column.desk-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quote-card {
    padding: 35px;
  }

  .tabs-text-boxes {
    max-width: 100%;
    text-align: center;
  }

  .header-large {
    margin-right: 10px;
    margin-left: 10px;
    color: #f4f8fa;
    font-size: 32px;
    line-height: 38px;
  }

  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
    color: #f4f8fa;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 1px 0 #000;
  }

  .tab-link.w--current {
    background-color: rgba(94, 20, 221, 0.15);
  }

  .faq {
    border-radius: 20px;
  }
}

