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

.image {
  display: block;
  margin: 75px auto 50px;
  text-align: left;
  text-decoration: none;
}

.heading {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  color: #000;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
}

.grid {
  margin: 220px 200px 100px;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-column-gap: 100px;
  grid-row-gap: 200px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.home {
  margin-top: 150px;
  margin-bottom: 0px;
}

.grid.video {
  margin-top: 75px;
  grid-row-gap: 200px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.gallery {
  margin-top: 75px;
  margin-bottom: 0px;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
}

.image-2 {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: left;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  display: block;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: visible;
  padding: 3% 27%;
  background-color: rgba(0, 0, 0, 0.75);
}

.html-embed {
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: none;
  object-fit: none;
}

.html-embed.brochures {
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.html-embed.locations {
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.html-embed.fact-sheets {
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.html-embed.debrief {
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.html-embed.debrief-copy {
  display: none;
}

.html-embed.straight-talk {
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.html-embed.email {
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-4 {
  position: static;
  border: 1px none #000;
  border-radius: 59px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.close-modla-button {
  position: absolute;
  top: 5.6%;
  right: 27.7%;
  width: 100px;
  border-radius: 0px;
}

.link-block-2 {
  color: #333;
  text-decoration: none;
}

.link-block-3 {
  position: static;
  display: block;
  margin: auto;
  text-align: left;
}

.link-block-4 {
  display: block;
}

.link-block-5 {
  display: block;
}

.body {
  overflow: hidden;
}

.body-2 {
  overflow: hidden;
}

.body-3 {
  overflow: hidden;
}

.image-5 {
  position: static;
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .close-modla-button {
    right: 22%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-top: 50px;
  }
}

#w-node-_51b9f641-6ae4-751e-8095-8830d0216902-604c507e {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-be34f122-5ed1-79ec-5f26-a94c7dd33be4-604c507e {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype'), url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}