ul {
  margin-bottom: 1.5rem;
}

.subpage-hero {
  padding-bottom: 5rem !important;
  overflow-x: visible;
  position: relative;
}

.subpage-hero > div {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem !important;
}

@media (max-width: 896px) and (orientation: landscape) {
  .subpage-hero > div.mt-md-5 {
    margin-top: 0 !important;
  }
}

.subpage-hero .container {
  padding-top: 2.25rem !important;
}

.subpage-hero h1 {
  font-size: 2.875rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .subpage-hero h1 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .subpage-hero h1 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
}

.subpage-hero .feature-text p {
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 767.98px) {
  .subpage-hero .feature-text p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .subpage-hero .feature-text p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
  }
}

.subpage .subpage-hero:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-size: cover;
  background-position: 50% 60%;
  z-index: 0;
  background-repeat: no-repeat;
}

.subpage h2 {
  position: relative;
  margin-bottom: 3rem;
}

.subpage h2:after {
  content: '';
  position: absolute;
  background-color: #76c044;
  bottom: -1.5rem;
  height: .3rem;
  width: 40px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.subpage h2.text-center:after {
  left: 50% !important;
  -webkit-transform: translatex(-50%) !important;
          transform: translatex(-50%) !important;
}

.subpage h2.text-left:after {
  left: 0 !important;
  -webkit-transform: translatex(0) !important;
          transform: translatex(0) !important;
}

.subpage a {
  color: #76c044;
}

.subpage .team .card-img {
  height: 325px;
  background-position: 50% 10%;
}

@media (max-width: 991.98px) {
  .subpage .team .card-img {
    height: 225px;
  }
}

@media (max-width: 767.98px) {
  .subpage .team .card-img {
    height: 400px;
  }
}

.subpage .team .card-img .card-card {
  visibility: hidden;
  opacity: 0;
  background: #76c044;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.subpage .team .card-img:hover .card-card {
  visibility: visible;
  opacity: 1;
}

.subpage .team p {
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 767.98px) {
  .subpage .team p {
    padding-left: 0;
    padding-right: 0;
  }
}

.touch .team .card-img .card-card {
  visibility: visible;
  opacity: 1;
}

.page-about .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.5))), url(/img/web/about.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(/img/web/about.jpg);
}

@media (max-width: 767.98px) {
  .page-about .about-energy h2 {
    font-size: 200% !important;
    text-align: left !important;
    margin-bottom: 1rem;
  }
}

.page-about .about-energy h2:after {
  display: none;
}

.page-about .about-energy .col-md-6:first-child {
  border-right: 2px solid #222222;
}

@media (max-width: 767.98px) {
  .page-about .about-energy .col-md-6:first-child {
    border: 0;
  }
}

.page-about .about-video {
  position: relative;
}

.page-about .about-video .about-play {
  position: relative;
  z-index: 6;
}

.page-about .about-video .about-play svg {
  width: 125px;
}

.page-about .about-video #video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.page-about .about-video #video-bg .video-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.page-about .about-video #video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .page-about .about-video #video-bg > video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .page-about .about-video #video-bg > video {
    width: 300%;
    left: -100%;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .page-about .about-video #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-leadership .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/leadership.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/leadership.jpg);
  background-position: 50% 50%;
}

#leadership-modal {
  overflow: auto !important;
}

#leadership-modal .wrapper-ps {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.page-team .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/img/web/team.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/img/web/team.jpg);
  background-position: 50% 15%;
}

.page-team h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

@media (max-width: 767.98px) {
  .page-team .ui-bg-cover {
    height: 350px !important;
  }
}

.page-films .switch-film {
  height: 100vh;
  min-height: 600px;
}

.page-films .switch-film:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-size: cover;
  background-position: 50% 25%;
  z-index: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/switch.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/switch.jpg);
}

.page-films .switchon-film {
  height: 100vh;
  min-height: 600px;
}

.page-films .switchon-film:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-size: cover;
  background-position: 50% 60%;
  z-index: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/switch-on.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/switch-on.jpg);
}

