:root {
  --dark-blue: #061b2a;
  --white: white;
  --teal: #00b1b0;
  --blue: #26a6c6;
}

body {
  color: var(--dark-blue);
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.55rem;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  font-size: 1.2rem;
  line-height: 22px;
}

.header {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 0;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  max-width: 1456px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.hero {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mb-0 {
  margin-bottom: 0;
}

.navbar {
  background-color: #0000;
}

.logo {
  width: 250px;
}

.navbar-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1456px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.nav-link:hover {
  color: var(--teal);
}

.nav-link.w--current {
  color: var(--dark-blue);
}

.nav-link.btn {
  margin-left: 1rem;
}

.nav-link.btn:hover {
  color: var(--white);
  text-decoration: none;
}

.nav-link.btn.w--current {
  color: var(--white);
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  flex: none;
}

.dynamic-year {
  font-weight: 400;
}

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

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

.btn {
  background-color: var(--dark-blue);
  background-image: linear-gradient(90deg, var(--teal), var(--blue));
  color: var(--white);
  text-align: center;
  align-items: center;
  padding: 16px 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.btn:hover {
  background-color: var(--dark-blue);
  background-image: none;
}

.btn.secondary {
  background-color: var(--white);
  color: var(--dark-blue);
  background-image: none;
}

.btn.secondary:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.grid__footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fade.hero {
  height: 100%;
  min-height: 100vh;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.quick-exit {
  grid-column-gap: 2rem;
  background-color: #cecece;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.quick-exit__text {
  margin-bottom: 0;
  display: none;
}

.quick-exit__button {
  flex: none;
}

.icon-xs {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.icon-xs.pl-xs {
  margin-left: 12px;
}

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.hero__image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero__overlay__top {
  z-index: 2;
  background-image: linear-gradient(#061b2a8f 55%, #061b2a00);
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
}

.hero__overlay__left {
  z-index: 2;
  background-image: linear-gradient(90deg, #061b2aa6 46%, #061b2a00);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rte {
  color: var(--white);
  width: 85%;
}

.hero__content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 75%;
  max-width: 840px;
  height: 100%;
  display: flex;
}

.footer-brand {
  width: 200px;
}

.copyr {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-right {
  text-align: right;
}

.small {
  font-size: .8rem;
}

.copyr__link {
  color: var(--dark-blue);
  text-align: right;
  padding-left: 6px;
  padding-right: 6px;
  font-size: .85rem;
  text-decoration: underline;
}

.copyr__links {
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 999;
    background-color: var(--dark-blue);
  }

  .logo {
    width: 200px;
  }

  .navbar-container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-menu {
    background-color: var(--dark-blue);
    justify-content: flex-start;
    padding: 0 32px 24px;
  }

  .nav-link {
    padding: 16px 0;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .nav-link.btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-left: 0;
    padding: 16px 20px;
  }

  .hamburger-lottie {
    width: 35px;
    height: 35px;
  }

  .menu-button {
    background-color: #0000;
    padding: 4px 0 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .fade.hero {
    padding-top: 104px;
  }

  .rte {
    width: 95%;
  }

  .hero__content {
    width: 90%;
  }
}

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

  h1 {
    font-size: 7vw;
  }

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

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    width: 200px;
  }

  .navbar-container, .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link.btn {
    font-size: 1.1rem;
  }

  .btn {
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .grid__footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .fade.hero {
    padding-top: 80px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero__overlay__left {
    background-image: linear-gradient(90deg, #061b2acc, #061b2a66);
  }

  .rte {
    width: 100%;
  }

  .hero__content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .footer-brand {
    width: 150px;
  }

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

  .small.text-right.mb-0 {
    text-align: left;
  }

  .copyr__link {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8vw;
  }

  .logo {
    width: 180px;
  }

  .grid__footer {
    grid-template-columns: 1fr;
  }

  .button-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}


