@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  top: 0;
  left: 0;
  color: black;
  background-color: white;
  overflow-x: hidden;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
form p {
  margin: 0 0 16px;
}
form .button {
  margin-top: 10px;
}

h2 {
  text-align: center;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 190px;
  font-size: 1.4em;
  padding: 16px 0;
  color: white;
}
header .logo {
  height: 38px;
}
header .miles-ahead {
  width: 85%;
  max-width: 420px;
  margin: 16px 0 0;
}

.header2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 80px;
  padding: 16px;
  background: none;
  z-index: 10;
}
.header2 .black {
  display: none;
}
.header2 img {
  cursor: pointer;
}

.header-modules {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  height: 140px;
  align-items: flex-start;
  color: white;
  background: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}
.header-modules .info-txt {
  font-size: 0.9rem;
}
.header-modules .info-title {
  font-size: 1.5rem;
}

.logo-ham {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.header3 {
  justify-content: flex-end;
  height: 110px;
  padding: 16px 0;
}

.logo-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.logo-container img {
  height: 28px;
  margin-bottom: 0;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  z-index: 5;
  pointer-events: none;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 20px;
}
.content h3 {
  margin: 16px 0 6px;
  font-size: 1.5rem;
  color: #55737A;
  text-transform: uppercase;
}
.content p {
  text-align: center;
}
.content .welcome, .content .welcome:hover, .content .welcome:visited {
  color: #55737A;
  text-decoration: underline;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.vgroup,
.hgroup {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 0;
}

.vgroup {
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin-top: 20px;
  height: 104px;
}

.button,
.button2 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  background-color: #55737A;
  border: none;
  border-radius: 8px;
  padding: 0 24px;
  user-select: none;
  cursor: pointer;
}

.button2 {
  font-weight: 700;
  color: #55737A;
  background-color: white;
  border: 2px solid currentColor;
  user-select: none;
}

input.button {
  min-width: 140px;
}

iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  border: none;
}

.hide {
  display: none !important;
}

.flexcol {
  display: flex;
  flex-direction: column;
}

.flexrow {
  display: flex;
  flex-direction: row;
}

.clickthru {
  pointer-events: none !important;
}

.splide__slide {
  font-size: 1.5rem;
  min-height: 240px;
  padding: 16px 16px;
}
.splide__slide .slide_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 0 20px;
}
.splide__slide a {
  text-decoration: none;
  text-transform: capitalize;
}
.splide__slide a.button, .splide__slide a.button2 {
  text-transform: uppercase;
}
.splide__slide .button {
  width: 160px;
}

.splide__pagination__page {
  opacity: 1;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  z-index: 100;
  box-sizing: border-box;
  user-select: none;
  overflow-y: auto;
}
.menu .button, .menu .button2 {
  width: 150px;
}

.menu-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  border-bottom: 1px solid #55737A;
  box-sizing: border-box;
}

.menu-header {
  position: unset;
  top: unset;
  left: unset;
  width: 100%;
  border-bottom: 1px solid #55737A;
  box-sizing: border-box;
}

.menu-close {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
}
.menu-close img {
  width: 30px;
  height: 30px;
}

.menu-module {
  color: #55737A;
  font-weight: 700;
  font-size: 0.7rem;
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #55737A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
#preloader h3 {
  margin-top: 50px;
}
#preloader .spinwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 300px;
}

.lds-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 8px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFBA00 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wait-for-load {
  visibility: hidden !important;
}

body.welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  background-image: url("../img/bg1000_0_coast.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-height: 675px) {
  footer {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .vgroup {
    height: unset;
  }

  .button, .button2 {
    min-width: 200px;
    margin: 12px 0;
  }

  header {
    height: 220px;
    background: none;
  }

  .content {
    position: relative;
    top: 4rem;
    color: black;
    background-color: white;
    max-width: 580px;
    border-radius: 18px;
    padding: 24px 36px;
  }
  .content .button {
    width: 360px;
  }
  .content .button2 {
    width: 240px;
  }
  .content p {
    margin-top: 36px;
  }

  footer {
    position: absolute;
  }

  .menu {
    width: unset;
    height: unset;
    min-width: 320px;
    left: unset;
    right: 0;
    top: 0;
  }

  .menu-page {
    cursor: pointer;
    color: black;
  }
}

/*# sourceMappingURL=style.css.map */
