:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --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;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --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;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

@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: 0;
  text-transform: uppercase;
  background-color: #e2a62b;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  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;
  transition: all .3s ease-in-out;
}

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

.navigation-bar {
  background-color: #fff;
}

.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;
}

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

.section.accent {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 30px;
  display: flex;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  display: flex;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

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

.hero-section.centered {
  color: #e2a62b;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .39) 100%, rgba(46, 157, 255, .22));
  border-bottom: 4px solid #69b9ff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 33px;
  padding-bottom: 75px;
  display: flex;
}

.hero-heading {
  max-width: 1100px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.hero-subheading {
  max-width: 1100px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.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: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.section-heading.centered.white {
  color: #000;
  background-color: #fff;
  margin-bottom: -24px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.section-subheading.center {
  color: #65658a;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

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

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

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

.footer {
  color: #fff;
  -webkit-text-stroke-color: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer.center {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.grid-image {
  width: 35%;
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  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: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

.footer-link.with-icon {
  margin-left: 30px;
}

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

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

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

.form {
  margin-top: 40px;
}

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

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

.container {
  text-align: center;
}

.italic-text {
  font-size: 22px;
  line-height: 30px;
}

.image-2 {
  border-radius: 5px;
  margin: -21px auto 38px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  -webkit-text-stroke-color: black;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: inline-block;
}

.submit-button {
  background-color: #e2a62b;
  border-radius: 4px;
  padding-left: 15px;
  font-size: 22px;
}

.text-block {
  color: #fff;
  margin-bottom: 46px;
  font-family: Oswald, sans-serif;
  font-size: 31px;
  text-decoration: underline;
}

.text-field {
  -webkit-text-stroke-color: black;
}

.link {
  color: #e2a62b;
  text-decoration: none;
}

.heading {
  color: #000;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin: 20px auto 39px;
  padding-left: 0;
  font-size: 50px;
  text-decoration: underline;
  display: flex;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 21px;
}

.bold-text-2 {
  color: #000;
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  text-decoration: none;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 24px;
  text-decoration: none;
}

.text-block-3 {
  color: #000;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.textblock8 {
  color: #000;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 5px;
  padding: 29px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  margin-top: -69px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 16px;
}

.text-block-8 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
}

.bold-text-3 {
  color: #e2a62b;
}

.text-block-9 {
  color: #e2a62b;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-4 {
  font-size: 40px;
  line-height: 35px;
}

.paragraph {
  max-width: 1100px;
  color: #000;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-2 {
  max-width: 1100px;
  color: #000;
  text-align: center;
  background-color: #e2a62b;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-5 {
  text-align: center;
}

.image-3 {
  text-align: left;
}

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

.section-2 {
  color: #fff;
  text-align: center;
  background-color: #fff;
}

.body {
  text-align: left;
  background-color: #fff;
  background-image: url('../images/horizontal-banner-abstract-background_672017-1940.jpg');
  background-position: 0 0;
  background-size: contain;
  display: block;
}

.html-embed {
  margin-top: 4px;
  padding-bottom: 0;
}

.video {
  aspect-ratio: 1920 / 1080;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.form-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.submit-button-2 {
  background-color: #e2a62b;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #000;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  max-width: 1100px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: visible;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  text-align: left;
  background-color: #e2a62b;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 13px;
  display: flex;
}

.text-block-10 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.section-8 {
  color: #edeff2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-2 {
  width: 700px;
  height: 400px;
}

.text-block-11 {
  color: #000;
  text-align: center;
  margin-top: 34px;
  font-size: 22px;
}

.div-block-3 {
  width: 400px;
  height: 400px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-3 {
  padding-right: 0;
}

.paragraph-4 {
  width: 500px;
  color: #000;
  text-align: center;
  margin-left: 9px;
  margin-right: 30px;
  padding-left: 47px;
  padding-right: 0;
  font-size: 17px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  border-radius: 5px;
  margin-left: 20px;
}

.bold-text-6 {
  font-size: 25px;
}

.html-embed-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  max-width: 300px;
}

.section-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-6 {
  max-height: 300px;
  max-width: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-11 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image-5, .image-6 {
  border-radius: 5px;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-6 {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3 {
  max-width: 1100px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4 {
  max-width: 1100px;
  flex-direction: row;
  display: flex;
}

.text-block-12 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-decoration: underline;
}

.container-5 {
  max-width: 500px;
}

.body-2 {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/backgroundblue.jpg');
  background-position: 50% 0;
  background-size: contain;
  line-height: 21px;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  color: #000;
  font-weight: 400;
}

.heading-2, .heading-3, .heading-4 {
  font-weight: 400;
}

.link-3 {
  background-color: #e2a62b;
  line-height: 26px;
}

.text-block-13, .field-label-6, .field-label-7, .field-label-8 {
  color: #fff;
}

.text-block-14, .text-block-15 {
  font-size: 45px;
  line-height: 50px;
}

.text-block-16 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.section-12 {
  color: #fff;
  background-color: #6a859c;
}

.text-block-17 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: overline;
}

.paragraph-11 {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.container-6, .container-7 {
  max-width: 900px;
  background-color: #fff;
  border-radius: 10px;
}

.container-8 {
  max-width: 900px;
  background-color: #fff;
  border-radius: 0;
}

.container-9 {
  max-width: 900px;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

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

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

  .hero-section.centered {
    background-image: none;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 144px;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 37px;
  }

  .hero-subheading {
    text-transform: none;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .paragraph {
    max-width: 1100px;
    display: inline-block;
  }

  .form-3 {
    color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 185px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .submit-button-2 {
    text-align: left;
    background-color: #e2a62b;
    border-radius: 4px;
    margin-top: 7px;
    margin-left: auto;
  }

  .select-field {
    border-radius: 4px;
  }

  .textarea {
    background-color: #f3f3f3;
    border-radius: 4px;
  }

  .text-field-4, .text-field-5, .text-field-6 {
    background-color: #f3f3f3;
  }

  .section-3 {
    max-width: 1100px;
    display: inline-block;
  }
}

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

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

  .section.accent {
    padding-bottom: 30px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, .39));
    padding-top: 27px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-subheading {
    font-size: 25px;
  }

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

  .footer.center {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .spc {
    margin-bottom: 30px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .paragraph-5, .paragraph-6 {
    color: #000;
  }
}

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

  .section {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 61px;
    padding-bottom: 0;
  }

  .section.accent {
    padding-top: 60px;
  }

  .hero-section.centered {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
    flex-flow: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 27px;
  }

  .hero-subheading {
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .section-heading.centered.white {
    margin-top: -53px;
    margin-bottom: -48px;
    font-size: 30px;
  }

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

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

  .footer.center {
    border-radius: 0;
  }

  .grid-image {
    width: 35%;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image {
    margin-bottom: -79px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    border-radius: 20px;
    margin-top: -49px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-2 {
    display: inline-block;
  }

  .submit-button {
    text-transform: none;
    overflow-wrap: break-word;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block {
    color: #fff;
    text-decoration: underline;
  }

  .heading {
    text-align: center;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .text-field-2 {
    max-width: none;
  }

  .footer-dark {
    border-radius: 0;
    padding-top: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-copyright-center {
    font-size: 14px;
  }

  .bold-text-3 {
    line-height: 35px;
  }

  .bold-text-4 {
    font-size: 35px;
  }

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

  .html-embed {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 81px;
  }

  .section-7 {
    margin-top: 10px;
  }

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

  .div-block-2 {
    margin-bottom: -220px;
  }

  .div-block-5 {
    max-height: 300px;
  }

  .paragraph-5, .paragraph-6 {
    color: #000;
  }

  .container-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-12 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

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

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

  .paragraph-11 {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-6, .container-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-8 {
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-9 {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
  }
}


