.tcl-hero {
  height: calc(100vh - 80px);
  position: relative;
}
.tcl-hero__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-hero__wrapper br {
    display: none;
  }
}
.tcl-hero__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tcl-hero__background-image .tcl-picture {
  height: 100%;
}
.tcl-hero__background-image .tcl-picture img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.tcl-hero__background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tcl-hero__background-video video {
  opacity: 0;
}
.tcl-hero__background-video .plyr video {
  opacity: 1;
}
.tcl-hero__background-video .video-player,
.tcl-hero__background-video .tcl-video-stream {
  width: 100%;
  height: 100%;
}
.tcl-hero__background-video .video-player video,
.tcl-hero__background-video .tcl-video-stream video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tcl-hero__background-video .video-player .plyr,
.tcl-hero__background-video .tcl-video-stream .plyr {
  width: 100%;
  height: 100%;
}
.tcl-hero__background-video .plyr__controls,
.tcl-hero__background-video .plyr__control {
  display: none !important;
}
.tcl-hero__background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tcl-hero .mouse {
  width: 16px;
  height: 45px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: nudgeMouse 5s ease-out infinite;
  animation: nudgeMouse 5s ease-out infinite;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 8px);
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .tcl-hero .mouse {
    bottom: 30px;
  }
}
.tcl-hero .mouse:before {
  width: 14px;
  height: 43px;
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.tcl-hero .mouse:after {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
          animation: trackBallSlide 5s linear infinite;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.tcl-hero__logo {
  max-width: 560px;
  margin: 0 auto 40px;
}
@media (max-width: 1439px) {
  .tcl-hero__logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.tcl-hero__heading {
  font-family: "Montserrat";
  line-height: normal;
  font-weight: 500;
  margin: 0;
  font-size: 46px;
  margin-bottom: 40px;
}
@media (max-width: 1240px) {
  .tcl-hero__heading {
    font-size: 32px;
  }
}
@media (max-width: 1439px) {
  .tcl-hero__heading {
    margin-bottom: 20px;
  }
}
.tcl-hero__description {
  font-family: "Montserrat";
  line-height: normal;
  font-weight: 500;
  margin: 0;
  font-size: 25px;
  margin-bottom: 60px;
}
@media (max-width: 1240px) {
  .tcl-hero__description {
    font-size: 20px;
  }
}
@media (max-width: 1439px) {
  .tcl-hero__description {
    margin-bottom: 40px;
  }
}
.tcl-hero__button {
  font-weight: 600;
  border-radius: 2px;
  height: 46px;
  background-color: #ed9b16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  position: relative;
  padding-right: 40px;
  text-decoration: none;
  color: #002e33;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
}
.tcl-hero__button:before, .tcl-hero__button:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-image: url(/wp-content/themes/emp/images/cta-button-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.tcl-hero__button:before {
  left: 15px;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
}
.tcl-hero__button:after {
  right: 7px;
}
.tcl-hero__button:not(:disabled):hover {
  padding-left: 47px;
  padding-right: 8px;
}
.tcl-hero__button:not(:disabled):hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.tcl-hero__button:not(:disabled):hover:after {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}
.tcl-hero__button:not(:disabled):active {
  background-color: #f2bc6a;
}
.tcl-hero__button:disabled {
  background-color: #9f9f9f;
  cursor: not-allowed;
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
}