.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #4b5563;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.container {
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.main-nav {
  color: #fff;
  background-color: #0b2a4a;
  flex-flow: column;
  justify-content: center;
  min-height: 90px;
  display: flex;
}

.main-nav.sticky {
  position: sticky;
  top: 0;
}

.nav-container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  color: #d32f2f;
  font-family: Big Shoulders, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 105%;
}

.color-red {
  color: #d32f2f;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.nev-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-cta-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #d32f2f;
  border: 3px solid #d32f2f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  font-family: Big Shoulders, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 105%;
  text-decoration: none;
  display: flex;
  transform: skew(-4deg);
}

.btn-primary.btn-sm {
  font-size: 20px;
}

.btn-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  font-family: Big Shoulders, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 105%;
  text-decoration: none;
  display: flex;
  transform: skew(-4deg);
}

.hero-section {
  background-image: linear-gradient(#0f172a80, #0f172a80), url('../images/hero-section.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  height: calc(100vh - 90px);
  display: flex;
}

.brand-alfredo {
  color: #fff;
  font-weight: 900;
}

.hero-flex-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

.hero-caption {
  color: #fff;
  background-color: #d32f2f;
  padding: 6px 16px;
  font-family: Big Shoulders, sans-serif;
  font-size: 24px;
  font-weight: 800;
  transform: skew(-5deg);
}

.hero-title {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 102%;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

._w-100 {
  width: 100%;
}

.d-flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-flex-center.gap-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.d-flex-center.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.d-flex-center.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.d-flex-center.gap-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

._w-40 {
  width: 40%;
}

.image {
  border: 4px solid #d32f2f;
  border-radius: 8px;
  transform: skew(-3deg);
}

._w-60 {
  width: 60%;
}

.h2-64px {
  color: #0b2a4a;
  font-size: 64px;
  font-weight: 900;
  line-height: 60px;
}

.mb-24 {
  margin-bottom: 24px;
}

.cta-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-left.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.bg-light-smoke {
  background-color: #f8f9fa;
}

.section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.sectio-caption {
  color: #fff;
  letter-spacing: 1px;
  background-color: #d32f2f;
  padding: 4px 16px;
  font-family: Big Shoulders, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transform: skew(-5deg);
}

.section-h2 {
  color: #0b2a4a;
  text-align: center;
  letter-spacing: -1px;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
}

.max-w-800-center {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.mt-64 {
  margin-top: 64px;
}

.grid-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #0b2a4a;
  border: 3px solid #d32f2f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  font-size: 16px;
  display: flex;
  transform: skew(-3deg);
  box-shadow: -8px 12px #00000029;
}

.heading {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.mb-0 {
  margin-bottom: 0;
}

.bg-2 {
  background-image: linear-gradient(#0b2a4ae6, #0b2a4ae6), url('../images/bg-2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.max-w-900-center {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: #fff;
}

.fs-110 {
  font-size: 110px;
  line-height: 92%;
}

.vision-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fffffff2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  display: flex;
}

.vision-block.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-h2-left {
  color: #0b2a4a;
  letter-spacing: -1px;
  font-size: 72px;
  font-weight: 900;
  line-height: 100%;
}

.flex-col-g-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.campaign-card {
  border-radius: 12px;
  display: flex;
  transform: skew(-3deg);
  box-shadow: -8px 12px #00000029;
}

.campaign-image {
  width: 27%;
}

.campaign-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0b2a4a;
  border-top: 3px solid #d32f2f;
  border-bottom: 3px solid #d32f2f;
  border-right: 3px solid #d32f2f;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 73%;
  padding: 32px 32px 32px 56px;
  display: flex;
}

.image-2 {
  position: relative;
  top: -3px;
  left: -4px;
}

.capmaign-caption {
  color: #d32f2f;
  font-family: Big Shoulders, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
}

.campaign-title {
  color: #0b2a4a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
}

.btn-outline-dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b2a4a;
  letter-spacing: .5px;
  background-color: #0000;
  border: 3px solid #0b2a4a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  font-family: Big Shoulders, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 105%;
  text-decoration: none;
  display: flex;
  transform: skew(-4deg);
}

.btn-outline-dark.btn-sm {
  font-size: 20px;
}

.pb-120 {
  padding-bottom: 120px;
}

.event-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-card {
  border: 3px solid #d32f2f;
  border-radius: 12px;
  display: flex;
  transform: skew(-3deg);
  box-shadow: -8px 12px #00000029;
}

.event-card.bg-red {
  color: #fff;
  background-color: #d32f2f;
  border-color: #0b2a4a;
}

.event-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 105%;
}

.event-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b2a4a;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 78%;
  padding: 32px 32px 32px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.event-body.red {
  color: #fff;
}

.event-date-wrapper {
  aspect-ratio: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #0b2a4a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  font-family: Big Shoulders, sans-serif;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.event-date-wrapper.white {
  color: #0b2a4a;
  background-color: #fff;
}

