h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #8d0707;
}

.nav-link {
  color: #fff;
}

.navbar-2 {
  position: absolute;
  display: block;
  float: none;
  clear: none;
  background-color: rgba(128, 79, 79, 0);
}

.div-block {
  background-image: url('../images/snow-capped-mountains-sky-clouds.jpg');
  background-position: 50% 50%;
  background-size: 125px;
}

.text-block {
  color: #fff;
}

.section1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  font-family: Merriweather, serif;
}

.image {
  position: fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/fabio-comparelli-uq2E2V4LhCY-unsplash.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.46);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  color: #9ed8ff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link-2.menu-item {
  font-family: Lato, sans-serif;
}

.nav-link-3 {
  padding-right: 20px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
}

.nav-link-3.drop {
  text-decoration: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  top: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1110px;
  min-height: 500px;
  min-width: auto;
  margin: 188px auto 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-heading {
  position: absolute;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
}

.paragraph {
  position: fixed;
}

.h1head {
  margin-top: 108px;
  margin-bottom: 37px;
  border: 3px none #000;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 8em;
  font-weight: 400;
  text-shadow: 2px 2px 5px #000;
}

.s-1-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 597px;
  margin-top: 49px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.73);
  font-family: Merriweather, serif;
  color: #64a1bd;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 10px;
  padding: 10px 15px 10px 20px;
  background-color: rgba(36, 82, 104, 0.86);
  box-shadow: inset 6px 6px 15px -3px #000;
  text-decoration: none;
}

.text-block-3 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
}

