p {
  opacity: 100 !important;
}

.oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.oembed_container .iframe_wrapper > * {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.iframe_wrapper {
  height: 0;
  padding-bottom: 50.25%;
  padding-top: 25px;
  position: relative;
}

h3 {
  margin-left: 2%;
}

@media (max-width: 768px) {
  h3 {
    margin-top: 10% !important;
  }
}

.forma {
  z-index: 900;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  background: linear-gradient(198.67deg, #eb7125 0%, #fff8ee 100%) !important;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #reg-form {
    margin-top: 13% !important;
  }
}

@media (max-width: 500px) {
  .forma {
    max-width: 90% !important;
  }
}

@media (max-width: 768px) {
  .forma {
    max-width: 90% !important;
  }
  .forma {
    position: static;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 768px) {
  h1 {
    margin-top: 10%;
  }
}

@media (max-width: 768px) {
  .hero-video-info {
    margin-top: 20%;
  }
}

@media (max-width: 840px) {
  .hero-video-info {
    bottom: -4px;
  }
  .hero-video-info {
    left: 50%;
  }
}

@media (max-width: 576px) {
  .hero-video-info {
    left: 62%;
  }
}

.mission-benefits-item {
  opacity: 1 !important;
}

h2 {
  opacity: 1 !important;
}

.accordion {
  margin: 0 auto;
}
.accordion__list {
  padding: 0;
  list-style: none;
}
.accordion__item {
  cursor: pointer;
  transition: all 0.3s;
  background: #fff !important;
  border: unset;
  -webkit-border-radius: 1rem !important;
  -moz-border-radius: 1rem !important;
  border-radius: 1rem !important;
  color: #343434;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding: 2.375rem 2rem;
}

.accordion__item.active > .accordion__content {
  padding-top: 18px;
  max-height: 200px;
}
.accordion__item.active > .accordion__label:after {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.accordion__label {
  align-items: start;
  background: transparent !important;
  color: #343434;
  font-size: 2rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 1.6;
  margin-bottom: 0;
  margin-left: 2%;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.accordion__label:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%237B7B7B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  translate: 0% -50%;
  right: 0;
  transition: all 0.3s;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 27px;
  color: #343434;
}
.hero {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accent {
  color: #eb7125;
}
.gray-text {
  font-weight: 400 !important;
  color: #7b7b7b !important;
  font-size: 16px !important;
}
