#fw-section-links-list-8ad4d2e1-9ca2-4f52-858c-19e3d6981533 {

.button--primary {
  color: white;
}
}
#fw-section-donations-efe544ba-6682-4ae3-8c19-ad763b1edbee {

.container--10 {
  max-width: 1400px;
}

.donations__text {
  font-size: 1rem;
}

.radio-button__input:checked+.radio-button__label {
    border-color: var(--color-primary);
    background-color: rgba(0, 0, 0, 0);
    color: var(--color-primary);
}

.button--primary {
  color: white !important;
}

.radio-button {
  color: var(--color-primary);
}
}






#fw-section-image-with-text-884695d3-c221-4bff-a62c-7022d85b3080 {

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Ensures equal height columns */
}

.grid__column {
  display: flex;
  flex-direction: column; /* Ensures child content stacks properly */
}

.image-with-text__content {
  flex: 1; /* Allows this section to take up equal height space */
}

.image-with-text__image-container {
  flex: 1; /* Makes image container match the height of the content column */
}

.grid__column.grid__column--12.grid__column--6\@md.grid__column--first\@md {
      background: #111111;
    color: white;
      border-radius: 30px;
}

.image-with-text__heading {
      color: #FF0F82;

}

.image-with-text__text h2 {
  color: white;
    font-size: 4rem;
    line-height: 1;
}

.image-with-text__content.image-with-text__content--left {
  padding: 30px;
}

img.image-with-text__image {
  width: 100%;
}

b, strong {
  color: white;
}

a {
  color: var(--color-primary);
    text-decoration: none;
}

@media (max-width:1023px) {
      img.image-with-text__image {
        width: 100%;
        text-align: center;
        margin: auto;
    }

  .grid {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
}


















#fw-section-rich-text-25b1b54b-9f8b-4fe3-b2d0-08df98098782 {

h2.rich-text__heading {
  font-size: 4rem;
    color: white;
  font-size: 5rem
}

@media (max-width:1024px) {
  h2.rich-text__heading {
    font-size: 4rem;
  }
}

@media (max-width:641px) {
  h2.rich-text__heading {
    font-size:2.5rem;
  }
}

.rich-text__inner {
    color: white;
}
.rich-text__inner strong {
    color: white;
}

.section-fw-section-rich-text-25b1b54b-9f8b-4fe3-b2d0-08df98098782-padding {
  background: url(https://i.imgur.com/TUtQTpk.png) center / cover;
}

.container.container--8.wrapper {
  max-width: 1400px;
}
}

#fw-section-rich-text-be89ed7f-760d-485d-9043-9cdd086d8b80 {

h2.rich-text__heading {
    color: white;
}

.rich-text__inner {
    color: white;
}
.rich-text__inner strong {
    color: white;
}

section.rich-text.rich-text--fw-section-rich-text-be89ed7f-760d-485d-9043-9cdd086d8b80 {
  background-color: #F82D5B;
}

.container.container--8.wrapper {
  max-width: 1400px;
}
}
#fw-section-donations-3bd369e9-3b52-409f-aa5f-03e643c9f408 {

section.donations.donations--fw-section-donations-3bd369e9-3b52-409f-aa5f-03e643c9f408.section-fw-section-donations-3bd369e9-3b52-409f-aa5f-03e643c9f408-padding {
      background: url(https://i.imgur.com/TUtQTpk.png) center / cover;
}

.donations__heading, .donations__text {
  color: white;
    font-weight: 700;
}

input#donation-name, .input-field--as-button, label.radio-button__label, .input-field--textarea {
  background: white;
    border-radius: 10px;
}

label.radio-button__label {
  background-color: #F5F5F5;
}

.radio-button__input:checked + .radio-button__label {
    border: 2px solid black;
    background-color: white;
}

.button--primary {
  background-color: black;
}
}