.section2 {
  position: relative;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a1841), to(#0a1841));
  background-image: linear-gradient(180deg, #0a1841, #0a1841);
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/s-s-nNM9dALmmOQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5._2 {
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/thumb_IMG_0071_1024.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-2 {
  opacity: 1;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: Muli, sans-serif;
  letter-spacing: 0%;
  text-indent: 10%;
  text-transform: uppercase;
}

.heading-2 {
  width: 99.7%;
  margin-bottom: 5px;
  border-bottom: 0.5px solid #000;
  font-family: Oswald, sans-serif;
  color: #a33600;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.paragraph-2 {
  max-width: 86%;
  margin: 0px 82px 19px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.paragraph-2.white {
  margin-right: 60px;
  margin-bottom: 30px;
  margin-left: 60px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.56);
  color: #fff;
  font-size: 18px;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.paragraph-2.white.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/yoal-desurmont-GXTOhJqgkX8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer {
  display: block;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/john-price-SkKCoIi0SI4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #312b23;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  max-width: 30vw;
  min-width: 20px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/yoal-desurmont-GXTOhJqgkX8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  padding: 0px 27px 20px;
}

.heading-3 {
  font-family: Bitter, serif;
  font-weight: 400;
  text-align: center;
}

.heading-4 {
  text-align: center;
}

.heading2 {
  text-align: center;
}

.columns {
  max-width: 92%;
  margin-right: 80px;
  margin-bottom: 25px;
  margin-left: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-3 {
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
}

.paragraph-3.map {
  text-align: center;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
  font-weight: 200;
  text-align: justify;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  font-weight: 200;
  text-align: justify;
}

.heading-5 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  text-align: center;
}

.image-3 {
  opacity: 1;
}

.heading-6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #235886;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.heading-6.white {
  margin: 14px 10px 30px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  opacity: 1;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
}

.heading-6.a {
  margin-top: 0px;
  padding-top: 90px;
  color: #fff;
  text-shadow: 4px 4px 6px #000;
}

.text-span {
  color: #3f89ca;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-7 {
  display: block;
  max-width: 1110px;
  margin-top: 131px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.53);
  text-align: center;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  padding-bottom: 20px;
  padding-left: 0px;
}

.container-2 {
  padding: 0px 25px;
  border-radius: 0%;
  background-color: hsla(0, 0%, 100%, 0.64);
  -webkit-transition: opacity 750ms ease;
  transition: opacity 750ms ease;
}

.submit-button {
  background-color: #163149;
}

.image-4 {
  max-width: 400px;
  margin-right: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.list-item-believe {
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: silver;
  font-size: 18px;
  font-weight: 300;
}

.list {
  margin-bottom: 54px;
  padding-top: 53px;
  padding-right: 40px;
  padding-bottom: 20px;
  border-radius: 7px;
  background-color: rgba(20, 74, 116, 0.48);
}

.div-block-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-4 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-4:hover {
  text-decoration: underline;
}

.paragraph-6 {
  padding-right: 25px;
  padding-left: 25px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/priscilla-du-preez-7aOhiPe6_30-unsplash.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Poppins, sans-serif;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
  background-image: url('../images/Screen-Shot-2020-02-12-at-3.50.13-PM.png');
  background-position: 0% 50%;
  background-size: cover;
}

.cards-image-mask._1 {
  border-radius: 0%;
  background-position: 0% 50%;
  opacity: 1;
}

.cards-image-mask._2 {
  border-radius: 0%;
  background-image: url('../images/greg-rakozy-oMpAz-DN-9I-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards-image-mask._3 {
  border-radius: 0%;
  background-image: url('../images/Screen-Shot-2020-02-12-at-3.56.33-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image._3 {
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

._3column {
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 0.5px solid #000;
  border-radius: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3em;
}

.paragraph-3column {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: justify;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-image: url('../images/jong-marshes-79mNMAvSORg-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-7 {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.paragraph-7.contact {
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: rgba(25, 36, 68, 0.21);
}

.call-to-action {
  min-height: 150vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/byron-johnson-lQ0gPL_0Bt8-unsplash.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-6 {
  min-height: 100vh;
  background-color: #173d5d;
  background-image: url('../images/jong-marshes-79mNMAvSORg-unsplash.jpg'), url('../images/jong-marshes-79mNMAvSORg-unsplash.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.paragraph-8 {
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.bold-text {
  text-align: justify;
}

.bold-text-2 {
  text-align: left;
}

.heading-8 {
  margin-top: 0px;
  padding-top: 48px;
}

.columns-2 {
  margin-bottom: 40px;
  padding-top: 40px;
  background-color: rgba(15, 19, 39, 0.67);
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-image-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Screen-Shot-2020-02-12-at-3.12.41-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-image-4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Screen-Shot-2020-02-12-at-3.49.16-PM.png');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: 4px 4px 13px 3px #000;
  opacity: 0.79;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block-4 {
  font-size: 14px;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.field-label-3 {
  color: #fff;
}

.field-label-4 {
  color: #fff;
}

.field-label-5 {
  color: #fff;
}

.submit-button-2 {
  display: inline-block;
  text-align: left;
}

.heading-9 {
  margin-bottom: 10px;
  padding: 10px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #307bbd;
  font-size: 40px;
  text-align: center;
}

.paragraph-9 {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.paragraph-9.foot {
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
}

.paragraph-10 {
  width: 100%;
  max-width: 600px;
}

.div-block-11 {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.image-5 {
  padding-bottom: 10px;
}

.container-3 {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 6px;
  background-color: rgba(10, 27, 43, 0.77);
}

.footer-3 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #102d46;
  line-height: 3.5vh;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 4px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-11 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.heading-10 {
  font-family: Poppins, sans-serif;
  color: #3483c9;
}

.heading-10.yellow {
  color: #fdb713;
  font-size: 20px;
}

.heading-11 {
  color: #3483c9;
}

.paragraph-12 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-13 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-12 {
  text-align: left;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-2 {
  background-image: url('../images/levi-saunders-X5ty2Pfj4Rw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  min-height: 40vw;
  margin-right: 75px;
  margin-bottom: 49px;
  margin-left: 75px;
  padding-top: 0px;
}

.paragraph-14 {
  color: #fff;
}

.beliefs {
  background-image: url('../images/guilherme-stecanella-DlicPZ9qHOs-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.church {
  background-image: url('../images/byron-johnson-lQ0gPL_0Bt8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  float: none;
}

.link-block-3 {
  position: absolute;
}

.link-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.link-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.link-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-6-copy {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #173d5d;
  font-family: Poppins, sans-serif;
  color: #fdb713;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.heading-6-copy.white {
  margin: 20px 10px 30px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
}

.heading-6-copy.a {
  margin-top: 0px;
  padding-top: 90px;
  color: #fff;
  text-shadow: 4px 4px 6px #000;
}

.link-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-left: 0px;
}

.faq {
  background-color: #173d5d;
}

.paragraph-15 {
  margin-bottom: 40px;
  font-size: 16px;
}

.container-4 {
  margin-top: 25px;
}

.paragraph-16 {
  font-size: 16px;
}

.container-5 {
  padding: 34px 35px;
  background-color: #e7f4ff;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-6 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 40px;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-11 {
    font-size: 1.1em;
  }
  .church {
    background-position: 60% 50%;
  }
  .heading-6-copy {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h1head {
    font-size: 5em;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-content {
    padding: 40px 20px;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .heading-6 {
    margin-top: 20px;
    font-size: 40px;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .call-to-action {
    padding: 40px 20px;
  }
  .feature-image-3 {
    margin-right: auto;
    margin-left: auto;
  }
  .feature-image-4 {
    margin-right: auto;
    margin-left: auto;
  }
  .contact-form-2 {
    padding: 40px 20px;
  }
  .paragraph-9 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-11 {
    width: auto;
    max-width: 90%;
    min-width: 90%;
  }
  .footer-2 {
    padding: 40px 20px;
  }
  .footer-3 {
    padding: 40px 20px;
  }
  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .cards-section-2 {
    padding: 40px 20px;
  }
  .paragraph-11 {
    line-height: 1.5em;
  }
  .church {
    background-position: 65% 50%;
  }
  .heading-6-copy {
    font-size: 33px;
  }
}

@media screen and (max-width: 479px) {
  .section1 {
    position: relative;
    height: 100vh;
    max-height: 200vh;
  }
  .header {
    max-height: 60%;
    min-height: 100%;
  }
  .container {
    top: 205px;
  }
  .h1head {
    margin-top: 50vw;
    margin-left: 0px;
    font-size: 2.8em;
    text-align: center;
  }
  .paragraph-2 {
    display: block;
    max-width: none;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .paragraph-2.white {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1em;
    line-height: 1.8em;
    text-align: center;
  }
  .hero-overlay {
    height: auto;
    background-position: 60% 50%;
  }
  .centered-container {
    text-align: left;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .feature-section {
    padding: 20px 10px;
  }
  .heading-6 {
    font-size: 1.8em;
    line-height: 1em;
  }
  .heading-6.white {
    margin-right: 0px;
    margin-left: 0px;
    line-height: 1em;
  }
  .heading-6.a {
    padding-top: 10px;
  }
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .feature-image-4 {
    width: auto;
    height: auto;
    border-radius: 10px;
    opacity: 0.8;
  }
  .heading-9 {
    margin-top: 0px;
    font-size: 1.8em;
  }
  .paragraph-9 {
    font-size: 1em;
    text-align: center;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-heading-2 {
    margin-top: 20px;
  }
  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-heading-3 {
    margin-top: 20px;
  }
  .paragraph-11 {
    margin-top: 20px;
    font-size: 1em;
    text-align: center;
  }
  .church {
    background-position: 65% 50%;
    background-size: cover;
  }
  .heading-6-copy {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .div-block-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

#w-node-a8318c3bad31-388ca15b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-be4e3abf7fc3-c38955fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-be4e3abf7fc5-c38955fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-be4e3abf7fca-c38955fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-be4e3abf7fcc-c38955fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8318c3bad2a-388ca15b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-a8318c3bad31-388ca15b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-a8318c3bad38-388ca15b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-be4e3abf7fb9-c38955fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-be4e3abf7fc0-c38955fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-be4e3abf7fc7-c38955fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

