body {
  background-color: #ebebeb;
  font-family: Lora, sans-serif;
  color: #3f3c3e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 24px;
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

.hero-section {
  height: 2000px;
  -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;
}

.nav-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.container.hero {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
}

.h1-style {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.h1-style.mb-16 {
  margin-bottom: 16px;
}

.h1-style.mb-24 {
  margin-bottom: 24px;
}

.h1-style.sticky-headline {
  margin-top: -15px;
}

.nav-logo-link-div {
  color: #001930;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-logo-link-div.legal {
  color: #001930;
}

.nav-logo-link-div.color-white {
  color: #fff;
}

.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-h.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-h.align-center.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link-text {
  margin-right: 64px;
  margin-left: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav-link-text:hover {
  opacity: 1;
}

.nav-link-text.color-white {
  color: #fff;
}

.navlink-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 1000px;
  -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;
}

.section.blue-bg {
  background-color: #001930;
  color: #fff;
}

.h2-style {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.h2-style.mb-56 {
  margin-bottom: 56px;
}

.card-div {
  position: static;
  padding: 40px 24px;
  float: none;
  clear: none;
  background-color: #fff;
  box-shadow: 0 4px 24px -6px rgba(0, 0, 0, 0.16);
}

.card-div.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-list-div.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-wrapper {
  width: 50%;
  padding-bottom: 40px;
  padding-left: 40px;
}

.card-wrapper.third {
  width: 33.33%;
}

.number-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #001930;
  border-radius: 24px;
  color: #001930;
  font-size: 18px;
}

.h3-style {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.h3-style.mb-8 {
  margin-bottom: 8px;
}

.h3-style.mb-24 {
  margin-bottom: 24px;
}

.form-wrapper {
  width: 50%;
}

.contact-info-wrapper {
  margin-left: 136px;
}

.mb-8 {
  margin-bottom: 8px;
}

.contact-info-div {
  margin-bottom: 80px;
}

.input-field {
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.16);
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.input-field:focus {
  border-bottom-color: #fff;
}

.input-field::-webkit-input-placeholder {
  color: #fff;
}

.input-field:-ms-input-placeholder {
  color: #fff;
}

.input-field::-ms-input-placeholder {
  color: #fff;
}

.input-field::placeholder {
  color: #fff;
}

.input-area {
  max-height: 104px;
  min-height: 104px;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.16);
  background-color: transparent;
  font-size: 16px;
}

.input-area:focus {
  border-bottom-color: #fff;
}

.input-area::-webkit-input-placeholder {
  color: #fff;
}

.input-area:-ms-input-placeholder {
  color: #fff;
}

.input-area::-ms-input-placeholder {
  color: #fff;
}

.input-area::placeholder {
  color: #fff;
}

.html-embed {
  display: none;
}

.button {
  height: 48px;
  padding: 12px 64px;
  background-color: #fff;
  color: #001930;
}

.button.mt-72 {
  margin-top: 72px;
  padding-right: 24px;
  padding-left: 24px;
}

.button.outlline {
  margin-left: 16px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #001930;
  background-color: transparent;
}

.button.cookie {
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #001930;
  color: #fff;
}

.button.color {
  background-color: #001930;
  color: #ebebeb;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.16);
  background-color: #001930;
  color: #ebebeb;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-text {
  margin-right: 24px;
  margin-left: 24px;
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}

.footer-text.link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-text.link:hover {
  opacity: 1;
}

.hero-section-inner-1 {
  height: 100vh;
}

.hero-section-upper-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 1000px;
  -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-image: linear-gradient(180deg, #001930, transparent 17%), linear-gradient(45deg, #001930, transparent 56%), linear-gradient(0deg, #001930, transparent), url('../images/pexels-ave-calvar-martinez-4954715_orig.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.hero-section-lower-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 1000px;
  margin-top: 1000px;
  -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-image: linear-gradient(180deg, #001930, #001930), linear-gradient(180deg, #001930, transparent 17%), linear-gradient(45deg, #001930, transparent 56%), linear-gradient(0deg, #001930, transparent);
}

.portrait-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
}

.section-legal {
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
}

.legal-rich-text {
  margin-bottom: 32px;
}

.success-div {
  padding: 0px;
  background-color: transparent;
  text-align: left;
}

.error-div {
  margin-top: 24px;
  padding: 16px 24px;
  background-color: hsla(0, 0%, 100%, 0.16);
}

.submit-div {
  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;
  font-size: 14px;
  line-height: 22px;
}

.text-link {
  color: #fff;
}

.form-text {
  margin-bottom: 32px;
}

.checkbox-div {
  margin-bottom: 0px;
  padding-right: 24px;
}

.nav-div {
  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;
}

.contact-link {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
}

.footer-link-span {
  color: rgba(0, 25, 48, 0.4);
  text-decoration: underline;
}

.div-block {
  z-index: 20;
  display: none;
  background-color: #ebebeb;
}

.container-scroll-track {
  height: 75%;
}

.hero-info-div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, 80px) translate(0px, -50%);
  -ms-transform: translate(0px, 80px) translate(0px, -50%);
  transform: translate(0px, 80px) translate(0px, -50%);
  color: #fff;
}

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

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: auto;
  }

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

  .flex-h.align-center.justify-space-between {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link-text {
    display: none;
    margin-right: 40px;
  }

  .section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-list-div {
    margin-left: 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;
  }

  .card-wrapper {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .card-wrapper.third {
    width: 100%;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-info-wrapper {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact-info-div {
    margin-bottom: 64px;
  }

  .footer-text {
    margin-right: 16px;
    margin-left: 16px;
  }

  .portrait-img {
    right: -16%;
  }

  .contact-link {
    margin-bottom: 8px;
    color: #fff;
  }

  .container-scroll-track {
    height: 60%;
  }

  .hero-info-div {
    top: 200px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .button.outlline {
    margin-top: 8px;
    margin-left: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .h1-style {
    font-size: 36px;
    line-height: 46px;
  }

  .h1-style.mb-24 {
    margin-bottom: 16px;
  }

  .h2-style {
    font-size: 32px;
    line-height: 40px;
  }

  .h2-style.mb-56 {
    margin-bottom: 32px;
  }

  .h3-style.mb-24 {
    margin-bottom: 12px;
  }

  .button.mt-72 {
    margin-top: 40px;
  }

  .footer-wrapper {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-div {
    width: 100%;
    -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;
  }

  .footer-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .hero-info-div {
    top: 380px;
  }
}