.page-films p {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 767.98px) {
  .page-films p {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-switchon .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.5))), url(/img/web/switch-on.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(/img/web/switch-on.jpg);
}

@media (max-width: 767.98px) {
  .page-switchon .about-switchon h2 {
    font-size: 200% !important;
    text-align: left !important;
    margin-bottom: 1rem;
  }
}

.page-switchon .about-switchon h2:after {
  display: none;
}

.page-switchon .about-switchon .col-md-6:first-child {
  border-right: 2px solid #222222;
}

@media (max-width: 767.98px) {
  .page-switchon .about-switchon .col-md-6:first-child {
    border: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .page-switchon .about-switchon .col-md-7:first-child {
    border: 0 !important;
  }
}

.page-switchon .switchon-video {
  position: relative;
}

.page-switchon .switchon-video .about-play {
  position: relative;
  z-index: 6;
}

.page-switchon .switchon-video .about-play svg {
  width: 500px;
}

@media (max-width: 991.98px) {
  .page-switchon .switchon-video .about-play svg {
    width: 350px;
  }
}

@media (max-width: 767.98px) {
  .page-switchon .switchon-video .about-play svg {
    width: 275px;
  }
}

.page-switchon .switchon-video #video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.page-switchon .switchon-video #video-bg .video-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.page-switchon .switchon-video #video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .page-switchon .switchon-video #video-bg > video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .page-switchon .switchon-video #video-bg > video {
    width: 300%;
    left: -100%;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .page-switchon .switchon-video #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-switchon .switchon-episodes {
  position: relative;
}

.page-switchon .switchon-episodes .about-play {
  position: relative;
  z-index: 6;
}

.page-switchon .switchon-episodes .about-play svg {
  width: 500px;
}

@media (max-width: 991.98px) {
  .page-switchon .switchon-episodes .about-play svg {
    width: 350px;
  }
}

@media (max-width: 767.98px) {
  .page-switchon .switchon-episodes .about-play svg {
    width: 275px;
  }
}

.page-switchon-episodes .switchon-episodes {
  height: 425px;
  margin-top: 110px;
}

@media (max-width: 1440px) {
  .page-switchon-episodes .switchon-episodes {
    height: 40vh;
  }
}

@media (max-width: 991.98px) {
  .page-switchon-episodes .switchon-episodes {
    height: 425px;
  }
}

@media (min-width: 1441px) {
  .page-switchon-episodes .switchon-episodes {
    height: 45vh;
  }
}

@media (max-width: 768px) {
  .page-switchon-episodes .main-share {
    position: relative !important;
    right: auto !important;
  }
}

@media (max-width: 767.98px) {
  .page-switchon-episodes .share-resources {
    position: relative !important;
  }
}

.page-switchon-episodes .dropdown-toggle::after {
  display: none;
}

.page-switchon-episodes .btn.outline-none:focus,
.page-switchon-episodes .btn.outline-none.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-switchon-episodes #episodes .full-container {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 1210px) {
  .page-switchon-episodes #episodes .full-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.page-switchon-episodes .ps-transcript {
  position: relative;
  width: 100%;
  height: 400px;
}

.page-switchon-episodes .series-info .square {
  position: relative;
  width: 50%;
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
}