.event-date {
  color: #d32f2f;
  font-size: 44px;
  font-weight: 900;
  line-height: 110%;
}

.t-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0b2a4a;
  background-color: #fff;
  border: 2px solid #0b2a4a1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px 40px;
  font-size: 20px;
  display: flex;
  transform: skew(-3deg);
  box-shadow: -8px 12px #00000029;
}

.text-italic {
  font-style: italic;
}

.dp-circle {
  border: 2px solid #0b2a4a;
  border-radius: 50%;
}

.dp-circle.border-red {
  border-color: #d32f2f;
}

.quote {
  color: #d32f2f;
  font-family: Big Shoulders, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 75%;
}

.endorsement-block {
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

.endorsment-name {
  font-family: Big Shoulders, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 110%;
}

.bg-dark {
  color: #fff;
  background-color: #0b2a4a;
}

.mt-48 {
  margin-top: 48px;
}

.gallery-img {
  border: 3px solid #d32f2f;
  border-radius: 12px;
  width: 100%;
  transform: skew(-3.5deg);
}

.gallery-img-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

._w-62 {
  width: 62%;
}

._w-38 {
  width: 38%;
}

.donation-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0b2a4a;
  background-color: #fff;
  border: 2px solid #0b2a4a1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 56px;
  font-size: 20px;
  display: flex;
  transform: skew(-3deg);
  box-shadow: -8px 12px #00000029;
}

