:root {
  --light-blue: #b9c8d5;
  --midnight-blue: #0d2b3f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  color: var(--light-blue);
  text-decoration: none;
}

.div-block {
  background-color: var(--midnight-blue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  display: flex;
}

.container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  width: 100%;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.plane {
  margin-left: 25px;
}

.logo {
  width: 235px;
  margin-top: 30px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: center;
  justify-items: center;
}

.body {
  background-color: var(--midnight-blue);
  color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  line-height: 26px;
  display: flex;
}

.brand-definition {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.subscript {
  font-size: 55%;
  display: inline-block;
  position: relative;
  top: .5em;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.container-legal {
  min-height: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-link {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.link-5 {
  color: var(--light-blue);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-link-l5 {
  font-size: 14px;
}

.small-plus-l5 {
  font-size: 18px;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: 0%;
}

._1st-underline-l5 {
  width: 100%;
  height: 1px;
  border: 1px solid var(--light-blue);
  background-color: #333;
  margin-top: 4px;
}

._2nd-underline-l5 {
  width: 100%;
  height: 1px;
  border: 1px solid var(--light-blue);
  background-color: #333;
  margin-top: 2px;
}

.text-block {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.vertical-container {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  border-bottom: 1px solid rgba(185, 200, 213, .5);
}

.footer-link:hover {
  border-bottom-color: #b9c8d5;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.locations {
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-top: 60px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.contact {
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.contact:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .brand-definition, .locations, .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand-definition {
    padding-left: 115px;
    padding-right: 115px;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .locations, .contact {
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media screen and (max-width: 479px) {
  .plane {
    margin-left: 5px;
    padding-left: 55px;
    padding-right: 45px;
  }

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

  .brand-definition {
    margin-bottom: 60px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 20px;
    line-height: 28px;
  }

  .text-link-l5 {
    font-size: 16px;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .locations {
    margin-top: 5px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
    line-height: 28px;
  }

  .contact {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
    line-height: 28px;
  }
}

#w-node-c1a10d16-2abd-78b9-3b5e-d18cb1f9feb7-d1581252, #w-node-b42b5856-50a5-c1db-3508-09daffbe5dd3-d1581252, #w-node-b9c300f4-4103-2a48-6f12-814cef32907f-d1581252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77c1e453-263a-2dad-475d-f557a02d96b1-d1581252 {
  grid-area: 2 / 1 / 3 / 2;
}


