@font-face {
  font-family: Gothamssm;
  src: url('../fonts/GothamSSm-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gothamssm;
  src: url('../fonts/GothamSSm-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gothamssm Book;
  src: url('../fonts/GothamSSm-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gothamssm;
  src: url('../fonts/GothamSSm-Light.otf') format("opentype"), url('../fonts/GothamSSm-XLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gothamssm;
  src: url('../fonts/GothamSSm-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.section {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  font-family: Gothamssm, Verdana, sans-serif;
  font-size: 21vw;
  font-weight: 900;
  line-height: 1;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.hero-img {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  background-color: #fff0;
  background-image: url('../images/sumate-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 200vw;
  width: 40%;
  height: 100%;
}

.subhead-txt {
  font-family: Gothamssm, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.45;
  font-size: var(--subhead-txt);
  text-wrap: balance;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hitn-txt {
  font-family: Gothamssm, Verdana, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: var(--subhead-txt);
}

.hero-logo-desktop {
  margin-bottom: 40px;
}

.vol-section {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.volunteer-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.volunteer-img {
  aspect-ratio: 3 / 2;
  object-fit: fill;
  background-color: #fff0;
  background-image: url('../images/img-volunteers.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 200vw;
  width: 40%;
}

.video-section {
  width: 100%;
  max-width: 1280px;
}

.section-title {
  color: #20628c;
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  font-size: var(--section-title);
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 2vw;
}

.video-block {
  width: 100%;
  max-width: 1280px;
}

.youtube {
  display: none;
}

.promo-section {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 6vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 1.45rem;
  grid-row-gap: 1.45rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.content-wrapper {
  z-index: 10;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.cta-subhead {
  color: #00a2dd;
  text-align: center;
  letter-spacing: -.07vw;
  font-family: Gothamssm, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: var(--cta-subhead);
  width: 50vw;
  margin-bottom: 0;
}

.image-2 {
  max-width: 60%;
}

.container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  max-width: 960px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 3rem;
  display: flex;
  box-shadow: 0 9px 18px #0003;
}

.cta-text {
  text-align: center;
  font-family: Gothamssm, Verdana, sans-serif;
  line-height: 1;
  font-size: var(--cta-text);
  text-wrap: balance;
  margin-bottom: 0;
}

.button {
  background-color: #00a2dd;
  border-radius: 40px;
  padding: 12px 40px;
  font-family: Gothamssm, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transition: all .2s;
}

.button:hover {
  letter-spacing: 1px;
  background-color: #40c1f0;
  transform: translate(0, -4px);
  box-shadow: 0 5px 6px #0003;
}

.button:active {
  box-shadow: none;
  letter-spacing: -.5px;
  background-color: #2b8bad;
  transform: none;
}

.image-3 {
  max-width: none;
  height: 180px;
}

.grad-bg {
  background-image: linear-gradient(#00a2dd, #fff 50%);
  width: 100%;
  height: 100vh;
  position: fixed;
}

.hero-logo-mobile {
  display: none;
}

@media screen and (min-width: 1440px) {
  .body {
    display: flex;
  }

  .div-block-3 {
    max-width: 1920px;
  }

  .content-wrapper {
    max-width: none;
    padding-top: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    aspect-ratio: auto;
    justify-content: center;
    align-items: stretch;
  }

  .hero-img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8vw;
    height: 100%;
    position: relative;
  }

  .volunteer-img {
    aspect-ratio: 1;
    border-radius: 8vw;
  }

  .section-title {
    max-width: 95vw;
    margin-top: .5rem;
    margin-bottom: 2rem;
  }

  .youtube {
    border-radius: 3vw 0 3vw 3vw;
  }

  .content-wrapper {
    grid-column-gap: 4.5vw;
    grid-row-gap: 4.5vw;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    max-width: 960px;
  }

  .div-block-7 {
    border-radius: 20px;
    width: auto;
  }

  .image-3 {
    height: 100px;
  }

  .image-5 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero-img {
    aspect-ratio: 1;
    border-radius: 7vw;
  }

  .subhead-txt {
    line-height: 1.25;
  }

  .hero-logo-desktop {
    margin-bottom: 20px;
  }

  .vol-section {
    padding-left: 0;
    padding-right: 0;
  }

  .volunteer-section {
    justify-content: center;
    align-items: center;
  }

  .volunteer-img {
    aspect-ratio: 1;
    border-radius: 7vw;
  }

  .promo-section {
    padding-bottom: 12vw;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-subhead {
    width: 75vw;
  }

  .container {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    padding: 20px 16px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .image-4 {
    aspect-ratio: 1;
    max-width: 50px;
  }

  .hero-logo-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .div-block {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    height: auto;
  }

  .hero-img {
    aspect-ratio: 16 / 9;
    border-radius: 30vw;
    width: 100%;
  }

  .subhead-txt {
    text-align: center;
    margin-bottom: 1rem;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-logo-desktop {
    margin-bottom: 20px;
    display: none;
  }

  .volunteer-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap-reverse;
  }

  .volunteer-img {
    aspect-ratio: 16 / 9;
    border-radius: 30vw;
    width: 100%;
  }

  .video-section {
    margin-bottom: 0;
  }

  .promo-section {
    padding-bottom: 16vw;
  }

  .div-block-6 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .content-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    padding-top: 2rem;
  }

  .cta-subhead {
    width: auto;
  }

  .container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-7 {
    box-shadow: 0 6px 12px #0003;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .hero-logo-mobile {
    margin-bottom: 10px;
    display: block;
  }
}


@font-face {
  font-family: 'Gothamssm';
  src: url('../fonts/GothamSSm-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamssm';
  src: url('../fonts/GothamSSm-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamssm Book';
  src: url('../fonts/GothamSSm-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamssm';
  src: url('../fonts/GothamSSm-Light.otf') format('opentype'), url('../fonts/GothamSSm-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamssm';
  src: url('../fonts/GothamSSm-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}