@font-face {
  font-family: Pontiac regular;
  src: url('../fonts/pontiac-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Pontiac light;
  src: url('../fonts/pontiac-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Pontiac bold;
  src: url('../fonts/pontiac-bold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --light-grey: #ccc;
  --indigo: #4b2674;
  --lime-green: #38af22;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4vw;
  line-height: 1.6;
}

h1 {
  color: #4b2674;
  text-align: left;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 200%;
  font-weight: 400;
  line-height: 1.6;
}

h2 {
  color: #000;
  text-align: left;
  margin-top: 2%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 125%;
  font-weight: 400;
  line-height: 1.6;
}

h3 {
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 2%;
  margin-bottom: 0;
  padding-left: 1%;
  padding-right: 1%;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 2%;
  margin-bottom: 0;
  padding-left: 1%;
  padding-right: 1%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 1%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.6;
}

.link {
  color: #38af22;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.section {
  margin-top: 3%;
}

.navmenu {
  float: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navlink {
  color: #fff;
  text-align: center;
  background-color: #4b2674;
  width: 20%;
  padding: 11px 0;
  position: static;
}

.navlink:hover {
  background-color: #ccc;
}

.navlink.w--current {
  color: #4b2674;
  background-color: #fff;
  font-size: 100%;
}

.navlink.w--current:hover {
  background-color: #ccc;
}

.brand {
  float: left;
  width: 20%;
  margin-top: 0%;
  margin-left: 0%;
  display: inline-block;
}

.menu-text {
  margin-top: 0%;
}

.mobile-menu {
  float: right;
  width: 4%;
  display: inline-block;
  position: static;
  top: 0;
  right: 0;
}

.icon {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  display: block;
}

.div-wrapper-1 {
  color: #0000;
  background-color: #0000;
  flex-direction: row;
  align-items: stretch;
  width: auto;
  height: 100vh;
  display: flex;
}

.left-page {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/2016_01_Life-of-Pix-free-stock-photos-women-bike-city-LEEROY.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-wrap: nowrap;
  width: 45%;
  padding: 41px;
  display: flex;
}

.right-page {
  flex: 1;
  align-self: flex-start;
  padding: 66px;
  overflow: scroll;
}

.left-page-text-div {
  flex-direction: row;
  flex: 1;
  align-self: center;
  display: block;
}

.h1-dark {
  color: #000;
  text-align: left;
  padding-left: 0%;
}

.test-image {
  float: right;
  margin-top: 71px;
  margin-bottom: 2%;
  margin-left: 2%;
  position: relative;
}

.nav-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  display: flex;
  position: static;
}

.navmenu2 {
  width: 80%;
  display: inline-block;
}

.mobile-slider {
  z-index: 20;
  background-color: #4bb5be;
  width: 30%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: absolute;
  box-shadow: 1px 1px 3px 2px #cccccc80;
}

.mobile-navlink {
  z-index: 25;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
  text-decoration: none;
  display: block;
  position: relative;
}

.mobile-navlink.close {
  margin-top: 5%;
}

.mobile-text {
  color: #fff;
  margin-top: 0%;
  font-size: 20px;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
}

.mobile-text.close {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  display: block;
}

.mobile-close {
  width: 10%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
  right: 0;
}

.hp-image._2, .hp-image.about {
  height: auto;
}

.list-item {
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  line-height: 1.6;
}

.hp-feature-container {
  column-count: 1;
  padding: 2% 1%;
}

.footer {
  background-color: #4b2674;
  margin-top: 3%;
}

.navtext {
  color: #fff;
}

.h3-white {
  color: #fff;
  margin-top: 1%;
  font-size: 100%;
  line-height: 1.6;
}

.footer-logo {
  float: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.faq-faq-photo-div {
  width: 75%;
}

.faq-title-div {
  width: 25%;
}

.faq-container {
  align-items: center;
  display: flex;
}

.button {
  width: 40%;
}

.form {
  margin-top: 35px;
}

.footer-div {
  background-color: #4b2674;
  justify-content: space-around;
  align-items: center;
  margin-top: 2%;
  padding: 1% 4vw;
  display: flex;
}

.footer-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 100%;
  display: flex;
}

.heading {
  font-size: 125%;
}

.body {
  font-family: Open Sans, sans-serif;
}

.word-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4vw;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
}

.left-col {
  width: 30%;
}

.right-col {
  flex: 1;
  padding: 1vw;
}

.feature-wrapper {
  margin-top: 4vw;
  margin-left: 4vw;
  margin-right: 4vw;
}

.copyright-text {
  text-align: center;
  margin-top: 1vw;
  font-size: 100%;
}

html.w-mod-js [data-ix="hide-mobile-slider"] {
  transform: translate(-100%);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }

  .navmenu {
    z-index: 10;
    background-color: #4b2674;
    position: fixed;
    top: 112px;
  }

  .navlink {
    background-color: #0000;
    width: 100%;
    line-height: 50px;
  }

  .navlink.w--current {
    color: #fff;
    background-color: #0000;
  }

  .brand {
    flex: 1;
    width: 50%;
  }

  .icon {
    color: #38af22;
  }

  .div-wrapper-1 {
    flex-direction: column;
  }

  .left-page {
    width: 100%;
  }

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

  .mobile-slider {
    width: 50%;
  }

  .logo {
    float: left;
  }

  .hp-image {
    padding-left: 1%;
  }

  .hp-image._2 {
    height: auto;
  }

  .h3-white {
    text-align: center;
    flex: none;
  }

  .footer-logo {
    flex: 0 auto;
    width: 100%;
  }

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

  .footer-text {
    width: 50%;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .word-wrapper {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }

  .brand {
    flex: 1;
  }

  .mobile-menu {
    float: right;
    width: 9%;
  }

  .left-page {
    flex-flow: wrap;
    flex: 0 auto;
    width: 100%;
  }

  .right-page {
    flex: 1;
    align-self: stretch;
  }

  .nav-wrapper {
    display: inline;
  }

  .hp-image {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h3-white {
    flex: none;
  }

  .footer-text {
    width: 100%;
  }

  .word-wrapper {
    flex-wrap: wrap;
  }

  .left-col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 5vw;
  }

  .mobile-slider {
    width: 100%;
  }

  .h3-white {
    flex: 0 auto;
    align-self: center;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .footer-text {
    width: 100%;
  }
}


@font-face {
  font-family: 'Pontiac regular';
  src: url('../fonts/pontiac-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pontiac light';
  src: url('../fonts/pontiac-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pontiac bold';
  src: url('../fonts/pontiac-bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}