:root {
  --white: white;
  --youth-blue: #2da3dc;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.navbar {
  background-color: #ddd0;
  background-image: linear-gradient(#00000091, #00000091), linear-gradient(#000, #fff0);
  padding-bottom: 5px;
}

.nav-container {
  justify-content: space-between;
  width: 90%;
  min-width: 90%;
  display: flex;
}

.brand {
  order: -1;
  width: 20%;
}

.navmenu {
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.navlink {
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
  border-left: 2px solid #0000;
  border-right: 2px solid #0000;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  transition: all .3s cubic-bezier(.591, .147, .25, 1);
}

.navlink:hover {
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
}

.navlink.w--current {
  color: var(--youth-blue);
}

.navlink.donate {
  background-color: var(--youth-blue);
  text-align: center;
  border-radius: 3px;
  min-width: 160px;
  margin-left: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .3s cubic-bezier(.602, .205, .25, 1);
}

.navlink.donate:hover {
  letter-spacing: 2px;
  font-size: 18px;
}

.navlink.donate.w--current {
  color: var(--white);
}

.navlink.hide {
  display: none;
}

.nav-logo-img {
  height: 120px;
  transition: all .3s cubic-bezier(.626, .211, .25, 1);
}

.nav-logo-img:hover {
  mix-blend-mode: hard-light;
}

.home-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding-bottom: 40px;
}

.home-hero.about {
  background-image: linear-gradient(#0000 60%, #2da3dc), url('../images/about0ct24_1.avif');
  flex-flow: column;
  height: 70vh;
  min-height: 60vh;
}

.home-hero.about.outreach {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 60%, #2da3dc), url('../images/outreach3_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 70vh;
  padding-bottom: 60px;
}

.home-hero.about.tesimievents {
  background-image: linear-gradient(#0000 60%, #2da3dc), url('../images/events-v2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container {
  max-width: 90%;
}

.container.full-height {
  height: 90%;
}

.container.not-home {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 50vh;
  padding-bottom: 60px;
  display: flex;
}

.container.projects {
  margin-bottom: 100px;
  position: relative;
}

.container.jim-anchored, .container.rel {
  position: relative;
}

.container.prl20prsts {
  padding-left: 12%;
  padding-right: 12%;
}

.who-we-are {
  background-color: var(--youth-blue);
  padding-top: 140px;
  padding-bottom: 60px;
}

._2cols-grid {
  grid-template-rows: auto;
  margin-bottom: 60px;
}

._2cols-grid.wwa {
  grid-template-columns: 1fr 2.5fr;
  margin-bottom: 40px;
}

._2cols-grid.right-bigger {
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 100px;
}

._2cols-grid.left-bigger {
  grid-template-columns: 1.25fr 1fr;
}

._2cols-grid.left-bigger.mb100 {
  margin-bottom: 100px;
}

._2cols-grid.pb20 {
  margin-bottom: 20px;
}

._2cols-grid.pb0 {
  margin-bottom: 0;
}

.grid-item.pl40 {
  padding-left: 40px;
}

.grid-item.pl40.border-left {
  border-left: 1px solid var(--white);
}

.grid-item.pl40.border-left.border-black {
  border-left-color: var(--black);
}

.grid-item.pl40.pt40 {
  padding-top: 40px;
}

.grid-item.pl40.f-v-stretch {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-item.pr20 {
  padding-right: 20px;
}

.grid-item.pr20.pt40 {
  padding-top: 40px;
}

.grid-item.pr20.f-stretch {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-item.pr40 {
  padding-right: 40px;
}

.grid-item.pr40.f-v-stretch {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-item.f-right {
  justify-content: flex-end;
  display: flex;
}

.circle-img {
  border-radius: 50%;
  width: 100%;
}

.circle-img.w80 {
  width: 80%;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.hero-wrapper.home {
  padding-bottom: 60px;
}

.button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 3px;
  padding: 20px 40px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  transition: all .3s cubic-bezier(.708, .24, .25, 1);
}

.button:hover {
  background-color: var(--youth-blue);
  color: var(--white);
  mix-blend-mode: lighten;
  border: 2px solid #fff;
  border-radius: 3px;
}

.button.blue {
  background-color: var(--youth-blue);
  color: var(--white);
}

.button.blue:hover {
  border-color: var(--youth-blue);
  background-color: var(--white);
  color: var(--black);
  mix-blend-mode: multiply;
}

.button.hide {
  display: none;
}

.big-par {
  font-size: 24px;
  line-height: 32px;
}

.big-par.white {
  color: var(--white);
}

.par-bigger {
  font-size: 32px;
  line-height: 40px;
}

.par-bigger.white {
  color: var(--white);
}

.what-we-do {
  padding-top: 100px;
  padding-bottom: 60px;
}

.par-white {
  color: var(--white);
}

.title-text {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.title-text.hide {
  display: none;
}

.h2-black {
  color: var(--black);
}

.h2-black.mb40 {
  margin-bottom: 40px;
}

.h2-black.mb40.slider-title-abs {
  z-index: 5;
  position: absolute;
  inset: 7% auto auto 0%;
}

.h2-black.mb40.centered {
  text-align: center;
}

.shadowed-img {
  box-shadow: 20px 20px 0 0 var(--youth-blue);
  border-radius: 3px;
}

.shadowed-img.left-shadowed {
  box-shadow: -20px 20px 0 0 var(--youth-blue);
  width: 100%;
}

.shadowed-img.left-shadowed.activ1 {
  z-index: 3;
  width: 55%;
  position: relative;
  left: 144px;
  transform: translate(201px);
}

.shadowed-img.donate {
  border: 1px solid var(--youth-blue);
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
}

.shadowed-img.full-w {
  width: 100%;
}

.activity-wrapper {
  border-bottom: 1px solid #a9a9a9;
  padding-top: 10px;
  padding-bottom: 20px;
}

.activity-link {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.62, .194, .25, 1);
}

.activity-link:hover {
  letter-spacing: 2px;
}

.h5-activity {
  margin-bottom: 20px;
}

.activ2-img {
  z-index: 1;
  border-radius: 3px;
  width: 55%;
  position: relative;
  top: -113px;
}

.activ3-img {
  border-radius: 3px;
  width: 45%;
  position: relative;
  left: 28px;
}

.home-video {
  padding-top: 60px;
  padding-bottom: 100px;
}

.image {
  border-radius: 3px;
  width: 100%;
}

.footer {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2fr .5fr;
}

.footer-grid-item.f-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-soc-lb {
  margin-right: 20px;
}

.footer-soc-lb.ml0 {
  margin-right: 0;
}

.footer-soc-lb.hide {
  display: none;
}

.footer-soc-img {
  width: 30px;
}

.footer-soc-img:hover {
  filter: brightness(86%);
}

.subfooter {
  justify-content: space-between;
  display: flex;
}

.container-2 {
  max-width: 90%;
}

.container-2.footer {
  max-width: 1140px;
}

.container-2.footer.white {
  background-color: #fff;
}

.container-2.footer.white.sub {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.footer-sub-text {
  color: var(--white);
  order: -1;
  font-family: Outfit, sans-serif;
}

.prowebfire-link {
  text-align: right;
  order: 1;
  margin-top: 0;
  transition: transform .2s ease-in-out;
}

.prowebfire-link:hover {
  transform: scale(1.05);
}

.image-60 {
  box-shadow: none;
  width: 120px;
  padding-right: 0;
}

.about-wwa {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span {
  font-size: 18px;
  font-weight: 500;
}

.number-text {
  color: var(--youth-blue);
  font-family: Outfit, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.out-img {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 450px;
}

.out-img.w80 {
  width: 80%;
}

.grid-description-wrapper {
  margin-top: 40px;
}

.par-fs18.blue {
  color: var(--youth-blue);
}

.par-fs18.w80 {
  width: 80%;
}

.grid-wrapper.w55 {
  width: 55%;
}

._3cols-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.projects-img {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
}

.full-img {
  border-radius: 3px;
  margin-top: 20px;
}

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

.par.mb40 {
  margin-bottom: 40px;
}

.par.hide {
  display: none;
}

.grid-img {
  border-radius: 3px;
}

.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.testim-slider {
  background-color: var(--white);
  height: 100%;
  min-height: 400px;
}

.testim-left-arrow {
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s cubic-bezier(.632, .188, .25, 1);
  display: flex;
  inset: auto auto 12% 38%;
}

.testim-left-arrow:hover {
  mix-blend-mode: exclusion;
}

.testim-right-arrow {
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s cubic-bezier(.608, .246, .25, 1);
  display: flex;
  inset: auto auto 12% 44%;
}

.testim-right-arrow:hover {
  mix-blend-mode: exclusion;
}

.testim-slide-nav {
  display: none;
}

.l-arrow-icon {
  font-family: Materialicons, sans-serif;
  display: none;
}

.r-arrow-icon {
  display: none;
}

.text-icon {
  color: var(--black);
  text-transform: lowercase;
  font-family: Materialicons, sans-serif;
}

.slide-wrapper {
  height: 100%;
}

.slider-grid {
  grid-template-rows: auto;
  height: 100%;
}

.slide-grid-item.f-v-bottom {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.slide-grid-item.f-v-bottom.pb40 {
  padding-bottom: 40px;
}

.slide-grid-item.f-v-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-wrapper {
  position: relative;
}

.testim-author-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
  width: 55%;
}

.testim-authr-grid-item.pl20 {
  padding-left: 20px;
}

.testim-author-img {
  width: 100%;
}

.testim-author-pos {
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.slide-testim-grid-img {
  width: 80%;
}

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

.events-grid-wrapper-as-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.present-events-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.future-events-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.present-event-item-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 500px;
  min-height: 500px;
  position: relative;
}

.future-event-item-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 400px;
  min-height: 240px;
  position: relative;
}

.future-events-info-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.future-events-info-wrapper.is-future {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}

.event-category-wrapper {
  background-color: var(--white);
  filter: drop-shadow(0 2px 5px #000000b3);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px 10px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  display: flex;
}

.event-small-description {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
}

.event-small-description.pl20 {
  padding-right: 20px;
}

.h4-title.fs32 {
  font-size: 32px;
  line-height: 36px;
}

.h4-title.fs32.mb40 {
  margin-bottom: 40px;
}

.footer-logo-img {
  height: 120px;
  transition: all .2s cubic-bezier(.661, .229, .25, 1);
}

.footer-logo-img:hover {
  transform: scale(1.06);
}

.youth-anchor, .jim-anchor {
  position: absolute;
  inset: -120px auto auto 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-61, .text-block {
  margin-bottom: 20px;
}

.ev-anch {
  position: absolute;
  inset: -80px auto auto 0%;
}

.alert-banner-wrapper {
  justify-content: center;
  align-items: center;
  padding: 10px 15%;
  display: flex;
  position: relative;
}

.alert-rich-text {
  color: var(--white);
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.alert-rich-text a {
  color: #d5eb2d;
}

.alert-rich-text p {
  margin-bottom: 0;
}

.alert-link {
  color: #dcea3a;
}

.close-alert {
  color: var(--white);
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  inset: 6px 10px auto auto;
}

.video-wrapper {
  filter: drop-shadow(-10px 11px 0px var(--youth-blue));
  border-radius: 3px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s cubic-bezier(.591, .229, .25, 1);
  overflow: hidden;
}

.video-wrapper:hover {
  filter: drop-shadow(14px -14px 0px var(--youth-blue));
}

.h1-title, .h1-title.black {
  color: var(--black);
}

.text-span-2, .text-span-3 {
  color: var(--youth-blue);
}

.event-title {
  color: var(--white);
  background-color: #2da3dcb5;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 5px;
}

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

.h1-mb100 {
  margin-bottom: 100px;
}

.link-white-email {
  color: var(--white);
  text-decoration: none;
}

.link-white-email:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .shadowed-img.donate {
    height: 400px;
  }

  .image-60 {
    width: 150px;
  }

  .present-event-item-wrapper {
    height: 600px;
    min-height: 600px;
  }

  .future-event-item-wrapper {
    height: 290px;
    min-height: 290px;
  }
}

@media screen and (max-width: 991px) {
  .navmenu {
    background-color: #464646f0;
    width: 100%;
  }

  .navlink {
    background-color: #00000014;
  }

  .navlink:hover {
    background-color: #0000004a;
  }

  .navlink.donate {
    margin-top: 20px;
    margin-left: 0;
  }

  .navlink-wrapper {
    width: 100%;
    padding: 20px 20px 40px;
  }

  .home-hero.about, .home-hero.about.outreach {
    height: auto;
  }

  .container.prl20prsts {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-item.f-right {
    align-items: flex-start;
  }

  .what-we-do.pb0-from-tablet {
    padding-bottom: 0;
  }

  .h2-black.mb40.slider-title-abs {
    top: -5%;
  }

  .shadowed-img.left-shadowed {
    object-fit: fill;
    object-position: 50% 0%;
  }

  .shadowed-img.left-shadowed.activ1 {
    width: 100%;
    position: static;
    transform: none;
  }

  .shadowed-img.donate {
    height: 200px;
  }

  .activ2-img {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .activ3-img {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .container-2.footer, .container-2.footer.white.sub {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-60 {
    width: 120px;
    padding-right: 0;
  }

  .testim-right-arrow {
    left: 48%;
  }

  .slider-wrapper {
    padding-top: 73px;
  }

  .slide-testim-grid-img {
    width: 100%;
  }

  .nav-btn {
    color: var(--youth-blue);
    order: 1;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: 25px;
    padding: 10px;
    font-family: Outfit, sans-serif;
    font-size: 56px;
    display: flex;
    position: relative;
  }

  .nav-btn.w--open {
    color: var(--youth-blue);
    background-color: #c8c8c800;
  }

  .nav-icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    position: absolute;
    inset: 0%;
  }

  .video-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo-img {
    height: 80px;
  }

  ._2cols-grid.wwa, ._2cols-grid.right-bigger {
    grid-template-columns: 1fr;
  }

  ._2cols-grid.left-bigger {
    grid-template-columns: 1.25fr;
  }

  .grid-item.pl40 {
    padding-left: 0;
  }

  .grid-item.pl40.border-left {
    border-left-style: none;
  }

  .image-60 {
    width: 120px;
    padding-right: 0;
  }

  .events-grid-wrapper-as-grid {
    grid-template-columns: 1.75fr;
  }

  .present-events-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  .nav-logo-img {
    width: 150px;
    min-width: 120px;
    height: auto;
  }

  .container.not-home {
    padding-bottom: 0;
  }

  ._2cols-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .par-bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .h2-black.mb40 {
    font-size: 36px;
    line-height: 42px;
  }

  .shadowed-img {
    box-shadow: 14px 12px 0 0 var(--youth-blue);
  }

  .shadowed-img.left-shadowed {
    box-shadow: -11px 15px 0 0 var(--youth-blue);
  }

  .shadowed-img.left-shadowed.activ1 {
    box-shadow: -11px 13px 0 0 var(--youth-blue);
  }

  .shadowed-img.donate {
    border: 1px solid var(--youth-blue);
    height: 180px;
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-template-columns: 2.5fr;
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: 100%;
  }

  .container-2.footer.white.sub {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-sub-text {
    font-size: 10px;
  }

  .prowebfire-link {
    text-align: center;
  }

  .image-60 {
    width: 100px;
    padding-right: 0;
  }

  .h3-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .testim-left-arrow {
    bottom: -13%;
    left: 28%;
  }

  .testim-right-arrow {
    bottom: -13%;
    left: 53%;
  }

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

  .heading {
    font-size: 38px;
    line-height: 46px;
  }

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

@media screen and (max-width: 767px) {
  #w-node-b539e1c1-ede7-6cbc-83a1-b88d438db4f5-f7da37d2 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_4046d4fd-363d-02e3-ddb1-f841cf3e38d8-907bdc57 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ff131f88-b050-e133-71cc-01c8b34a6232-907bdc57 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}