.gfc.header__fixed_image_right_event {
  transition: margin-top 500ms ease-in-out;
  border-top: var(--tv-top-border-line);
}
.gfc.header__fixed_image_right_event .stage {
  position: relative;
}
.gfc.header__fixed_image_right_event .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: #343741;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 200px;
  background-image: var(--tv-bg-url);
}
.gfc.header__fixed_image_right_event .stage .full-width {
  display: none;
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right_event .stage .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: var(--tv-desktop-height, 600px);
    min-height: var(--tv-desktop-min-height, 600px);
    object-fit: cover;
    display: block;
    max-width: unset;
  }
}
.gfc.header__fixed_image_right_event .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right_event .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.header__fixed_image_right_event .stage .hero-content .yoast-breadcrumb {
  color: #F47721;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gfc.header__fixed_image_right_event .stage .hero-content .yoast-breadcrumb a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right_event .stage .hero-content .yoast-breadcrumb {
    position: absolute;
    top: 3rem;
    z-index: 9;
  }
}
.gfc.header__fixed_image_right_event .stage .hero-content .main-heading {
  color: #FFF;
  font-family: Gilroy, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.gfc.header__fixed_image_right_event .stage .hero-content .sub-heading {
  color: #fff;
  font-family: Gilroy-Medium, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
.gfc.header__fixed_image_right_event .stage .hero-content .subtitle {
  color: #fff;
  font-family: adelle-sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.18px;
}
.gfc.header__fixed_image_right_event .image-right-container {
  display: flex;
  justify-content: flex-end;
  padding-inline-end: 15px;
  padding-block-end: 15px;
}
.gfc.header__fixed_image_right_event .image-right-container .image-right {
  border-radius: var(--tv-image-right-border-radius, 0);
  filter: var(--tv-image-right-filter, none);
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right_event .image-right-container .image-right {
    width: 95%;
    height: 350px;
    object-fit: cover;
  }
}
.gfc.header__fixed_image_right_event .social-heading > p {
  text-align: right;
  color: #fff;
  font-family: adelle-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
}
.gfc.header__fixed_image_right_event .media-groups {
  display: flex;
  justify-content: flex-end;
}
.gfc.header__fixed_image_right_event .media-groups img {
  width: 40px;
  height: 40px;
}
.gfc.header__fixed_image_right_event .media-groups .media-group {
  display: inline-block;
  margin-inline-start: 0.5rem;
}
.gfc.header__fixed_image_right_event .media-groups .media-group:hover {
  transform: scale(1.2);
  transform-origin: center;
}

/*# sourceMappingURL=header__fixed_image_right_event.css.map */
