@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.event.page-content {
  margin-top: 0;
}
.event h2 {
  color: #491e88;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .event h2 {
    margin-bottom: 5rem;
  }
}
.event .hero-banners {
  margin-top: 0;
}
@media (min-width: 992px) {
  .event .hero-banners {
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(0, 42.1875rem) minmax(0, 42.1875rem) minmax(1rem, 1fr);
  }
  .event .hero-banners .image {
    align-self: center;
    grid-row: 1/2;
    grid-column: 1/5;
  }
}
.event-hero-content {
  align-content: center;
  align-self: center;
  font-size: clamp(1.25rem, 1.27rem + 0.557vw, 1.5rem);
  grid-column: 2/3;
  grid-row: 1/2;
  height: 100%;
  margin: 0 auto;
  max-width: 540px;
  padding: 2rem 15px 0;
  position: relative;
  text-align: left;
  z-index: 0;
}
@media (min-width: 768px) {
  .event-hero-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .event-hero-content {
    max-width: 100%;
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 768px) {
  .event-hero-content .booth-information .wrapper {
    display: flex;
    gap: 1rem;
  }
}
.event-hero-content::before {
  background-color: rgba(255, 255, 255, 0.95);
  content: "";
  height: 100%;
  left: -5rem;
  position: absolute;
  top: 0;
  transform: skew(10deg);
  width: 110%;
  z-index: -1;
}
.event-hero-content h1 {
  text-align: left;
}
.event .top-container {
  margin: 4rem 0;
}
@media (min-width: 992px) {
  .event .top-container {
    margin: 5rem 0;
  }
}
@media (min-width: 992px) {
  .event .top-container .column {
    gap: 8rem;
  }
}
.event .top-container .right h3 {
  border-bottom: 1px solid #dbdbdb;
  color: #491e88;
  font-weight: 400;
  margin-bottom: clamp(1rem, 4vw, 2rem);
  padding-bottom: 0.75rem;
}
.event .cta-block {
  align-content: center;
  display: grid;
  min-height: 26.25rem;
  padding: 0;
  position: relative;
}
.event .cta-block::before {
  background-image: url(../../../images/background/ep_bottombanner.png);
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.event .cta-block h3 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  grid-template-columns: 1fr;
  margin: 0 auto;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  max-width: 70%;
}
.event .cta-block h3::before, .event .cta-block h3::after {
  display: none;
}
.event .cta-block .button {
  border-color: #fff;
  min-width: auto;
  background-color: #fff;
  color: #491e88;
  justify-content: space-between;
}
.event .cta-block .button:hover, .event .cta-block .button:focus-visible {
  outline: none;
  text-decoration: none;
}
.event .cta-block .button:hover, .event .cta-block .button:focus-visible {
  background: transparent;
  color: #fff;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .event .cta-block .button:hover, html[native-dark-active] .event .cta-block .button:hover, [data-darkreader-scheme=dark] .event .cta-block .button:focus-visible, html[native-dark-active] .event .cta-block .button:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.event .cta-block .button:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.event .booth-information {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.event .booth-information svg {
  fill: #491e88;
  min-width: 2rem;
  width: 2rem;
}
.event .booth-information span {
  display: none;
}
@media (min-width: 768px) {
  .event .booth-information span {
    display: block;
  }
}
.event-location {
  font-size: 1.5rem;
  margin-bottom: clamp(1rem, 4vw, 1.8rem);
}
.event .date {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.event .date svg {
  fill: #491e88;
  min-width: 2rem;
  width: 2rem;
}
.event .button {
  border-color: #491e88;
  min-width: auto;
  background-color: #491e88;
  color: #fff;
  justify-content: space-between;
}
.event .button:hover, .event .button:focus-visible {
  outline: none;
  text-decoration: none;
}
.event .button:hover, .event .button:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .event .button:hover, html[native-dark-active] .event .button:hover, [data-darkreader-scheme=dark] .event .button:focus-visible, html[native-dark-active] .event .button:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.event .button:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.event address {
  margin-bottom: 0;
}
.event .button-set-body {
  margin-bottom: 0;
}
/*# sourceMappingURL=page--node--event.css.map */
