.parallax-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
}
.parallax-bg:before {
  content: "";
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center calc(100% + 50px);
}

.parallax {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 90px;
}
.container-sm {
  padding: 0px 15px;
}
@media screen and (min-width: 992px) {
  .container-sm {
    max-width: 1080px;
  }
}

.parallax .topic {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-left: 7px solid #fff;
  padding-left: 15px;
}
.parallax .topic svg {
  width: 160px;
  height: 25px;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .parallax .topic {
    font-size: 38px;
  }
  .parallax .topic svg {
    width: 200px;
    height: 30px;
  }
}
.parallax .subject {
  font-size: 45px;
  font-weight: bold;
  color: #F5C274;
  margin-top: 60px;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .parallax .subject {
    font-size: 52px;
  }
}
.parallax .content {
  font-size: 32px;
  color: #ffffff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .parallax .content {
    font-size: 36px;
  }
}
.parallax .sub-content {
  font-size: 20px;
  color: #e5e0df;
  margin-top: 50px;
  line-height: 1.6;
}

.content-frame:not(.parallax) {
  position: relative;
  padding: 50px 0px;
}
@media screen and (min-width: 992px) {
  .content-frame:not(.parallax) {
    padding: 90px 0px;
  }
}
.content-frame:not(.parallax) .title {
  font-size: 32px;
  color: #FFA44F;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content-frame:not(.parallax) .title {
    font-size: 38px;
  }
}
.content-frame:not(.parallax) .content {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.6;
}
.content-frame:not(.parallax).grey-gradient {
  background-image: linear-gradient(to bottom, #e8e8e8, #fcfcfc);
}
.content-frame:not(.parallax).grey-gradient .title {
  color: #F48D00;
}
.content-frame:not(.parallax).grey-gradient .content {
  color: #333333;
}
.content-frame:not(.parallax).grey {
  border-top: 1px solid #ccc;
  background: #F8F8F8;
}
.content-frame:not(.parallax).grey .title {
  color: #F48D00;
}
.content-frame:not(.parallax).grey .content {
  color: #333333;
}
.content-frame:not(.parallax).black {
  background: #000;
}
.content-frame:not(.parallax).dark-grey {
  background-color: #e8e8e8;
}
.content-frame:not(.parallax).dark-grey .title {
  color: #F48D00;
}
.content-frame:not(.parallax).dark-grey .content {
  color: #333333;
}
.content-frame:not(.parallax).dark-grey .news-frame {
  background-color: #fff;
}
.content-frame:not(.parallax).dark-grey .news-frame .news-title {
  color: #333;
}
.content-frame:not(.parallax).dark-grey .news-frame .abstract {
  color: #4a4a4a;
}
.content-frame:not(.parallax).fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
}
.content-frame .sub-title {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #232323;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 12px;
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-top: 30px;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.infogram-embed iframe {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.parallax .news-frame {
  margin-bottom: 25px;
}

.menu-title {
  display: none;
}/*# sourceMappingURL=index.css.map */