.donation-form-input {
  border: 2px solid #0b2a4a;
  border-radius: 12px;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 18px;
  font-family: Big Shoulders, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.form-btn {
  color: #0b2a4a;
  letter-spacing: .5px;
  background-color: #0000;
  border: 2px solid #0b2a4a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 20px 26px;
  font-family: Big Shoulders, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.form-btn.btn-sm {
  font-size: 20px;
}

.donation-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.form-btn-red {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #d32f2f;
  border: 3px solid #d32f2f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px 26px;
  font-family: Big Shoulders, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 105%;
  text-decoration: none;
  display: flex;
}

.form-btn-red.btn-sm {
  font-size: 20px;
}

.form-btn-red.hide {
  display: none;
}

.secure-payment {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #4b5563;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 105%;
  display: flex;
}

.text-left {
  text-align: left;
}

.fs-20 {
  font-size: 20px;
}

.donation-p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 120%;
}

._w-50 {
  width: 50%;
}

.member-form-input {
  border: 2px solid #0b2a4a;
  border-radius: 12px;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 18px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.membership-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-options {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  margin-top: 12px;
  display: flex;
}

.form-options-wrapper {
  color: #0b2a4a;
  font-family: Big Shoulders, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 100%;
}

.form-option-btn {
  color: #0b2a4a;
  background-color: #0000;
  border: 2px solid #0b2a4a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.form-option-btn.btn-sm {
  font-size: 20px;
}

.gallery-img2 {
  aspect-ratio: 1.2;
  object-fit: cover;
  border: 3px solid #d32f2f;
  border-radius: 12px;
  width: 100%;
  transform: skew(-3deg);
}

.section-h2-72px {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  font-size: 72px;
  font-weight: 900;
  line-height: 100%;
}

._w-45 {
  width: 45%;
}

._w-55 {
  width: 55%;
}

.email-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-field {
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 20px;
}

.footer {
  color: #fff;
  background-color: #0b2a4a;
  border-top: 1px solid #1e3e5c;
  padding-top: 64px;
  padding-bottom: 48px;
}

.footer-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-brand {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.paragraph {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.footer-desc {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 145%;
}

.footer-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  max-width: 400px;
  display: flex;
}

.footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-a {
  color: #fff;
  font-size: 14px;
  line-height: 105%;
  text-decoration: none;
}

.footer-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.footer-desc-2 {
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.footer-hr {
  background-color: #1e3e5c;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-text {
  opacity: .5;
  font-size: 14px;
  line-height: 120%;
}

.nav-cta-section-md {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.section {
  background-image: linear-gradient(90deg, #0c2340, #174f8c);
  padding-top: 64px;
  padding-bottom: 64px;
}

.donation-title {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 102%;
}

.max-w-780 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

.form-block {
  color: #0b2a4a;
  background-color: #f8f9fa;
  border: 1px solid #0000001a;
  border-radius: 12px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
}

.d-title {
  margin-bottom: 24px;
}

.notice {
  color: #5c370c;
  background-color: #fff7ed;
  border-left: 5px solid #8a4b08;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 14px 16px;
}

.amount {
  color: #0b2a4a;
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border: 2px solid #0b2a4a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 14px 15px;
  font-family: Big Shoulders, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.amount:hover, .amount:active {
  color: #fff;
  background-color: #0b2a4a;
}

.amount.btn-sm {
  font-size: 20px;
}

.amount-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.d-input {
  border-radius: 8px;
  height: auto;
  margin-bottom: 16px;
  padding: 12px 20px;
}

.d-flex-g-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-field {
  margin-bottom: 16px;
}

.zelle-panel {
  border: 2px dashed #000;
  border-radius: 12px;
  margin-top: 64px;
  padding: 24px;
  display: none;
}

.notice-zelle {
  color: #14532d;
  background-color: #ecfdf3;
  border-left: 5px solid #0f7b4d;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 14px 16px;
}

.zelle-box {
  font-size: 24px;
  font-weight: 700;
}

.zelle-desc {
  margin-bottom: 4px;
  font-weight: 700;
}

.fs-14 {
  font-size: 14px;
  line-height: 140%;
}

.d-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #d32f2f;
  border: 3px solid #d32f2f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 26px;
  font-family: Big Shoulders, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 105%;
  text-decoration: none;
  display: flex;
}

.d-button.btn-sm {
  font-size: 20px;
}

.d-footer {
  color: #fff;
  background-color: #0b2a4a;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
}

.d-footer-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.f-box {
  text-align: center;
  border: 1px solid #ffffffa6;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px 12px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    margin-bottom: 16px;
  }

  .nev-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0b2a4ad9;
    padding: 20px;
  }

  .nav-cta-section {
    display: none;
  }

  .btn-primary, .btn-outline {
    font-size: 20px;
  }

  .hero-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-flex-column, .hero-caption {
    font-size: 20px;
  }

  .hero-title {
    font-size: 80px;
  }

  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .d-flex-center {
    flex-flow: column;
  }

  .d-flex-center.gap-80 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  ._w-40 {
    width: 100%;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._w-60 {
    width: 100%;
  }

  .flex-left {
    flex-flow: wrap;
  }

  .section-h2 {
    font-size: 72px;
  }

  .card {
    line-height: 140%;
  }

  .heading {
    font-size: 30px;
  }

  .bg-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .vision-block {
    font-size: 24px;
    line-height: 140%;
  }

  .py-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .gallery-img-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  ._w-62, ._w-38 {
    width: 100%;
  }

  .form-btn {
    min-width: 120px;
    font-size: 30px;
  }

  ._w-50, ._w-45, ._w-55 {
    width: 100%;
  }

  .nav-cta-section-md {
    display: flex;
  }

  .menu-button.w--open {
    background-color: #031f3c;
  }

  .donation-title {
    font-size: 80px;
  }

  .max-w-780 {
    font-size: 20px;
  }

  .amount {
    min-width: 120px;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 140%;
  }

  .main-nav {
    min-height: 80px;
  }

  .brand {
    font-size: 24px;
  }

  .hero-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-flex-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-title {
    font-size: 64px;
  }

  .py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2-64px {
    font-size: 48px;
    line-height: 46px;
  }

  .cta-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .section-h2 {
    font-size: 60px;
  }

  .grid-col-2 {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 36px 32px;
  }

  .bg-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .fs-110 {
    font-size: 72px;
  }

  .vision-block {
    font-size: 18px;
    line-height: 130%;
  }

  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-h2-left {
    font-size: 64px;
  }

  .campaign-card {
    border: 3px solid #d32f2f;
    flex-flow: column;
    overflow: hidden;
  }

  .campaign-image {
    width: 100%;
  }

  .campaign-body {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    width: 100%;
    padding-left: 32px;
  }

  .capmaign-caption {
    font-size: 20px;
  }

  .campaign-title {
    font-size: 28px;
    line-height: 30px;
  }

  .pb-120 {
    padding-bottom: 80px;
  }

  .event-title {
    font-size: 24px;
  }

  .event-body {
    flex: 1;
  }

  .event-date-wrapper {
    width: 20%;
    font-size: 20px;
  }

  .event-date {
    font-size: 36px;
  }

  .t-card {
    padding: 40px 24px;
  }

  .gallery-img-grid {
    grid-template-columns: 1fr;
  }

  .donation-card {
    padding: 40px 32px;
  }

  .donation-form-input {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .form-btn {
    min-width: 100px;
    padding: 14px 20px;
    font-size: 24px;
  }

  .donation-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .form-btn-red {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .secure-payment {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .donation-p {
    font-size: 18px;
    line-height: 110%;
  }

  .member-form-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-options-wrapper {
    font-size: 20px;
  }

  .section-h2-72px {
    font-size: 64px;
  }

  .footer-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-left {
    width: 100%;
    max-width: none;
  }

  .footer-right {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .donation-title {
    font-size: 36px;
  }

  .max-w-780 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-size: 18px;
  }

  .form-block {
    background-color: #0000;
    border-style: none;
    padding: 0;
    line-height: 130%;
  }

  .d-title {
    font-size: 32px;
    line-height: 105%;
  }

  .amount {
    min-width: auto;
    padding: 12px 20px;
    font-size: 20px;
  }

  .amount-grid {
    grid-template-columns: 1fr 1fr;
  }

  .d-input {
    padding-left: 12px;
    padding-right: 12px;
  }

  .d-flex-g-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .zelle-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .zelle-box {
    font-size: 18px;
  }

  .d-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}


