.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;
}

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

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

.main-wrapper {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/7_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
  position: relative;
}

.block-water {
  max-width: 70%;
  display: none;
  position: absolute;
  inset: 0% -6% 0% auto;
}

.block-heading {
  z-index: 1;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 2%;
}

.body {
  font-family: Fira Sans, sans-serif;
}

.heading {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  outline: 3px #0768d1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

.block-logo {
  opacity: .84;
  justify-content: space-between;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.up-box {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.up-link-box {
  text-align: center;
  max-width: 40%;
}

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

.life-link-box {
  text-align: center;
  max-width: 100%;
  margin-top: 4px;
}

.block-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.supdate-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  display: grid;
}

.sup-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.date-text {
  color: #000;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  line-height: 150%;
}

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

.text-block {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block._24 {
  margin-bottom: 0;
}

.container {
  z-index: 1;
  max-width: 800px;
  position: relative;
}

.block-2 {
  background-color: #2e7529;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 150%;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.bottom {
  margin-top: 40px;
}

.text-block-2 {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-2._24 {
  margin-bottom: 0;
}

.text-block-2.white {
  color: #fff;
}

.text-block-2.white._24.newgapr {
  margin-bottom: 10px;
}

.bg-icon {
  z-index: 0;
  display: none;
  position: absolute;
  inset: auto 0% -49%;
}

.block-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-cup {
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: auto 0% -9%;
}

.image-3 {
  max-width: 24%;
}

.block-wave {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto 2%;
  transform: rotate(28deg);
}

.image-4 {
  object-fit: fill;
  width: 100%;
  height: 1000px;
}

.block-quote {
  background-color: #fff;
  border: 1px solid #2f7529;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 -4px 11px -5px #0003;
}

.block-quote.hjk {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 0;
  display: block;
}

.block-quote.hjk.gaps {
  margin-bottom: 40px;
}

.text-block-3 {
  font-size: 16px;
  line-height: 150%;
}

.text-block-3.newlblst {
  color: #33822e;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

.background-video, .background-video-2 {
  z-index: 0;
  min-height: 100vh;
}

.block-icon {
  display: none;
}

.block-info {
  background-color: #2e7529;
  background-image: none;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid {
  grid-template-areas: ". ."
                       "Area Area";
  padding: 20px;
}

.card1 {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  display: flex;
}

.text-block-4 {
  font-size: 16px;
  line-height: 150%;
}

.image-5 {
  max-width: 16%;
}

.image-5._1 {
  max-width: 8%;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.card2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: block;
}

.icon2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.block-4 {
  background-color: #fff;
  background-image: linear-gradient(#3a9234, #2e7529);
  padding-top: 40px;
  padding-bottom: 0;
}

.block-5 {
  background-color: #2e7529;
  position: relative;
}

.block-hedi {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 150%;
}

.block-6 {
  background-color: #2e7529;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.block-circles {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.circle1 {
  background-color: #c6f0ff;
  background-image: url('../images/bublf3.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding: 20px;
  display: flex;
}

.text-block-6 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
}

.block-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-info2 {
  background-color: #2e7529;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.block-info2.nosee {
  display: none;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-style: normal;
  line-height: 150%;
}

.recomendation {
  margin-bottom: 16px;
}

.text-rec {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
}

.image-6 {
  max-width: 80%;
}

.text-block-7 {
  color: #479841;
  font-size: 16px;
}

.icon-drop {
  margin-bottom: 12px;
}

.icon-drop.ppp {
  display: flex;
}

.image-7 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.buble1 {
  position: absolute;
  inset: -5% 24% auto auto;
}

.buble2 {
  position: absolute;
  inset: auto 6% -6% auto;
}

.block-help-water {
  background-color: #2e7529;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.help-water {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.water1 {
  background-color: #f3f3f326;
  border-radius: 8px;
  padding: 20px;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-8._24 {
  margin-bottom: 0;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 150%;
}

.block-8 {
  background-color: #2e7529;
  padding-top: 40px;
  padding-bottom: 64px;
}

.elements {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.item-elements {
  background-color: #f3f3f326;
  border-radius: 8px;
  padding: 20px;
}

.text-block-9 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-10 {
  color: #fff;
}

.text-block-11 {
  color: #479841;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
}

.text-block-11._1 {
  width: 60px;
}

.name-elenet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.finsec {
  background-color: #f1f1f1;
  border-top: 1px solid #ffffff57;
}

.cont-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fin-box {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container-2 {
  max-width: 800px;
  padding-top: 4%;
  padding-bottom: 4%;
}

.fin-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.link-4 {
  color: #000;
}

.link-5 {
  color: #fff;
}

.image-9 {
  width: 100%;
}

.image-12 {
  display: none;
}

.block-bubble {
  position: absolute;
  inset: 8% auto auto -3%;
}

.block-bubble2 {
  position: absolute;
  inset: auto -3% 3% auto;
}

.text-block-12 {
  color: #fff;
  margin-bottom: 24px;
  display: none;
}

.block-bottle {
  display: none;
}

.link-6 {
  color: #fff;
}

.link-7 {
  color: #000;
}

.link-8 {
  color: #fff;
}

.link-9, .link-10 {
  color: #000;
}

.link-11 {
  color: #222020;
}

.link-12, .link-13 {
  color: #000;
}

.block-bottle-main {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-14 {
  max-width: 51%;
  margin-top: 0;
}

.image-16 {
  max-width: 7%;
}

.block-img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-14 {
  color: #48983f;
}

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

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

.block-water2 {
  background-color: #508749;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px;
}

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

.main-wrapper-mob1 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/7_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 100vh;
  display: none;
  position: relative;
}

.block-heading-mob {
  z-index: 1;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 2%;
}

.list-textsr {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.image-20 {
  max-width: 8%;
}

.text-block-14 {
  font-size: 16px;
  line-height: 150%;
}

.image-22 {
  max-width: 8%;
}

@media screen and (min-width: 1280px) {
  .up-link-box {
    max-width: 40%;
  }

  .block-1 {
    padding-bottom: 40px;
  }

  .sup-text, .date-text {
    font-size: 18px;
  }

  .block-cup {
    display: none;
  }

  .image-14 {
    max-width: 51%;
  }
}

@media screen and (min-width: 1440px) {
  .up-link-box {
    max-width: 40%;
  }

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

  .sup-text, .date-text {
    font-size: 16px;
  }

  .image-14 {
    max-width: 52%;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 48px;
  }

  .up-link-box {
    max-width: 40%;
  }

  .text-span {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 36px;
  }

  .container {
    position: relative;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .circle1 {
    width: 140px;
    height: 140px;
  }

  .cont-2 {
    max-width: none;
  }

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

  .block-bubble {
    opacity: .11;
  }

  .block-bubble2 {
    z-index: 0;
    opacity: .16;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    display: none;
  }

  .heading {
    font-size: 28px;
  }

  .block-logo {
    opacity: 100;
    background-color: #2f7529;
    padding-bottom: 2%;
    position: static;
  }

  .up-link-box {
    max-width: 36%;
  }

  .block-1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .block-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .block-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .block-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .block-hedi {
    display: block;
    position: static;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .block-6 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .circle1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 8px;
    width: 100%;
    height: auto;
  }

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

  .icon-rec {
    margin-bottom: 8px;
  }

  .text-rec {
    padding: 12px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .image-6 {
    max-width: 12%;
    transform: rotate(90deg);
  }

  .buble1, .buble2 {
    display: none;
  }

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

  .grid-elements {
    flex-flow: column;
    display: flex;
  }

  .cont-2 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .container-3 {
    margin: 0% 5%;
  }

  .image-9, .image-12 {
    display: none;
  }

  .image-13 {
    opacity: .28;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 150%;
    display: block;
  }

  .block-bottle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-14 {
    max-width: 100%;
  }

  .image-15 {
    opacity: .28;
  }

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

  .main-wrapper-mob1 {
    background-image: none;
    min-height: auto;
    display: block;
  }

  .block-heading-mob {
    background-color: #2f7529;
    padding: 2%;
    position: static;
  }

  .text-block-13 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-image: linear-gradient(#0000, #0000), url('../images/7_1.webp');
    background-position: 0 0, 50%;
    display: none;
  }

  .block-heading {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: auto 0% 2%;
  }

  .heading {
    font-size: 24px;
  }

  .block-logo {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    opacity: 100;
    background-color: #2f7529;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: static;
  }

  .logo-box {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .up-link-box {
    max-width: 40%;
  }

  .life-link-box {
    max-width: 44%;
  }

  .block-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .supdate-box {
    margin-bottom: 20px;
  }

  .sup-text, .date-text {
    font-size: 16px;
  }

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

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-2, .heading-2.white {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .block-3 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .block-quote {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .grid {
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .icon {
    margin-bottom: 16px;
  }

  .image-5._1 {
    max-width: 16%;
  }

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

  .block-4 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .block-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .block-hedi {
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 22px;
  }

  .block-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .block-circles {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle1 {
    background-color: #fff;
    background-image: none;
    border-radius: 8px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .block-7 {
    padding-top: 24px;
  }

  .block-info2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .icon-rec {
    margin-bottom: 8px;
  }

  .text-rec {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr 2.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-6 {
    max-width: 16%;
    transform: rotate(90deg);
  }

  .text-block-7 {
    color: #2f7529;
  }

  .image-7 {
    max-width: 10%;
  }

  .block-help-water {
    margin-bottom: 24px;
    padding: 20px;
  }

  .help-water {
    flex-flow: column;
    display: flex;
  }

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

  .bottle-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    font-size: 21px;
  }

  .block-8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .grid-elements {
    flex-flow: column;
    display: flex;
  }

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

  .text-block-10 {
    font-size: 16px;
    line-height: 150%;
  }

  .cont-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .fin-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .image-8 {
    max-width: 64%;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .image-9, .image-10, .image-11, .image-12 {
    display: none;
  }

  .block-bubble {
    inset: 0% 0% auto;
  }

  .block-bubble2 {
    opacity: .18;
    inset: auto 0% 0% auto;
  }

  .image-13 {
    opacity: .13;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 150%;
    display: block;
  }

  .text-block-12._24 {
    margin-bottom: 0;
  }

  .block-bottle {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .block-bottle-main {
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0%;
  }

  .image-14 {
    max-width: 100%;
  }

  .block-water-info {
    background-color: #f3f3f326;
    border-radius: 8px;
    padding: 20px;
  }

  .image-16 {
    max-width: 20%;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .img-quote {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-18 {
    max-width: 80%;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .main-wrapper-mob1 {
    background-color: #2f7529;
    background-image: none;
    flex-flow: column;
    justify-content: space-between;
    min-height: 70vh;
    display: flex;
  }

  .block-heading-mob {
    background-color: #2f7529;
    justify-content: center;
    align-items: center;
    padding: 0% 5% 3%;
    display: flex;
    position: static;
    inset: auto 0% 2%;
  }

  .text-block-13 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
  }

  .block-img-mob-main {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-19 {
    border-radius: 8px;
  }

  .image-20 {
    max-width: 10%;
  }

  .image-21 {
    max-width: 80%;
  }

  .image-22 {
    max-width: 10%;
  }
}

#w-node-_876266f5-b571-4bce-ebc2-9d1d72950521-aa613b0c, #w-node-_065b7ac2-4411-faba-93ac-777c68a617b0-aa613b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92eab6ca-55ef-cab6-c43b-fb556f798e68-aa613b0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40a6ffda-178f-d086-5692-8243866fb009-aa613b0c, #w-node-_627824ca-3dc5-b3f3-aced-23309769956e-aa613b0c, #w-node-ca0bff99-000e-bd77-eb8c-b93a111706bf-aa613b0c, #w-node-ca0bff99-000e-bd77-eb8c-b93a111706c1-aa613b0c, #w-node-e6970628-a156-873a-e66e-990d5e3112c9-aa613b0c, #w-node-e6970628-a156-873a-e66e-990d5e3112cb-aa613b0c, #w-node-f6bb3ae1-d0a8-f086-9414-f9eae629fa5b-aa613b0c, #w-node-f6bb3ae1-d0a8-f086-9414-f9eae629fa5d-aa613b0c, #w-node-_711b744b-b593-df62-0846-79e0c17fc446-aa613b0c, #w-node-_711b744b-b593-df62-0846-79e0c17fc448-aa613b0c {
  place-self: center;
}

#w-node-a87e1cc7-a3e0-ee0d-b987-93d728885d52-aa613b0c, #w-node-_51cbd02b-0d10-5b17-19b5-7c63d7c9a240-aa613b0c, #w-node-c0aef23e-078d-9ac1-ba16-e94a4d302b6b-aa613b0c, #w-node-_6399ecca-824c-6a12-0569-74422800a0e2-aa613b0c, #w-node-a3db1899-968f-50a0-bc11-48425b62d0d4-aa613b0c, #w-node-_1d998def-7445-13d3-2b74-d59c51d9019b-aa613b0c, #w-node-_268d13b5-332f-90ff-c22f-5f407b4e35f3-aa613b0c, #w-node-e23e5dba-129d-86e2-2b37-f14597748128-aa613b0c, #w-node-d6e31ab3-1c15-ecfc-2aa1-6f5f2c553437-aa613b0c, #w-node-_41187063-24da-f1ba-805f-cdcb571db134-aa613b0c, #w-node-_66742812-0a58-17c6-d21b-58466b6d0b47-aa613b0c, #w-node-ac10081c-15e8-a789-da52-995a375d2abb-aa613b0c {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_154d78d9-cd43-22dc-58a0-f46616adf74e-aa613b0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


