:root {
  --linen: #f5f0ea;
  --dark-slate-blue: #2d4f70;
  --really-dark-gray: #262626;
  --sandy-brown: #e5a857;
  --dark-olive-green: #325835;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roslindale Deck, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.4;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.4;
}

h4 {
  text-align: center;
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.2vmax;
  font-weight: 300;
  line-height: 1.5;
}

p {
  max-width: 75ch;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.navbar {
  z-index: 1000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pages-frame {
  align-self: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.hero-section {
  z-index: 5;
  background-color: var(--linen);
}

.hero-wrapper {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.hero-heading {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 72px;
  line-height: 1;
}

.intro-text-spans {
  margin-right: .125em;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
}

.navbar-wrapper {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block.w--current {
  text-decoration: none;
}

.brand-logo {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.subscribe-block {
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.field-label {
  display: none;
}

.text-field {
  width: 500px;
  height: 4em;
  margin-bottom: 0;
  display: inline-block;
}

.text-field::-ms-input-placeholder {
  text-align: center;
  letter-spacing: .1em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1em;
}

.text-field::placeholder {
  text-align: center;
  letter-spacing: .1em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1em;
}

.submit-button {
  width: 200px;
  height: 4em;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #194d80;
  margin-top: 1vh;
  margin-bottom: 1vh;
  padding: .8em 1em;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1em;
}

.submit-button.footer {
  color: #fff;
  background-color: #cc813a;
  font-weight: 400;
}

.pages-wrapper {
  width: 140%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image {
  width: 100%;
  max-width: none;
  object-fit: cover;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.subscribe-form {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.camera {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.inform-content {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inform-content.first {
  z-index: 2;
}

.research {
  z-index: 1;
  min-height: 200vh;
  background-color: var(--linen);
}

.research-camera {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vax-content {
  max-width: 1920px;
  flex-direction: column;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vax {
  background-color: #ccc4b8;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vax-grid {
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr 1fr;
}

.commvax-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.commvax-header {
  font-size: 64px;
}

.commvax-description {
  max-width: 40ch;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
}

.testimonials {
  background-color: #e3dbd1;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 140px 60px;
  display: flex;
}

.subscribe {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 60px;
  display: flex;
  overflow: hidden;
}

.bottom {
  background-color: var(--really-dark-gray);
  padding: 140px 60px;
}

.testimonials-content {
  justify-content: center;
  align-items: center;
  padding: 140px 60px;
  display: flex;
}

.vax-camera {
  height: 100vh;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.char-image {
  height: 100%;
}

.characters {
  z-index: 117;
}

.char1 {
  height: 30vw;
  max-height: 450px;
  min-height: 150px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.char2 {
  height: 25vw;
  max-height: 400px;
  min-height: 150px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading {
  color: #fffbf7;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 400;
  overflow: hidden;
}

.paragraph {
  color: #fffbf7;
  margin-bottom: 20px;
  font-size: 22px;
}

.footer-grid {
  height: 100%;
  grid-template-rows: auto auto auto;
  grid-template-areas: "."
                       "."
                       ".";
}

.image-5 {
  width: 260px;
  object-fit: contain;
  margin-right: 20px;
  padding: 20px;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.words {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.info-2 {
  min-height: 200vh;
  background-color: #461e64;
  display: block;
}

.media {
  background-color: var(--really-dark-gray);
}

.media-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 60px;
  display: flex;
}

.media-grid {
  width: 100%;
  max-width: 1400px;
  grid-template-rows: auto auto;
}

._1st-paragraph {
  max-width: 40ch;
  color: var(--linen);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  display: block;
  position: absolute;
}

._2nd-paragraph {
  max-width: 40ch;
  opacity: 0;
  color: var(--linen);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  display: block;
  position: absolute;
}

.info-1 {
  min-height: 200vh;
  background-color: var(--dark-slate-blue);
  display: block;
}

.media-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.media-header {
  color: var(--really-dark-gray);
  margin-bottom: 20px;
  display: none;
}

.youtube-vid {
  height: 100%;
}

.research-paper-wrapper {
  z-index: 1;
  perspective: 1000px;
  flex-direction: row;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--linen);
}

.research-content {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.research-heading {
  z-index: 1;
  font-size: 60px;
}

.note-1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.note-1.note-style {
  width: auto;
}

.note-style {
  width: 300px;
  object-fit: contain;
  margin-left: 10px;
  margin-right: 10px;
}

.note-2 {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.note-2.note-style {
  width: auto;
  height: 220px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.note-3 {
  width: auto;
  height: 170px;
  object-position: 0% 50%;
}

.note-3.note-style {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.note-4.note-style {
  width: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.note-5.note-style {
  width: auto;
  height: 220px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.note-6 {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.note-6.note-style {
  width: auto;
  height: 170px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.commvax-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.commvax {
  height: 600px;
  object-fit: contain;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.vax-headers {
  margin-bottom: 40px;
}

.character-4 {
  height: 20vw;
  max-height: 450px;
  min-height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-180deg);
}

.character-3 {
  height: 30vh;
  max-height: 400px;
  min-height: 150px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.styles {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.text {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-linktree {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.footer-third-block {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

.image-6 {
  width: 260px;
}

.text-block {
  color: var(--linen);
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.text-block-2 {
  color: var(--linen);
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.paddings {
  display: flex;
}

.desktop-padding {
  padding: 160px 60px;
}

.tablet-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.landscape-padding {
  padding: 10px;
}

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

.team-wrapper {
  width: 100%;
  max-width: 1400px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.member-block {
  max-width: 30ch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.member-photo-container {
  width: 160px;
  height: 260px;
  margin-bottom: 20px;
}

.member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #000;
  border-radius: 4vh;
}

.name {
  text-align: center;
  margin-bottom: 1em;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.title {
  text-align: center;
  margin-bottom: 1em;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.description {
  display: none;
}

.heading-6 {
  font-size: 32px;
}

.testimonial-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-quotes {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.press-logo {
  width: 42ch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.testimonials-grid {
  max-width: 1400px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  justify-items: center;
}

.testimonial-header {
  font-size: 64px;
}

.notecard {
  min-height: 200vh;
  background-color: #fafafa;
}

.press-logo {
  width: 35ch;
  object-fit: contain;
}

.text-block-3 {
  color: #6b6b6b;
  text-align: center;
  letter-spacing: 1px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 1.5;
}

.hyattsville {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
}

.notecard-camera {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.notecard-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  z-index: 2;
  width: 99vw;
  max-width: 900px;
  min-width: 220px;
  position: relative;
}

.superheroes {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-8 {
  width: 30vw;
}

.div-block {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-9 {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.section {
  max-width: 100vw;
  margin-top: -30vh;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.highlighted-text {
  color: #ffa32b;
}

.highlighted-text.blue {
  color: #fcb217;
}

.button {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #cf7c0e;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 2em;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.button.youtube {
  background-color: #c00;
}

.button.donate {
  background-color: #00903f;
}

.youtube-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.about-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.donation {
  background-color: var(--dark-slate-blue);
  padding: 140px 60px;
}

.donation-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.donation-header-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.donation-header {
  color: var(--linen);
  font-size: 64px;
}

.donation-paragraph {
  max-width: 50ch;
  color: var(--linen);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

.donation-button-block, .contact-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-header {
  color: var(--linen);
  margin-bottom: 20px;
  font-size: 64px;
}

.text-block-4 {
  color: var(--linen);
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
}

.address-block {
  margin-bottom: 20px;
}

.phone-block {
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
}

.fax-block {
  padding: 20px;
  text-decoration: none;
}

.div-block-2 {
  display: flex;
}

.separator {
  width: 80%;
  height: 2px;
  background-color: rgba(245, 240, 234, .3);
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  h2 {
    font-family: Oswald, sans-serif;
  }

  .pages-frame {
    display: none;
  }

  .navbar-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .inform-content.first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._1st-paragraph, ._2nd-paragraph {
    font-size: 64px;
  }

  .notecard {
    min-height: 200vh;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    min-height: 100vh;
    padding-bottom: 20px;
  }

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

  .intro-text-spans {
    font-size: 32px;
  }

  .brand-logo {
    width: 160px;
  }

  .subscribe-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .commvax-header {
    font-size: 48px;
  }

  .commvax-description {
    max-width: 55ch;
    text-align: center;
    font-size: 20px;
  }

  .team {
    height: auto;
  }

  .image-5 {
    height: 160px;
  }

  .words {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 28px;
  }

  ._1st-paragraph, ._2nd-paragraph {
    font-size: 32px;
  }

  .research-paper-wrapper {
    justify-content: flex-start;
  }

  .research-content {
    align-items: center;
  }

  .research-heading {
    max-width: 25ch;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 48px;
  }

  .note-1.note-style {
    width: auto;
    height: 150px;
  }

  .note-style {
    width: 180px;
    height: 180px;
  }

  .note-3.note-style {
    width: auto;
    height: 150px;
  }

  .commvax {
    height: 380px;
  }

  .image-6 {
    width: 240px;
    height: auto;
  }

  .text-block {
    font-size: 24px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .paddings {
    width: 100%;
  }

  .team-wrapper {
    flex-direction: column;
    flex: 1;
    align-items: center;
  }

  .member-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    display: flex;
  }

  .member-photo-container {
    width: 240px;
    height: 240px;
  }

  .name {
    text-align: center;
    margin-bottom: .5em;
    font-size: 28px;
  }

  .title {
    text-align: center;
    font-size: 22px;
  }

  .description {
    max-width: 50ch;
    font-size: 18px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .testimonial-header {
    padding-bottom: 10px;
  }

  .testimonial-quotes {
    margin-bottom: 1em;
  }

  .press-logo {
    margin-bottom: 10px;
  }

  .text-block-3 {
    font-size: 40px;
  }

  .image-9 {
    width: 200px;
  }

  .section {
    margin-top: -30vh;
  }

  .donation-header {
    font-size: 48px;
  }

  .donation-paragraph {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    max-width: 11ch;
    font-size: 48px;
  }

  .intro-text-spans {
    font-size: 28px;
  }

  .navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo {
    width: 120px;
    height: auto;
  }

  .text-field, .submit-button {
    width: 100%;
    height: 3em;
  }

  .pages-wrapper {
    width: 220%;
  }

  .page {
    margin-left: 10px;
    margin-right: 10px;
  }

  .subscribe-form {
    flex-direction: column;
    padding-left: 100px;
    padding-right: 100px;
  }

  .commvax-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .commvax-description {
    max-width: 45ch;
    text-align: center;
  }

  .team, .subscribe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bottom {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-content {
    padding: 60px 10px;
  }

  .heading {
    margin-bottom: .5em;
    font-size: 36px;
  }

  .paragraph {
    font-size: 16px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
                         "."
                         ".";
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-5 {
    height: 150px;
  }

  .link-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-2 {
    font-size: 22px;
  }

  .media-content {
    padding: 60px 20px;
  }

  .media-header {
    font-size: 32px;
  }

  .note-1.note-style {
    width: 130px;
    height: auto;
  }

  .note-style {
    width: 150px;
    height: 150px;
  }

  .note-2.note-style {
    width: 160px;
    height: auto;
  }

  .note-3.note-style {
    height: 130px;
  }

  .commvax-image {
    margin-bottom: 20px;
  }

  .commvax {
    height: 320px;
  }

  .character-3 {
    max-height: 200px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .footer-linktree {
    align-content: start;
  }

  .image-6 {
    width: 200px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 6vw;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .member-photo-container {
    width: 180px;
    height: 180px;
  }

  .member-description {
    justify-content: center;
    display: flex;
  }

  .name {
    font-size: 24px;
  }

  .title {
    font-size: 22px;
  }

  .description {
    max-width: 30ch;
  }

  .heading-4 {
    font-size: 26px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 17px;
  }

  .testimonial-quotes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-header {
    font-size: 32px;
  }

  .press-logo {
    width: 24ch;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .button {
    font-size: 14px;
  }

  .youtube-block {
    margin-top: 20px;
  }

  .donation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .donation-header-block {
    padding-bottom: 0;
  }

  .donation-header {
    font-size: 32px;
  }

  .donation-paragraph {
    font-size: 16px;
  }

  .contact-header {
    font-size: 36px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .address-block, .phone-block {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 100vh;
  }

  .text-field::-ms-input-placeholder {
    line-height: 1.4;
  }

  .text-field::placeholder {
    line-height: 1.4;
  }

  .subscribe-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonials-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .char2 {
    min-height: 120px;
  }

  .heading {
    font-size: 20px;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
  }

  .footer-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    height: 100px;
  }

  .note-style {
    width: 140px;
    height: 140px;
  }

  .note-2.note-style {
    width: auto;
    height: 140px;
  }

  .styles {
    display: none;
  }

  .text-block {
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .member-block {
    margin-left: 0;
    margin-right: 0;
  }

  .name {
    font-size: 20px;
  }

  .title {
    font-size: 18px;
  }

  .description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .testimonial-quotes {
    padding: 0;
  }

  .press-logo {
    width: 18ch;
  }

  .text-block-3 {
    text-align: center;
  }

  .image-9 {
    width: 120px;
  }

  .button {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

#w-node-_9f3abeb1-ccbd-56b7-a09e-9d2583454d8b-eedc0543, #w-node-_8c528e6e-ce96-09a8-9641-c2a260e9cfc3-eedc0543, #w-node-_6d5ca3a8-b0c6-d05f-a9fa-1ec815e4627d-eedc0543, #w-node-_3641e82f-7033-b17d-295a-020ea107eae4-eedc0543, #w-node-d5b5e0ee-279d-c471-db4d-7b445bef8c9d-eedc0543, #w-node-_33917d1e-88a7-0b87-0d3f-a29156dcdbcb-eedc0543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d51bbb0f-7858-de93-b1ac-9edf12ae6bf7-eedc0543, #w-node-bb616039-a9ac-8e5a-2b1f-a6dd4810936b-eedc0543 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e19a0c30-b61f-a449-e03a-6c735b01bfec-eedc0543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01f78f2c-f5c4-d0f7-eb6e-c8270f2ad184-eedc0543 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6a907f69-abf7-28de-4058-94275a902c1a-eedc0543 {
  align-self: center;
  justify-self: center;
}

#w-node-_78794817-4a5a-1f27-2929-831f6fbccf71-eedc0543 {
  justify-self: center;
}

#w-node-_89adcc03-ad24-62b0-628f-dd7b9d71e615-eedc0543, #w-node-df85c796-1711-d606-f53c-5e23d1814bf4-eedc0543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b1afb38-066f-5710-6c4e-b217ad4f52df-eedc0543, #w-node-bf59115a-7558-c19b-5d38-9a04ab86465b-eedc0543, #w-node-_518e767c-26ec-f1c2-f252-99dca9c1ec57-eedc0543 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9fb0a25-8c56-b252-4e72-11b8666f372a-eedc0543 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e558cc7f-63b5-716b-8017-f148b79c23e3-eedc0543 {
  justify-self: end;
}

#w-node-f702136a-ee90-66cd-b8fd-8b19c15bf9a0-eedc0543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_32ff8c74-6f86-66a5-5a80-e16a528b3bb2-eedc0543, #w-node-_3f4dfe8c-d634-ec31-4a14-a1d672ec6e57-eedc0543, #w-node-_39a9711f-d3c2-ae59-51d6-57c33e2bd3aa-eedc0543, #w-node-f6e05063-c946-9719-1051-9164b0d8334a-eedc0543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92b17e68-ab3a-baf3-e3b9-7482a33994c6-ec823e37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b8754c05-44dc-d825-2706-bdeaca5bbe95-eedc0543, #w-node-e19a0c30-b61f-a449-e03a-6c735b01bfec-eedc0543 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a907f69-abf7-28de-4058-94275a902c1a-eedc0543 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_78794817-4a5a-1f27-2929-831f6fbccf71-eedc0543, #w-node-_7ee82a52-c3ce-893d-4600-1bcf3c5b3e42-eedc0543, #w-node-_20f98aa6-fd01-4178-4e4f-bc2fc7498a6e-eedc0543 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f702136a-ee90-66cd-b8fd-8b19c15bf9a0-eedc0543 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32ff8c74-6f86-66a5-5a80-e16a528b3bb2-eedc0543 {
    grid-area: 1 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedLightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Deck';
  src: url('../fonts/Roslindale-DeckNarrowItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Deck';
  src: url('../fonts/Roslindale-DeckNarrowMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Deck';
  src: url('../fonts/Roslindale-DeckNarrowRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Deck';
  src: url('../fonts/Roslindale-DeckNarrowMediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Deck';
  src: url('../fonts/Roslindale-DeckNarrowSemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Deck';
  src: url('../fonts/Roslindale-DeckNarrowSemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}