@media (max-width: 767.98px) {
  .page-switchon-episodes .series-info .square {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}

.page-switchon-episodes .series-info .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.page-switchon-episodes .series-info .square-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .page-switchon-episodes .series-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.app-switchon-episodes .switchon-episodes {
  margin-top: 0;
}

.app-switchon-episodes #episodes .full-container {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

@media (max-width: 767.98px) {
  .app-switchon-episodes .share-resources {
    position: relative !important;
  }
}

@media (max-width: 767.98px) {
  .app-switchon-episodes .series-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app-switchon-episodes .series-info .square {
    position: relative;
    width: 50%;
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .app-switchon-episodes .series-info .square {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}

@media (max-width: 767.98px) {
  .app-switchon-episodes .series-info .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .app-switchon-episodes .series-info .square-content {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.app-switchon .card .card-img {
  background-image: url(/img/web/switch-on.jpg);
}

.app-switchon .switchon-video {
  height: 75vh;
  min-height: 450px;
}

@media (max-width: 991.98px) {
  .app-switchon .switchon-video {
    height: 45vh;
  }
}

.app-switchon .switchon-video .about-play svg {
  width: 400px;
}

@media (max-width: 991.98px) {
  .app-switchon .switchon-video .about-play svg {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .app-switchon .switchon-video .about-play svg {
    width: 250px;
  }
}

@media (max-width: 767.98px) {
  .app-switchon .about-switchon svg {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .app-switchon .film-details {
    display: block !important;
  }
}

.page-home .page-films .switch-film,
.page-home .page-films .switchon-film {
  height: 50vh;
}

.page-energy-clubs .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/clubs.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/clubs.jpg);
  background-position: 50% 70%;
}

.page-energy-clubs .why p,
.page-energy-clubs .engage p {
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 767.98px) {
  .page-energy-clubs .why p,
  .page-energy-clubs .engage p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .page-energy-clubs .why p,
  .page-energy-clubs .engage p {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-energy-clubs .engage {
  background: #111111;
}

@media (max-width: 767.98px) {
  .page-energy-clubs .engage i {
    font-size: 275% !important;
  }
}

@media (max-width: 767.98px) {
  .page-energy-clubs .engage h4 {
    font-size: 100% !important;
  }
}

.page-energy-clubs .commitment .ui-bg-cover {
  background-image: url(/img/web/clubs-commitment.jpg);
}

@media (max-width: 767.98px) {
  .page-energy-clubs .commitment .ui-bg-cover {
    height: 350px !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .page-energy-clubs .commitment .ui-bg-cover {
    height: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .page-energy-clubs .commitment .our-commitment {
    padding: 3rem 1rem !important;
  }
}

@media (max-width: 767.98px) {
  .page-energy-clubs .commitment .our-commitment .d-block {
    text-align: center;
  }
}

.page-energy-clubs .commitment h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

.page-energy-clubs .commitment p {
  padding-right: 15%;
}

@media (max-width: 991.98px) {
  .page-energy-clubs .commitment p {
    padding-right: 0;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .page-energy-clubs .commitment p {
    padding-right: 0;
  }
}

.page-energy-clubs .commitment ul {
  list-style: none;
}

@media (max-width: 991.98px) {
  .page-energy-clubs .commitment ul li {
    line-height: 1;
  }
}

.page-energy-clubs .commitment ul li::before {
  content: "\2022";
  color: #76c044;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 0.25rem;
}

.page-contact .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/contact.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/contact.jpg);
  background-position: 50% 30%;
}

.page-contact h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

.page-contribute .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3))), url(/img/web/contribute.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url(/img/web/contribute.jpg);
  background-position: 50% 5%;
}

.page-contribute h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

.page-contribute #contribute-modal .btn:after {
  display: none;
}

.page-news .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/news.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/news.jpg);
  background-position: 50% 85%;
}

.page-news h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

@media (max-width: 767.98px) {
  .page-news .ui-bg-cover {
    height: 350px !important;
  }
}

.page-presentations .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/presentations.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/presentations.jpg);
  background-position: 50% 10%;
}

.page-presentations h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

#vimeo-modal .wrapper,
#vimeo-series-modal .wrapper {
  padding: 15%;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  #vimeo-modal .wrapper,
  #vimeo-series-modal .wrapper {
    padding: 10%;
  }
}

@media (max-width: 767.98px) {
  #vimeo-modal .wrapper,
  #vimeo-series-modal .wrapper {
    padding: 5%;
  }
}

#vimeo-modal .wrapper .player-wrapper,
#vimeo-series-modal .wrapper .player-wrapper {
  display: block !important;
}

