.event-video-banner-section {
  display: flex;
  height: 541px;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .event-video-banner-section {
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow: hidden;
    display: block;
    overflow: hidden;
    padding-top: 60px;
  }
}
.event-video-banner-section .title {
  color: #fff;
  line-height: 1;
  font-size: 90px;
  margin-bottom: 0;
  font-family: 'Inter Bold';
}
@media (max-width: 768px) {
  .event-video-banner-section .title {
    line-height: 1;
    font-size: 65px;
    color: #fff;
    max-width: 280px;
  }
}
.event-video-banner-section .video-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .event-video-banner-section .video-bg {
    top: 60px;
    height: auto;
    max-height: calc(45vh - 60px);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.event-video-banner-section .content-center {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.event-video-banner-section .content-left {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  text-align: center;
}
.event-video-banner-section .content-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.event-video-banner-section .event-video-banner_destkop {
  display: block;
}
.event-video-banner-section .event-video-banner_mobile {
  display: none;
}
.event-video-banner-section .home-event-video-banner-btn {
  font-size: 16px;
  background: #fff;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 30px;
}
.event-video-banner-section .home-event-video-banner-btn:hover {
  background-color: #292929 !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .event-video-banner-section .home-event-video-banner-btn {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    margin-top: 16px;
    color: #292929;
  }
}
.event-video-banner-section .split-layout .event-video-banner-content-wrapper {
  height: auto;
  margin-top: -10px;
  background-color: #000;
}
.event-video-banner-section .event-video-banner-content-wrapper {
  padding: 0;
  z-index: 9;
  width: 100%;
  height: 541px;
  max-width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event-video-banner-section .event-video-banner-content-wrapper {
    bottom: 0;
    padding: 0;
    height: calc(55vh - 60px);
    overflow: visible;
    position: absolute;
  }
}
.event-video-banner-section .home-event-video-banner-container {
  width: 100%;
  height: 100%;
  display: flex;
}
.clickable-section {
  margin: 0;
  text-decoration: none;
  padding: 0;
}
.overlay::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .split-layout.overlay::before {
    display: none;
  }
}
.noise-overlay::after {
  animation: noise 100ms infinite linear;
  background-repeat: repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.background-center {
  background-position: center;
}
.event-video-banner-content {
  z-index: 3;
  padding-top: 65px;
  position: relative;
}
.event-video-banner-content > div {
  position: relative;
}
@media (max-width: 768px) {
  .event-video-banner-content > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.event-video-banner-content .caption {
  color: #fff;
  margin-bottom: 0;
  font-size: 25.5px;
  letter-spacing: 1.02px;
  font-family: 'Lora Regular', sans-serif;
}
@media (max-width: 768px) {
  .event-video-banner-content .caption {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 0 40px;
    margin-bottom: 5px;
  }
}
.event-video-banner-section .poster-image {
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  transition: opacity 1.5s linear;
}
.event-video-banner-section .poster-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.event-video-banner-section .poster-image .desktop {
  display: block;
}
.event-video-banner-section .poster-image .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .event-video-banner-section .poster-image .mobile {
    height: calc(45vh - 60px);
    top: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .event-video-banner-section .poster-image {
    padding: 0;
  }
  .event-video-banner-section:not(.video-enabled) .poster-image {
    min-height: 0;
    position: relative;
  }
  .event-video-banner-section .poster-image .desktop {
    display: none;
  }
}
.event-video-banner-section .v-hide {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .event-video-banner-section .content-center {
    align-items: center;
  }
  .event-video-banner-section .event-video-banner_destkop {
    display: none;
  }
  .video-enabled.split-layout .poster-image,
  .video-enabled.split-layout .poster-image img {
    display: none;
  }
  .event-video-banner-content {
    padding: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
    max-width: 100%;
    position: relative;
  }
  .event-video-banner-section .caption {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.color-gradient {
  background-size: 600% 100% !important;
  animation: gradient 5s linear infinite;
  animation-direction: alternate;
}
.heartbeat {
  animation: heartbeat 2s infinite;
  overflow: visible;
  position: relative;
}
.heartbeat::after {
  animation: heart_signal 2s infinite;
  background-color: inherit;
  border-radius: inherit;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
