body {
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.image-4 {
  width: 70%;
  margin-top: -2px;
}

.link-block {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #183149;
  font-size: 52px;
  line-height: 62px;
  font-weight: 600;
  text-align: left;
}

.h1.b-space {
  margin-bottom: 15px;
}

.h1.middle {
  text-align: center;
}

.brand {
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-section {
  position: relative;
  height: 100vh;
  background-color: #f5f8fe;
  background-image: url('../images/banner.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.arrow-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.arrow-icon.white {
  -webkit-filter: none;
  filter: none;
}

.banner-sub {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 52px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.nav-wrapper.lesser {
  padding-top: 0px;
  padding-bottom: 0px;
}

.button-text-block {
  margin-right: 8px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.button-text-block.home-button {
  margin-right: 0px;
  margin-bottom: 9px;
  color: #1e3147;
  font-size: 18px;
  text-transform: none;
}

.banner-content-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.banner {
  max-width: 1440px;
}

.container.long {
  max-width: 1440px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.button-wrapper.padding {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-wrapper.left {
  position: relative;
  z-index: 9999999;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-left: 0px;
  padding: 13px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffca08;
  background-image: linear-gradient(141deg, #3b3c70, #535499);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.button-standard.white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #1e3147;
}

.button-standard.full {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
}

.p1 {
  margin-bottom: 0px;
  color: #1e3147;
  font-size: 18px;
  line-height: 30px;
}

.main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 139px;
  padding-bottom: 139px;
  -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;
}

.main-wrapper.padding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 165px;
  padding-bottom: 0px;
  -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;
}

.main-wrapper.padding-2 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.main-wrapper.padding-3 {
  padding-top: 97px;
  padding-bottom: 97px;
}

.main-wrapper.no-flex {
  display: block;
}

.main-wrapper.lesser-padding {
  padding-top: 59px;
  padding-bottom: 59px;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.title-wrapper.center {
  -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;
}

.title-wrapper.center.no-padding {
  margin-bottom: 0px;
}

.pain-content-main {
  margin-bottom: 36px;
}

.pain-content-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pain-content-small {
  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;
}

.h2 {
  margin-bottom: 20px;
  color: #1e3147;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

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

.h2.center.padding {
  line-height: 50px;
}

.h2.no-top {
  margin-top: 0px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.gradient {
  background-image: linear-gradient(187deg, #37377e, #6565a8);
}

.section.light-blue {
  background-color: #f5f8fe;
}

.section.light-blue.hide {
  display: none;
}

.text-block-1 {
  margin-bottom: 20px;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-2 {
  color: #1e3147;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.s-img {
  margin-bottom: 20px;
}

.statistic-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 117px;
  padding-bottom: 117px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrapper.lesser-padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

._2014 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.h2-2.short {
  position: relative;
  z-index: 8888888;
  margin-bottom: 3px;
  font-size: 35px;
  line-height: 56px;
  font-weight: 600;
  text-align: left;
}

.h2-2.short.middle {
  text-align: center;
}

.h2-2.short.black {
  max-width: 500px;
}

.h2-2.smaller {
  font-size: 30px;
}

.h2-2.black {
  color: #183149;
  font-weight: 600;
}

.h2-2.black.left {
  text-align: left;
}

.icons {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
}

.service-ori-main-wrapper {
  padding-top: 62px;
  padding-bottom: 62px;
}

.service-ori-main-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-ori-content {
  position: relative;
  padding-right: 164px;
  padding-left: 0px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1e3147;
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
}

.p1-2 {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  text-decoration: none;
}

.p1-2.height {
  color: #1e3147;
  line-height: 30px;
}

.image-5 {
  color: #1e3147;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.text-block-footer {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 600;
}

.section-2 {
  padding-top: 0px;
  padding-right: 119px;
  padding-left: 119px;
}

.section-2.footer-line {
  border-top: 1px none #d8d8d8;
  border-bottom: 0px none #d8d8d8;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 111px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
}

.footer-wrapper.footer-padding {
  margin-top: 67px;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-style: solid none none;
  border-width: 1px 0px 0px;
  border-color: #e3e3e3 #000 #000;
}

.copyright-text-block {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

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

.footer-link.color {
  color: #000;
}

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

.papahipstrer-link {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.papahipstrer-link:hover {
  color: #454680;
}

.footer-logo {
  width: auto;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stats-main {
  margin-bottom: 71px;
}

.banner-content-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatsapp-button-link {
  display: block;
  width: 100%;
}

.whatsapp-button {
  width: 70%;
  margin-right: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-block-1-copy {
  margin-bottom: 20px;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.desktop-scipt {
  display: none;
  background-color: transparent;
}

.script-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-scipt {
  display: none;
  background-color: transparent;
}

.scipt {
  background-color: transparent;
}

.text-span {
  font-size: 30px;
  font-weight: 500;
}

.form-banner {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-banner.lesser-padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.banner-title {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  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-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;
}

.navi-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.icon {
  width: 40px;
  height: 40px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.form-wrapper {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-4 {
  color: #4848ee;
  font-weight: 500;
  text-decoration: none;
}

.checkbox {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
}

.error-message {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #ee4848;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.checkbox-label {
  color: #949494;
}

.memberstack-form {
  position: relative;
  padding-top: 0px;
}

.bu {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 15px 18px;
  border-radius: 4px;
  background-color: #4848ee;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.bu:hover {
  background-color: #3535df;
}

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

.signup-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.signup-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #5354cb;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #5354cb;
}

.register-container {
  position: static;
  z-index: 10;
  display: block;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.form-img {
  margin-top: 15px;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.title-wrapper-2 {
  margin-bottom: 76px;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.epicor-content {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  width: 100%;
}

.div-block-6 {
  margin-right: 30px;
}

.image-7 {
  width: 100%;
}

.success-message {
  background-color: #0af034;
}

.text-block-4 {
  margin-bottom: 8px;
  font-size: 16px;
}

.text-span-2 {
  color: red;
}

.button-2 {
  padding: 13px 35px;
  border-radius: 8px;
  background-image: linear-gradient(141deg, #3b3c70, #535499);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.link-block-2 {
  width: auto;
  font-size: 14px;
  text-decoration: none;
}

.text-block-5 {
  padding: 13px 24px;
  border-radius: 8px;
  background-image: linear-gradient(141deg, #3b3c70, #535499);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .image-4 {
    position: relative;
    z-index: 999999999;
  }

  .text-button {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .h1 {
    font-size: 50px;
    line-height: 70px;
    text-align: center;
  }

  .h1.b-space {
    text-align: center;
  }

  .brand {
    z-index: 2;
  }

  .banner-sub {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .button-wrapper {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .button-wrapper.padding {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-conten-wrapper {
    margin-top: 30px;
    margin-bottom: 73px;
  }

  .banner-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p1 {
    text-align: center;
  }

  .banner-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-wrapper {
    padding: 99px 80px;
  }

  .main-wrapper.padding {
    padding-top: 93px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .main-wrapper.padding-3 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .main-wrapper.no-flex {
    padding: 81px 50px;
  }

  .pain-content-main {
    margin-bottom: 0px;
  }

  .pain-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pain-content-small {
    margin-bottom: 59px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2 {
    text-align: center;
  }

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

  .statistic-wrapper {
    margin-bottom: 79px;
  }

  .intro-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._2014 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    -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;
  }

  .h2-2 {
    position: relative;
    z-index: 2;
  }

  .h2-2.short {
    margin-bottom: 0px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .h2-2.smaller {
    font-size: 20px;
  }

  .service-ori-main-wrapper {
    padding-bottom: 0px;
  }

  .service-ori-main-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-ori-content {
    padding-right: 0px;
    text-align: center;
  }

  .h3 {
    margin-bottom: 35px;
    text-align: center;
  }

  .p1-2.height {
    text-align: center;
  }

  .div-block-2 {
    right: -7%;
    bottom: -29%;
  }

  .footer-content {
    margin-bottom: 29px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .text-block-footer {
    margin-bottom: 15px;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    padding: 80px 0px 0px;
  }

  .footer-wrapper.footer-padding {
    margin-bottom: 0px;
    padding-top: 27px;
    padding-bottom: 27px;
  }

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

  .stats-main {
    margin-bottom: 0px;
  }

  .image-6 {
    width: 80%;
  }

  .script-wrapper {
    display: block;
    width: auto;
  }

  .form-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .banner-title {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    margin-bottom: 43px;
    -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;
  }

  .grid-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon {
    background-color: transparent;
  }

  .form-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4 {
    padding-top: 0px;
  }

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

  .epicor-content {
    margin-bottom: 59px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .div-block-6 {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 2px;
  }

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

  .main-wrapper.padding {
    padding-right: 46px;
    padding-left: 46px;
  }

  .main-wrapper.padding-3 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .main-wrapper.no-flex {
    padding-right: 14px;
    padding-left: 14px;
  }

  .intro-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._2014 {
    left: 0%;
    top: 28%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .h2-2 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .h2-2.short {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .service-ori-main-wrapper {
    padding-top: 0px;
  }

  .copyright-wrapper {
    -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;
  }

  .desktop-scipt {
    display: block;
  }

  .script-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mobile-scipt {
    display: block;
  }

  .scipt {
    display: block;
  }

  .form-banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-title {
    left: 0%;
    top: 28%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .bu {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .image-4 {
    width: 70%;
    margin-top: 0px;
  }

  .text-button {
    position: static;
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .h1.b-space {
    font-size: 30px;
    line-height: 35px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-section {
    position: static;
    height: 90vh;
  }

  .nav-wrapper {
    margin-bottom: 19px;
    padding: 13px 21px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-content-main {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .button-wrapper.padding {
    position: static;
    z-index: 9999999;
    padding-bottom: 0px;
  }

  .button-standard {
    position: relative;
    z-index: 9999999;
    display: block;
  }

  .banner-conten-wrapper {
    margin-top: 0px;
    margin-bottom: 55px;
  }

  .banner-main {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p1 {
    line-height: 25px;
  }

  .banner-image {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-wrapper {
    padding-right: 10px;
    padding-bottom: 76px;
    padding-left: 10px;
  }

  .main-wrapper.padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-wrapper.padding-2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .main-wrapper.padding-3 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .main-wrapper.no-flex {
    padding: 56px 10px;
  }

  .h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .h2.center.padding {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 38px;
  }

  .text-block-1 {
    text-align: center;
  }

  .text-block-1.middles {
    text-align: center;
  }

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

  .intro-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._2014 {
    top: 13%;
  }

  .h2-2 {
    margin-bottom: 9px;
    font-size: 30px;
    line-height: 40px;
  }

  .h2-2.short {
    margin-bottom: 11px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 37px;
  }

  .h2-2.smaller {
    font-size: 20px;
    line-height: 25px;
  }

  .service-ori-main-grid {
    grid-row-gap: 40px;
  }

  .h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-2 {
    right: -1%;
  }

  .section-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-wrapper {
    padding-top: 39px;
    padding-bottom: 0px;
    padding-left: 23px;
  }

  .footer-wrapper.footer-padding {
    margin-top: 0px;
  }

  .copyright-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    display: block;
    width: 60%;
  }

  .banner-content-mobile {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .script-wrapper {
    width: auto;
  }

  .form-banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .banner-title {
    top: 13%;
  }

  .button-wrapper {
    margin-top: 31px;
  }

  .navi-form-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-wrapper {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .icon {
    width: auto;
    height: auto;
    margin-right: 10px;
  }

  .text-block-3 {
    width: 100%;
  }

  .register-container {
    min-width: 0px;
  }

  .title-wrapper-2 {
    margin-bottom: 42px;
  }

  .image-8 {
    width: auto;
  }
}

#w-node-_20f7b56b-0da4-e3d4-23bd-c03ee976fc6d-f6677565 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b482fe9d-3b5c-d239-a177-53405cbc9f9c-f6677565 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d619a9aa-de65-23e5-8e91-df8ac6e7f7c9-9c38b38c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_34aee307-bb86-b632-9902-99a9c03bb420-9c38b38c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d9e9a311-a42f-17c7-7272-968144e97fba-9c38b38c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_503efdf3-b571-3242-f56f-537cc50eaa4d-9c38b38c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-d45ce0ca-7871-20e3-03cb-e1742e69c3e9-f6677565 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-b482fe9d-3b5c-d239-a177-53405cbc9f94-f6677565 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_03a32b73-3a99-8d97-99bf-c2b2c50905a3-f6677565 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}