section.related-content-offers {
  position: relative;
  display: flex;
  padding: 75px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 75px;
  align-self: stretch;
  background: var(--surface-surface-light_nw050, #FCFCF8);
}
section.related-content-offers .threads {
  position: absolute;
  width: 100%;
  top: 11%;
  left: 0;
  right: 0;
}
section.related-content-offers .threads svg {
  width: 100%;
  height: auto;
}
section.related-content-offers .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.related-content-offers .section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.related-content-offers .section-header h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square", sans-serif, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
}
section.related-content-offers .section-header .view-all a {
  color: var(--Brand-Colors-Primary-400, #10845D);
  font-family: "Euclid Square", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
section.related-content-offers .section-header .view-all a .icon svg path {
  fill: var(--primary-400);
}
section.related-content-offers .post-grid .post-item .card {
  margin-bottom: 40px;
  border-radius: 12px;
  background: var(--surface-surface-light_white, #FFF);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
section.related-content-offers .post-grid .post-item .card .post-thumbnail {
  max-height: 190px;
  overflow: hidden;
}
section.related-content-offers .post-grid .post-item .card .post-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media all and (max-width: 768px) {
  section.related-content-offers .post-grid .post-item .card .post-content {
    padding: 12px;
    gap: 8px;
  }
}
section.related-content-offers .post-grid .post-item .card .post-content h3 {
  color: var(--primary-800);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.22px;
}
section.related-content-offers .post-grid .post-item .card .post-content h3 a {
  color: inherit;
}
section.related-content-offers .post-grid .post-item .card .post-content .reading-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--Brand-Colors-Neutral-400-W, #92958e);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  gap: 6px;
}
section.related-content-offers .post-grid .post-item .card .post-content .reading-time svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: -2px;
}
section.related-content-offers .post-grid .post-item .card .post-content p.excerpt {
  line-height: 22px !important;
  color: #000;
  font-family: var(--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
section.related-content-offers .post-grid .post-item .card .post-content p.excerpt a {
  color: var(--Brand-Colors-Primary-400, #10845d);
  font-family: "Euclid Square", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
section.related-content-offers .post-grid .post-item .card .post-content .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
section.related-content-offers .post-grid .post-item .card .post-content .categories .pill {
  width: auto;
  color: var(--text-text---dark-green, #036d59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--primary-500);
  border-radius: 100px;
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

main.event-hub section {
  margin: 0 auto;
}
main.event-hub section .container {
  padding-left: 0;
  padding-right: 0;
}
main.event-hub .breadcrumbs {
  background: var(--surface-surface-light_nw100, #EAECE7);
  box-shadow: 0 1px 8px 0 rgba(113, 98, 75, 0.08), 0 4px 36px 0 rgba(113, 98, 75, 0.12) inset;
  margin: 0 !important;
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media all and (max-width: 960px) {
  main.event-hub .breadcrumbs {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  main.event-hub .breadcrumbs {
    margin-top: 21px !important;
  }
}
main.event-hub .breadcrumbs .container {
  padding-left: 0;
  padding-right: 0;
}
main.event-hub .breadcrumbs nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 16px 0;
  background: inherit;
  /** Type Styles **/
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.444px;
}
@media all and (max-width: 1250px) {
  main.event-hub .breadcrumbs nav {
    padding: 16px 15px 16px 15px;
  }
}
main.event-hub .breadcrumbs nav .step:last-of-type {
  font-weight: 600;
}
main.event-hub .breadcrumbs nav .step a {
  color: inherit;
}
main.event-hub .breadcrumbs .separator {
  margin-right: 3px;
}
main.event-hub .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
main.event-hub .categories .pill {
  width: auto;
  color: var(--borders-separator-dark-green, #036D59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--borders-separator-dark-green, #036D59);
  border-radius: 100px;
  /* Pill Text */
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 200% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
main.event-hub .categories .pill a {
  color: inherit;
}
main.event-hub .hero {
  display: flex;
  padding: 75px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  background: var(--surface-surface-light_nw050, #FCFCF8);
}
@media all and (max-width: 768px) {
  main.event-hub .hero {
    padding: 48px 24px;
  }
}
main.event-hub .hero h1 {
  width: 100%;
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-family: "Euclid Square", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 50% */
  margin-bottom: 48px;
}
main.event-hub .hero .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
main.event-hub .hero .content .title-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
main.event-hub .hero .content .date,
main.event-hub .hero .content .location {
  color: var(--text-text-gray, #92958E);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 83.333% */
}
main.event-hub .hero .content h2 {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin: 0;
}
main.event-hub .hero .content p.event-description {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
main.event-hub .hero .content .btn-wrapper .btn {
  width: auto;
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  backdrop-filter: blur(1px);
  max-width: none;
}
main.event-hub .hero .content .btn-wrapper .btn-green {
  background: var(--shape-button-dark-green, #10845D);
  color: #fff;
}
main.event-hub .hero .image {
  text-align: right;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding-left: 0;
  padding-right: 0;
}
main.event-hub .hero .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
main.event-hub .upcoming {
  padding: 75px 16px 48px 16px;
  background: var(--surface-surface-light_nw100, #EAECE7);
}
@media all and (max-width: 768px) {
  main.event-hub .upcoming {
    padding: 48px 24px;
  }
}
main.event-hub .upcoming .section-header h2 {
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-family: "Euclid Square", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 66.667% */
  margin-bottom: 4rem;
}
main.event-hub .upcoming .events-row {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  gap: 75px;
  align-self: stretch;
}
main.event-hub .upcoming .events-list {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
main.event-hub .upcoming .events-list h3 {
  width: 100%;
  color: var(--text-text-gray, #92958E);
  text-align: center;
  font-family: "Euclid Square", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 83.333% */
}
main.event-hub .upcoming .events-list .events {
  border-radius: 12px;
  background: var(--surface-surface-light_nw050, #FCFCF8);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
main.event-hub .upcoming .events-list .events.no-events {
  padding: 40px;
}
main.event-hub .upcoming .events-list .events .next-event {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  background: var(--surface-surface-light_nw050, #FCFCF8);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
main.event-hub .upcoming .events-list .events .next-event .post-thumbnail {
  height: 300px;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
main.event-hub .upcoming .events-list .events .next-event .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.event-hub .upcoming .events-list .events .next-event .meta,
main.event-hub .upcoming .events-list .events .event .meta {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
main.event-hub .upcoming .events-list .events .next-event .meta .dates,
main.event-hub .upcoming .events-list .events .next-event .meta .event-time,
main.event-hub .upcoming .events-list .events .next-event .meta .location,
main.event-hub .upcoming .events-list .events .event .meta .dates,
main.event-hub .upcoming .events-list .events .event .meta .event-time,
main.event-hub .upcoming .events-list .events .event .meta .location {
  color: var(--text-text-gray, #92958E);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
}
main.event-hub .upcoming .events-list .events .next-event .meta .title,
main.event-hub .upcoming .events-list .events .event .meta .title {
  color: #000;
  font-family: "Euclid Square", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
}
main.event-hub .upcoming .events-list .events .next-event .meta .description p,
main.event-hub .upcoming .events-list .events .event .meta .description p {
  margin-bottom: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}
main.event-hub .upcoming .events-list .events .next-event .meta .btn-wrapper .btn,
main.event-hub .upcoming .events-list .events .event .meta .btn-wrapper .btn {
  width: auto;
  max-width: none;
  display: flex;
  padding: 12px 32px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: auto !important;
  color: #FFF;
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
}
main.event-hub .upcoming .events-list .events .next-event .meta .btn-wrapper .btn .icon,
main.event-hub .upcoming .events-list .events .event .meta .btn-wrapper .btn .icon {
  margin-left: 8px;
}
main.event-hub .upcoming .events-list .events .next-event .meta .btn-wrapper .btn.live-reg-btn,
main.event-hub .upcoming .events-list .events .event .meta .btn-wrapper .btn.live-reg-btn {
  background: var(--primary-800);
  color: #fff;
}
main.event-hub .upcoming .events-list .events .next-event .meta .btn-wrapper .btn.webinar-reg-btn,
main.event-hub .upcoming .events-list .events .event .meta .btn-wrapper .btn.webinar-reg-btn {
  background: var(--shape-button-dark-green, #10845D);
  backdrop-filter: blur(1px);
  color: #fff;
}
main.event-hub .upcoming .events-list .events .event {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
main.event-hub .upcoming .events-list .events .event:last-of-type {
  margin-bottom: 40px;
}
main.event-hub .upcoming .events-list .events .event .text-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-text---dark-green, #036D59);
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
}
main.event-hub .upcoming .events-list .events .event .text-btn .icon svg path {
  fill: #036D59;
}
main.event-hub .upcoming .view-all {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid var(--borders-border-gray, #92958E);
}
main.event-hub .upcoming .view-all .btn-wrapper {
  width: 100%;
  justify-content: center;
}
main.event-hub .upcoming .view-all .btn-wrapper .btn {
  width: auto;
  max-width: none;
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
}
main.event-hub .upcoming .view-all .btn-wrapper .btn.ghost-btn {
  display: flex;
  padding: 12px 32px !important;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 2px solid var(--borders-separator-dark-green, #036D59);
  backdrop-filter: blur(1px);
  color: #036D59;
  background: transparent;
}
main.event-hub .on-demand-webinars {
  background: var(--surface-surface-blue_p800, #0F2333);
  position: relative;
}
main.event-hub .on-demand-webinars .container {
  padding: 100px 0px;
}
@media all and (max-width: 768px) {
  main.event-hub .on-demand-webinars .container {
    padding: 48px 24px;
  }
}
main.event-hub .on-demand-webinars .top {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
main.event-hub .on-demand-webinars .top svg {
  width: 100%;
  height: auto;
}
main.event-hub .on-demand-webinars .section-header h2 {
  color: var(--text-text-white, #FFF);
  text-align: center;
  font-family: "Euclid Square", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 62.5% */
  margin-bottom: 40px;
}
main.event-hub .on-demand-webinars .webinar-one {
  padding-left: 0;
  padding-right: 0;
}
main.event-hub .on-demand-webinars .webinar-one .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #FCFCF8;
  background: var(--surface-surface-light_nw050, #FCFCF8);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media all and (max-width: 768px) {
  main.event-hub .on-demand-webinars .webinar-one .card {
    margin-bottom: 40px;
  }
}
main.event-hub .on-demand-webinars .webinar-one .card .featured-image {
  max-height: 300px;
  width: 100%;
  overflow: hidden;
}
main.event-hub .on-demand-webinars .webinar-one .card .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
main.event-hub .on-demand-webinars .webinar-one .card .meta {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
main.event-hub .on-demand-webinars .webinar-one .card .meta h4 {
  color: #000;
  font-family: "Euclid Square", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
  margin: 0;
}
main.event-hub .on-demand-webinars .webinar-one .card .meta .description p {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  margin: 0;
}
main.event-hub .on-demand-webinars .webinar-one .card .meta .btn-wrapper .btn {
  display: flex;
  padding: 12px 32px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--shape-button-dark-green, #10845D);
  backdrop-filter: blur(1px);
  color: #fff;
  color: #FFF;
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  width: auto;
  max-width: none;
  height: auto;
}
main.event-hub .on-demand-webinars .other-webinars {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  flex: 1 0 0;
  align-self: stretch;
  flex-grow: 1;
  justify-content: space-between;
  padding-left: 64px;
}
@media all and (max-width: 768px) {
  main.event-hub .on-demand-webinars .other-webinars {
    padding-left: 0;
  }
}
main.event-hub .on-demand-webinars .other-webinars .webinar {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
main.event-hub .on-demand-webinars .other-webinars .webinar h4 {
  color: var(--text-text-white, #FFF);
  font-family: "Euclid Square", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: 0.16px;
  margin: 0 !important;
}
main.event-hub .on-demand-webinars .other-webinars .webinar h4 a {
  color: inherit;
  text-decoration: none;
}
main.event-hub .on-demand-webinars .other-webinars .webinar .description p {
  color: var(--text-text-white, #FFF);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  margin: 0;
}
main.event-hub .on-demand-webinars .other-webinars .webinar .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
main.event-hub .on-demand-webinars .other-webinars .webinar .categories .pill {
  width: auto;
  border-radius: 100px;
  border: 1px solid var(--borders-border-cta-green-dark-mode, #4BD675);
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  /* Pill Text */
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 200% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--borders-border-cta-green-dark-mode, #4BD675) !important;
}
main.event-hub .on-demand-webinars .other-webinars .webinar .categories .pill a {
  color: inherit;
}
main.event-hub .on-demand-webinars .other-webinars .view-all {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid var(--borders-White, #FFF);
}
@media all and (max-width: 768px) {
  main.event-hub .on-demand-webinars .other-webinars .view-all {
    justify-content: center;
  }
}
main.event-hub .on-demand-webinars .other-webinars .view-all .btn {
  width: auto;
  max-width: none;
}
main.event-hub .on-demand-webinars .other-webinars .view-all .btn.ghost-btn {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}
main.event-hub .on-demand-webinars .cta-bg.green {
  display: flex;
  padding: 36px 64px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: 64px;
  margin-bottom: 24px;
  border-radius: 1000px;
  background: var(--surface-surface-green_p500, #036D59);
}
@media all and (max-width: 768px) {
  main.event-hub .on-demand-webinars .cta-bg.green {
    border-radius: 24px;
    gap: 24px;
    padding: 36px 24px;
  }
}
main.event-hub .on-demand-webinars .cta-bg.green h4 {
  color: var(--Cool-Neutrals-Neutral-050-C, var(--Cool-Neutrals-Neutral-050-C, #F8FAFC));
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 123.077% */
  margin: 0;
}
@media all and (max-width: 768px) {
  main.event-hub .on-demand-webinars .cta-bg.green h4 {
    margin-bottom: 24px;
  }
}
main.event-hub .on-demand-webinars .cta-bg.green p {
  color: var(--Cool-Neutrals-Neutral-050-C, var(--Cool-Neutrals-Neutral-050-C, #F8FAFC));
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.824px;
  /* 159.122% */
  margin: 0;
}
main.event-hub .on-demand-webinars .cta-bg.green .btn {
  display: flex;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  gap: 10.849px;
  max-width: none;
  width: 100%;
  border-radius: 1083.84px;
  background: var(--Primary-050, #D1FAE0);
  color: var(--Green-Shades-Primary-800, var(--Primary-Primary-800, #0F2333));
  font-family: "Euclid Square", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: -0.24px;
}
@media all and (max-width: 768px) {
  main.event-hub .related-content-offers {
    padding: 48px 24pxd;
  }
}
@media all and (max-width: 768px) {
  main.event-hub .related-content-offers .post-item,
  main.event-hub .related-content-offers .section-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  main.event-hub .related-content-offers .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
main.event-hub .related-content-offers .card .post-thumbnail img {
  width: 100%;
}
main.event-hub .related-content-offers .card .post-content h3 {
  color: #000;
  font-family: "Euclid Square";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
  margin-bottom: 0;
}
main.event-hub .related-content-offers .card .post-content .description p {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  margin-bottom: 0 !important;
}
main.event-hub .related-content-offers .card .dates {
  color: var(--text-text-gray, #92958E);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  /* 100% */
}

main.events section {
  margin: 0 auto;
}
main.events .container {
  padding-left: 0;
  padding-right: 0;
}
main.events .pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  gap: 12px;
  margin-top: 64px;
}
main.events .pagination-wrapper label {
  width: 100%;
  display: block;
  text-align: center;
  color: #253141;
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
}
@media screen and (max-width: 825px) {
  main.events .pagination-wrapper label {
    text-align: center;
  }
}
main.events .pagination-wrapper nav ul.page-numbers {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
main.events .pagination-wrapper nav ul.page-numbers li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--neutral-050-w);
  border: solid 1px var(--primary-700);
  border-right: none;
}
main.events .pagination-wrapper nav ul.page-numbers li:first-of-type, main.events .pagination-wrapper nav ul.page-numbers li:last-of-type {
  border: 1px solid #0F2333;
  background: var(--Brand-Colors-Neutral-050-W, #FCFCF8);
}
main.events .pagination-wrapper nav ul.page-numbers li:last-of-type {
  border-radius: 0px 6px 6px 0px;
}
main.events .pagination-wrapper nav ul.page-numbers li:first-of-type {
  border-radius: 6px 0px 0px 6px;
  border-right: none;
}
main.events .pagination-wrapper nav ul.page-numbers li a,
main.events .pagination-wrapper nav ul.page-numbers li span.current,
main.events .pagination-wrapper nav ul.page-numbers li span.dots {
  min-width: 45px;
  padding: 1rem;
  color: var(--primary-700);
  font-family: "Euclid Square";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.16px;
  text-decoration: none;
  text-align: center;
}
main.events .pagination-wrapper nav ul.page-numbers li a {
  transition: all 0.3s ease-in-out;
}
main.events .pagination-wrapper nav ul.page-numbers li a:hover {
  background: var(--primary-700);
  color: #fff;
}
main.events .pagination-wrapper nav ul.page-numbers li span.current {
  background: var(--primary-700);
  color: #fff;
  display: block;
  padding: 1rem;
}
main.events .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
main.events .categories .pill {
  width: auto;
  color: var(--borders-separator-dark-green, #036D59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--borders-separator-dark-green, #036D59);
  border-radius: 100px;
  /* Pill Text */
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 200% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
main.events .categories .pill a {
  color: inherit;
}
main.events section.search-bar-wrapper {
  padding: 40px 16px;
  background: var(--surface-surface-light_nw050, #FCFCF8);
  position: relative !important;
}
main.events section.search-bar-wrapper .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
main.events section.search-bar-wrapper h1 {
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-family: "Euclid Square";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 50% */
  margin: 0;
  width: 100%;
}
main.events section.search-bar-wrapper .search-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
main.events section.search-bar-wrapper .search-bar input[name=search],
main.events section.search-bar-wrapper .search-bar input[name=s] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px var(--Primary-Primary-800);
  width: calc(100% - 50px);
  height: 48px;
  border-bottom: 1px solid var(--borders-border-dark, #11314A);
  flex: 1 0 0;
  background: transparent;
  color: var(--primary-800);
}
main.events .events-archive {
  margin-bottom: 75px;
}
main.events .filters {
  display: flex;
  padding-right: 40px;
  padding-top: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
@media all and (max-width: 768px) {
  main.events .filters {
    padding-right: 0;
    padding-left: 0;
    min-width: 100%;
  }
}
main.events .filters .display-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media all and (max-width: 768px) {
  main.events .filters .display-toggle {
    display: none;
  }
}
main.events .filters .display-toggle button.view {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  margin: 0;
  border-radius: 0;
  border: solid 1px var(--primary-800);
  transition: all 0.3s ease-in-out;
  background: var(--surface-surface-light_white, #FFF);
}
main.events .filters .display-toggle button.view:hover {
  background: var(--shape-gray, #92958E);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) inset;
  border: solid 1px var(--shape-gray, #92958E);
}
main.events .filters .display-toggle button.view:hover .icon svg path {
  fill: #fff;
}
main.events .filters .display-toggle button.view.list {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
main.events .filters .display-toggle button.view.grid {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
main.events .filters .display-toggle button.view .sr-text {
  width: 0;
  height: 0;
  opacity: 0;
}
main.events .filters .display-toggle button.view.selected {
  background: var(--shape-gray, #92958E);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) inset;
  border: solid 1px var(--shape-gray, #92958E);
}
main.events .filters .display-toggle button.view.selected .icon svg path {
  fill: #fff;
}
main.events .filters .display-toggle button.view .icon svg path {
  fill: var(--primary-800);
}
main.events .filters .f-wrapper {
  width: 100%;
}
@media all and (max-width: 768px) {
  main.events .filters .f-wrapper {
    display: none;
    flex-direction: column;
    border-bottom: 1px solid #000;
    background: var(--surface-surface-light_nw100, #EAECE7);
    padding: 24px;
    width: 100%;
    position: relative;
    top: -24px;
  }
  main.events .filters .f-wrapper.visible {
    display: flex;
  }
}
main.events .filters .toggle-filters {
  display: none;
}
@media all and (max-width: 768px) {
  main.events .filters .toggle-filters {
    display: flex;
    padding: 0 24px 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #000;
    cursor: pointer;
  }
  main.events .filters .toggle-filters p.filter-label {
    color: var(--Green-Shades-Primary-800, var(--Primary-Primary-800, #0F2333));
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Euclid Square";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 122.222% */
    margin-bottom: 0 !important;
  }
  main.events .filters .toggle-filters .plus-minus {
    margin-left: auto;
  }
  main.events .filters .toggle-filters .plus-minus .hidden {
    display: none;
  }
}
main.events .filters .filter-wrapper {
  width: 100%;
  padding-bottom: 16px;
  margin-top: 24px;
  border-bottom: solid 1px var(--primary-800);
}
main.events .filters .filter-wrapper:last-of-type {
  margin-bottom: 24px;
}
main.events .filters .filter-wrapper p.filter-label {
  color: var(--Green-Shades-Primary-800, var(--Primary-Primary-800, #0F2333));
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main.events .filters .filter-wrapper p.filter-label:hover {
  cursor: pointer;
}
main.events .filters .filter-wrapper p.filter-label .icon {
  margin-left: auto;
}
main.events .filters .filter-wrapper p.filter-label .icon .plus.hidden,
main.events .filters .filter-wrapper p.filter-label .icon .minus.hidden {
  display: none;
}
main.events .filters .filter-wrapper .drawer.hidden {
  display: none;
}
main.events .filters .filter-wrapper .form-check {
  margin: 12px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main.events .filters .filter-wrapper .form-check label {
  display: inline-block;
  margin-left: 8px;
}
main.events .filters .filter-wrapper .form-check input.form-check-input {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  width: 20px;
  height: 20px;
  border: solid 1px var(--primary-800);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  -webkit-appearance: none;
  /* For Chrome, Safari, Opera */
  -moz-appearance: none;
  /* For Firefox */
  appearance: none;
}
main.events .filters .filter-wrapper .form-check input.form-check-input:checked {
  background-color: var(--primary-800);
}
main.events .filters button#clearFilters {
  border: solid 1px var(--primary-800);
  color: var(--Green-Shades-Primary-800, var(--Primary-Primary-800, #0F2333));
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
main.events .filters button#clearFilters:hover {
  background: var(--primary-800);
  color: #fff;
}
main.events .filters input[type=submit] {
  border: solid 1px var(--primary-800);
  color: #fff;
  background: var(--primary-600);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  padding: 6px 35px;
  margin-bottom: 1.5rem;
}
main.events .filters input[type=submit]:hover {
  background: var(--primary-800);
}
main.events .results {
  display: flex;
  padding: 48px 20px;
}
main.events .results .total {
  color: var(--text-text-gray, #92958E);
  flex-basis: 100%;
  font-family: "Euclid Square", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 90.909% */
}
main.events .results .total strong {
  font-weight: 700;
}
main.events .results .card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
main.events .results .card .featured-image {
  display: flex;
  width: 240px;
  min-width: 240px;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  border-radius: 12px;
  overflow: hidden;
  border: solid 1px #666765;
  cursor: pointer;
}
main.events .results .card .featured-image a {
  width: 100%;
}
main.events .results .card .featured-image img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
main.events .results .card .meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
main.events .results .card .meta .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main.events .results .card .meta .dates,
main.events .results .card .meta .location {
  color: var(--text-text-gray, #92958E);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  /* 100% */
}
main.events .results .card .meta h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: 0.16px;
}
main.events .results .card .meta h3 a {
  color: inherit;
}
main.events .results .card .meta .description p {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 140% */
  margin: 0;
}
main.events .results.list {
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}
main.events .results.list .card {
  flex-direction: row;
  border: none;
}
@media all and (max-width: 768px) {
  main.events .results.list .card {
    flex-direction: column;
  }
  main.events .results.list .card .featured-image {
    width: 100%;
    max-width: none;
  }
  main.events .results.list .card .featured-image img {
    width: 100%;
  }
}
main.events .results.grid {
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 48px;
}
main.events .results.grid .card {
  flex-direction: column;
  border: none;
  width: calc(50% - 50px);
  margin: 1rem;
}
main.events .results.grid .card .featured-image {
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
}

main.event .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
main.event .categories .pill {
  width: auto;
  color: var(--borders-separator-dark-green, #036D59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--borders-separator-dark-green, #036D59);
  border-radius: 100px;
  /* Pill Text */
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 200% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
main.event .categories .pill a {
  color: inherit;
}
main.event .details .col-12 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main.event .details .col-12 .featured-image img {
  width: 100%;
  max-width: 500px;
}
main.event .details .col-12 .meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.event .details .col-12 .dates,
main.event .details .col-12 .location {
  color: var(--text-text-gray, #92958E);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  /* 100% */
  margin-bottom: 12px;
}
main.event .details .col-12 .btn-wrapper .btn {
  display: flex;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  gap: 10.849px;
  max-width: none;
  width: auto;
  border-radius: 1083.84px;
  background: var(--primary-800);
  color: #fff;
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: -0.24px;
}
main.event .details .col-12 .btn-wrapper .btn svg path {
  fill: #fff;
}