/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.paragraph--type--events-overview {
  margin-top: 0;
  padding-top: 0;
}
.paragraph--type--events-overview .hero-content__wrapper {
  background: #00aeef;
  padding: 10rem 0;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .paragraph--type--events-overview .hero-content__wrapper {
    padding: 5rem 0;
  }
}
.paragraph--type--events-overview .hero-content__wrapper .hero-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 15rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .paragraph--type--events-overview .hero-content__wrapper .hero-content__inner {
    min-height: 10rem;
  }
}
.paragraph--type--events-overview .hero-content__wrapper .title,
.paragraph--type--events-overview .hero-content__wrapper .title--white,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title {
  color: white;
}
.paragraph--type--events-overview .hero-content__wrapper .title h1,
.paragraph--type--events-overview .hero-content__wrapper .title h2,
.paragraph--type--events-overview .hero-content__wrapper .title h3,
.paragraph--type--events-overview .hero-content__wrapper .title h4,
.paragraph--type--events-overview .hero-content__wrapper .title h5,
.paragraph--type--events-overview .hero-content__wrapper .title h6,
.paragraph--type--events-overview .hero-content__wrapper .title--white h1,
.paragraph--type--events-overview .hero-content__wrapper .title--white h2,
.paragraph--type--events-overview .hero-content__wrapper .title--white h3,
.paragraph--type--events-overview .hero-content__wrapper .title--white h4,
.paragraph--type--events-overview .hero-content__wrapper .title--white h5,
.paragraph--type--events-overview .hero-content__wrapper .title--white h6,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title h1,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title h2,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title h3,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title h4,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title h5,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title h6 {
  color: white;
}
.paragraph--type--events-overview .hero-content__wrapper .title span,
.paragraph--type--events-overview .hero-content__wrapper .title--white span,
.paragraph--type--events-overview .hero-content__wrapper .hero-content__title span {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

.view-events-overview {
  background: #ffffff;
  padding: 5rem 0;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .view-events-overview {
    padding: 2.5rem 0;
  }
}
.view-events-overview .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 8.5rem;
  -moz-column-gap: 8.5rem;
  column-gap: 8.5rem;
  row-gap: 5rem;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .view-events-overview .view-content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 2.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .view-events-overview .view-content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 2.5rem;
  }
}

.view-events-overview a {
  display: block;
  height: 100%;
}
.view-events-overview .card-event {
  height: 100%;
}

.period-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 63.9375em) {
  .period-switcher {
    border-bottom: 2px solid #dedede;
    padding-bottom: 2rem;
  }
}

.period-switcher__item {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.24px;
  color: #bcbdc7;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .period-switcher__item:last-of-type {
    margin-left: 15rem;
  }
  .period-switcher__item::before {
    content: "";
    position: absolute;
    background-color: #00aeef;
    height: 2px;
    width: 10rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 3rem);
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }
}
@media screen and (max-width: 63.9375em) {
  .period-switcher__item {
    font-size: 2.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
  }
  .period-switcher__item:last-of-type {
    text-align: right;
  }
  .period-switcher__item::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #00aeef;
    left: 0;
    right: 0;
    bottom: -2.2rem;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
  }
}
.period-switcher__item.active {
  color: #202243;
}
.period-switcher__item.active::before {
  opacity: 1;
}
.period-switcher__item:hover {
  color: #6e6f85;
}
/*# sourceMappingURL=paragraph-events-overview.css.map */
