body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #edeff2;
}

.navigation-link:hover {
  color: #2e9dff;
}

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

.navigation-bar {
  position: static;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.brand-text {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: rgba(105, 185, 255, 0);
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  margin-bottom: -37px;
  padding: 17px 10px 0px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  margin-bottom: 28px;
  padding-top: 39px;
  background-color: #bfe0ff;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 117px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-color: rgba(2, 2, 2, .67);
  text-align: center;
}

.hero-heading {
  margin-top: -114px;
  margin-bottom: 117px;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 38px;
  padding-top: 83px;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #192024;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  margin-top: 7px;
  padding-top: 0px;
  padding-bottom: 15px;
  color: #d4e3f0;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #bfe0ff;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  margin-right: 14px;
  margin-left: 3px;
  padding-left: 0px;
  float: left;
  color: #192024;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 2px;
  padding-left: 2px;
  text-align: left;
}

.footer-link-wrapper {
  display: block;
  padding-left: 5px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  display: block;
  width: 100%;
  margin-bottom: -3px;
  padding-bottom: 0px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.background-video {
  position: static;
  overflow: visible;
  margin-top: -277px;
  float: none;
  clear: none;
}

.container {
  float: right;
}

.paragraph {
  color: #668cad;
}

.text-block {
  padding-right: 8px;
  padding-left: 13px;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.paragraph-2 {
  text-align: justify;
}

.paragraph-3 {
  text-align: justify;
}

.paragraph-4 {
  text-align: justify;
}

.row {
  margin-bottom: 21px;
}

.slide {
  padding-bottom: 0px;
  background-image: url('../images/quote1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider {
  height: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.slide-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/q1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/q2.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask {
  background-image: url('../images/sliderbackground.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.slide4 {
  background-image: url('../images/q3.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/q4.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-subheading-2 {
  padding-top: 54px;
  color: #fff;
  font-size: 90px;
}

.container-2 {
  background-color: rgba(0, 0, 0, .72);
}

.image {
  position: static;
  display: block;
  padding-left: 0px;
}

.div-block {
  display: block;
}

.image-2 {
  display: inline-block;
  margin-right: -91px;
}

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

.container-3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.container-4 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-item {
  margin-bottom: 0px;
}

.unordered-list {
  margin-bottom: 7px;
  padding-top: 67px;
  padding-left: 100px;
}

.text-block-2 {
  padding-bottom: 10px;
}

.text-block-3 {
  padding-bottom: 10px;
}

.text-block-4 {
  padding-bottom: 10px;
}

.text-block-5 {
  padding-bottom: 10px;
}

.text-block-6 {
  padding-bottom: 10px;
}

.text-block-7 {
  padding-bottom: 10px;
}

.text-block-8 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.columns {
  margin-left: 355px;
  padding-left: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.html-embed {
  display: block;
  margin: 31px auto 89px;
  padding-left: 173px;
}

.column {
  padding-right: 0px;
  padding-left: 140px;
}

.image-5 {
  display: block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 43px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .navigation-bar {
    margin-top: 4px;
    margin-bottom: -62px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 2px;
  }
  .hero-heading {
    margin-top: -359px;
    font-size: 60px;
  }
  .section-heading.centered {
    margin-bottom: -43px;
    font-size: 30px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .fullwidth-image {
    margin-bottom: 18px;
  }
  .background-video {
    position: relative;
    overflow: visible;
    margin-top: -145px;
    float: none;
    clear: none;
  }
  .slide-2 {
    background-image: url('../images/q1.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-subheading-2 {
    font-size: 75px;
  }
  .image-2 {
    margin-right: -78px;
  }
  .unordered-list {
    margin-bottom: 5px;
    padding-top: 0px;
    font-size: 12px;
  }
  .text-block-2 {
    padding-bottom: 0px;
  }
  .text-block-3 {
    padding-bottom: 0px;
  }
  .text-block-4 {
    padding-bottom: 0px;
  }
  .text-block-5 {
    padding-bottom: 0px;
  }
  .text-block-6 {
    padding-bottom: 0px;
  }
  .text-block-7 {
    padding-bottom: 0px;
  }
  .text-block-8 {
    padding-bottom: 0px;
  }
  .list-item-2 {
    margin-bottom: -3px;
    padding-bottom: 0px;
  }
  .image-4 {
    margin-top: 9px;
  }
  .html-embed {
    margin-top: 52px;
    padding-left: 61px;
  }
  .columns-2 {
    margin-top: 36px;
  }
  .image-5 {
    padding-left: 7px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .section {
    padding-top: 15px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-top: -53px;
    margin-bottom: -19px;
    color: #000;
    font-size: 50px;
  }
  .hero-subheading {
    margin-bottom: 0px;
    padding-top: 41px;
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .background-video {
    position: relative;
    overflow: visible;
  }
  .slider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-2 {
    margin-right: -62px;
    margin-left: -20px;
  }
  .heading {
    display: block;
  }
  .link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .navigation-bar {
    margin-bottom: -13px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 7px;
  }
  .hero-heading {
    color: #000;
    font-size: 45px;
    line-height: 50px;
  }
  .hero-subheading {
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .section-heading.centered {
    margin-bottom: 8px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-title-group {
    margin-bottom: 6px;
  }
  .grid-image {
    width: 35%;
  }
  .hero-subheading-2 {
    font-size: 30px;
  }
  .image-2 {
    margin-left: -42px;
    padding-top: 0px;
  }
  .container-3 {
    margin-bottom: 32px;
  }
  .unordered-list {
    padding-left: 50px;
  }
  .html-embed {
    margin-top: 9px;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .image-5 {
    margin-top: 0px;
  }
  .link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

