.event-landing-page-list__summary h2,
.event-landing-page-list__summary h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.event-landing-page-list__summary h2 {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .event-landing-page-list__summary h2 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
  }
}
.event-landing-page-list__summary h3 {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .event-landing-page-list__summary h3 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 500;
  }
}
.event-landing-page-list__summary ol,
.event-landing-page-list__summary li,
.event-landing-page-list__summary p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list__summary ol,
.event-landing-page-list__summary li,
.event-landing-page-list__summary p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.event-landing-page-list__summary ol:first-of-type,
.event-landing-page-list__summary li:first-of-type,
.event-landing-page-list__summary p:first-of-type {
  margin-top: 0;
}
.event-landing-page-list__summary ol:last-of-type,
.event-landing-page-list__summary li:last-of-type,
.event-landing-page-list__summary p:last-of-type {
  margin-bottom: 0;
}
.event-landing-page-list__summary ol,
.event-landing-page-list__summary li {
  margin-left: 5px;
}
.event-landing-page-list__summary a {
  color: #171f27;
  text-underline-offset: 6px;
}
.event-landing-page-list__summary a:hover, .event-landing-page-list__summary a:focus, .event-landing-page-list__summary a:active {
  color: #0070c0;
}

.button-primary {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border: 4px solid transparent;
}
.button-primary.light {
  background: #ffffff;
  color: #07073a;
}
.button-primary.light::after {
  background-color: #07073a;
}
.button-primary.light:hover {
  background: #f2f0ec;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.light:focus {
  background: #f2f0ec;
  border-color: rgba(242, 240, 236, 0.8);
  outline: 2px solid #CCDAE6;
}
.button-primary.dark {
  background-color: #1a293b;
  color: #f2f0ec;
  border: 0;
}
.button-primary.dark::after {
  background-color: #f2f0ec;
}
.button-primary.dark:hover {
  background-color: #171f27;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.dark:focus {
  background-color: #171f27;
  border-color: #5d6b98;
  outline: none;
}
.button-primary.dark-b {
  background-color: #222e72;
  color: #ffffff;
  outline: 2px solid transparent;
  border: 0;
}
.button-primary.dark-b::after {
  background-color: #ffffff;
}
.button-primary.dark-b:hover {
  background-color: #07073a;
}
.button-primary.dark-b:hover::after {
  background-color: #ffffff;
}
.button-primary.dark-b:focus {
  color: #dcdfea;
  background-color: #07073a;
  outline-color: #CCDAE6;
}
.button-primary.light-b {
  color: #07073a;
  background: #ffffff;
  border: 0;
}
.button-primary.light-b::after {
  background-color: #07073a;
}
.button-primary.light-b:hover, .button-primary.light-b:focus {
  border: 0;
  background: #b9c0d4;
  box-shadow: 0 8px 30px -4px rgba(15, 21, 34, 0.3);
}
.button-primary.light-b:focus-visible, .button-primary.light-b:focus {
  outline: 2px solid #CCDAE6;
}

