.def-fundraising-banner,
.def-fundraising-banner * {
  box-sizing: border-box;
}

.secondary_navold.sec-menu {
  display: none !important;
}

.def-fundraising-banner {
  --def-progress: 0%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #eef2f5;
  color: #17243a;
  border-bottom: 1px solid rgba(28, 47, 69, 0.12);
}

.def-fundraising-banner__fill {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: var(--def-progress);
  min-width: 0;
  background: linear-gradient(90deg, #2f8f45 0%, #37a03c 100%);
  transition: width 0.35s ease;
}

.def-fundraising-banner--complete {
  color: #fff;
}

.def-fundraising-banner__inner {
  width: min(calc(100% - 32px), 1180px);
  max-width: 1180px;
  margin: 0 auto;
  min-height: 72px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
}

.def-fundraising-banner__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.def-fundraising-banner__copy strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: inherit;
  overflow-wrap: anywhere;
}

.def-fundraising-banner__copy span {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: inherit;
  overflow-wrap: anywhere;
}

.def-fundraising-banner__numbers {
  display: grid;
  gap: 2px;
  text-align: right;
  white-space: nowrap;
}

.def-fundraising-banner__raised {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: inherit;
}

.def-fundraising-banner__target {
  font-size: 13px;
  line-height: 1.2;
  color: inherit;
  opacity: 0.82;
}

.def-fundraising-banner__button,
.def-link-button,
.def-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid #003982;
  background: #003982;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.def-fundraising-banner__button {
  border-color: rgba(255, 255, 255, 0.5);
  background: #003982;
}

.def-fundraising-banner__button:hover,
.def-link-button:hover,
.def-product-card__button:hover {
  background: #1c2f45;
  border-color: #1c2f45;
  color: #fff;
}

.def-event-hero {
  position: relative;
  overflow: hidden;
  background: #1c2f45;
  color: #fff;
}

.def-event-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
}

.def-event-hero__inner {
  position: relative;
  width: min(calc(100% - 32px), 1180px);
  max-width: 1180px;
  margin: 0 auto;
  min-height: 330px;
  padding: 78px 0 64px;
  display: grid;
  align-content: end;
  gap: 18px;
}

.def-event-hero__eyebrow,
.def-event-card__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 6px;
  background: #f36d00;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.def-event-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: 64px;
  line-height: 0.98;
  color: #fff;
  overflow-wrap: anywhere;
}

.def-event-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.55;
}

.def-event-hero__meta,
.def-event-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.def-event-hero__meta li,
.def-event-meta-strip li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  color: inherit;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.def-event-page,
.def-events-archive {
  background: #fff;
}

.def-event-layout,
.def-events-archive__inner {
  width: min(calc(100% - 32px), 1180px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 0 72px;
}

.def-event-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 34px;
  align-items: start;
}

.def-event-main,
.def-event-sidebar {
  min-width: 0;
}

.def-event-main > * + *,
.def-event-sidebar > * + * {
  margin-top: 28px;
}

.def-event-content {
  font-size: 18px;
  line-height: 1.7;
  color: #243247;
}

.def-event-content > :first-child {
  margin-top: 0;
}

.def-event-panel,
.def-product-card,
.def-event-card {
  border: 1px solid #d7dfeb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.def-event-panel {
  padding: 22px;
}

.def-event-panel h2,
.def-event-products h2 {
  margin: 0 0 16px;
  color: #17243a;
  font-size: 24px;
  line-height: 1.2;
}

.def-event-detail-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.def-event-detail-list div {
  display: grid;
  gap: 3px;
}

.def-event-detail-list dt {
  font-size: 12px;
  font-weight: 800;
  color: #61718a;
}

.def-event-detail-list dd {
  margin: 0;
  font-size: 16px;
  color: #17243a;
}

.def-event-products {
  margin-top: 34px;
}

.def-event-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.def-product-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.def-product-card h3 {
  margin: 0;
  color: #17243a;
  font-size: 19px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.def-product-card__description {
  color: #526071;
  font-size: 14px;
  line-height: 1.55;
}

.def-product-card__description p {
  margin: 0 0 10px;
}

.def-product-card__description p:last-child {
  margin-bottom: 0;
}

.def-product-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.def-product-card__price {
  font-size: 18px;
  font-weight: 800;
  color: #003982;
}

.def-event-products__empty {
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background: #eef2f5;
  color: #526071;
}

.def-event-products__checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.def-link-button {
  background: #fff;
  color: #003982;
}

.def-link-button--primary {
  background: #003982;
  color: #fff;
}

.def-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.def-event-card {
  overflow: hidden;
}

.def-event-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  background: #eef2f5;
}

.def-event-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.def-event-card__body {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.def-event-card h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.def-event-card h2 a {
  color: #17243a;
  text-decoration: none;
}

.def-event-card h2 a:hover {
  color: #003982;
}

.def-event-card p {
  margin: 0;
  color: #526071;
  line-height: 1.55;
}

.def-event-card .def-event-meta-strip li {
  background: #eef2f5;
  color: #17243a;
}

@media (max-width: 840px) {
  .def-fundraising-banner__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .def-fundraising-banner__numbers {
    text-align: left;
  }

  .def-event-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .def-fundraising-banner__inner {
    width: min(calc(100% - 24px), 1180px);
    min-height: 0;
    padding: 12px 0;
  }

  .def-fundraising-banner__copy {
    gap: 3px;
  }

  .def-fundraising-banner__copy strong {
    font-size: 16px;
  }

  .def-fundraising-banner__copy span {
    font-size: 13px;
  }

  .def-fundraising-banner__numbers {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }

  .def-fundraising-banner__raised {
    font-size: 22px;
  }

  .def-fundraising-banner__button {
    width: 100%;
  }

  .def-event-hero__inner,
  .def-event-layout,
  .def-events-archive__inner {
    width: min(calc(100% - 24px), 1180px);
  }

  .def-event-hero__meta,
  .def-event-meta-strip {
    gap: 8px;
  }

  .def-event-hero__meta li,
  .def-event-meta-strip li {
    min-height: 40px;
    max-width: 100%;
    font-size: 14px;
  }

  .def-event-panel {
    padding: 18px;
  }

  .def-event-content {
    font-size: 16px;
    line-height: 1.65;
  }

  .def-event-product-grid,
  .def-events-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .def-product-card {
    gap: 12px;
    padding: 16px;
  }

  .def-product-card__footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .def-product-card__price {
    font-size: 17px;
  }

  .def-event-products__checkout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .def-link-button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .def-event-hero__inner {
    min-height: 280px;
    padding: 56px 0 42px;
  }

  .def-event-hero h1 {
    font-size: 40px;
  }

  .def-event-layout,
  .def-events-archive__inner {
    padding: 34px 0 54px;
  }

  .def-event-card__body {
    padding: 16px;
  }

  .def-event-card h2 {
    font-size: 22px;
  }

  .def-product-card__footer {
    align-items: stretch;
  }

  .def-product-card__button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .def-fundraising-banner__numbers {
    display: grid;
    gap: 2px;
  }

  .def-event-hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .def-event-hero__meta li,
  .def-event-meta-strip li {
    width: 100%;
  }
}
