@font-face {
  font-family: Erbaum;
  src: url('../fonts/Erbaum-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tuskergrotesk;
  src: url('../fonts/TuskerGrotesk-4600Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --dark-slate-blue: #004d88;
  --dark-blue: #003965;
  --black: black;
  --white: white;
}

body {
  background-color: #f6f6f6;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tuskergrotesk, sans-serif;
  font-size: 3.88889em;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

h2 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erbaum, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erbaum, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.125em;
  line-height: 1.3;
}

.main {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
}

.home_hero--container {
  width: 100%;
  height: 100%;
}

.home_hero--background {
  background-image: url('../images/Hero-Image.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-top: 5em;
}

.home_hero--title {
  color: #fff;
  text-align: center;
  margin-top: 1em;
  font-size: 7.5em;
}

.s-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 4.3em;
  padding-bottom: 4.3em;
  display: flex;
}

.nav {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125em;
  padding-right: 3.125em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_right--container {
  align-items: center;
  display: flex;
}

.nav_left--logoimage {
  width: 20em;
}

.nav_right--aboutlink {
  color: #000;
  margin-right: 2em;
  font-family: Erbaum, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.nav_right--aboutlink:hover {
  color: var(--dark-slate-blue);
}

.nav_right--contactlink {
  background-color: var(--dark-slate-blue);
  align-items: center;
  padding: .7em 1em;
  text-decoration: none;
  display: flex;
}

.nav_right--contactlink:hover {
  background-color: var(--dark-blue);
}

.nav_right--contacttext {
  color: #fff;
  text-transform: none;
}

.footer {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 20em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer--logoimage {
  width: 18em;
}

.footer--menucontainer {
  border-top: .5px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 40.96em;
  height: 3em;
  display: flex;
}

.footer--menulink {
  color: #fff;
  margin-left: 3em;
  margin-right: 3em;
  font-family: Erbaum, sans-serif;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
}

.footer--socmedcontainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer--emailtext {
  color: #fff;
  margin-right: 1em;
  font-family: Neuemontreal, sans-serif;
  text-decoration: none;
}

.footer--socmedimg {
  width: 1.4em;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 80em;
  font-size: .666667em;
}

.about_section--img {
  width: 30em;
  margin-right: 4em;
}

.about_section--textholter {
  width: 38em;
}

.about_section--heading {
  margin-bottom: .25em;
}

.contact_section--container {
  flex-direction: row;
  display: flex;
}

.contact_section--columnright {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.contact_section--img {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.contact_section--textholder {
  width: 25em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.contact_section--textholder.double {
  justify-content: space-between;
  display: flex;
}

.contact_section--textholdercolumn {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.s-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.h-imgholder {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h-img {
  z-index: 1;
  position: relative;
}

.h-img.is--back {
  z-index: 0;
  width: 18em;
  position: absolute;
  inset: auto auto -4em -4em;
}

.h-img.is--back._1 {
  height: 90%;
  margin-bottom: auto;
  margin-left: auto;
  inset: -4em -4em 0% 0%;
}

.h-img.is--top {
  width: 24em;
  top: -4em;
  right: -4em;
}

.h-img.is--top._1 {
  width: 30em;
  inset: auto auto -6em -4em;
}

.h-z-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h_t-desc {
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
}

.h_t-para {
  margin-bottom: 2em;
}

.h_t-para.no-margin {
  margin-bottom: 0;
}

.h_t-holder {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.btn-arrow {
  margin-left: .75em;
  display: block;
}

.h-slider {
  background-image: url('../images/Home-Section2---background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.splide__arrow {
  width: 3em;
  height: 3em;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/Home-Section2---Left-Arrow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/Home-Section2---Right-Arrow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.h-b-desc {
  margin-bottom: 1em;
}

.splide__track {
  width: 90%;
  overflow: hidden;
}

.splide__list {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.33%;
  display: block;
}

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

.splide.slider1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.h-b-imgdesc {
  border: .2em solid var(--dark-blue);
  color: var(--dark-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 2em;
  padding: 1.1em;
  display: flex;
}

.h-b-img {
  width: 70%;
}

.h-b-title {
  margin-bottom: .75em;
}

.splide__arrows {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.contact_section--columnr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 90vh;
  display: flex;
}

.contact_section--columnleft {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .main {
    min-height: auto;
  }

  .home_hero--title {
    font-size: 6em;
  }

  .s-container {
    flex-direction: column;
    height: auto;
    padding-top: 2em;
  }

  .s-container.padding {
    padding-top: 8em;
  }

  .nav {
    height: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav_left--logoimage {
    width: 18em;
  }

  .nav_right--aboutlink {
    font-size: .9em;
  }

  .nav_right--contactlink, .nav_right--contactlink.w--current {
    padding: .6em .9em;
  }

  .nav_right--contacttext {
    font-size: .9em;
  }

  .footer {
    height: 18em;
  }

  .footer--logoimage {
    width: 15em;
  }

  .footer--menucontainer {
    border-top-width: .3px;
    border-bottom-width: .3px;
    width: 30em;
  }

  .footer--emailtext {
    font-size: 12px;
  }

  .footer--socmedimg {
    width: 1.3em;
  }

  .paragraph {
    font-size: .6em;
  }

  .about_section--img {
    width: 24em;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .about_section--textholter {
    width: 30em;
  }

  .about_section--heading {
    font-size: 2.8em;
  }

  .about_section--paragraph {
    font-size: 1em;
  }

  .contact_section--container {
    flex-direction: column;
    justify-content: center;
  }

  .contact_section--columnright {
    flex-direction: column;
  }

  .contact_section--columnright.height {
    height: 30vh;
  }

  .contact_section--columnright.padding {
    width: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .contact_section--textholder {
    width: 21em;
  }

  .contact_section--title {
    font-size: .9em;
  }

  .contact_section--text {
    font-size: 1em;
  }

  .h-img.is--back {
    width: 12em;
  }

  .h-img.is--back._1 {
    inset: 0% 0% auto auto;
  }

  .h-img.is--top {
    width: 17em;
  }

  .h-img.is--top._1 {
    width: 20em;
  }

  .h_t-title {
    font-size: 2.8em;
  }

  .h_t-desc, .h_t-para {
    font-size: 1em;
  }

  .h_t-holder {
    padding-top: 8em;
    padding-bottom: 5em;
  }

  .h-slider {
    width: 90%;
  }

  .h-b-desc {
    font-size: 1em;
  }

  .splide__slide {
    width: 33.33%;
  }

  .splide.slider1 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .h-b-imgdesc {
    padding: .6em;
    font-size: 1em;
  }

  .h-b-title {
    text-align: center;
    font-size: 2.8em;
  }

  .contact_section--columnr {
    height: 85vh;
  }

  .contact_section--columnleft {
    flex-direction: column;
    width: auto;
  }

  .contact_section--columnleft.height {
    height: 30vh;
  }

  .contact_section--columnleft.padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .home_hero--title {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 6em;
  }

  .nav_right--aboutlink, .nav_right--contacttext {
    font-size: 1em;
  }

  .footer {
    height: 17em;
  }

  .footer--menucontainer {
    width: 70%;
  }

  .paragraph {
    width: 60em;
  }

  .about_section--img {
    margin-bottom: 2em;
  }

  .about_section--textholter {
    width: 28em;
  }

  .contact_section--container {
    flex-direction: column;
  }

  .contact_section--columnright {
    flex-direction: column;
    height: auto;
  }

  .splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next {
    width: 2.5em;
    height: 2.5em;
  }

  .contact_section--columnr {
    height: 80vh;
  }

  .contact_section--columnleft {
    flex-direction: column;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .home_hero--background {
    padding-top: 8em;
  }

  .home_hero--title {
    font-size: 4.5em;
  }

  .nav {
    flex-direction: column;
    height: auto;
    padding: 1em .5em;
  }

  .nav_left--logoimage {
    margin-bottom: 1em;
  }

  .nav_right--contactlink, .nav_right--contactlink.w--current {
    padding: .5em .7em;
  }

  .footer {
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer--logoimage {
    width: 10em;
  }

  .footer--menucontainer {
    text-align: center;
    border-top-width: .1px;
    border-bottom-width: .1px;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .footer--socmedcontainer {
    margin-bottom: 1em;
  }

  .footer--socmedimg {
    width: 1em;
  }

  .paragraph {
    width: 40em;
    font-size: .5em;
  }

  .about_section--img {
    width: 20em;
  }

  .about_section--textholter {
    width: 22em;
  }

  .about_section--heading {
    font-size: 2.2em;
  }

  .about_section--paragraph {
    font-size: .9em;
  }

  .h-img.is--top._1 {
    width: 18em;
  }

  .h_t-title {
    font-size: 2.5em;
  }

  .h_t-holder {
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .splide__arrow.splide__arrow--prev {
    background-color: var(--dark-slate-blue);
    background-image: url('../images/Icon-feather-arrow-right.svg');
    background-size: .8em;
    width: 2em;
    height: 2em;
  }

  .splide__arrow.splide__arrow--next {
    background-color: var(--dark-slate-blue);
    background-image: url('../images/right-arrow.webp');
    background-size: .8em;
    width: 2em;
    height: 2em;
  }

  .splide.slider1 {
    padding-top: 2em;
  }

  .h-b-title {
    font-size: 2.5em;
  }

  .contact_section--columnr {
    width: 35%;
    height: 80vh;
  }
}


@font-face {
  font-family: 'Erbaum';
  src: url('../fonts/Erbaum-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuskergrotesk';
  src: url('../fonts/TuskerGrotesk-4600Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}