@font-face {
  font-family: "Bahnschrift 1";
  src: url('../fonts/BAHNSCHRIFT-1.TTF') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.nav-progress-indicator {
  z-index: 1;
  background-color: #57becb;
  width: 3px;
  height: 10vh;
  position: absolute;
  inset: 0% -1px auto auto;
}

.main-navbar {
  z-index: 99;
  background-color: #000;
  border-right: 1px solid #4d6c85;
  width: 7em;
  height: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-main-links-wrapper {
  height: 100%;
}

.nav-link {
  z-index: 1;
  grid-row-gap: .25em;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: .55;
}

.fake-logo {
  background-color: #fff8df00;
  background-image: url('../images/Asset-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 4em;
  height: 4em;
  display: none;
}

.nav-main-toggle {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.4em;
  display: none;
}

.nav-main-toggle.w--open {
  background-color: #0000;
}

.brand-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  padding-left: 0;
  display: flex;
}

.nav-link-text {
  font-family: "Bahnschrift 1", Impact, sans-serif;
}

.nav-link-text.is-chapter {
  color: #ffffff80;
  font-size: .5em;
}

.icon {
  text-align: center;
  display: none;
}

.nav-links-wrapper {
  z-index: 1;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-container {
  color: #193449;
  background-color: #193449;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-background {
  z-index: 0;
  background-color: #213c50;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.columns {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: clip;
}

.column {
  background-color: #193449;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px 60px 140px;
  display: flex;
}

.heading {
  z-index: 99;
  color: #fff;
  min-width: 700px;
  margin-top: 56px;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 74px;
  font-weight: 500;
  line-height: 66px;
  position: relative;
}

.div-block {
  margin-top: 20px;
  margin-bottom: 43px;
}

.paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-family: Lato, Verdana, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.paragraph.grey {
  color: #5a5a5a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, Verdana, sans-serif;
}

.paragraph.grey.space {
  margin-bottom: 19px;
}

.paragraph.center {
  text-align: center;
  width: 80vw;
  font-family: Lato, Verdana, sans-serif;
}

.button {
  background-color: #57becb;
  border-radius: 11px;
  margin-right: 11px;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 16px;
}

.button:hover {
  background-color: #57becb99;
}

.button.blue {
  color: #fff;
  background-color: #19344900;
  border: 1px solid #fff;
}

.button.blue:hover {
  opacity: 1;
  color: #fff;
  background-color: #56becb;
}

.button.blue.whitetext {
  color: #fff;
}

.button.white {
  color: #59b6c5;
  background-color: #fff;
}

.button.white:hover {
  opacity: .72;
}

.section {
  height: auto;
  margin-top: 0;
}

.columns-2 {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 140px;
  display: flex;
}

.heading-1 {
  color: #57becc;
  font-family: Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-1.blue {
  color: #193449;
  margin-top: 0;
  font-family: "Bahnschrift 1", Impact, sans-serif;
}

.heading-2 {
  color: #57becc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.heading-2.white {
  color: #fff;
}

.column-2 {
  justify-content: center;
  align-items: stretch;
  padding-right: 40px;
  display: flex;
}

.columns-3 {
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.column-3 {
  color: #254964;
  background-color: #193449;
  height: auto;
  padding: 25px 40px 53px 140px;
}

.container {
  margin-top: 23px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.text-block {
  color: #fff;
  object-fit: fill;
  display: block;
}

.heading-3 {
  color: #54afbc;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white.center {
  text-align: center;
}

.columns-4 {
  background-color: #254964;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  padding-left: 10px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 10px;
}

.column-4 {
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 20px 20px;
  font-family: Lato, Verdana, sans-serif;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: #54afbc;
  border-radius: 16px;
  width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.column-5 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.column-6 {
  background-image: url('../images/Photo-4-final-plate2x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2 {
  background-color: #59b6c4;
  background-image: url('../images/Group-292x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 140px;
  display: flex;
}

.columns-5 {
  align-items: stretch;
  height: auto;
  display: flex;
}

.column-7 {
  background-color: #eff5f7;
  padding: 40px;
}

.column-8 {
  color: #eff5f7;
  background-color: #eff5f7;
  background-image: url('../images/Mask-Group-62x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 17px;
  padding: 10px 20px 20px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.image {
  width: 45px;
  height: 30px;
}

.image:hover {
  opacity: .5;
}

.heading-4 {
  color: #fff;
  margin-top: 10px;
  margin-left: 20px;
  font-family: Lato, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-4.blue {
  color: #193449;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 22px;
}

.container-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ecf2f4;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: auto;
  padding: 40px 100px 40px 140px;
  display: flex;
}

.image-2 {
  flex: none;
  width: 30%;
  max-width: none;
}

.image-2:hover {
  width: 30%;
  transform: scale(1.1);
}

.image-3 {
  width: 30%;
  max-width: none;
}

.image-3:hover {
  width: 30%;
  transform: scale(1.1);
}

.image-4 {
  width: 30%;
}

.image-4:hover {
  width: 30%;
  transform: scale(1.1);
}

.image-5 {
  width: 30%;
}

.image-5:hover {
  width: 30%;
  transform: scale(1.1);
}

.section-3 {
  background-color: #193449;
  padding-top: 57px;
  padding-bottom: 26px;
}

.columns-6 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 140px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 40px;
  font-family: Lato, Verdana, sans-serif;
}

.div-block-3 {
  background-color: #57becb;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  padding: 8px 10px 8px 25px;
  display: flex;
}

.column-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.columns-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  display: none;
}

.form-block {
  margin-top: 17px;
  padding-right: 0;
}

.text-field {
  color: #fff;
  background-color: #284860;
  border: 1px solid #193449;
  border-radius: 8px;
  height: 5vh;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 21px;
  font-family: Lato, Verdana, sans-serif;
  overflow: clip;
}

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

.text-field.message {
  height: 15vh;
}

.form {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  background-color: #57becc;
  border-radius: 8px;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 16px;
}

.submit-button:hover {
  color: #57becc;
  background-color: #fff;
}

.section-4 {
  background-color: #193449;
  border-top: 1px solid #294e6b;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.image-6 {
  width: 13vw;
  max-width: none;
  margin-top: 26px;
  display: block;
}

.section-5 {
  background-color: #ecf2f4;
  padding-bottom: 40px;
}

.section-6 {
  background-color: #193449b5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  position: static;
}

.columns-8 {
  flex-flow: row;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-5 {
  color: #fff;
  margin-top: 46px;
  margin-bottom: 41px;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 49px;
  font-weight: 400;
}

.column-10 {
  background-image: url('../images/Group-30.png');
  background-position: 50%;
  background-size: cover;
}

.column-11 {
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.columns-9 {
  width: 80vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3 {
  color: #fff;
  background-color: #57becb;
  border-radius: 9px;
  flex: none;
  padding: 10px;
  font-family: Lato, Verdana, sans-serif;
}

.text-block-3.white {
  background-color: #7ccdd7;
}

.column-12 {
  background-image: url('../images/Group-322x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-12.no-image {
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.section-7 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-8 {
  background-color: #eaf1f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-13 {
  padding-left: 47px;
}

.section-9 {
  padding-top: 0;
  padding-bottom: 0;
}

.column-14 {
  background-color: #57becc;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.columns-10 {
  display: flex;
}

.column-15 {
  background-image: url('../images/Group-312x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-16 {
  background-image: url('../images/Group-332x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-17 {
  background-image: url('../images/Group-34.png');
  background-position: 50%;
  background-size: cover;
}

.column-18 {
  transform-style: preserve-3d;
  background-image: url('../images/Mask-Group-22x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: clip;
}

.column-18:hover {
  perspective: none;
  transform: scale3d(1.1, 1.1, 1.1);
}

.column-19 {
  background-image: url('../images/Mask-Group-42x.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-19:hover {
  transform: scale(1.1);
}

.column-20 {
  transform-style: preserve-3d;
  background-image: url('../images/Photo-2-red-fish-bunch2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-20:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.image-7 {
  width: auto;
  height: 30px;
}

.image-7:hover {
  opacity: .5;
}

.column-21 {
  padding-right: 40px;
}

.div-block-5 {
  background-image: url('../images/Photo-3-trawlers-at-wharf-original2x.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.div-block-6 {
  background-image: url('../images/Mask-Group-8.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 50px;
  margin-top: -44px;
  position: relative;
  inset: 0%;
}

.section-10 {
  z-index: 98;
  background-image: url('../images/Mask-Group-8.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 9vh;
  margin-top: -66px;
  position: relative;
}

.section-11 {
  z-index: 98;
  background-image: url('../images/Mask-Group-10.svg');
  background-position: 50%;
  background-size: cover;
  height: 9vh;
  margin-top: -48px;
  position: relative;
}

.text-block-4 {
  color: #fff9;
  text-align: center;
  letter-spacing: 1px;
  font-family: Lato, Verdana, sans-serif;
  font-size: 12px;
}

.heading-6 {
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-weight: 400;
}

.heading-6.white {
  color: #fff;
  margin-top: 0;
}

.paragraph-4 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Lato, Verdana, sans-serif;
  font-style: normal;
}

.heading-7 {
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  font-family: Lato, Verdana, sans-serif;
}

.paragraph-6 {
  margin-top: 22px;
  font-family: Lato, Verdana, sans-serif;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 37px;
  font-family: Lato, Verdana, sans-serif;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.columns-11 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column-24 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link_block {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  font-family: Lato, Verdana, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.link_block:hover {
  opacity: 1;
  color: #141414;
  margin-left: 20px;
}

.link_block._2, .link_block._1 {
  cursor: pointer;
  margin-left: 0;
}

.link-block {
  color: #fff;
  margin-left: 20px;
  font-family: Lato, Verdana, sans-serif;
  text-decoration: none;
}

.text-block-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 6px;
  padding-right: 0;
  line-height: 20px;
}

.link_block_div {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  margin-right: 6px;
  font-family: Lato, Verdana, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.social_links {
  cursor: pointer;
}

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

.link {
  color: #57becb;
  background-color: #57becb00;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link:hover {
  color: #57becb80;
}

.link.w--current {
  font-family: Lato, Verdana, sans-serif;
  text-decoration: none;
}

.link.w--current:hover {
  color: #57becb94;
}

.text-block-8, .text-block-9 {
  font-family: Lato, Verdana, sans-serif;
}

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

.link-2:hover {
  opacity: .61;
}

.column-25 {
  background-color: #eaf1f7;
}

.body {
  background-color: #eaf1f7;
  background-image: url('../images/mesmerizing-shot-crystal-blue-ocean-waves.png');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 148px;
  display: flex;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-10 {
  color: #57becc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: "Bahnschrift 1", Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-10.white {
  color: #fff;
  margin-top: 0;
  font-size: 27px;
  font-weight: 600;
}

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

.link-block-3 {
  width: 90%;
  text-decoration: none;
}

.link-block-3:hover {
  opacity: .63;
}

@media screen and (min-width: 1440px) {
  .button {
    margin-bottom: 32px;
    display: block;
  }

  .section-6 {
    width: 100vw;
    padding-bottom: 0;
  }

  .columns-8 {
    display: flex;
  }

  .column-11 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .column-14 {
    padding-bottom: 100px;
  }

  .div-block-6 {
    height: 65px;
  }

  .section-11 {
    margin-top: -87px;
  }

  .link_block {
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .nav-progress-indicator {
    display: none;
  }

  .main-navbar {
    border-bottom: 1px solid #2e4c63;
    border-right-width: 0;
    width: 100%;
    height: 6em;
    inset: 0% 0% auto;
  }

  .nav-main-links-wrapper {
    background-color: #193449;
    width: 100vw;
  }

  .nav-link {
    transform: none;
  }

  .fake-logo {
    height: 3.5em;
    display: none;
  }

  .nav-main-toggle {
    width: auto;
    padding: .6em 0;
    display: block;
  }

  .brand-wrapper {
    width: auto;
    margin-top: 0;
  }

  .icon {
    color: #fff;
    display: flex;
  }

  .nav-links-wrapper {
    display: none;
  }

  .navbar-container {
    z-index: 99;
    flex-direction: row;
    padding-left: 6vw;
    padding-right: 6vw;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-background {
    display: none;
  }

  .columns {
    height: auto;
    padding-bottom: 0;
  }

  .column {
    padding-top: 43px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .heading {
    z-index: 98;
    min-width: auto;
    max-width: 70vw;
    margin-top: 20px;
    font-size: 3em;
    line-height: 45px;
    position: relative;
  }

  .div-block {
    margin-bottom: 57px;
  }

  .columns-2, .column-3 {
    padding-left: 40px;
  }

  .text-block-2 {
    width: 70px;
  }

  .column-6 {
    background-position: 0%;
  }

  .section-2 {
    padding-left: 0;
  }

  .heading-4.blue {
    line-height: 22px;
  }

  .container-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-3 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .columns-6 {
    flex-flow: column;
    align-items: stretch;
    width: 90vw;
    margin-left: 40px;
  }

  .div-block-3 {
    width: 90vw;
  }

  .columns-7 {
    width: 90vw;
    margin-top: 35px;
  }

  .form-block {
    width: 90vw;
  }

  .image-6 {
    margin-top: 82px;
  }

  .columns-8 {
    width: 100%;
  }

  .column-10 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .column-11 {
    padding-left: 40px;
  }

  .columns-9 {
    width: 90vw;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    font-family: "Bahnschrift 1", Impact, sans-serif;
    font-size: 16px;
  }

  .nav-link-3 {
    color: #fff;
    text-align: center;
    background-color: #193449;
    font-family: "Bahnschrift 1", Impact, sans-serif;
    font-size: 16px;
  }

  .nav-link-4 {
    z-index: 99;
    color: #fff;
    text-align: center;
    background-color: #193449;
    width: 100vw;
    font-family: "Bahnschrift 1", Impact, sans-serif;
    font-size: 16px;
    position: relative;
  }

  .columns-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .column-22 {
    position: static;
  }

  .body {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: .8rem;
  }

  .fake-logo {
    display: none;
  }

  .columns {
    flex-flow: column;
  }

  .column {
    padding-bottom: 20px;
  }

  .paragraph.grey {
    margin-bottom: 10px;
  }

  .columns-2 {
    flex-flow: column;
    padding-right: 20px;
  }

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

  .columns-3 {
    flex-flow: column;
  }

  .column-5 {
    flex: 1;
  }

  .column-6 {
    height: 35vh;
  }

  .columns-5 {
    flex-flow: column;
  }

  .column-7 {
    padding-bottom: 20px;
  }

  .column-8 {
    background-position: 0%;
    height: 45vw;
  }

  .div-block-2 {
    margin-bottom: 18px;
    padding-top: 20px;
  }

  .heading-4.blue {
    color: #193449;
  }

  .container-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .image-2 {
    flex: 0 auto;
    width: 90%;
  }

  .image-2:hover {
    width: 90%;
  }

  .image-3 {
    flex: 0 auto;
    width: 90%;
  }

  .image-3:hover {
    width: 90%;
  }

  .image-4 {
    flex: 0 auto;
    width: 90%;
  }

  .image-4:hover {
    width: 90%;
  }

  .image-5 {
    flex: 0 auto;
    width: 90%;
  }

  .image-5:hover {
    width: 90%;
  }

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

  .div-block-3 {
    width: 100%;
    margin-bottom: 13px;
  }

  .column-9 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .columns-7 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .form {
    width: 95%;
  }

  .image-6 {
    width: 25vw;
  }

  .section-5 {
    box-sizing: border-box;
    flex-flow: column;
  }

  .section-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .column-11 {
    padding-left: 40px;
  }

  .columns-9 {
    flex-flow: column;
    display: flex;
  }

  .column-12 {
    height: 45vh;
  }

  .column-12.no-image {
    height: 45vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .div-block-4 {
    margin-bottom: 26px;
  }

  .section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-13 {
    padding-left: 10px;
  }

  .column-14 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-10 {
    display: block;
  }

  .column-15, .column-16 {
    height: 45vh;
  }

  .column-17 {
    height: 25vh;
  }

  .column-18 {
    height: 20vh;
  }

  .column-19 {
    height: 25vh;
  }

  .column-20 {
    height: 20vh;
  }

  .div-block-5 {
    height: 35vh;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .link-block-3 {
    width: 100%;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 479px) {
  .main-navbar {
    border-bottom-color: #224764;
  }

  .column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    font-size: 3em;
    line-height: 45px;
  }

  .paragraph.grey {
    margin-bottom: 10px;
  }

  .paragraph.grey.mid {
    text-align: center;
    margin-bottom: 0;
  }

  .paragraph.center {
    margin-bottom: 7px;
  }

  .button {
    margin-bottom: 12px;
  }

  .button.blue.whitetext {
    margin-bottom: -6px;
    margin-right: 0;
  }

  .button.white {
    margin-right: 0;
  }

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

  .heading-1.blue {
    line-height: 28px;
  }

  .column-2 {
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    width: 40px;
  }

  .section-2 {
    padding-bottom: 23px;
  }

  .column-7 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-8 {
    height: 65vw;
  }

  .div-block-2 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    text-align: center;
    margin-left: 0;
    line-height: 20px;
  }

  .container-3 {
    flex-flow: column;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    overflow: visible;
  }

  .image-2:hover {
    width: 100%;
  }

  .columns-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-3 {
    margin-right: 0;
    padding-right: 20px;
  }

  .div-block-3 {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 10px;
  }

  .form-block {
    padding-right: 0;
  }

  .image-6 {
    width: 45vw;
  }

  .container-4 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-6 {
    width: 80vw;
    height: auto;
  }

  .columns-8 {
    flex-flow: column;
  }

  .column-10 {
    display: none;
  }

  .column-11 {
    flex-flow: column;
    padding-top: 40px;
    display: flex;
  }

  .column-12.no-image {
    height: auto;
    padding-right: 10px;
  }

  .column-13 {
    padding-left: 0;
  }

  .columns-10 {
    flex-flow: column;
  }

  .column-18, .column-19, .column-20 {
    height: 15vh;
  }

  .column-21 {
    padding-right: 0;
  }

  .div-block-5 {
    height: 30vh;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    background-position: 0 0;
    height: 65px;
    margin-top: -87px;
  }

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

  .columns-11 {
    align-items: stretch;
    width: 100%;
  }

  .column-23 {
    position: static;
  }

  .column-24 {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 13px;
    display: flex;
  }

  .link_block {
    margin-left: 0;
  }

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

  .text-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    height: 100%;
    padding-top: 40px;
  }

  .text-block-10 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-10.white {
    line-height: 26px;
  }

  .link-block-3 {
    width: 100%;
  }

  .column-26 {
    margin-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Bahnschrift 1';
  src: url('../fonts/BAHNSCHRIFT-1.TTF') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}