.button-secondary {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}
.button-secondary.light-b {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.button-secondary.light-b::after {
  background-color: #ffffff;
}
.button-secondary.light-b:hover, .button-secondary.light-b:focus {
  background: rgba(243, 243, 243, 0.3);
}
.button-secondary.dark {
  border: 1px solid #07073a;
  color: #07073a;
}
.button-secondary.dark::after {
  background-color: #07073a;
}
.button-secondary.dark:hover {
  background-color: #ffffff;
  border-color: #5d6b98;
  color: #191c26;
}
.button-secondary.dark:hover::after {
  background-color: #191c26;
}
.button-secondary.dark:focus:not(:focus-visible) {
  border-color: #07073a;
}
.button-secondary.dark:focus {
  border-color: transparent;
  outline: 2px solid #CCDAE6;
  color: #303070;
  background-color: #ffffff;
}
.button-secondary.dark:focus::after {
  background-color: #303070;
}

.button-primary[target=_blank]::after,
.button-secondary[target=_blank]::after {
  -webkit-mask-image: url("../../../../assets/images/external.svg");
  mask-image: url("../../../../assets/images/external.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.button-primary[download]::after,
.button-secondary[download]::after {
  -webkit-mask-image: url("../../../../assets/images/download-icon.svg");
  mask-image: url("../../../../assets/images/download-icon.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 11px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

[data-post-list-template=pagination] {
  margin-bottom: 64px;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
[data-post-list-template=pagination] ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] ul {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
[data-post-list-template=pagination] li {
  margin-right: 2px;
}
[data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
  display: none;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
    display: block;
  }
}
[data-post-list-template=pagination] li.last, [data-post-list-template=pagination] li.first {
  display: inline-block;
}
[data-post-list-template=pagination] li:last-of-type {
  margin-right: 0;
}
[data-post-list-template=pagination] li.mobile-display {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li.mobile-display {
    display: none;
  }
}
[data-post-list-template=pagination] li.mobile-display span {
  font-weight: 700;
}
[data-post-list-template=pagination] button {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  cursor: pointer;
  color: #667085;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
[data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):focus, [data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):hover {
  background-color: #7d89b0;
  color: #ffffff;
}
[data-post-list-template=pagination] button.current-page {
  color: #ffffff;
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next, [data-post-list-template=pagination] button.prev {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #667085;
  padding: 0;
  width: auto;
}
[data-post-list-template=pagination] button.next:hover, [data-post-list-template=pagination] button.next:focus, [data-post-list-template=pagination] button.prev:hover, [data-post-list-template=pagination] button.prev:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next:hover::after, [data-post-list-template=pagination] button.next:hover::before, [data-post-list-template=pagination] button.next:focus::after, [data-post-list-template=pagination] button.next:focus::before, [data-post-list-template=pagination] button.prev:hover::after, [data-post-list-template=pagination] button.prev:hover::before, [data-post-list-template=pagination] button.prev:focus::after, [data-post-list-template=pagination] button.prev:focus::before {
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next.active, [data-post-list-template=pagination] button.prev.active {
  color: #667085;
}
[data-post-list-template=pagination] button.next.active:hover, [data-post-list-template=pagination] button.next.active:focus, [data-post-list-template=pagination] button.prev.active:hover, [data-post-list-template=pagination] button.prev.active:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
  display: inline;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  [data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
    display: none;
  }
}
[data-post-list-template=pagination] button.prev {
  margin-right: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.prev {
    margin-right: 60px;
  }
}
[data-post-list-template=pagination] button.prev::before {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-post-list-template=pagination] button.next {
  margin-left: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.next {
    margin-left: 60px;
  }
}
[data-post-list-template=pagination] button.next::after {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-left: 15px;
}

.event-landing-page-list {
  margin-top: 107px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list {
    margin-bottom: 255px;
  }
}
.event-landing-page-list__no-results {
  padding: 0 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .event-landing-page-list__no-results {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list__no-results {
    margin: 0 auto;
    max-width: 1216px;
  }
}
@media screen and (min-width: 1920px) {
  .event-landing-page-list__no-results {
    margin: 0 auto;
    max-width: 1630px;
  }
}
.event-landing-page-list__event {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 16px;
  display: -ms-grid;
  display: grid;
  margin-bottom: 64px;
}
.event-landing-page-list__event:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.event-landing-page-list__event:last-of-type::after {
  display: none;
}
@media screen and (min-width: 640px) {
  .event-landing-page-list__event {
    -ms-grid-columns: 204px 1fr;
    grid-template-columns: 204px 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .event-landing-page-list__event {
    -ms-grid-columns: 204px 1fr;
    grid-template-columns: 204px 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .event-landing-page-list__event {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list__event {
    -ms-grid-columns: 246px 1fr;
    grid-template-columns: 246px 1fr;
  }
}
.event-landing-page-list__event::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b9c0d4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: end;
  margin-top: 32px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .event-landing-page-list__event::after {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list__event::after {
    margin-top: 32px;
  }
}
.event-landing-page-list__title {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: 500;
  margin-bottom: 8px;
  color: #171f27;
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list__title {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
  }
}
.event-landing-page-list__date {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #171f27;
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list__date {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.event-landing-page-list__time {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .event-landing-page-list__time {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: 500;
    margin-bottom: 12px;
  }
}
.event-landing-page-list__link {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .event-landing-page-list__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .event-landing-page-list__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.event-landing-page-list aside {
  text-align: center;
  margin-bottom: 16px;
}
.event-landing-page-list aside picture {
  display: block;
  border: 1px solid #dcdfea;
}
.event-landing-page-list aside img {
  display: block;
  width: 100%;
  height: auto;
}
.event-landing-page-list article {
  display: -ms-grid;
  display: grid;
}
.event-landing-page-list__pagination {
  margin-top: 64px;
  padding-top: 0;
}
.event-landing-page-list__summary {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
  color: #171f27;
}
.event-landing-page-list__summary p,
.event-landing-page-list__summary a,
.event-landing-page-list__summary li,
.event-landing-page-list__summary strong,
.event-landing-page-list__summary em {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}