body {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body.hide-overflows {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

header {
  position: relative;
  transition: all 300ms ease;
  z-index: 150;
  width: 100%;
}
header .hamburger-btn {
  position: absolute;
  right: 120px;
  top: 50px;
  transition: all 300ms ease;
}
header .hamburger-btn.move-up {
  top: 20px;
}
header .ctt-header {
  position: relative;
  width: 100%;
  z-index: 1;
}
header .ctt-header .logo {
  position: absolute;
  left: 80px;
  top: 50px;
  transition: all 300ms ease;
}
header .ctt-header .logo img {
  width: 200px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .ctt-header .logo.move-up {
  top: 20px;
}
header .ctt-header .logo.hide-logo {
  opacity: 0;
  visibility: hidden;
}
header.fixed-header {
  position: fixed;
  background: #000000;
  height: 60px;
  z-index: 150;
}
header.darkgreenbg {
  background: #0f2415;
}
header.slide-up {
  transform: translateY(-100px);
}
header.green-bg {
  background: #0f2415;
}

.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0f2415;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateY(-2000px);
  transition: all 600ms ease;
  visibility: hidden;
  opacity: 0;
}
.menu-overlay.show-menu {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.menu-overlay .content {
  max-height: 100vh;
  overflow-y: scroll;
  width: 100%;
}
.menu-overlay .content .name-list {
  width: auto;
  height: 100vh;
  padding: 150px;
  position: relative;
}
.menu-overlay .content .name-list a {
  position: relative;
  outline: none;
  display: block;
  margin-top: 40px;
  padding: 0;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 300ms ease;
}
.menu-overlay .content .name-list a:first-child {
  margin-top: 0;
}
.menu-overlay .content .name-list a .overall {
  display: inline-block;
  transform-origin: left;
  transition: all 300ms ease;
  color: #addfb3;
}
.menu-overlay .content .name-list a .overall .episode-num {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: -0.22px;
  padding-right: 15px;
  position: relative;
  top: -20px;
}
.menu-overlay .content .name-list a .overall .name {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.22px;
}
.menu-overlay .content .name-list a .overall .name .company {
  font-weight: 400;
}
.menu-overlay .content .name-list a .overall.blur-out {
  color: #1b4127;
}
.menu-overlay .content .name-list a .overall.hovered {
  transform: scale(1.1);
  color: #addfb3;
}
.menu-overlay .content .name-list a:hover + img {
  transform: translateY(-100px);
  opacity: 1;
  visibility: visible;
}
.menu-overlay .content .name-list img {
  position: fixed;
  max-width: unset;
  width: auto;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  right: 80px;
  bottom: 100px;
  transition: all 300ms ease;
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .menu-overlay .content .name-list {
    padding: 150px 80px;
  }
  .menu-overlay .content .name-list a .overall {
    display: flex;
  }
  .menu-overlay .content .name-list a .overall .episode-num {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
    top: 0;
  }
  .menu-overlay .content .name-list a .overall .name {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.0026em;
    text-transform: capitalize;
  }
  .menu-overlay .content .name-list img {
    display: none;
  }
}

.ctt-content {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  white-space: nowrap;
  font-size: 0;
}
.ctt-content.change-position {
  position: relative !important;
}
.ctt-content .ctt-pages {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  white-space: normal;
}
.ctt-content .ctt-pages .ctt-footer {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 80px;
}
.ctt-content .ctt-pages .ctt-footer .footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-note p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  opacity: 0.7;
  transition: all 300ms ease;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-note p.change-color {
  color: #addfb3;
  opacity: 0.7;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-middle-links ul {
  margin: 0;
  margin-left: -40px;
  line-height: 36px;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-middle-links ul li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-middle-links ul li span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  opacity: 0.7;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-middle-links ul li a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  outline: 0;
  color: #ffffff;
  transition: all 300ms ease;
  cursor: pointer;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-middle-links ul li a.change-color {
  color: #addfb3;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-middle-links ul li a.change-color:hover {
  color: #88d191;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-links ul li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  padding: 0 15px;
  position: relative;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-links ul li:last-child {
  padding-right: 0 !important;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-links ul li .footer-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 3px 7px;
  top: -20px;
  left: -10px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.12px;
  opacity: 0;
  visibility: hidden;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-links ul li a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  outline: 0;
  color: #ffffff;
  transition: all 300ms ease;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-links ul li a.change-color {
  color: #addfb3;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-links ul li a.change-color:hover {
  color: #88d191;
}
.ctt-content .ctt-pages .ctt-footer .footer-content .footer-links ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}
.ctt-content .ctt-pages.homepage {
  position: relative;
  z-index: 0;
  background: #000000;
}
.ctt-content .ctt-pages.homepage .ctt-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctt-content .ctt-pages.homepage .homepage-section {
  background: #0f2415;
  width: 100%;
  height: 100%;
  padding: 40px;
  transform: scale(0.001);
  transition: all 900ms ease;
}
.ctt-content .ctt-pages.homepage .homepage-section.scale {
  transform: scale(1);
}
.ctt-content .ctt-pages.homepage .homepage-section .homepage-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  margin: 0 auto;
  opacity: 0;
  transition: all 700ms ease;
}
.ctt-content .ctt-pages.homepage .homepage-section .homepage-content.show-text {
  opacity: 1;
}
.ctt-content .ctt-pages.homepage .homepage-section .homepage-content p {
  font-family: "MMC Display", MMC Display no;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 61px;
  letter-spacing: -0.5px;
  color: #addfb3;
}
.ctt-content .ctt-pages.homepage .homepage-section .homepage-content .watch-episodes-btn {
  position: absolute;
  right: 0;
  margin-top: 60px;
  cursor: pointer;
  transition: all 300ms ease;
}
.ctt-content .ctt-pages.homepage .homepage-section .homepage-content .watch-episodes-btn span {
  color: #addfb3;
  font-size: 14px;
}
.ctt-content .ctt-pages.homepage .homepage-section .homepage-content .watch-episodes-btn img {
  position: relative;
  top: -2px;
  padding-left: 10px;
  -webkit-animation-name: arrow-loop;
          animation-name: arrow-loop;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes arrow-loop {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes arrow-loop {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
.ctt-content .ctt-pages.video-section {
  background: #ffffff;
  opacity: 0;
  border-right: solid 1px #dadada;
  width: 1100px;
  padding: 80px;
  position: relative;
}
.ctt-content .ctt-pages.video-section.show-section {
  opacity: 1;
}
.ctt-content .ctt-pages.video-section .video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
}
.ctt-content .ctt-pages.video-section .video-container .top-header {
  position: relative;
}
.ctt-content .ctt-pages.video-section .video-container .top-header .episode-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: -0.22px;
  color: #0f2415;
  margin: 0;
}
.ctt-content .ctt-pages.video-section .video-container .top-header .name {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: -0.22px;
  color: #000000;
  margin: 0;
}
.ctt-content .ctt-pages.video-section .video-container .top-header .title {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 49px;
  letter-spacing: -0.22px;
  margin: 0;
  color: #14853d;
}
.ctt-content .ctt-pages.video-section .video-container .video-content {
  margin-top: 40px;
}
.ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail {
  width: 100%;
  height: 450px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 700ms ease;
}
.ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail .video-duration {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 18px;
  background: #0f2415;
}
.ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail .video-duration span {
  display: inline-block;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.16px;
  color: #addfb3;
}
.ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail:hover img {
  transform: scale(1.3);
}
.ctt-content .ctt-pages.video-section .video-container .video-desc {
  padding-top: 30px;
}
.ctt-content .ctt-pages.video-section .video-container .video-desc .download-section {
  display: inline-block;
}
.ctt-content .ctt-pages.video-section .video-container .video-desc .download-section a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #14853d;
  padding-left: 10px;
  outline: 0;
  transition: all 300ms ease;
}
.ctt-content .ctt-pages.video-section .video-container .video-desc .download-section a:hover {
  color: #0d5929;
}
.ctt-content .ctt-pages.video-section .video-container .video-desc .download-section .download-size {
  display: inline-block;
  padding-left: 10px;
  color: #565656;
}
.ctt-content .ctt-pages.video-section .video-container .video-desc .url-section {
  display: inline-block;
  margin-left: 40px;
}
.ctt-content .ctt-pages.video-section .video-container .video-desc .url-section a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #14853d;
  padding-left: 10px;
  outline: 0;
  transition: all 300ms ease;
}
.ctt-content .ctt-pages.video-section .video-container .video-desc .url-section a:hover {
  color: #0d5929;
}
.ctt-content .ctt-pages.lastpage {
  background: #0f2415;
  position: relative;
  width: 1100px;
}
.ctt-content .ctt-pages.lastpage .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  margin: 0 auto;
}
.ctt-content .ctt-pages.lastpage .content p {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.ctt-content .ctt-pages.lastpage .content p.more {
  font-size: 60px;
  line-height: 105%;
  color: #ffffff;
  margin-bottom: 10px;
}
.ctt-content .ctt-pages.lastpage .content p.coming-soon {
  font-size: 100px;
  line-height: 95%;
  color: rgba(173, 223, 179, 0.99);
}

.mobile-footer {
  display: none;
}

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  header .hamburger-btn {
    right: 80px;
  }
  header .ctt-header {
    z-index: 150;
  }
  header .ctt-header .logo {
    left: 40px;
  }
  header .ctt-header .logo a img {
    width: 180px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .ctt-header .hamburger-btn {
    right: 80px;
  }
  .ctt-content {
    z-index: 1;
    position: relative !important;
  }
  .ctt-content .ctt-pages {
    display: block;
    width: 100%;
    height: 100%;
  }
  .ctt-content .ctt-pages.homepage {
    height: 100%;
  }
  .ctt-content .ctt-pages.homepage .homepage-section {
    height: 100%;
    transition: all 0ms ease;
    transform: scale(1) !important;
  }
  .ctt-content .ctt-pages.homepage .homepage-section .watch-teaser {
    width: 99px;
    height: 99px;
    font-size: 10px;
    right: 15%;
    top: -24%;
  }
  .ctt-content .ctt-pages.homepage .homepage-section .homepage-content {
    opacity: 1 !important;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
  }
  .ctt-content .ctt-pages.homepage .homepage-section .homepage-content p {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: -0.5px;
    padding: 20px 0;
  }
  .ctt-content .ctt-pages.homepage .homepage-section .homepage-content .watch-episodes-btn {
    display: none;
  }
  .ctt-content .ctt-pages.homepage .ctt-logo {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
  }
  .ctt-content .ctt-pages.homepage .ctt-footer {
    display: none;
  }
  .ctt-content .ctt-pages.video-section {
    border-right: none;
    width: 100%;
    padding: 60px 30px;
    border-bottom: solid 1px #dadada;
    opacity: 1 !important;
  }
  .ctt-content .ctt-pages.video-section .video-container {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
  }
  .ctt-content .ctt-pages.video-section .video-container .top-header .episode-indicator {
    position: relative;
    right: unset;
    bottom: unset;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 15px;
  }
  .ctt-content .ctt-pages.video-section .video-container .top-header .name {
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -0.22px;
    margin-bottom: 5px;
  }
  .ctt-content .ctt-pages.video-section .video-container .top-header .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: -0.22px;
  }
  .ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail {
    height: 270px;
  }
  .ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail img {
    height: 270px;
  }
  .ctt-content .ctt-pages.video-section .video-container .video-desc .download-section {
    display: block;
  }
  .ctt-content .ctt-pages.video-section .video-container .video-desc .url-section {
    display: block;
    margin-left: 0;
    margin-top: 23px;
  }
  .ctt-content .ctt-pages.lastpage {
    width: 100%;
    height: 400px;
  }
  .ctt-content .ctt-pages.lastpage .content {
    width: 70%;
    margin: 0 auto;
  }
  .ctt-content .ctt-pages.lastpage .content p.more {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -0.22px;
  }
  .ctt-content .ctt-pages.lastpage .content p.coming-soon {
    font-size: 60px;
    line-height: 62px;
    letter-spacing: -0.22px;
  }
  .mobile-footer {
    display: block;
    background: #000000;
  }
  .mobile-footer .mobile-footer-content {
    width: 85%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .mobile-footer .mobile-footer-content .top-section {
    display: flex;
    justify-content: space-between;
  }
  .mobile-footer .mobile-footer-content .top-section .logo {
    width: 50%;
  }
  .mobile-footer .mobile-footer-content .top-section .logo a img {
    width: 150px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-footer .mobile-footer-content .top-section .links {
    width: 50%;
  }
  .mobile-footer .mobile-footer-content .top-section .links ul {
    margin: 0;
    text-align: right;
  }
  .mobile-footer .mobile-footer-content .top-section .links ul li {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
  }
  .mobile-footer .mobile-footer-content .top-section .links ul li:last-child {
    padding-right: 0 !important;
  }
  .mobile-footer .mobile-footer-content .top-section .links ul li a {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    outline: 0;
    color: #ffffff;
    transition: all 300ms ease;
  }
  .mobile-footer .mobile-footer-content .bottom-section {
    margin-top: 20px;
  }
  .mobile-footer .mobile-footer-content .bottom-section .bottom-links ul {
    margin: 0;
    margin-left: -40px;
  }
  .mobile-footer .mobile-footer-content .bottom-section .bottom-links ul li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
  }
  .mobile-footer .mobile-footer-content .bottom-section .bottom-links ul li span {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    opacity: 0.7;
  }
  .mobile-footer .mobile-footer-content .bottom-section .bottom-links ul li a {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    opacity: 0.7;
    transition: all 300ms ease;
    cursor: pointer;
  }
  .mobile-footer .mobile-footer-content .bottom-section .bottom-links ul li a:hover {
    opacity: 1;
  }
  .mobile-footer .mobile-footer-content .bottom-section .footer-text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.1px;
    color: #ffffff;
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .ctt-content .ctt-pages.homepage .homepage-section .watch-teaser {
    top: -18%;
  }
}
.popup-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  z-index: -1;
}
.popup-wrapper.show-pop-up {
  visibility: visible;
  opacity: 1;
  z-index: 1001;
}
.popup-wrapper .pop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
.popup-wrapper .popup {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup-wrapper .popup .video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 898px;
  height: 500px;
}
@media (max-width: 992px) {
  .popup-wrapper .popup .video-iframe {
    width: 90%;
    height: 263px;
  }
}

.btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  height: 138px;
  border-radius: 100%;
  background: #0f2415;
  transition: all 700ms ease;
}
.btn-center .txt-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.84px;
  color: #addfb3;
}

.video-content .thumbnail:hover .btn-center {
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}

@media (max-width: 992px) {
  .btn-center {
    position: absolute;
    width: 99px;
    height: 99px;
    left: 20%;
    top: 30%;
    border-radius: 100%;
    background: #0f2415;
  }
}
.homepage-section .video-section-teaser .watch-teaser {
  width: 138px;
  height: 138px;
  background-color: #1b4127;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50%;
  position: absolute;
  right: 15vw;
  top: 20vh;
  cursor: pointer;
  transition: all 700ms ease;
}
.homepage-section .video-section-teaser .watch-teaser:hover {
  transform: scale(1.2);
}
.homepage-section .video-section-teaser .watch-teaser p {
  color: #addfb3;
  font-size: 14px;
  font-weight: 500;
}

.homepage-content .play-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 179px;
  cursor: pointer;
  position: relative;
}
.homepage-content .play-btn .play-audio-text {
  font-size: 14px;
}
.homepage-content .play-btn .playing {
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.homepage-content .play-btn .now.playing .bar {
  display: inline-block;
  position: relative;
  margin-right: 1px;
  width: 3px;
  height: 4px;
  overflow: hidden;
  background: #addfb3;
  color: transparent;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.homepage-content .play-btn .paused.playing .bar {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.homepage-content .play-btn .n1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.homepage-content .play-btn .n2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.homepage-content .play-btn .n3 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.homepage-content .play-btn .n4 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.homepage-content .play-btn .n5 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
@-webkit-keyframes pulse {
  0% {
    height: 1px;
    margin-top: 0;
  }
  10% {
    height: 20px;
    margin-top: -40px;
  }
  50% {
    height: 10px;
    margin-top: -20px;
  }
  60% {
    height: 30px;
    margin-top: -30px;
  }
  80% {
    height: 10px;
    margin-top: -60px;
  }
  100% {
    height: 1px;
    margin-top: 0;
  }
}
@keyframes pulse {
  0% {
    height: 1px;
    margin-top: 0;
  }
  10% {
    height: 20px;
    margin-top: -40px;
  }
  50% {
    height: 10px;
    margin-top: -20px;
  }
  60% {
    height: 30px;
    margin-top: -30px;
  }
  80% {
    height: 10px;
    margin-top: -60px;
  }
  100% {
    height: 1px;
    margin-top: 0;
  }
}
.homepage-content .play-btn .button {
  border: none;
  color: #addfb3;
  background: none;
  cursor: pointer;
}
.homepage-content #audio-file {
  display: none;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

::-moz-selection {
  background: #8096b2;
}

::selection {
  background: #8096b2;
}
@media (max-height: 800px){
  .ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail {
    height: 350px;
  }
  .ctt-content .ctt-pages.video-section .video-container .video-content .thumbnail img {
    height: 350px;
  }
}/*# sourceMappingURL=custom.css.map */