#breadcrumbs {
  display: none;
}

.bs-wrapper {
  background-color: #ECFFEC;
  color: #113027;
}

.bs-wrapper img {
  width: 100%;
}

.bs-wrapper header {
  position: relative;
}

.bs-wrapper header .embed-container {
  position: relative;
  padding-top: calc(500px);
  width: 100%;
  min-height: 500px;
}

.bs-wrapper header video {
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bs-wrapper header h1 {
  text-align: center;
  position: absolute;
  top: calc(50% - 4rem);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3rem 4rem;
  background: linear-gradient(#fff, #fff) top left, linear-gradient(#fff, #fff) top left, linear-gradient(#fff, #fff) top right, linear-gradient(#fff, #fff) top right, linear-gradient(#fff, #fff) bottom left, linear-gradient(#fff, #fff) bottom left, linear-gradient(#fff, #fff) bottom right, linear-gradient(#fff, #fff) bottom right;
  background-size: 1px 30px, 30px 1px;
  background-repeat: no-repeat;
  min-width: 870px;
}

.bs-wrapper section {
  background-color: #fff;
  z-index: 2;
  position: relative;
  max-width: 1440px;
  margin: -6rem auto 0;
  padding: 2rem 0;
}

.bs-wrapper section h2 {
  font-size: 1.75rem;
  text-align: center;
  padding: 20px 30px;
  background: linear-gradient(#000, #000) top left, linear-gradient(#000, #000) top left, linear-gradient(#000, #000) bottom right, linear-gradient(#000, #000) bottom right;
  background-size: 1px 20px, 20px 1px;
  background-repeat: no-repeat;
  width: fit-content;
  margin: 0 auto 3rem;
}

.bs-wrapper section article:not(.full) {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}

.bs-wrapper section article:not(.full)>img {
  width: 55%;
}

.bs-wrapper section article:not(.full)>div {
  width: 45%;
  padding: 0 3rem;
}

.bs-wrapper section:first-of-type article:nth-of-type(2) {
  text-align: right;
}

.bs-wrapper section h3 {
  font-size: 1.5rem;
  letter-spacing: .05rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.bs-wrapper section p {
  line-height: 1.5rem;
  letter-spacing: .05rem;
  word-spacing: .12rem;
}

.bs-wrapper section article.full>div {
  padding: 3rem 3rem 0;
}

.bs-wrapper section>p {
  font-size: 1.25rem;
  line-height: 1.7rem;
  letter-spacing: .02rem;
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 0 1.5rem;
  font-weight: 300;
}

@media screen and (max-width: 59rem) {
  .bs-wrapper header h1 {
    font-size: 2rem;
    width: 90%;
    min-width: auto;
    padding: 3rem .5rem;
    text-align: center;
    top: 50%;
  }

  .bs-wrapper section {
    margin: 0 auto;
  }

  .bs-wrapper section:first-of-type {
    padding: 2rem 0 0;
  }

  .bs-wrapper section:last-of-type {
    padding: 0 0 2rem;
  }

  .bs-wrapper article {
    flex-direction: column;
  }

  .bs-wrapper section article:not(.full)>img, .bs-wrapper section article:not(.full)>div {
    width: 100%;
  }

  .bs-wrapper section:first-of-type article:nth-of-type(2n+2) {
    flex-direction: column-reverse;
  }

  .bs-wrapper section h2 {
    margin: 0 1rem 1rem;
    font-size: 1.5rem;
  }

  .bs-wrapper section article:not(.full)>div {
    padding: 1rem 2rem;
  }

  .bs-wrapper section h3 {
    font-size: 1.25rem;
  }

  .bs-wrapper section article.full>div {
    padding: 1rem 2rem 0;
  }

  .bs-wrapper section article:not(.full) {
    margin: 0;
  }

  .bs-wrapper section>p {
    font-size: 1.1rem;
  }
}

footer {
  width: 1140px !important;
  margin: 0 auto !important;
}
