:root {
  --steel-blue-2: #2e80b6;
  --color-2: #d6d6d6;
  --light-slate-gray: #8e8e9c;
  --color: #fff0;
  --dim-gray-3: #676770;
  --white-smoke: #ecf0f1;
  --dim-gray-2: #fff;
  --black: #192024;
  --steel-blue: #3b99d9;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation-link {
  color: #676770;
  margin-top: 20px;
  transition: all .3s ease-in-out;
}

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

.navigation-link.w--current {
  margin-top: 20px;
}

.navigation-bar {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

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

.brand-link.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

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

.white-box.transparent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: var(--steel-blue-2);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.hero-subheading {
  color: var(--steel-blue-2);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

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

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

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

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

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

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

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

.section-subheading.center.off-white {
  color: #e8e8e8;
  margin-top: 20px;
  padding-bottom: 0;
  font-size: 24px;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

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

.footer {
  border-top: 1px dotted var(--color-2);
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 10px;
}

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

.info-icon {
  float: left;
}

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

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
  transition: all .675s;
}

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

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

.fullwidth-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 95%;
  margin-bottom: 20px;
}

.white-text {
  color: var(--light-slate-gray);
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px;
}

.form {
  margin-top: 40px;
}

.spc {
  padding-left: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading, .heading-2, .heading-3, .heading-4 {
  letter-spacing: 3px;
}

.slider {
  width: 100%;
  height: 530px;
}

.container {
  text-align: right;
  max-width: none;
  margin-top: 198px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-5 {
  color: var(--steel-blue-2);
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.heading-6 {
  color: var(--steel-blue-2);
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.image, .image-2 {
  width: 100%;
  height: auto;
}

.container-2 {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.section-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  padding-left: 0;
  display: block;
}

.paragraph {
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
}

.columns {
  width: 100%;
  display: flex;
}

.column {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell {
  align-items: flex-end;
}

.cell-2 {
  align-items: center;
}

.slide-nav {
  font-size: 0;
}

.column-4 {
  border-right: 1px dotted var(--dim-gray-3);
}

.container-3 {
  max-width: none;
  margin-bottom: 30px;
}

.container-4, .container-5 {
  margin-bottom: 30px;
}

.container-6 {
  margin-bottom: 35px;
}

.image-4, .image-5, .image-6, .image-7 {
  opacity: .6;
}

.paragraph-2 {
  color: var(--dim-gray-3);
  margin-bottom: 100px;
  font-size: 16px;
}

.heading-7 {
  color: var(--light-slate-gray);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 55px;
  font-weight: 300;
}

.body {
  background-color: var(--white-smoke);
  background-image: linear-gradient(0deg, var(--dim-gray-2), white);
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .hero-heading {
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 30px;
    line-height: 40px;
  }

  .slider {
    height: 560px;
  }

  .container {
    margin-top: 205px;
  }

  .heading-5 {
    font-size: 45px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .slider {
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .slider {
    height: 780px;
  }

  .container {
    margin-top: 311px;
  }

  .heading-5 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

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

  .navigation-bar {
    padding: 10px 20px 5px;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-box {
    height: 350px;
    margin-bottom: 20px;
  }

  .white-box.transparent {
    height: 280px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .white-text {
    margin-top: 0;
    margin-right: 10px;
  }

  .slider {
    height: 330px;
  }

  .container {
    margin-top: 101px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 22px;
  }

  .left-arrow, .right-arrow {
    width: 50px;
  }

  .icon, .icon-2 {
    font-size: 30px;
  }

  .quick-stack {
    grid-column-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .section {
    padding: 60px 20px;
  }

  .white-box {
    height: 280px;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }

  .white-box.transparent {
    height: 300px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
  }

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

  .hero-heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .hero-subheading {
    font-size: 13px;
    line-height: 18px;
  }

  .section-heading.centered {
    letter-spacing: 4px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .fullwidth-image {
    width: auto;
    max-width: 480px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-text {
    text-align: center;
    margin-bottom: 0;
  }

  .spc {
    margin-bottom: 30px;
  }

  .slider {
    object-fit: cover;
    height: 250px;
  }

  .container {
    margin-top: 87px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .heading-6 {
    font-size: 13px;
    line-height: 18px;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }

  .image, .mask, .slide {
    object-fit: cover;
  }

  .image-2 {
    object-fit: cover;
    height: 100%;
  }

  .section-2 {
    flex-direction: row;
    display: flex;
  }

  .columns {
    display: flex;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .quick-stack {
    grid-column-gap: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-4 {
    border-right-style: none;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .heading-7 {
    margin-top: 60px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .white-box {
    height: 390px;
  }

  .white-box.transparent {
    flex-flow: row;
    height: 180px;
    margin-top: 32px;
  }

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

  .hero-heading {
    font-size: 13px;
    line-height: 15px;
  }

  .hero-subheading {
    letter-spacing: 1px;
    padding-right: 148px;
    font-size: 10px;
    line-height: 16px;
  }

  .section-heading.centered {
    font-size: 30px;
  }

  .section-heading.centered.white {
    font-size: 36px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .grid-image {
    width: 35%;
  }

  .fullwidth-image {
    max-width: 280px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .white-text {
    margin-top: -37px;
    font-size: 15px;
    line-height: 28px;
  }

  .slider {
    background-color: var(--color);
    height: 140px;
  }

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

  .heading-5 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .heading-6 {
    padding-left: 139px;
    font-size: 10px;
    line-height: 16px;
  }

  .icon, .icon-2 {
    font-size: 0;
  }

  .slide-2 {
    background-color: var(--color);
  }

  .quick-stack {
    grid-column-gap: 0px;
    padding-bottom: 0;
  }

  .columns-2 {
    padding-left: 20px;
  }

  .column-3, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    font-size: 10px;
    display: flex;
  }

  .container-7 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_7b26d27b-ceaa-815e-b21b-331212d97ece-cf81c401 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7b26d27b-ceaa-815e-b21b-331212d97ece-cf81c401 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7b26d27b-ceaa-815e-b21b-331212d97ece-cf81c401 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 2fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b26d27b-ceaa-815e-b21b-331212d97ece-cf81c401 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 2fr 1fr;
  }
}


