.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-wrap.light-blue {
  background-color: rgba(0, 107, 110, 0.06);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-2 {
  position: relative;
  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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin: 0px auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.wrapper.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-1 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link-1:hover {
  opacity: 1;
  color: #006b6e;
  font-weight: 700;
}

.nav-link-1.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-1.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-1.border:hover {
  background-color: #006b6e;
  color: #fff;
}

.nav-link-1.drop-down-nav {
  padding-right: 0px;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.nav-bar.sample-website {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-8 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  background-color: #f1f6f4;
}

.panel.bo-bottom-padding {
  display: block;
  padding-bottom: 0px;
}

.panel.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.panel.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Asset-45.png');
  background-position: 0px 0px;
  background-size: 100%;
}

.panel.one.background-image-side {
  background-color: rgba(9, 106, 208, 0);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel.two {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #eb1d4d;
}

.panel.three {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  background-color: #006b6e;
}

.panel.four {
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}

.panel.function-features {
  min-height: auto;
  padding-top: 82px;
  padding-bottom: 20px;
  background-color: #fff;
}

.panel.worldmap {
  min-height: 0vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(50, 48, 49, 0.19);
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 0.3;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-family: Roboto, sans-serif;
  color: #323031;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.blue.padding {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px;
  background-color: #006b6e;
}

.row.centre-align {
  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;
  -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;
}

.row.align-centre {
  -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;
  background-color: transparent;
}

.row.align-centre.flex-vertical-align {
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.header {
  padding-top: 0px;
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.md-4 {
  margin-bottom: -60px;
  padding-bottom: 20px;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.bottom-margin-mobile {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.col.lg-5.md-4 {
  font-family: Roboto, sans-serif;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.sm-2 {
  width: 20%;
}

.col.lg-2 {
  width: 16.66%;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #096ad0;
}

.horizontal-line.light.white {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.horizontal-line.blue {
  background-color: #006b6e;
}

.paragraph-small {
  font-family: Roboto, sans-serif;
  color: rgba(0, 107, 110, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.styleguide-caption-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption-2.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.margin-bottom {
  position: static;
  margin-top: 0px;
  margin-bottom: 40px;
  clear: none;
}

.margin-bottom.small {
  margin-bottom: 20px;
}

.color-block {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: rgba(0, 107, 110, 0.2);
}

.color-block.black {
  background-color: #323031;
}

.color-block.light-blue {
  border-style: none;
  background-color: rgba(0, 107, 110, 0.06);
}

.color-block.steel-blue {
  background-color: #006b6e;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
}

.white {
  color: #fff;
  font-weight: 300;
}

.button {
  width: 200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
  border-radius: 40px;
  background-color: #006b6e;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.button:hover {
  border: 1px solid #096ad0;
  background-color: #006b6e;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  font-family: Roboto, sans-serif;
  color: #fff;
}

.button.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
  background-color: transparent;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.button.ghost:hover {
  background-color: #006b6e;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ghost.reversed {
  display: inline-block;
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.button.ghost.reversed:hover {
  background-color: #fff;
  color: #006b6e;
}

.button.ghost.reversed.sign-up {
  position: -webkit-sticky;
  position: sticky;
  display: inline;
  width: 200px;
  min-width: 0px;
  padding-left: 60px;
  float: none;
  clear: none;
  -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;
  text-align: center;
}

.button.reversed {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.button.reversed:hover {
  border-color: #006b6e;
  background-image: none;
}

.button.track-pad {
  display: none;
}

.button.track-phone {
  display: none;
}

.button.red {
  border-color: #006b6e;
  background-color: #006b6e;
}

.button.download {
  border-color: #5bc0eb;
  background-color: #5bc0eb;
}

.button.track {
  border-color: #5bc0eb;
  background-color: #5bc0eb;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
  border-radius: 6px;
  background-color: rgba(0, 107, 110, 0.06);
}

.rich-text-block {
  font-family: Roboto, sans-serif;
  color: #006b6e;
  text-align: left;
}

.heading {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-2 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-3 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-4 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-5 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.image {
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.link {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.paragraph-small-2 {
  font-family: Roboto, sans-serif;
  color: rgba(0, 107, 110, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-2.footer {
  margin-bottom: 0px;
  color: rgba(0, 107, 110, 0.6);
  font-size: 13px;
}

.paragraph-small-2.footer {
  margin-bottom: 0px;
  font-size: 13px;
}

.link-2 {
  font-family: Roboto, sans-serif;
  color: rgba(0, 107, 110, 0.6);
}

.link-3 {
  color: rgba(0, 107, 110, 0.6);
}

.utility-page-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}

.utility-page-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.body {
  background-color: rgba(0, 107, 110, 0.06);
}

.heading-6 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.icon {
  position: absolute;
  color: #006b6e;
  text-align: left;
}

.text-span {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.text-span-2 {
  font-family: Roboto, sans-serif;
}

.text-span-3 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.text-span-4 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.dropdown-link {
  background-color: #fff;
  color: #006b6e;
}

.dropdown-link-2 {
  background-color: #fff;
}

.dropdown-link-3 {
  background-color: #fff;
}

.no-underline {
  font-family: Roboto, sans-serif;
  color: #006b6e;
  text-decoration: none;
}

.negative-margin {
  margin-left: -10px;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  color: #006b6e;
  text-decoration: none;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #006b6e;
  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;
}

.social-media-icon {
  padding: 8px;
  color: #006b6e;
}

.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;
}

.footer {
  margin-top: 232px;
  padding-top: 0px;
}

.text-span-5 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.short-paragraph {
  width: 75%;
  color: #006b6e;
}

.short-paragraph.part-2 {
  background-color: rgba(0, 107, 110, 0);
  color: #006b6e;
}

.button-2 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  font-size: 16px;
  font-weight: 300;
}

.button-2:hover {
  border: 1px solid #096ad0;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #006b6e;
}

.button-2.ghost {
  border: 1px solid #096ad0;
  background-color: transparent;
  box-shadow: none;
  color: #096ad0;
}

.button-2.ghost:hover {
  background-color: #096ad0;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button-2.margin-left {
  margin-right: 20px;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.image-3 {
  position: static;
  padding-top: 1px;
  clear: none;
}

.image-4 {
  overflow: visible;
  opacity: 1;
}

.image-5 {
  position: static;
  display: block;
  padding-bottom: 26px;
  float: none;
}

.image-5.mark {
  display: block;
}

.image-6 {
  position: static;
  display: block;
  margin-top: 0px;
  padding-top: 26px;
  float: none;
}

.image-7 {
  display: block;
}

.heading-7 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  padding-top: 50px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.grid {
  margin-top: 140px;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 366px;
  grid-template-areas: ".";
  -ms-grid-columns: 8fr;
  grid-template-columns: 8fr;
  -ms-grid-rows: auto minmax(auto, 0.25fr) minmax(0px, 1fr) auto;
  grid-template-rows: auto minmax(auto, 0.25fr) minmax(0px, 1fr) auto;
}

.div-block-9 {
  max-width: 500px;
}

.value {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 107, 110, 0.06);
}

.icon-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
}

.icon-2.desktop {
  max-height: none;
  max-width: 100%;
  color: #000;
}

.low-opacity {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 107, 110, 0.6);
}

.heading-8 {
  display: block;
  max-width: 100%;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-9 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-10 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-11 {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-12 {
  margin-top: 49px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-13 {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-14 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.image-8 {
  position: absolute;
  bottom: 59.25px;
  margin-top: 50px;
  text-align: left;
}

.panel-1 {
  min-height: 100vh;
}

.text-area {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.text-area::-webkit-input-placeholder {
  color: #006b6e;
}

.text-area:-ms-input-placeholder {
  color: #006b6e;
}

.text-area::-ms-input-placeholder {
  color: #006b6e;
}

.text-area::placeholder {
  color: #006b6e;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
}

.paragraph-small-3 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.form {
  width: 100%;
  color: #006b6e;
}

.contact-form-container {
  display: none;
  width: 100%;
  border-radius: 6px;
}

.form-field {
  min-height: 0px;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.form-field::-webkit-input-placeholder {
  color: #006b6e;
}

.form-field:-ms-input-placeholder {
  color: #006b6e;
}

.form-field::-ms-input-placeholder {
  color: #006b6e;
}

.form-field::placeholder {
  color: #006b6e;
}

.select-field {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.select-field:active {
  background-color: #fff;
  color: #006b6e;
}

.select-field.contact-us {
  margin-bottom: 10px;
}

.heading-15 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.heading-15.tracking {
  color: #006b6e;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.paragraph-small-4 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 1px;
  border-color: #006b6e;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
}

.how-it-works-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #323031;
}

.how-it-works-line {
  position: absolute;
  top: 315px;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  color: #fff;
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-16 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.paragraph-4 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.heading-17 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.heading-18 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.heading-19 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.section-3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-3.footer {
  margin-top: -200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-3.section-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/hubez-cover-image-v2.png');
  background-position: 0px 0px;
}

.section-3.part1 {
  padding-bottom: 0px;
  background-color: rgba(0, 107, 110, 0.06);
}

.section-3.part-2 {
  top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 107, 110, 0.06);
}

.section-3.part-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 107, 110, 0.06);
}

.section-3.part-4 {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: rgba(0, 107, 110, 0.06);
}

.paragraph-small-5 {
  color: rgba(0, 107, 110, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: 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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2.navbar-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.wrapper-2.space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2.space-around.lenton {
  max-width: 100%;
}

.wrapper-2.space-around.equity-partners {
  max-width: 400px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wrapper-2.space-around.gsa {
  max-width: 600px;
}

.how-it-works-line-2 {
   position: absolute;
   width: 100vw;
   height: 1px;
   margin-top: 35px;
   padding-bottom: 0px;
   background-color: #fff;
   color: #fff;
 }

.heading-20 {
  color: #006b6e;
}

.heading-21 {
  color: #006b6e;
}

.heading-22 {
  color: #006b6e;
}

.heading-23 {
  color: #006b6e;
}

.paragraph-5 {
  color: rgba(0, 107, 110, 0.6);
}

.paragraph-small-6 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.heading-24 {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-25 {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-26 {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-27 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 38px;
}

.paragraph-6 {
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Roboto, sans-serif;
  color: #fff;
}

.dropdown-link-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #006b6e;
  font-size: 15px;
}

.dropdown-link-4:hover {
  opacity: 1;
}

.dropdown-link-4:focus {
  color: #006b6e;
}

.dropdown-link-4.w--current {
  opacity: 1;
}

.dropdown-chevron {
  margin-right: -1px;
  color: #006b6e;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.full-opacity {
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.nav-link-2.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.nav-link-2.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-2.border:hover {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-2.border.cta {
  border-color: #006b6e;
  background-color: #006b6e;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.dropdown-link-text {
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  text-decoration: none;
}

.dropdown-list-2 {
  display: none;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  border-color: #006b6e;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.dropdown-list-2.w--open:hover {
  border-color: #006b6e;
}

.dropdown {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-28 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  font-size: 34px;
  text-align: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab {
  width: 100%;
}

.tab-link {
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.5;
  color: #096ad0;
  text-align: center;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.margin-bottom-2 {
  margin-bottom: 40px;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: rgba(0, 107, 110, 0.6);
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.heading-29 {
  color: #323031;
}

.heading-30 {
  color: #323031;
}

.recaptcha {
  margin-top: 10px;
}

.text-block-5 {
  padding-bottom: 20px;
  color: #006b6e;
}

.textarea {
  width: 500px;
  height: 3000px;
}


.image-9 {
  position: absolute;
  left: 1200px;
  display: block;
  margin-top: 63px;
}

.image-10 {
  display: none;
}

.recaptcha-2 {
  margin-right: 0px;
}

.footer-heading-2 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.footer-link-2 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-2:hover {
  opacity: 1;
}

.footer-link-2.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link-2.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.social-media-icon-2 {
  display: block;
  padding: 8px;
}

.social-media-icon-3 {
  width: 44px;
  max-width: none;
  padding: 8px;
}

.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.heading-31 {
  font-family: Roboto, sans-serif;
  color: #006b6e;
  text-align: center;
}

.field-label {
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #323031;
  text-align: center;
}

.field-label-2 {
  font-family: Roboto, sans-serif;
  color: #323031;
  text-align: center;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
}

.form-2 {
  display: block;
  max-width: 500px;
  min-width: 0px;
  text-align: center;
}

.form-2.create-account {
  margin-top: 100px;
  padding-top: 0px;
}

.form-3 {
  display: block;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.text-field {
  min-width: 0px;
}

.text-field-2 {
  margin-bottom: 10px;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.text-field-3 {
  margin-bottom: 10px;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.field-label-3 {
  color: #323031;
}

.div-block-10 {
  background-color: #006b6e;
  font-family: Roboto, sans-serif;
  color: #323031;
  text-align: center;
}

.div-block-10.sign-up {
  min-height: 100vh;
  min-width: 50vh;
}

.div-block-10.sign-up.form {
  display: none;
  background-color: #fff;
}

.div-block-10.login {
  display: none;
  min-height: 100vh;
}

.heading-32 {
  display: block;
  margin-top: 0px;
  margin-bottom: 70px;
  padding-top: 146px;
  color: #fff;
}

.text-block-7 {
  display: block;
  margin-top: 40px;
  color: #fff;
}

.image-11 {
  display: block;
  margin-left: 60px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: left;
}

.image-11.new {
  margin-top: 50px;
  margin-left: 60px;
  padding-top: 0px;
}

.column-3 {
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.form-block {
  display: inline-block;
  margin-top: 275px;
  text-align: center;
}

.form-block.create-account {
  display: block;
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.track-image-1 {
  display: none;
  margin-top: 27px;
}

.track-image-2 {
  display: none;
}

.div-block-11 {
  display: none;
  padding-right: 260px;
  padding-left: 260px;
}

.form-block-2 {
  display: block;
}

.heading-33 {
  background-color: rgba(50, 48, 49, 0);
  color: #323031;
}

.heading-34 {
  color: #323031;
}

.heading-35 {
  color: #323031;
}

.heading-36 {
  color: #323031;
}

.heading-37 {
  font-size: 38px;
}

.bg1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 101vh;
  background-color: #fff;
}

.bg2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  overflow: hidden;
  min-height: 101vh;
  background-color: #f1f6f4;
}

.div-block-13 {
  background-color: #fff;
}

.bg3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  overflow: hidden;
  min-height: 101vh;
  background-color: #006b6e;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 101vh;
  background-color: #fff;
}

.div-block-15 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  max-height: 101vh;
  background-color: #f1f6f4;
}

.div-block-16 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  min-height: 101vh;
  background-color: #006b6e;
}

.textarea-2 {
  min-height: 200px;
  font-family: Roboto, sans-serif;
  text-align: left;
}

.select-field-2 {
  font-family: Roboto, sans-serif;
}

.select-field-3 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
}

.select-field-3:active {
  background-color: #fff;
  color: #006b6e;
}

.select-field-3.contact-us {
  margin-bottom: 10px;
}

.div-block-17 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-14 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-18 {
  min-height: 100vh;
}

.text-area-2 {
  min-height: 140px;
  margin-bottom: 10px;
  padding: 16px 15px 12px 16px;
  border-style: none;
  border-width: 1px;
  border-color: #f1f6f4;
  border-radius: 3px;
  background-color: #fff;
  color: rgba(0, 107, 110, 0.06);
}

.text-area-2::-webkit-input-placeholder {
  color: #006b6e;
}

.text-area-2:-ms-input-placeholder {
  color: #006b6e;
}

.text-area-2::-ms-input-placeholder {
  color: #006b6e;
}

.text-area-2::placeholder {
  color: #006b6e;
}

.text-area-2.message._2 {
  background-color: rgba(0, 107, 110, 0.06);
}

.section-4 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-small-7 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.form-4 {
  width: 100%;
}

.contact-form-container-2 {
  width: 100%;
  border-radius: 6px;
  background-color: transparent;
}

.button-3 {
  margin-bottom: 0px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #006b6e;
  font-size: 16px;
  font-weight: 300;
}

.button-3:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #006b6e;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #006b6e;
}

.col-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2.lg-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;
}

.col-2.lg-5 {
  width: 41.66%;
}

.col-2.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-field-2 {
  min-width: 200px;
  margin-bottom: 10px;
  padding: 20px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  color: #006b6e;
}

.form-field-2::-webkit-input-placeholder {
  background-color: rgba(0, 107, 110, 0.06);
  color: #006b6e;
}

.form-field-2:-ms-input-placeholder {
  background-color: rgba(0, 107, 110, 0.06);
  color: #006b6e;
}

.form-field-2::-ms-input-placeholder {
  background-color: rgba(0, 107, 110, 0.06);
  color: #006b6e;
}

.form-field-2::placeholder {
  background-color: rgba(0, 107, 110, 0.06);
  color: #006b6e;
}

.form-field-2.name._2 {
  background-color: rgba(0, 107, 110, 0.06);
}

.form-field-2.email._1 {
  color: #006b6e;
}

.form-field-2.email._2 {
  background-color: rgba(0, 107, 110, 0.06);
}

.heading-38 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.select-field-4 {
  min-width: 200px;
  border-radius: 3px;
  background-color: rgba(0, 107, 110, 0.06);
  color: #006b6e;
}

.select-field-4.country._1 {
  background-color: #fff;
}

.column-4 {
  display: block;
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-5 {
  min-height: 100vh;
  padding-left: 0px;
}

.div-block-19 {
  min-height: 100vh;
  background-color: #006b6e;
  color: #006b6e;
}

.heading-39 {
  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;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.grid-2 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.image-15 {
  display: block;
  margin-left: 20px;
}

.column-6 {
  display: block;
  min-height: 100vh;
}

.column-7 {
  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;
  -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;
}

.columns-2 {
  min-height: 100vh;
  min-width: 100vh;
}

.heading-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #323031;
  font-weight: 700;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 200px;
  margin-left: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-41 {
  margin-bottom: 100px;
  padding-left: 100px;
  font-family: Roboto, sans-serif;
  color: #323031;
  text-align: center;
}

.heading-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-right: 100px;
  -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;
  color: #323031;
  text-align: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-20 {
  display: block;
  min-height: 100vh;
  min-width: 50%;
}

.column-10 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0%;
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-11 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.columns-4 {
  display: block;
  min-height: 0vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.heading-44 {
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  text-align: center;
}

.heading-45 {
  position: absolute;
  display: block;
  font-family: Roboto, sans-serif;
}

.image-16 {
  position: absolute;
  z-index: 100;
  display: block;
  width: 600px;
  min-width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #323031;
}

.heading-46 {
  position: absolute;
}

.heading-47 {
  position: absolute;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 85px 0px 0px 147px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.3px;
  text-indent: 0px;
}

.image-17 {
  position: absolute;
  top: 189.625px;
  right: -207px;
}

.image-18 {
  position: absolute;
  top: 283.719px;
  z-index: 5;
}

.bars {
  position: absolute;
  top: auto;
  z-index: 5;
  display: block;
}

.image-19 {
  width: 500px;
}

.key {
  position: absolute;
  width: 500px;
}

.image-20 {
  position: absolute;
  width: 160px;
}

.keys {
  position: absolute;
  z-index: 5;
  width: 160px;
  max-height: none;
  background-color: transparent;
}

.image-21 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 1%;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 250px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-22 {
  position: absolute;
  left: auto;
  top: 16%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 250px;
  margin-top: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-21 {
  position: absolute;
}

.body-2 {
  min-height: 100vh;
}

.column-12 {
  min-height: 100vh;
  padding-left: 10px;
  background-color: #006b6e;
  text-align: center;
}

.column-13 {
  min-height: 100vh;
  text-align: center;
}

.image-23 {
  display: block;
}

.form-5 {
  display: inline-block;
}

.heading-48 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.field-label-4 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.field-label-5 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.text-block-8 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.text-field-4 {
  font-family: Roboto, sans-serif;
}

.text-field-5 {
  font-family: Roboto, sans-serif;
}

.heading-49 {
  margin-top: 191px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #006b6e;
  text-align: center;
}

.form-6 {
  padding-right: 120px;
  padding-left: 120px;
  text-align: center;
}

.text-block-9 {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
}

.image-24 {
  position: absolute;
}

.image-25 {
  position: absolute;
}

.link-block {
  position: absolute;
  z-index: 999;
  margin-top: 330px;
}

.link-block-2 {
  display: inline-block;
  padding-left: 0px;
  text-align: center;
}

.div-block-22 {
  text-align: center;
}

.div-block-22.top {
  text-align: left;
}

.image-26 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  max-width: 70%;
  padding-top: 0px;
  float: none;
  clear: none;
  opacity: 1;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-50 {
  position: absolute;
  bottom: 609px;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  font-family: Roboto, sans-serif;
}

.heading-51 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #323031;
  text-align: center;
}

.heading-51.heading-52 {
  color: #323031;
}

.partnership {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.text-block-10 {
  font-family: Roboto, sans-serif;
  color: #323031;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
}

.text-block-11 {
  font-family: Roboto, sans-serif;
  color: #323031;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
}

.image-27 {
  text-align: center;
}

.column-14 {
  top: 27px;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.image-28 {
  padding-top: 17px;
}

.image-29 {
  padding-top: 0px;
}

.column-15 {
  padding-top: 43px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.column-16 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-17 {
  top: 36px;
  padding-top: 18px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.column-18 {
  top: 35px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-19 {
  padding-top: 54px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-30 {
  float: none;
  clear: right;
}

.columns-5 {
  padding-bottom: 27px;
}

.column-20 {
  text-align: center;
}

.column-21 {
  padding-top: 27px;
}

.column-22 {
  padding-top: 58px;
}

.column-23 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.column-24 {
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-31 {
  padding-top: 50px;
  padding-right: 0px;
}

.image-32 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-25 {
  padding-top: 58px;
}

.heading-53 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #323031;
  text-align: center;
}

.text-block-12 {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.image-33 {
  padding-top: 20px;
}

.text-block-13 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.text-block-14 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-26 {
  text-align: right;
}

.column-27 {
  text-align: right;
}

.column-28 {
  text-align: right;
}

.column-29 {
  text-align: left;
}

.partner-logo {
  width: 100px;
}

.image-34 {
  width: 250px;
  height: 100%;
}

.image-35 {
  width: 60px;
  height: 100%;
}

.image-36 {
  width: 150px;
  height: 100%;
}

.image-37 {
  width: 220px;
  height: 100%;
}

.image-38 {
  width: 230px;
  height: 100%;
}

.image-39 {
  width: 100px;
  max-width: 100%;
  height: 100%;
}

.image-40 {
  width: 150px;
  height: 100%;
}

.image-41 {
  width: 120px;
  padding-top: 15px;
  height: 100%;
}

.image-42 {
  width: 40px;
  height: 100%;
}

.partner-logo-container {
  width: 100% !important;
}

.w-button {
  background-color: #006A6D !important;
}

.image-43 {
  width: 110px;
  padding-top: 15px;
  height: 100%;
}

.image-44 {
  width: 70px;
  height: 100%;
}

.image-45 {
  width: 100px;
  padding-bottom: 5px;
  height: 100%;
}

@media (max-width: 991px) {
  .burger-icon {
    color: #096ad0;
  }
  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .wrapper {
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link-1 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-1.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link-1.drop-down-nav {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 41px;
  }
  .nav-cta-button-container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    background-color: #fff;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .panel {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .panel.one {
    min-height: 800px;
  }
  .row {
    display: block;
    margin-top: 0px;
    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-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;
  }
  .row.flex-horizontal.blue.padding {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.no-bottom-margins {
    margin-bottom: 0px;
  }
  .row.centre-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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 auto auto;
    grid-template-rows: auto auto auto;
  }
  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col {
    width: 25%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-6.md-3 {
    width: 75%;
  }
  .col.lg-6.md-4 {
    width: 100%;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    line-height: 10px;
  }
  .col.lg-5 {
    width: 50%;
  }
  .col.lg-5.md-4 {
    width: 100%;
  }
  .col.lg-1 {
    display: none;
  }
  .col.lg-1.hidden-lg-down {
    display: none;
  }
  .col.lg-4 {
    width: 50%;
  }
  .col.lg-4.md-33 {
    width: 33.33%;
  }
  .col.lg-10.md-2 {
    width: 50%;
  }
  .col.lg-11.md-3 {
    width: 75%;
  }
  .col.lg-9.md-1 {
    width: 25%;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-3.md-1 {
    width: 25%;
  }
  .col.lg-3.md-4 {
    width: 100%;
  }
  .col.lg-3.sm-2 {
    width: 20%;
  }
  .col.lg-2.md-4 {
    width: 100%;
  }
  .col.lg-2.md-1 {
    width: 25%;
  }
  .margin-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button {
    display: inline-block;
    margin-top: 29px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    text-align: center;
  }
  .button.track-pad {
    display: inline-block;
  }
  .button.track-desktop {
    display: none;
  }
  .button.track-phone {
    display: none;
  }
  .negative-margin {
    margin-left: -9px;
  }
  .footer-logo-2 {
    margin-bottom: 40px;
  }
  .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;
  }
  .short-paragraph {
    text-align: left;
  }
  .value-proposition-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .image-5 {
    padding-bottom: 29px;
  }
  .image-6 {
    padding-top: 29px;
  }
  .heading-7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 32px;
    text-align: center;
  }
  .grid {
    margin-top: 50px;
  }
  .value {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .icon-2 {
    display: inline-block;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin-bottom: 0px;
  }
  .heading-8 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .heading-9 {
    font-size: 16px;
  }
  .heading-10 {
    font-size: 16px;
  }
  .heading-11 {
    margin-top: 40px;
    font-size: 16px;
  }
  .heading-12 {
    margin-top: 24px;
    font-size: 16px;
  }
  .heading-13 {
    margin-top: 15px;
    font-size: 16px;
  }
  .heading-14 {
    margin-top: 10px;
    font-size: 16px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-form-container {
    display: none;
  }
  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .circle {
    margin-bottom: 10px;
  }
  .how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    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 auto;
    grid-template-rows: auto auto;
  }
  .how-it-works-line {
    top: 245px;
  }
  .section-header {
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .section-3 {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper-2.space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper-2.space-around.lenton {
    display: block;
  }
  .wrapper-2.space-around.equity-partners {
    display: block;
  }
  .how-it-works-line-2 {
    top: 245px;
  }
  .paragraph-small-6 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .heading-24 {
    margin-bottom: 35px;
  }
  .heading-25 {
    margin-bottom: 35px;
  }
  .heading-26 {
    margin-bottom: 31px;
  }
  .burger-icon-2 {
    color: #006b6e;
  }
  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-2.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-2.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .nav-link-2.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-link-text {
    margin-right: 0px;
  }
  .dropdown-list-2.w--open {
    position: relative;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-28 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
  }
  .tab {
    text-align: left;
  }
  .margin-bottom-2 {
    margin-bottom: 20px;
  }
  .heading-29 {
    margin-top: 0px;
    text-align: left;
  }
  .heading-30 {
    margin-top: 10px;
    text-align: left;
  }
  .image-9 {
    display: none;
    overflow: visible;
  }
  .image-10 {
    position: static;
    top: 0px;
    display: inline-block;
    margin-left: 82px;
    padding-left: 0px;
    float: none;
    clear: left;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-10.sign-up {
    width: auto;
    min-width: 0vh;
  }
  .heading-32 {
    padding-top: 151px;
  }
  .track-image-2 {
    display: none;
    margin-top: 68px;
    margin-left: 82px;
  }
  .heading-33 {
    margin-top: 0px;
  }
  .heading-34 {
    margin-top: 10px;
  }
  .heading-35 {
    margin-top: 0px;
  }
  .heading-37 {
    margin-top: 0px;
  }
  .image-12 {
    height: auto;
  }
  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .col-2 {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-2.lg-5 {
    width: 50%;
  }
  .col-2.lg-1 {
    display: none;
  }
  .col-2.lg-1.hidden-lg-down {
    display: none;
  }
  .heading-43 {
    margin-right: 0px;
    font-size: 20px;
  }
  .heading-44 {
    margin-left: 0px;
    font-size: 20px;
  }
  .heading-47 {
    margin-left: 148px;
  }
  .image-21 {
    position: fixed;
  }
  .form-6 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .text-block-9 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .link-block {
    margin-top: 331px;
  }
  .link-block-2 {
    padding-left: 0px;
  }
  .image-26 {
    padding-top: 59px;
  }
  .heading-50 {
    bottom: 289px;
  }
  .partner-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .image-34 {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .panel.one {
    min-height: 600px;
    padding-top: 83px;
  }
  .panel.two {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal {
    margin-bottom: 0px;
    -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;
  }
  .col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 20px;
  }
  .col.lg-10.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }
  .col.lg-3.sm-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }
  .col.lg-3.sm-1 {
    width: 50%;
  }
  .button {
    width: auto;
    margin-top: 10px;
  }
  .button.ghost.reversed.sign-up {
    display: none;
    margin-bottom: 20px;
  }
  .button.track-pad {
    display: none;
  }
  .button.track-phone {
    display: inline-block;
  }
  .footer-logo-2 {
    padding-left: 0px;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -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;
  }
  .short-paragraph {
    color: #323031;
    font-size: 14px;
  }
  .button-2 {
    width: 200px;
    margin-bottom: 40px;
  }
  .value-proposition-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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .heading-7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
    text-align: center;
  }
  .grid {
    margin-top: 40px;
  }
  .low-opacity {
    font-size: 11px;
  }
  .heading-8 {
    font-size: 20px;
    line-height: 20px;
  }
  .heading-9 {
    margin-top: 12px;
    font-size: 14px;
  }
  .heading-10 {
    font-size: 14px;
  }
  .heading-11 {
    margin-top: 55px;
    font-size: 14px;
  }
  .heading-12 {
    margin-top: 27px;
    font-size: 14px;
  }
  .heading-13 {
    margin-top: 16px;
    font-size: 14px;
  }
  .heading-14 {
    margin-top: 10px;
    font-size: 14px;
  }
  .contact-form-container {
    display: inline-block;
  }
  .form-field.contact-us {
    min-width: 0px;
  }
  .select-field.contact-us {
    border-radius: 3px;
  }
  .circle {
    margin-right: 0px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }
  .how-it-works-step {
    display: block;
    width: 80%;
    min-height: 200px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .step-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .section-3 {
    margin-top: 0px;
  }
  .wrapper-2.navbar-2 {
    padding-top: 14px;
  }
  .wrapper-2.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .paragraph-small-6 {
    font-size: 12px;
  }
  .heading-25 {
    margin-top: 10px;
  }
  .heading-27 {
    font-size: 30px;
    line-height: 30px;
  }
  .heading-28 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
  }
  .margin-bottom-2 {
    margin-bottom: 10px;
  }
  .heading-29 {
    margin-top: 10px;
    color: #323031;
  }
  .heading-30 {
    margin-top: 0px;
    color: #323031;
    font-size: 24px;
  }
  .image-10 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .form-2 {
    margin-top: -219px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Roboto, sans-serif;
  }
  .text-field-2 {
    border-radius: 3px;
  }
  .text-field-3 {
    border-radius: 3px;
  }
  .div-block-10.sign-up {
    min-height: 200px;
    padding-right: 137px;
    padding-left: 140px;
  }
  .heading-32 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .column-3 {
    min-height: 200px;
  }
  .track-image-2 {
    display: none;
    margin-top: 2px;
    margin-left: 11px;
  }
  .heading-33 {
    margin-top: 10px;
    color: #323031;
  }
  .heading-34 {
    margin-top: 0px;
    color: #323031;
    font-size: 24px;
  }
  .heading-35 {
    color: #323031;
    font-size: 24px;
  }
  .heading-36 {
    color: #323031;
  }
  .div-block-18 {
    min-height: 0vh;
  }
  .col-2.lg-6 {
    width: 100%;
  }
  .col-2.lg-5 {
    width: 100%;
  }
  .col-2.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }
  .heading-43 {
    display: block;
    margin-right: 0px;
    font-size: 14px;
    text-align: center;
  }
  .heading-44 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .heading-47 {
    margin-left: 128px;
  }
  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 479px) {
  .burger-icon {
    color: #006b6e;
  }
  .wrapper {
    max-height: 200vh;
    margin-bottom: 0px;
  }
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-bar {
    position: fixed;
    display: block;
  }
  .panel {
    min-height: 250vh;
    padding-bottom: 0px;
  }
  .panel.two {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .panel.three {
    background-color: #006b6e;
  }
  .panel.four {
    max-height: 0vh;
    min-height: 250vh;
    padding-top: 0px;
  }
  .panel.intro {
    min-height: 600px;
  }
  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-5.md-4 {
    margin-bottom: 8px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .col.lg-5.md-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col.lg-4 {
    width: 100%;
  }
  .col.lg-4.md-33.xs-2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col.lg-3 {
    width: 100%;
  }
  .col.lg-3.sm-2 {
    font-family: Roboto, sans-serif;
    color: #323031;
  }
  .margin-bottom {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .color-block {
    margin-bottom: 20px;
  }
  .button {
    display: block;
    width: auto;
    margin: 10px 0px 0px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
  }
  .button.track-phone {
    padding: 10px 20px;
  }
  .dropdown-toggle {
    padding-bottom: 20px;
  }
  .negative-margin {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .social-media-icon {
    padding: 0px;
  }
  .short-paragraph {
    display: none;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
  }
  .heading-7 {
    padding-top: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    text-align: center;
  }
  .grid {
    margin-top: -60px;
    grid-auto-rows: 0px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-rows: minmax(auto, 0.25fr);
    grid-template-rows: minmax(auto, 0.25fr);
  }
  .heading-11 {
    margin-top: 10px;
  }
  .heading-12 {
    margin-top: 10px;
  }
  .heading-13 {
    margin-top: 10px;
  }
  .heading-14 {
    margin-top: 10px;
  }
  .contact-form-container {
    padding: 0px;
  }
  .form-field.contact-us {
    min-width: 100%;
  }
  .heading-15.tracking {
    font-size: 28px;
  }
  .circle {
    margin-right: 20px;
  }
  .how-it-works-step {
    width: 100%;
    min-height: 240px;
  }
  .section-3 {
    margin-top: 0px;
    padding-top: 50px;
  }
  .wrapper-2.space-around {
    -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;
  }
  .paragraph-small-6 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 10px;
    text-align: center;
  }
  .heading-24 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .heading-25 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .heading-26 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .heading-27 {
    font-size: 24px;
    line-height: 24px;
  }
  .heading-28 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }
  .tab {
    text-align: left;
  }
  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .margin-bottom-2 {
    margin-bottom: 5px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-29 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .heading-30 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .text-block-5 {
    font-size: 10px;
  }
  .textarea.tracking {
    width: 100% !important;
    height: 150px;
    font-family: Roboto, sans-serif;
    font-size: 10px;
  }
  .recaptcha-2 {
    top: 0px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-link-2 {
    font-size: 12px;
  }
  .social-media-icon-2 {
    padding: 0px;
  }
  .social-media-icon-3 {
    padding: 8px;
  }
  .div-block-10.sign-up {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-11 {
    display: inline-block;
    margin-left: 0px;
    text-align: left;
  }
  .track-image-2 {
    display: none;
    margin-left: 9px;
    padding-left: 0px;
  }
  .heading-33 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .heading-34 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .heading-35 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }
  .heading-36 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .div-block-12 {
    min-width: 150px;
  }
  .contact-form-container-2 {
    padding: 0px;
  }
  .col-2 {
    margin-bottom: 0px;
  }
  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col-2.lg-5 {
    width: 100%;
  }
  .heading-43 {
    display: block;
    margin-right: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }
  .heading-44 {
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }
  .heading-47 {
    margin-top: 70px;
    margin-left: 12px;
    letter-spacing: 3px;
  }
  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-875b30a1e907-23e76e50 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-875b30a1e911-23e76e50 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-9ad2ecced551-23e76e50 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-43520b8c9dac-23e76e50 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

