.event-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .event-banner {
    min-height: 160px;
  }
}
.event-banner img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.event-banner img._for_desktop {
  display: block;
}
@media (max-width: 576px) {
  .event-banner img._for_desktop {
    display: none;
  }
}
.event-banner img._for_mobile {
  display: none;
}
@media (max-width: 576px) {
  .event-banner img._for_mobile {
    display: block;
  }
}
.event-banner .container {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 1322px;
}
.event-banner__content {
  position: relative;
  z-index: 10;
  padding-left: 5px;
}
@media (max-width: 576px) {
  .event-banner__content {
    margin-left: -5px;
    padding-left: 0px;
  }
}
.event-banner__content ._title {
  color: #175694;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .event-banner__content ._title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 576px) {
  .event-banner__content ._button {
    display: inline-flex;
    align-items: center;
    color: #fff;
    background-color: #1C5A97;
    height: 36px;
    padding: 0 21px;
    white-space: nowrap;
    border-radius: 18px;
    border: 1px;
  }
}
@media (max-width: 576px) {
  .event-banner__content ._title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .event-banner__content ._button {
    font-size: 11px;
    font-weight: 400;
    line-height: 13.03px;
    color: #1C5A95;
  }
}

.event-list {
  padding-top: 66px;
  padding-bottom: 36px;
}
@media (max-width: 576px) {
  .event-list {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.event-list ._heading {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  text-align: center;
}
@media (max-width: 576px) {
  .event-list ._heading {
    display: none;
  }
}

@media (min-width: 640px) {
  .event-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 54px;
  }
}

.event-item {
  display: block;
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  .event-item {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 17px;
  }
  .event-item:last-child {
    margin-bottom: 0;
  }
  .event-item::before {
    content: "";
    bottom: 0;
    left: -20px;
    right: -20px;
    height: 10px;
    background-color: #F5F5F5;
    display: block;
    position: absolute;
  }
}
.event-item ._image {
  width: 100%;
  aspect-ratio: 378/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .event-item ._image {
    aspect-ratio: 330/184;
  }
}
.event-item ._title {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-height: 28px; /* fallback */
  max-height: 28px; /* fallback */
}
@media (max-width: 576px) {
  .event-item ._title {
    font-size: 16px;
    margin-top: 14px;
  }
}
.event-item ._date {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color: #A0A0A0;
}

.at-content {
  padding-bottom: 0;
}/*# sourceMappingURL=event.css.map */