#vimeo-modal .wrapper .player-wrapper .embed-container,
#vimeo-series-modal .wrapper .player-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#vimeo-modal .wrapper .player-wrapper .embed-container iframe,
#vimeo-modal .wrapper .player-wrapper .embed-container object,
#vimeo-modal .wrapper .player-wrapper .embed-container embed,
#vimeo-series-modal .wrapper .player-wrapper .embed-container iframe,
#vimeo-series-modal .wrapper .player-wrapper .embed-container object,
#vimeo-series-modal .wrapper .player-wrapper .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-dark {
  background-color: rgba(15, 15, 15, 0.9);
}

.table-dark thead th {
  background: #000;
  border-top: 0;
}

.page-case-competition .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/competition/hero.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/competition/hero.jpg);
  background-position: 50% 60%;
}

@media (max-width: 767.98px) {
  .page-case-competition .overview {
    border-right: 0 !important;
    border-bottom: 1px solid #222 !important;
  }
}

.page-case-competition .commitment .ui-bg-cover {
  background-image: url(/img/web/competition/schedule.jpg);
}

@media (max-width: 991.98px) {
  .page-case-competition .commitment .ui-bg-cover {
    height: 350px !important;
  }
}

.page-case-competition .commitment.results .ui-bg-cover {
  background-image: url(/img/web/competition/results.jpg);
}

.page-case-competition .commitment ul li {
  line-height: normal;
}

.page-case-competition-2020 .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/competition/2020/hero.jpg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/competition/2020/hero.jpg) !important;
  background-position: 50% 50% !important;
}

html, body {
  overflow-x: hidden;
}

body {
  background: #000000;
  width: 100%;
  position: relative;
}

.btn {
  font-weight: 500;
}

.layout-navbar-fixed .layout-navbar {
  background: transparent;
  -webkit-transition: background-color 600ms linear;
  transition: background-color 600ms linear;
}

@media (max-width: 991.98px) {
  .layout-navbar-fixed .layout-navbar {
    background: rgba(0, 0, 0, 0.9);
  }
}

.layout-navbar-fixed .layout-navbar.fixed {
  background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 991.98px) {
  .layout-navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.25rem;
  }
}

.app-brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 87px;
  background-color: transparent !important;
}

