:root {
  --seafoam: #ccffe3;
  --white: white;
  --black: black;
  --sfhighlight: var(--white);
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar {
  z-index: 9999;
  background-color: #e6e6e6;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading {
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.image {
  z-index: 1;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link {
  background-color: #e0f0ff;
  border: 1px solid rgba(224, 224, 224, 0);
  border-radius: 0;
}

.nav-link:focus {
  border-color: #e0e0e0;
}

.nav-link-btn {
  background-color: var(--seafoam);
  border: 1px solid rgba(224, 224, 224, 0);
  border-radius: 0;
}

.nav-link-btn:hover {
  background-color: #f3fff8;
}

.nav-link-btn:focus {
  background-color: var(--seafoam);
  border-color: #e0e0e0;
}

.nav-link-btn.w--current {
  background-color: #f5fff9;
}

.nav-link-btn.navbtn {
  display: inline-block;
}

.nav-link-btn-don {
  background-color: #fffcaf;
  border: 1px solid rgba(224, 224, 224, 0);
  border-radius: 0;
}

.nav-link-btn-don:hover {
  background-color: #fffeed;
}

.nav-link-btn-don:focus {
  border-color: #e0e0e0;
}

.nav-link-btn-don:visited {
  background-color: #fffeed;
}

.cell {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.container {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: auto;
  overflow: visible;
}

.container-2 {
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: contain;
  background-color: #71d1fe;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  display: block;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-head-np {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.head-welcome {
  float: none;
  object-fit: fill;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 80px 30px;
  position: relative;
  top: auto;
  bottom: auto;
}

.hero-wrapper-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #71d1fe;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-01 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: contain;
  background-color: #71d1fe;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-primary-01:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-01:active {
  background-color: #43464d;
}

.hero-heading-left-01 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  top: 100px;
}

.section {
  z-index: 9999;
  background-color: #fff;
  position: relative;
  top: 0;
  bottom: 10px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.div-block {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  order: 1;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.div-block-2 {
  margin-left: 0;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  top: 100px;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  flex: 1;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-form-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-4 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-apt {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 80px 30px;
  position: relative;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 20px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 30%;
}

.button-donate {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffe136;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-donate:hover {
  color: #fff;
  background-color: #32343a;
}

.button-donate:active {
  background-color: #43464d;
}

.button-donate.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.image-2, .image-3, .image-4 {
  display: none;
}

.button-contact {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #71d1fe;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-contact:hover {
  color: #fff;
  background-color: #32343a;
}

.button-contact:active {
  background-color: #43464d;
}

.html-embed {
  flex: 1;
  width: auto;
  height: 700px;
}

.intakefram {
  margin-top: 10px;
}

.html-embed-2 {
  justify-content: center;
  display: flex;
}

.navbar-mobile {
  z-index: 9999;
  background-color: #e6e6e6;
  margin-top: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading-2 {
  flex: 0 auto;
  align-self: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cell-2 {
  justify-content: center;
}

.heading-4 {
  display: none;
}

.div-block-4 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.code-embed {
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .navbar {
    height: 100px;
    position: relative;
  }

  .heading {
    text-align: left;
    align-items: stretch;
    font-size: 60px;
  }

  .nav-link-btn {
    text-align: center;
    flex: 0 auto;
    min-width: 200px;
    max-width: 500px;
    min-height: 100px;
    max-height: 100px;
    padding-top: 35px;
    font-size: 24px;
    display: inline-block;
  }

  .nav-link-btn.w--current {
    flex-wrap: nowrap;
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    width: auto;
    height: 100px;
    display: flex;
  }

  .nav-link-btn-don {
    text-align: center;
    min-width: 200px;
    max-width: 300px;
    min-height: 100px;
    margin-top: 0;
    padding-top: 35px;
    font-size: 24px;
    display: block;
  }

  .container {
    align-self: auto;
  }

  .hero-split {
    flex-wrap: nowrap;
    min-width: 540px;
    min-height: 340px;
  }

  .margin-bottom-24px {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-wrapper-2 {
    min-width: 1400px;
    max-width: 1400px;
    margin-bottom: 20px;
    margin-left: -201px;
  }

  .shadow-two-2 {
    max-width: 100%;
  }

  .hero-wrapper-3 {
    flex-direction: row;
    justify-content: space-around;
    min-width: 1400px;
    margin-left: -243px;
  }

  .button-primary-2 {
    text-align: center;
    align-self: stretch;
  }

  .button-primary-01 {
    margin: 60px 500px 20px;
  }

  .hero-heading-left-01 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    display: flex;
  }

  .div-block {
    grid-template-columns: 3.5fr;
    grid-template-areas: ".";
    justify-items: center;
  }

  .div-block-2 {
    width: 300px;
    max-width: 300px;
  }

  .testimonial-text-four {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-form-block-two {
    display: none;
  }

  .button-contact {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .quick-stack {
    flex: none;
    margin-left: -213px;
  }

  .cell-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .div-block-3 {
    flex: 0 auto;
    margin-right: auto;
    padding-right: 0;
  }

  .cell-3 {
    flex-flow: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2, .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .button-primary-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-contact {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 0;
  }

  .heading {
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 40px;
    font-size: 30px;
  }

  .image {
    padding: 10px;
  }

  .nav-link-btn.navbtn {
    display: flex;
  }

  .container {
    justify-content: flex-end;
    align-items: stretch;
  }

  .container:active {
    justify-content: flex-end;
  }

  .container-2 {
    flex-direction: row;
    justify-content: space-around;
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-heading-left, .hero-head-np, .head-welcome, .hero-heading-left-01 {
    padding: 60px 15px;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .nav-menu {
    flex: 1;
    justify-content: flex-start;
    display: block;
  }

  .menu-button {
    flex: 0 auto;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .testimonial-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-small.margin-bottom-32px {
    flex: 0 auto;
    order: 0;
    padding-bottom: 10px;
    display: block;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-left-2, .hero-heading-apt, .hero-stack {
    padding: 60px 15px;
  }

  .hero-image.shadow-two {
    display: none;
  }

  .html-embed {
    align-self: center;
  }

  .bold-text {
    font-size: 10px;
  }

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

  .heading-4 {
    text-align: center;
    flex: 1;
    margin-top: 20px;
    margin-left: 40px;
    font-size: 30px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0;
  }

  .heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 400;
  }

  .image {
    padding: 10px;
  }

  .cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: block;
  }

  .container {
    z-index: 999999;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .container-2 {
    z-index: 999999;
    flex: none;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .container-3 {
    max-width: none;
  }

  .button-primary-01 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 10px;
  }

  .section {
    height: 0;
    display: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-container-two {
    align-items: center;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-donate.footer-form-button {
    position: relative;
    right: 0;
  }

  .html-embed {
    align-self: stretch;
  }

  .image-5 {
    width: auto;
    max-width: 15%;
    padding-top: 2px;
    padding-left: 2px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-4 {
    flex: 1;
    justify-content: space-around;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    display: block;
  }

  .div-block-4 {
    height: 100%;
    overflow: visible;
  }

  .code-embed {
    width: 100%;
  }
}

#w-node-a65a60c2-5e2c-8c90-db23-0a15f2e58667-ff993e5b, #w-node-_9973fdb5-b7ae-c753-aca6-afa25336ef21-8f9c7342 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

@media screen and (min-width: 1920px) {
  #w-node-a65a60c2-5e2c-8c90-db23-0a15f2e58667-ff993e5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.5fr;
  }

  #w-node-e4a33b55-8611-bbd8-04fb-472eb1ef928d-ff993e5b {
    order: 9999;
  }

  #w-node-e9fb1971-660c-b10c-ba7f-ab3517e35920-ff993e5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a65a60c2-5e2c-8c90-db23-0a15f2e58667-ff993e5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3.25fr;
  }

  #w-node-_9973fdb5-b7ae-c753-aca6-afa25336ef21-8f9c7342 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a65a60c2-5e2c-8c90-db23-0a15f2e58667-ff993e5b {
    display: none;
  }

  #w-node-_9973fdb5-b7ae-c753-aca6-afa25336ef21-8f9c7342 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }
}


