#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(400px);
  width: 100%;
  min-height: 400px;
}

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

.bs-wrapper header h1 {
  position: absolute;
  top: calc(50% - 3rem);
  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;
  text-align: center;
}

.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:not(:last-of-type) .embed-container {
  position: relative;
  padding-top: calc(40%);
  width: 50%;
}

.bs-wrapper section:last-of-type .embed-container {
  position: relative;
  padding-top: calc(9 / 16 * 100%);
  width: 45%;
}

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

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

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

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

.bs-wrapper section:last-of-type article>img {
  width: 45%;
}

.bs-wrapper section:last-of-type article>div {
  width: 55%;
}

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

.bs-wrapper section:first-of-type article:nth-of-type(2)>img {
  width: 40%;
}

.bs-wrapper section:first-of-type article:nth-of-type(2)>div {
  width: 60%;
}

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

.bs-wrapper section h3 span {
  font-weight: 700;
}

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

.bs-wrapper section>p {
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 900px;
}

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

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

.bs-wrapper section article.bs-nat {
  position: relative;
}

.bs-wrapper section article.bs-nat picture {
  width: 100%;
}

.bs-wrapper section article.bs-nat div {
  position: absolute;
  color: #fff;
  max-width: 45%;
}

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

@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;
    padding: 0;
  }

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

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

  .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 article:not(.full)>picture {
    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;
    margin-bottom: .5rem;
  }

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

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

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

  .bs-wrapper section:not(:last-of-type) .embed-container {
    padding-top: calc(90%);
    width: 100%;
  }

  .bs-wrapper section:last-of-type .embed-container {
    padding-top: calc(16 / 9 * 75%);
    width: 100%;
  }

  .bs-wrapper section article.bs-nat div {
    max-width: 100%;
  }

  .bs-wrapper section article.bs-nat div p {
    max-width: 70%;
  }

  .bs-wrapper section article.bs-nat img {
    min-height: 400px;
    object-fit: cover;
  }

  .bs-wrapper section article.bs-nat:nth-of-type(2) div p {
    float: right;
  }
}

@media screen and (max-width: 400px) {
  .bs-wrapper section article.bs-nat div p {
    font-size: .8rem;
  }
}

footer {
  @media screen and (min-width: 1280px) {
    width: 1140px !important;
  }
  margin: 0 auto !important;
}
