#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(height / width * 100%);
  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: 1140px;
  text-align: center;
  text-shadow: 0px 0px 20px #636363;
}

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

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

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

.bs-wrapper .bs-h2 {
  position: relative;
  padding: 2rem 0;
}

.bs-wrapper .bs-h2::before {
  content: '';
  position: absolute;
  top: 2.4rem;
  left: 10px;
  color: #fff;
  border-bottom: solid #fff 1px;
}

.bs-wrapper section:first-of-type .bs-h2::before {
  content: '01';
}

.bs-wrapper section:nth-of-type(2) .bs-h2::before {
  content: '02';
}

.bs-wrapper section:last-of-type .bs-h2::before {
  content: '03';
}

.bs-wrapper .bs-h2 h2 {
  font-size: 1.75rem;
  padding: 20px 30px;
  background: linear-gradient(#fff, #fff) top left, linear-gradient(#fff, #fff) top left, linear-gradient(#fff, #fff) bottom right, linear-gradient(#fff, #fff) bottom right;
  background-size: 1px 20px, 20px 1px;
  background-repeat: no-repeat;
  text-wrap: nowrap;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  word-spacing: .2rem;
  text-align: center;
}

.bs-wrapper .bs-h2>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bs-wrapper .bs-h2>div img {
  max-width: 250px;
}

.bs-wrapper .bs-h2>h2,.bs-wrapper .bs-h2>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

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

.bs-wrapper section article > * {
  width: 50%;
}

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

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

.bs-wrapper section article p:first-of-type {
  margin-bottom: 2rem;
}

.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;
}

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

.bs-wrapper section:last-of-type > p:last-of-type {
  margin: 3rem auto 1rem;
}

.bs-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: flex-start;
}

.bs-wrapper ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5rem;
  letter-spacing: .05rem;
  word-spacing: .12rem;
  font-family: "Avenir Next World", Montserrat, sans-serif;
  flex: 1;
  max-width: 200px;
  text-transform: uppercase;
  gap: .5rem;
  font-weight: 500;
}

.bs-wrapper ul li > span:first-of-type {
  border: solid 5px #113027;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.bs-wrapper ul li > span.bs-percent {
  border: solid 5px #113027;
  position: relative;
}

.bs-wrapper ul li > span.bs-percent::before {
  content: '';
  border: solid 5px #a7b0a7;
  border-radius: 50%;
  min-width: 150px;
  min-height: 150px;
  position: absolute;
  -webkit-clip-path: polygon(48% 48%, 100% 0%, 100% 0%, 50% 0%);
  clip-path: polygon(48% 48%, 100% 0%, 100% 0%, 50% 0%);
  transform: rotate(-45deg);
}

.bs-wrapper ul li > span:not(.spe, .bs-mentions) {
  font-size: 3rem;
  text-transform: none;
}

.bs-wrapper ul li > span.bs-spe {
  flex-direction: column;
}

.bs-wrapper ul li > span.bs-spe > span {
  font-size: 1rem;
  margin-top: .2rem;
  text-transform: uppercase;
  margin-bottom: -1.2rem;
}

.bs-wrapper ul li > span.spe {
  font-size: 13px;
  font-weight: 500;
}

.bs-mentions {
  font-size: .6rem;
  text-transform: none;
  line-height: .8rem;
  letter-spacing: initial;
  word-spacing: initial;
  font-weight: 400;
}

.bs-wrapper section>a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  background-color: #113027;
  padding: 1rem 2rem;
  position: relative;
  margin: 2rem auto;
  font-weight: 600;
  text-align: center;
  max-width: fit-content;
}

.bs-wrapper section>a::before, .bs-wrapper section>a::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}

.bs-wrapper section>a::before {
  top: -10px;
  left: -10px;
  border-left: solid 1px #113027;
  border-top: solid 1px #113027;
}

.bs-wrapper section>a::after {
  bottom: -10px;
  right: -10px;
  border-right: solid 1px #113027;
  border-bottom: solid 1px #113027;
}

@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 header .embed-container {
    overflow: hidden;
  }

  .bs-wrapper header video {
    min-width: 250%;
  }

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

  .bs-wrapper article {
    flex-direction: column;
    margin: 1.5rem 0;
  }

  .bs-wrapper section article > * {
    width: 100%;
  }

  .bs-wrapper section article > img {
    margin-bottom: 2rem;
  }

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

  .bs-wrapper .bs-h2 h2 {
    text-wrap: wrap;
    min-width: 90%;
    font-size: 1.25rem;
  }

  .bs-wrapper .bs-h2 img {
    min-height: 238px;
    object-fit: cover;
  }

  .bs-wrapper .bs-h2 > div {
    min-width: 90%;
  }

  .bs-wrapper .bs-h2 > div img {
    max-width: 150px;
    object-fit: contain;
    min-height: fit-content;
  }

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

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

  .bs-wrapper section article p:first-of-type {
    margin-bottom: 1rem;
  }

  .bs-wrapper section:not(:first-of-type) article:last-of-type {
    flex-direction: column-reverse;
  }

  .bs-wrapper ul {
    flex-wrap: wrap;
    padding: 0 1rem;
    gap: 1rem;
  }

  .bs-wrapper ul li > span:first-of-type {
    width: 125px;
    height: 125px;
  }

  .bs-wrapper ul li > span.bs-percent {
    border: solid 5px #113027;
    position: relative;
  }

  .bs-wrapper ul li > span.bs-percent::before {
    min-width: 125px;
    min-height: 125px;
  }

  .bs-wrapper ul li > span:not(.spe, .bs-mentions) {
    font-size: 2.5rem;
    text-transform: none;
  }

  .bs-wrapper ul li > span.spe {
    font-size: .8rem;
  }

  .bs-wrapper section > a {
    max-width: 85%;
  }
}

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