@media (max-width: 767.98px) {
  .app-brand-logo {
    width: 125px;
    height: 55px;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .app-brand-logo {
    width: 125px;
    height: 55px;
  }
}

.app-brand-logo svg {
  width: 100%;
  height: auto;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler i {
  color: #fff;
}

.nav-item .dropdown-toggle::after,
.nav-item .dropdown-toggle ::before {
  display: none;
}

.nav-item .dropdown-menu {
  border: 0;
  background: #111;
}

.nav-item .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 44px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom-color: #111;
  content: '';
}

@media (max-width: 991.98px) {
  .nav-item .dropdown-menu:before {
    display: none !important;
  }
}

.nav-item .dropdown-menu .dropdown-item:hover,
.nav-item .dropdown-menu .dropdown-item:focus {
  color: #fff !important;
  background-color: #76c044 !important;
}

.nav-item .dropdown-menu .dropdown-item:hover i,
.nav-item .dropdown-menu .dropdown-item:focus i {
  color: #fff !important;
  background-color: #76c044 !important;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff !important;
  /*background-color: transparent;*/
}

.nav-link.btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-lightest[href]:hover,
.text-lightest[href]:focus {
  color: #fff !important;
  background-color: transparent;
}

.feature-bg {
  padding-bottom: 5rem !important;
  overflow-x: visible;
  position: relative;
}

.feature-bg > div {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem !important;
}

@media (max-width: 896px) and (orientation: landscape) {
  .feature-bg > div.mt-md-5 {
    margin-top: 0 !important;
  }
}

.feature-bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(/img/web/about.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/img/web/about.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  background-repeat: no-repeat;
}

.feature-bg .container {
  padding-top: 2.25rem !important;
}

.feature-bg h1 {
  font-size: 3.25rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .feature-bg h1 {
    font-size: 2.25rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .feature-bg h1 {
    font-size: 2.25rem !important;
    margin-bottom: 1rem !important;
  }
}

.feature-bg .feature-text p {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 767.98px) {
  .feature-bg .feature-text p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .feature-bg .feature-text p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .feature-bg .feature-text .btn:last-child {
    margin-left: 0.5rem;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .feature-bg .feature-text .btn:last-child {
    margin-left: 1rem;
  }
}

@media (max-width: 767.98px) {
  .feature-bg .feature-text .btn {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .feature-bg .feature-text .btn.mb-md-5 {
    margin-bottom: 0.75rem !important;
  }
}

.page-home .feature-bg {
  height: 95vh !important;
  min-height: 700px !important;
  padding-bottom: 0 !important;
}

@media (max-width: 960px) and (orientation: landscape) {
  .page-home .feature-bg {
    height: 100% !important;
    min-height: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .page-home .feature-bg {
    height: 100% !important;
    min-height: 100% !important;
  }
}

.page-home .feature-bg > div {
  padding-top: 0 !important;
}

@media (min-width: 1500px) {
  .page-home .feature-bg .container,
  .page-home .feature-bg .flex-grow-1 {
    margin-top: 3rem !important;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-home .feature-bg .feature-text-wrapper {
    margin-top: 3rem !important;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .page-home .feature-bg .feature-text-wrapper {
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 767.98px) {
  .page-home .feature-bg .container,
  .page-home .feature-bg .flex-grow-1 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

.feature-bg-sm {
  overflow-x: visible;
  position: relative;
}

.feature-bg-sm > div {
  position: relative;
  z-index: 1;
}

.feature-bg-sm:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-image: url(/img/web/page-header.svg);
  background-size: cover;
  background-position: bottom;
  z-index: 0;
  background-repeat: no-repeat;
}

.feature-bg-sm p {
  padding: 0 15%;
}

@media (max-width: 767.98px) {
  .feature-bg-sm p {
    padding: 0;
  }
}

.f-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-container .f-inner {
  max-width: 70%;
}

@media (max-width: 767.98px) {
  .f-container .f-inner {
    max-width: 100%;
    margin-left: .75rem;
    margin-right: .75rem;
  }
}

@media (max-width: 896px) {
  .f-container .f-inner {
    max-width: 95%;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .features {
    margin-top: 1.5rem !important;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .features .col-lg-7,
  .features .col-lg-4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .features .col-lg-7,
  .features .col-lg-4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.features .card {
  background: transparent;
  border-bottom: 1px solid #151515;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .features .card .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 414px) and (orientation: portrait) {
  .features .card .col-1 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .features .card .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

.features .card.hover {
  background: #111;
}

.features .card .row {
  pointer-events: none;
}

.features i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #76c044;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .features h4 {
    margin-bottom: 0;
    font-size: 1.125rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .features h4 {
    margin-bottom: 0;
    font-size: 1.125rem !important;
  }
}

.features p {
  padding: 0 !important;
}

@media (max-width: 575.98px) {
  .features .col-9 {
    text-align: left !important;
  }
}

@media (max-width: 767.98px) {
  .page-home .feature-bg:after {
    background-image: none;
  }

  .page-home .feature-text:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(/img/web/about.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/img/web/about.jpg);
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
    background-repeat: no-repeat;
  }
}

.products {
  min-height: 225px;
}

@media (max-width: 991.98px) {
  .products {
    min-height: 175px;
  }
}

@media (max-width: 767.98px) {
  .products {
    width: 100.2% !important;
  }
}

.products .p-block {
  width: 20%;
  border-color: #1c1c1c !important;
  border-right: 2px solid #1c1c1c !important;
  border-bottom: 2px solid #1c1c1c !important;
  min-height: 226px;
}

@media (max-width: 991.98px) {
  .products .p-block {
    width: 33.33%;
    min-height: 176px;
  }

  .products .p-block i {
    font-size: 285% !important;
  }

  .products .p-block h2 {
    font-size: 134% !important;
  }

  .products .p-block .ui-h-65 {
    height: 55px !important;
  }
}

@media (max-width: 767.98px) {
  .products .p-block {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .products .border-3 {
    border-right: 0 !important;
  }

  .products .border-4,
  .products .border-5 {
    border-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .products .border-4 {
    border-bottom: 2px solid #1c1c1c !important;
  }

  .products .border-1,
  .products .border-2,
  .products .border-3,
  .products .border-4,
  .products .border-5 {
    border-right: 0 !important;
  }
}

.products a {
  background: #222222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.products a:hover {
  background: #333;
  color: #fff;
}

.teacher-container {
  background: #111111;
}

.teacher-container .teacher-inner {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .teacher-container .teacher-inner {
    max-width: 100%;
  }
}

.teacher-container .teacher-inner .card {
  background: #222;
  min-height: 145px;
}

.teacher-container .teacher-inner .card .fa-ul {
  margin-left: 5em;
}

@media (max-width: 767.98px) {
  .teacher-container .teacher-inner .card .fa-ul {
    margin-left: 4.5em;
  }
}

.teacher-container .teacher-inner .card .fa-ul .fa-li {
  left: -5em;
}

@media (max-width: 767.98px) {
  .teacher-container .teacher-inner .card .fa-ul .fa-li {
    left: -4.5em;
  }
}

.teacher-container .teacher-inner .card .fa-ul .fa-li i {
  font-size: 45px;
  color: #76c044;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .teacher-container .teacher-inner .card .fa-ul .fa-li i {
    font-size: 40px;
    line-height: 1.4;
  }
}

.teacher-container .teacher-inner .card .btn {
  background: #333;
}

.teacher-container .teacher-inner p {
  padding: 0 15%;
}

@media (max-width: 767.98px) {
  .teacher-container .teacher-inner p {
    padding: 0 !important;
  }
}

.video-bg-top {
  margin-top: -2px;
}

.film-container .film-inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .film-container .film-inner {
    padding-top: 2rem;
    max-width: 100%;
  }
}

.film-container .film-inner .position-absolute {
  bottom: 0;
  left: 0;
}

.video-container .video-inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .video-container .video-inner {
    padding-top: 2rem;
    max-width: 100%;
  }
}

.video-container .video-inner p {
  padding-left: 20%;
  padding-right: 20%;
}

@media (max-width: 767.98px) {
  .video-container .video-inner p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .video-container .video-inner p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
  }
}

.video-container .video-inner .ui-star {
  z-index: 1;
}

.signup-container {
  position: relative;
}

.signup-container .signup-inner {
  z-index: 2;
}

.signup-container .signup-inner h2 {
  position: relative;
  margin-bottom: 3rem;
}

.signup-container .signup-inner h2:after {
  content: '';
  position: absolute;
  background-color: #76c044;
  bottom: -1.5rem;
  height: .3rem;
  width: 40px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.signup-container .signup-inner p {
  padding-left: 20%;
  padding-right: 20%;
}

@media (max-width: 767.98px) {
  .signup-container .signup-inner {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .signup-container .signup-inner p {
    width: 100% !important;
    font-size: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .signup-container .signup-inner > div {
    text-align: center !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .signup-container .signup-inner .signup-text {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .signup-container .signup-inner .signup-button {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

body.page .signup-container {
  background: #0a0a0a;
}

.bg-footer-theme {
  background-color: #141414 !important;
  color: #a3a4a6;
}

.bg-footer-theme .footer-link {
  color: #a3a4a6;
}

.bg-footer-theme .footer-link:hover,
.bg-footer-theme .footer-link:focus {
  color: #4E5155;
}

.bg-footer-theme .footer-link.disabled {
  color: #6a6a6c !important;
}

.bg-footer-theme .footer-text {
  color: #4E5155;
}

.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #4E5155;
}

.bg-footer-theme hr {
  border-color: rgba(78, 81, 85, 0.06);
}

.footer {
  position: relative;
}

@media (max-width: 896px) and (orientation: landscape) {
  .footer .footer-inner {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 811px) and (orientation: landscape) {
  .footer .footer-inner {
    padding-bottom: 3rem !important;
  }
}

.footer .footer-inner .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .footer .footer-inner .app-brand-logo {
    width: 100%;
    height: 87px;
  }

  .footer .footer-inner p {
    text-align: center;
  }

  .footer .footer-inner .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }

  .footer .footer-inner .copyright {
    margin-top: 2rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .footer .social-footer {
    text-align: center !important;
  }
}

.footer .social-footer a {
  color: #fff;
}

@media (max-width: 767.98px) {
  .footer .copyright .d-flex {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.footer .jam-gray-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999999;
  height: 15px;
  width: 85%;
  background: #7a7a7a;
}

.footer .jam-yellow-footer {
  position: absolute;
  bottom: 0;
  left: 85%;
  z-index: 999999;
  height: 15px;
  width: 5%;
  background: #D0DE24;
}

.footer .jam-green-footer {
  position: absolute;
  bottom: 0;
  left: 90%;
  z-index: 999999;
  height: 15px;
  width: 10%;
  background: #76c044;
}

.authentication-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.authentication-wrapper .authentication-inner {
  width: 100%;
  max-width: 450px;
}

.authentication-wrapper .authentication-inner .card {
  background-color: rgba(0, 0, 0, 0.9);
}

.authentication-wrapper .authentication-inner .card a {
  color: #76c044;
}

.authentication-wrapper .authentication-inner .card input {
  background: #222;
  border: 1px solid #222;
}

.authentication-wrapper .authentication-inner .card input:focus {
  background: #222;
  border: 1px solid #222;
}

.authentication-wrapper .authentication-inner .card input:-webkit-autofill,
.authentication-wrapper .authentication-inner .card input:-webkit-autofill:hover,
.authentication-wrapper .authentication-inner .card input:-webkit-autofill:focus {
  border: 1px solid #222;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #222 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.authentication-wrapper .authentication-inner .card .custom-control-label::before {
  background-color: #222;
}

.authentication-wrapper .authentication-inner .card .dropdown-menu a {
  color: #babbbc;
}

.authentication-wrapper .authentication-inner .card .dropdown-menu a.selected,
.authentication-wrapper .authentication-inner .card .dropdown-menu a:active,
.authentication-wrapper .authentication-inner .card .dropdown-menu a:focus,
.authentication-wrapper .authentication-inner .card .dropdown-menu a:hover {
  color: #fff;
}

.authentication-wrapper .authentication-inner.authentication-inner-large {
  max-width: 550px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .authentication-wrapper:after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
    min-height: inherit;
    width: 0;
    font-size: 0;
  }
}

@media (max-width: 991.98px) {
  .layout-fixed-offcanvas body:not(.modal-open) .layout-2 .layout-navbar {
    padding: 0 1rem;
  }

  .layout-overlay {
    background: #000;
    opacity: 0.75;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background: none !important;
  font-size: 15px;
}

.bg-primary {
  background-color: #76c044 !important;
}

a.dropdown-item {
  color: #fff;
}

.section-classroom .section-inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  .section-classroom .section-inner {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-classroom .section-inner {
    padding-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .section-classroom .section-inner h2 {
    font-size: 2rem !important;
  }
}

@media (max-width: 767.98px) {
  .section-classroom .section-inner h3 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .section-classroom .section-inner h4 {
    font-size: 1.25rem !important;
  }
}

.section-classroom .section-inner p {
  padding-left: 20%;
  padding-right: 20%;
}

@media (max-width: 767.98px) {
  .section-classroom .section-inner p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .section-classroom .section-inner p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
  }
}

.page-case-competition .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/competition/hero.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/competition/hero.jpg);
  background-position: 50% 60%;
}

.page-case-competition .commitment .ui-bg-cover {
  background-image: url(/img/web/competition/schedule.jpg);
}

@media (max-width: 991.98px) {
  .page-case-competition .commitment .ui-bg-cover {
    height: 350px !important;
  }
}

.page-case-competition .commitment.results .ui-bg-cover {
  background-image: url(/img/web/competition/results.jpg);
}

.page-case-competition .commitment ul li {
  line-height: normal;
}

.embed-player-wrapper {
  display: block !important;
}

.embed-player-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-player-wrapper .embed-container iframe,
.embed-player-wrapper .embed-container object,
.embed-player-wrapper .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}