.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.7;
  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: 910px;
  }
}

.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: 30px;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .parallax .subject {
    font-size: 50px;
  }
}
.parallax .content {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .parallax .content {
    font-size: 38px;
  }
}
.parallax .sub-content {
  font-size: 20px;
  color: #e5e0df;
  margin-top: 80px;
  line-height: 1.6;
}

.iphone-wrapper {
  position: relative;
}
.iphone-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2) 90%, rgb(0, 0, 0) 100%);
  z-index: 1;
}

img.iphone-img {
  position: relative;
  width: 100%;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  img.iphone-img {
    height: 350px;
    object-fit: cover;
    object-position: left top;
  }
}
@media screen and (min-width: 1400px) {
  img.iphone-img {
    height: 380px;
  }
}

.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: #ffffff;
  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: #000;
}
.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: #000;
}
.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: #000;
}
.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;
}

img.banner {
  width: 100%;
  position: sticky;
  top: 0px;
  display: block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 12px;
  margin-bottom: 50px;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

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