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

body {
  color: #333;
  background-color: #f3f3f3;
  font-family: Circularstd Book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.list {
  color: #2d2d2d;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 30px;
  font-family: Circularstd Book, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  list-style-type: disc;
}

.list.toppadding0 {
  padding-top: 0;
}

.list.toppadding0.bot30 {
  margin-bottom: 30px;
}

.list.numberlist {
  list-style: decimal;
}

.list.numberlist.paddingtop0 {
  padding-top: 0;
}

.list.numberlist.paddingtop0.bot30 {
  margin-bottom: 30px;
}

.hero-section {
  z-index: 0;
  background-color: rgba(207, 17, 17, 0);
  background-image: url('../images/bg-godil.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.main-container {
  max-width: 1123px;
  position: relative;
}

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

.block-grey {
  background-color: #f1f1f1;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.paragraph-footer {
  color: #121212;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.hero-image-block-2 {
  width: 40%;
}

.hero-content-block-2 {
  width: 60%;
}

.block-white-top {
  background-color: #fff;
  border: 0 solid #000;
  border-top-width: 1px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.footer-block {
  padding: 40px 80px;
}

.footer-section {
  background-color: #fff;
  padding-top: 20px;
}

.section-first {
  z-index: 2;
  margin-top: -30px;
}

.block-no-bg {
  margin-bottom: 0;
  padding: 40px 80px;
}

.block-no-bg.profuct-block {
  padding-left: 0;
  padding-right: 0;
}

.blockquote {
  width: 800px;
  text-align: left;
  background-color: #f7f7f7;
  border: 2px dashed #0eb057;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px auto;
  padding: 30px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.blockquote.botpadding30 {
  padding-bottom: 30px;
}

.blockquote.alignmid {
  align-items: center;
}

.blockquote.alignmid.toppadding20 {
  padding-top: 20px;
}

.blockquote.alignmid.toppadding20.bot30 {
  border-color: #008d40;
  margin-bottom: 30px;
}

.blockquote.alignstretch {
  align-items: stretch;
}

.blockquote.alignstretch.bot30 {
  border-color: #008d40;
  margin-bottom: 30px;
}

.blockquote.alignstretch.botpadding30 {
  border-color: #008d40;
  padding-bottom: 30px;
}

.blockquote.alignstretch.bot10 {
  margin-bottom: 10px;
}

.bodytext {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bodytext.testimonial-content {
  background-color: #fff;
  border-left: 10px solid #c40000;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bodytext.slabo-font {
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 24px;
}

.bodytext.bot30 {
  margin-bottom: 30px;
}

.bodytext.bot30.top30 {
  flex-direction: column;
  display: block;
}

.bodytext.bot10 {
  margin-bottom: 10px;
}

.bodytext.alignright {
  text-align: right;
}

.bodytext.top10 {
  margin-top: 10px;
}

.bodytext.bot40 {
  margin-bottom: 40px;
}

.bodytext.alignmid {
  text-align: center;
}

.bodytext.body-center {
  text-align: center;
  align-self: center;
}

.bodytext.body-center.padding50 {
  padding-left: 50px;
  padding-right: 50px;
}

.bodytext.body-center.padding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.bodytext.horpadding80 {
  padding-left: 79px;
  padding-right: 79px;
}

.bodytext.bot20 {
  margin-bottom: 20px;
}

.div-block-2 {
  width: 12px;
  background-color: #008d40;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testi-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f7f7f7;
  border: 2px #c40000;
  border-radius: 15px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
}

.testi-box.bot30 {
  margin-bottom: 30px;
}

.testi-box.bot40 {
  margin-bottom: 40px;
}

.image-7 {
  width: 170px;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
}

.product-options {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  padding: 0;
}

.div-block-5 {
  z-index: -1;
  width: 80%;
  height: 100%;
  background-color: #abe0c3;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5.redblock {
  background-color: #0eb057;
}

.div-block-6 {
  height: 590px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-6.first {
  height: 540px;
  background-image: url('../images/bg-bot2.jpg');
  border-radius: 0;
}

.div-block-6.first.left {
  background-color: #fff;
  background-image: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.div-block-6.first.right {
  background-color: #fff;
  background-image: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.div-block-7 {
  width: 100%;
  position: relative;
}

.div-block-7.middle {
  margin-top: -25px;
}

.heading-13 {
  color: #1e0c30;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
}

.heading-14 {
  color: #999;
  margin-top: -5px;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.image-8 {
  width: 120px;
  margin: 20px auto 30px;
}

.image-8.width275 {
  width: 275px;
}

.image-8.width200 {
  width: 200px;
}

.heading-15 {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-15.top-5 {
  margin-top: -5px;
}

.link-block {
  width: 225px;
  height: 55px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #187bf5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #449d44;
}

.text-block {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.image-9 {
  width: 24px;
}

.image-10 {
  margin-top: 5px;
}

.heading-17 {
  color: #2d2d2d;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-11 {
  color: #337ab7;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.div-block-8 {
  width: 2px;
  background-color: #337ab7;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.image-11 {
  text-align: center;
}

.divider-500 {
  width: 500px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-500.divider-550 {
  width: 550px;
}

.divider-500.divider-400 {
  width: 400px;
}

.divider-500.divider-600 {
  width: 600px;
}

.divider-500.top-20 {
  margin-top: -10px;
  margin-bottom: 20px;
}

.divider-500.bot0 {
  margin-bottom: 0;
}

.divider-500.bot0.top10 {
  margin-top: 20px;
}

.divider-500.bot0.top10.xxs-bot-10.lighter {
  background-color: #008d40;
}

.divider-500.topbot10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-500.topbot10.lighter {
  background-color: #008d40;
}

.underline {
  text-decoration: underline;
}

.hl-65 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
}

.hl-65.green {
  color: #008d40;
}

.hl-65.green.top-10 {
  margin-top: -5px;
}

.hl-65.lighter-green {
  color: #0dd467;
}

.hl-65.lighter-green.s-hl-50 {
  align-self: center;
}

.slabo30 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.slabo30.white {
  color: #fff;
  align-self: center;
}

.slabo30.white.s-centered {
  align-self: center;
}

.slabo30.white.topbpt15 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.slabo30.bot30 {
  margin-bottom: 30px;
}

.slabo30.bot30.green {
  color: #008d40;
}

.slabo30.bot10 {
  margin-bottom: 10px;
}

.slabo30.bot10.green {
  color: #0eb057;
}

.slabo30.bot10.green.top10 {
  margin-top: 10px;
}

.slabo30.bot10.green.top10.alignright {
  text-align: right;
}

.slabo30.bot10.green.top0 {
  color: #008d40;
  margin-top: 0;
}

.slabo30.bot10.top10, .slabo30.top10 {
  margin-top: 10px;
}

.slabo30.top10.alignleft {
  text-align: left;
}

.slabo30.green {
  color: #008d40;
}

.slabo30.green.alignright {
  text-align: right;
}

.slabo30.green.alignright.top10.bot10 {
  color: #008d40;
}

.slabo30.top0 {
  margin-top: 0;
}

.slabo30.top0.green {
  color: #008d40;
}

.slabo30.alignleft {
  text-align: left;
}

.slabo30.bot0 {
  margin-bottom: 0;
}

.list-bigger {
  margin-bottom: 10px;
  font-size: 22px;
}

.list-bigger.slabo25.alignleft {
  text-align: left;
}

.hl-35 {
  color: #2f2f2f;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 38px;
}

.hl-35.top30 {
  margin-top: 30px;
}

.hl-35.top30.padding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-35.white {
  color: #fff;
}

.hl-35.white.xxs-hl-25 {
  align-self: center;
}

.hl-35.bot30 {
  margin-bottom: 30px;
}

.hl-35.bot30.top0 {
  margin-top: 0;
}

.hl-35.bot30.green {
  color: #008d40;
}

.hl-35.bot0 {
  margin-bottom: 0;
}

.hl-35.green {
  color: #008d40;
}

.hl-35.bot10 {
  margin-bottom: 10px;
}

.hl-35.top0 {
  margin-top: 0;
}

.hl-35.padding150 {
  padding-left: 150px;
  padding-right: 150px;
}

.hl-60 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.hl-60.green {
  color: #008d40;
}

.image-13 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.image-13.width85 {
  max-width: 85%;
}

.image-13.top-15 {
  margin-top: -20px;
}

.img-container {
  width: 100%;
  height: auto;
  flex: 0 auto;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container.bot10 {
  margin-bottom: 10px;
}

.img-container.bot30 {
  margin-bottom: 30px;
}

.img-container.top0 {
  margin-top: 0;
}

.hl-50 {
  text-align: center;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  line-height: 55px;
  display: block;
}

.hl-50.top-5 {
  margin-top: -5px;
}

.hl-50.top0 {
  margin-top: 0;
}

.hl-50.top0.bot30 {
  margin-bottom: 30px;
}

.hl-50.green {
  color: #008d40;
  margin-top: -5px;
}

.hl-50.green.bot30 {
  margin-bottom: 30px;
}

.hl-50.green.top15 {
  margin-top: 10px;
}

.hl-50.bot30 {
  margin-bottom: 30px;
}

.hl-50.lighter-green {
  color: #0dd467;
}

.hl-50.lighter-green.s-hl-40.s-top-0.xs-hl-35.xxs-hl-35.top10 {
  margin-top: 0;
}

.hl-50.s-hl-38.xs-hl-35.lightergreen {
  color: #0dd467;
}

.hl-50.s-hl-38.xs-hl-35.lightergreen.padding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.list--regular {
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-weight: 400;
}

.divider-750 {
  width: 750px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-750.bot30 {
  margin-bottom: 30px;
}

.divider-750.divider-850 {
  width: 850px;
}

.divider-750.bot30 {
  margin-bottom: 30px;
}

.divider-750.divider-800 {
  width: 800px;
}

.divider-750.divider-900 {
  width: 900px;
}

.hl-45 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.hl-45.white {
  color: #fff;
}

.hl-45.bot30 {
  margin-bottom: 30px;
}

.hl-45.bot30.green {
  color: #008d40;
}

.hl-45.green {
  color: #008d40;
  -webkit-text-stroke-color: #008d40;
}

.hl-45.green.top0 {
  margin-top: 0;
}

.hl-45.green.padding100 {
  padding-left: 60px;
  padding-right: 60px;
}

.hl-45.top0 {
  margin-top: 0;
}

.hl-45.lighter-green {
  color: #0dd467;
}

.hl-55 {
  text-align: center;
  align-self: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.hl-55.bot30 {
  margin-bottom: 30px;
}

.hl-55.bot30.green {
  color: #008d40;
}

.hl-55.top0 {
  margin-top: 0;
}

.hl-55.green, .hl-55.green.top0.bot30 {
  color: #008d40;
}

.hl-55.top-10 {
  margin-top: -5px;
}

.hl-30 {
  width: auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.hl-30.bot0 {
  margin-bottom: 0;
}

.hl-30.bot30 {
  margin-bottom: 30px;
}

.hl-30.green {
  color: #0eb057;
}

.hl-30.green.bot30 {
  color: #008d40;
}

.hl-30.width600 {
  width: 600px;
}

.hl-30.width600.s-autowidth.s-horpadding-40.xxs-horpadding-0.xxs-hl-25 {
  align-self: center;
}

.hl-30.padding160 {
  padding-left: 160px;
  padding-right: 160px;
}

.block-white-bottom {
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

._2column-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack.bot0, ._2column-stack.nopadding {
  margin-bottom: 0;
}

.block-white-mid {
  background-color: #fff;
  border-radius: 0;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.block-color {
  color: #fff;
  background-image: url('../images/dark-green.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.strike {
  text-decoration: line-through;
}

.top30 {
  margin-top: 30px;
}

.hl-80 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.hl-80.green {
  color: #008d40;
}

.hl-80.green.bot30 {
  margin-bottom: 30px;
}

.hl-80.lightergreen {
  color: #0dd467;
}

.hl-80.lightergreen.centered {
  align-self: center;
}

.hl-80.lightergreen.centered.hl-100 {
  font-size: 100px;
  line-height: 100px;
}

.hl-40 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.hl-40.bot30 {
  margin-bottom: 30px;
}

.hl-40.green {
  color: #008d40;
}

.hl-40.top0 {
  margin-top: 0;
}

.hl-40.top0.bot30.padding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.hl-40.bot0 {
  margin-bottom: 0;
}

.hl-40.padding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.slabo35 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.slabo35.white {
  color: #fff;
}

.slabo35.white.top20 {
  margin-top: 25px;
}

.slabo35.bot30 {
  margin-bottom: 30px;
}

.slabo35.bot30.top5 {
  margin-top: 5px;
}

.slabo35.bot0 {
  margin-bottom: 0;
}

.slabo35.bot0.green {
  color: #008d40;
}

.slabo35.top0 {
  margin-top: 0;
}

.slabo35.top0.bot30.green {
  color: #008d40;
}

.slabo35.green {
  color: #0eb057;
}

.slabo35.green.top5.bot30 {
  color: #008d40;
}

.slabo25 {
  color: #141414;
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.slabo25.white {
  color: #fff;
}

.slabo25.top0 {
  text-align: left;
  margin-top: 0;
}

.slabo25.centered {
  text-align: center;
}

.slabo25.s-align-mid.s-horpadding-90.xs-horpadding-20.xxs-horpadding-0 {
  justify-content: center;
  display: flex;
}

.slabo25.alignright {
  text-align: right;
  align-self: flex-end;
}

.slabo25.alignright.green {
  color: #008d40;
}

.slabo25.alignright.green.top20 {
  margin-top: 20px;
}

.slabo25.top40 {
  margin-top: 30px;
}

.slabo25.green {
  color: #008d40;
}

.divider-250 {
  width: 250px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-250.bot30 {
  margin-bottom: 30px;
}

.divider-250.bot-5 {
  margin-bottom: -5px;
}

.divider-250.top10 {
  margin-top: 20px;
}

.subheading-35 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.subheading-30 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.subheading-30.bot0 {
  margin-bottom: 0;
}

.subheading-30.white {
  color: #fff;
}

.subheading-30.white.bot5 {
  margin-bottom: 5px;
}

.subheading-30.bot30 {
  margin-bottom: 30px;
  line-height: 40px;
}

.subheading-30.bot30.top0, .subheading-30.top0 {
  margin-top: 0;
}

.subheading-30.top100 {
  margin-top: 100px;
}

.subheading-25 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.subheading-25.bot0 {
  margin-bottom: 0;
}

.subheading-25.bot30 {
  margin-bottom: 30px;
}

.subheading-25.top0 {
  margin-top: 0;
}

._3column-stack {
  margin-bottom: 30px;
  padding: 0;
}

.slabo45 {
  margin-top: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.slabo45.bot5 {
  margin-bottom: 5px;
}

.bold-text-3 {
  font-family: "Slabo 27 Px Regular", sans-serif;
}

.stretchalign {
  align-items: stretch;
}

.text-span-7, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  text-decoration: underline;
}

.justifycenter {
  justify-content: center;
}

.justifycenter.aligncenter {
  align-items: center;
}

._2column-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding: 0;
}

.img-750 {
  max-width: 85%;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.block-white-top-2 {
  background-color: #fff;
  border: 0 solid #000;
  border-top-width: 1px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 40px 80px 90px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.block-white-top-2.lessbottom {
  padding-bottom: 40px;
}

._2column-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding: 0;
}

.img-square {
  max-width: 100%;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 0 auto;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

._2column-stack-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack-4.top30 {
  margin-bottom: 0;
}

._2column-stack-4.top30.bot30 {
  margin-bottom: 30px;
}

.divider-800 {
  width: 800px;
  height: 1px;
  background-color: #a8a8a8;
  margin: 10px auto;
}

.divider-800.white {
  background-color: rgba(255, 255, 255, .38);
}

.references {
  color: #a0a0a0;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.div-block-22 {
  width: 100%;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-7 {
  color: #0dd467;
}

.img-width750 {
  width: 750px;
}

._2column-smaller {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding: 0 100px;
}

.img-10 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  margin-top: -10px;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.divider-rounded {
  width: 150px;
  height: 8px;
  background-color: #008d40;
  margin: 40px auto 30px;
}

.divider-rounded.lighter {
  width: 100px;
  background-color: #0dd467;
  margin-top: 20px;
}

.cell-6 {
  align-items: center;
}

.block-color-1 {
  color: #fff;
  background-image: url('../images/switch-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color-2 {
  color: #fff;
  background-image: url('../images/gut-flora.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color-3 {
  color: #fff;
  background-image: url('../images/probiotics.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color-4 {
  color: #fff;
  background-image: url('../images/bg-diet.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

@media screen and (min-width: 1280px) {
  .blockquote {
    color: #fff;
  }

  .blockquote.botpadding30.bot30 {
    margin-bottom: 30px;
  }

  .bodytext.bot40 {
    margin-bottom: 40px;
  }

  .hl-35.green {
    color: #008d40;
  }

  .divider-750.divider-900 {
    width: 900px;
  }

  .hl-30 {
    color: #141414;
  }

  .hl-30.width600.s-autowidth.s-horpadding-40.xxs-horpadding-0.xxs-hl-25.l-white, .hl-30.l-white {
    color: #fff;
  }

  ._2column-stack.bot0 {
    margin-bottom: 0;
  }

  ._2column-stack.nopadding.width900 {
    width: 950px;
  }

  .hl-40.green {
    color: #008d40;
  }

  .hl-40.green.bot0 {
    margin-bottom: 0;
  }

  .hl-40.green.bot30.darker, .hl-40.bot0.green.s-hl-35.xs-hl-32 {
    color: #008d40;
  }

  .slabo25.white.bot30.top0, .slabo25.white.top0 {
    margin-top: 0;
  }

  .slabo25.bot30 {
    margin-bottom: 30px;
  }

  .subheading-30.top0 {
    margin-top: 0;
  }

  .slabo45.s-slabo-40.xxs-slabo-30.l-black {
    color: #141414;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/002.png'), url('../images/002.png');
    background-position: 50% 0, 0 0;
    background-size: auto, auto;
    background-clip: border-box;
  }

  .hero-section.s-bg {
    background-image: url('../images/bg-godil.jpg');
    background-position: 50% 0;
    background-size: auto;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  }

  .divider-750 {
    width: 300px;
  }

  .subheading-35, .subheading-30, .subheading-25 {
    color: #000;
  }

  .divider-rounded {
    width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/002.png');
    background-position: 50% 0;
    background-size: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 4px 0 14px rgba(0, 0, 0, .2);
  }

  .blockquote {
    width: 800px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
  }

  .product-options {
    margin-top: 60px;
  }

  .hl-65, .hl-60 {
    font-family: Circularstd Black, sans-serif;
  }

  .image-13 {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }

  .hl-80 {
    font-family: Circularstd Black, sans-serif;
  }

  .hl-40.green.bot30.s-hl-32.xs-hl-26 {
    color: #008d40;
  }

  .subheading-35, .subheading-30, .subheading-25 {
    color: #000;
  }

  .img-750 {
    max-width: 85%;
  }

  .img-10 {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }
}

@media screen and (max-width: 991px) {
  .list.toppadding0.s-bot-0 {
    margin-bottom: 0;
  }

  .hero-section.s-bg {
    background-image: url('../images/bg-mob.jpg');
  }

  .hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-block.s-top30 {
    margin-top: 30px;
  }

  .block-grey {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image-block-2 {
    width: 100%;
    text-align: center;
  }

  .hero-content-block-2 {
    width: 100%;
  }

  .block-white-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-first {
    padding-left: 20px;
    padding-right: 40px;
  }

  .section-first.s-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blockquote {
    width: auto;
  }

  .bodytext {
    font-size: 18px;
    line-height: 26px;
  }

  .bodytext.testimonial-content.slabo-font {
    margin-top: 20px;
  }

  .bodytext.testimonial-content.slabo-font.top30.s-20 {
    font-size: 22px;
  }

  .bodytext.bot30.top30.s-bot-0 {
    margin-bottom: 0;
  }

  .bodytext.bot30.top30.s-bot-40 {
    margin-bottom: 40px;
  }

  .bodytext.horpadding80.bot30.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bodytext.s-top-10 {
    margin-top: 10px;
  }

  .cell-5 {
    align-items: center;
  }

  .image-5 {
    width: 406px;
  }

  .image-5.s-top-30 {
    margin-top: -30px;
  }

  .testi-box {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .product-options {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    margin-top: 50px;
  }

  .div-block-6.first {
    height: auto;
  }

  .div-block-7 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7.middle {
    margin-top: 0;
  }

  .heading-13 {
    font-size: 25px;
  }

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

  .heading-15 {
    font-size: 16px;
  }

  .hl-65 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.green.top-10.s-hl-50, .hl-65.lighter-green.s-hl-50 {
    font-size: 50px;
    line-height: 50px;
  }

  .hl-65.lighter-green.s-hl-45 {
    font-size: 45px;
    line-height: 45px;
  }

  .slabo30 {
    font-size: 25px;
    line-height: 25px;
  }

  .slabo30.white {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slabo30.bot30.s-slabo-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .slabo30.bot30.s-slabo-30.s-horpadding-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slabo30.bot0.s-top-0 {
    margin-top: 0;
  }

  .slabo30.s-slabo-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .slabo30.s-slabo-30.s-horpadding-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .list-bigger {
    font-size: 18px;
    line-height: 24px;
  }

  .hl-35 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-35.white.s-hl-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .hl-35.white.s-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.white.s-hl-30.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-35.white.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-35.white.s-horpadding-40.xxs-horpadding-0.s-nopad {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.bot30.s-hl-33 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-35.green.bot30.s-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.green.s-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-35.bot10.s-hl-35.s-horpadding-120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .hl-35.top0.s-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.top0.s-hl-30.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-35.top0.s-hl-30.s-horpadding-40.xs-hl-27.xs-horpadding-0.s-small {
    font-size: 25px;
  }

  .hl-35.s-hl-32 {
    font-size: 32px;
    line-height: 32px;
  }

  .hl-35.s-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-35.s-hl-35.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-60 {
    font-size: 37px;
    line-height: 37px;
  }

  .hl-60.green.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-13.s-sizing-shrink {
    flex: 0 auto;
  }

  .img-container.top0.s-75 {
    width: 75%;
    height: auto;
    align-self: center;
  }

  .img-container.s-top-10 {
    margin-top: 10px;
  }

  .img-container.s-75 {
    align-items: center;
  }

  .hl-50 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-50.top-5.s-hl-40, .hl-50.top0.bot30.green.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-50.green.bot30.s-hl-45, .hl-50.green.top15.s-hl-45 {
    font-size: 45px;
    line-height: 45px;
  }

  .hl-50.green.s-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-50.lighter-green.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-50.lighter-green.s-hl-40.s-top-0 {
    margin-top: 0;
  }

  .hl-50.s-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-50.s-hl-38.xs-hl-35.lightergreen.padding100.s-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .list--regular {
    font-size: 18px;
  }

  .divider-750.divider-850.s-autowidth, .divider-750.divider-800.bot30, .divider-750.divider-800.s-autowidth, .divider-750.divider-900.s-autowidth, .divider-750.s-autowidth {
    width: auto;
  }

  .hl-45 {
    font-size: 31px;
    line-height: 31px;
  }

  .hl-45.bot30.green.s-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-45.green.bot30.s-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-45.green.s-hl-42 {
    font-size: 42px;
    line-height: 42px;
  }

  .hl-45.green.s-hl-45 {
    font-size: 45px;
    line-height: 45px;
  }

  .hl-45.green.s-hl-35.s-horpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-45.lighter-green.s-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-45.lighter-green.s-hl-35.s-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-45.s-hl-37 {
    font-size: 37px;
    line-height: 37px;
  }

  .hl-45.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-45.s-hl-35, .hl-55 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-55.bot30.green.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-55.bot30.s-hl-45 {
    font-size: 45px;
    line-height: 45px;
  }

  .hl-55.green.top0.bot30.s-hl-40, .hl-55.top-10.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-30 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.bot0.s-horpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-30.bot30.s-hl-30.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-30.width600.s-autowidth {
    width: auto;
  }

  .hl-30.width600.s-autowidth.s-horpadding-40, .hl-30.padding160.s-hl-30.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-30.s-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-30.s-hl-30.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-30.s-hl-30.s-horpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-30.s-hl-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .hl-30.s-bot-0 {
    margin-bottom: 0;
  }

  .block-white-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2column-stack.s-grid-1.s-gap-30, ._2column-stack.s-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2column-stack.s-gap-30.s-bot-10 {
    margin-bottom: 10px;
  }

  .block-white-mid, .block-color {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-color.s-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hl-80 {
    margin-top: 5px;
    font-size: 45px;
    line-height: 45px;
  }

  .hl-80.green {
    font-size: 40px;
  }

  .hl-80.green.bot30.s-hl-55 {
    font-size: 55px;
    line-height: 55px;
  }

  .hl-80.green.s-hl-50 {
    font-size: 50px;
    line-height: 50px;
  }

  .hl-80.green.s-hl-60 {
    font-size: 60px;
    line-height: 60px;
  }

  .hl-80.lightergreen.centered.hl-100.s-70 {
    font-size: 70px;
    line-height: 80px;
  }

  .hl-40 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-40.bot30.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-40.green.bot30.s-hl-32 {
    font-size: 32px;
    line-height: 32px;
  }

  .hl-40.top0.bot30.padding60.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-40.bot0.green.s-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-40.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-40.s-bot-30 {
    margin-bottom: 30px;
  }

  .slabo35.white {
    font-size: 27px;
    line-height: 27px;
  }

  .slabo35.bot30.top0.s-slabo-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .slabo35.top0.bot0.green.s-slabo-30 {
    font-size: 30px;
    line-height: 35px;
  }

  .slabo25.white {
    font-size: 22px;
    line-height: 22px;
  }

  .slabo25.top0.s-centered {
    text-align: center;
  }

  .slabo25.centered.s-horpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slabo25.s-align-mid {
    text-align: center;
  }

  .slabo25.s-align-mid.s-horpadding-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .subheading-35 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 27px;
  }

  .subheading-30 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .subheading-30.white.bot5.s-subheading-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading-30.white.bot5.s-subheading-25.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .subheading-30.bot30 {
    line-height: 28px;
  }

  .subheading-30.bot30.s-subheading-20 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-25 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .subheading-25.bot0.s-subheading-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading-25.top0.bot30.s-subheading-25.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .subheading-25.top0.bot0.s-subheading-25.s-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-25.s-subheading-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading-25.s-subheading-25.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slabo45.s-slabo-40 {
    font-size: 40px;
    line-height: 45px;
  }

  .block-white-top-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-white-top-2.botpadding40.s-paddingbot-40 {
    padding-bottom: 40px;
  }

  .img-center {
    align-items: center;
  }

  ._2column-stack-4.s-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .divider-800 {
    position: static;
  }

  .divider-800.white.s-autowidth {
    width: auto;
  }

  .references.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s-stretchalign {
    align-items: stretch;
  }

  .s-centered, .s-alignmid {
    align-items: center;
  }

  .block-color-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-color-1.s-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-color-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-color-2.s-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-color-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .block-color-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-color-4.s-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-75 {
    max-width: 100%;
    text-align: center;
    align-self: center;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .block-grey, .block-white-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .block-no-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytext {
    font-size: 16px;
    line-height: 24px;
  }

  .bodytext.testimonial-content.slabo-font {
    font-size: 20px;
  }

  .div-block-7 {
    width: 70%;
  }

  .divider-500, .divider-500.divider-550.xs-autowidth, .divider-500.divider-600.xs-autowidth {
    width: auto;
  }

  .hl-65 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .hl-65.green.top-10.s-hl-50.xs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.green.top-10.s-hl-50.xs-hl-40.xs-bot-0 {
    margin-bottom: 0;
  }

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

  .slabo30.white {
    font-size: 22px;
    line-height: 22px;
  }

  .slabo30.bot30.s-slabo-30.s-horpadding-80.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.bot30.xs-horpadding-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slabo30.bot30.xs-slabo-21 {
    font-size: 21px;
    line-height: 21px;
  }

  .slabo30.green.top0.xs-slabo-30 {
    font-size: 30px;
  }

  .slabo30.s-slabo-30.s-horpadding-120.xs-slabo-25.xs-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-bigger {
    font-size: 16px;
  }

  .hl-35 {
    font-size: 20px;
    line-height: 24px;
  }

  .hl-35.top30.padding100.xs-hl-23 {
    font-size: 23px;
  }

  .hl-35.top30.padding100.xs-hl-23.xs-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-35.white.s-hl-24.xs-hl-26 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-35.white.s-hl-24.xs-hl-26.xs-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-35.bot30.s-hl-33.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.green.bot30.s-hl-30.xs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-35.green.s-hl-35.s-horpadding-40.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.green.s-hl-38.xs-hl-33 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.green.xs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-35.bot10.s-hl-35.s-horpadding-120.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.top0.s-hl-30.s-horpadding-40.xs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-35.top0.s-hl-30.s-horpadding-40.xs-hl-27.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.xs-hl-22 {
    font-size: 22px;
  }

  .hl-60 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .hl-60.green.s-hl-40.xs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-60.green.s-hl-40.xs-hl-35.xs-bot-0 {
    margin-bottom: 0;
  }

  .img-container.s-top-10 {
    margin-top: 0;
  }

  .hl-50 {
    font-size: 24px;
    line-height: 32px;
  }

  .hl-50.top-5.s-hl-40.xs-hl-28 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-50.green.top15.s-hl-45.xs-hl-40 {
    font-size: 40px;
  }

  .hl-50.green.s-hl-38.xs-hl-33 {
    font-size: 33px;
  }

  .hl-50.green.s-hl-38.xs-hl-33.xs-bot-0 {
    margin-bottom: 0;
  }

  .hl-50.green.s-hl-38.xs-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-50.bot30.xs-hl-35, .hl-50.lighter-green.s-hl-40.s-top-0.xs-hl-35, .hl-50.s-hl-38.xs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .list--regular {
    font-size: 16px;
    line-height: 24px;
  }

  .divider-750 {
    width: auto;
  }

  .hl-45 {
    font-size: 30px;
    line-height: 36px;
  }

  .hl-45.bot30.green.s-hl-38.xs-hl-33 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-45.bot30.s-hl-37.xs-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-45.green.bot30.top0.s-hl-38.xs-hl-33 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-45.green.bot30.s-hl-35.xs-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-45.green.s-hl-42.xs-hl-35, .hl-45.green.s-hl-45.xs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-45.green.s-hl-35.s-horpadding-100.xs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-45.green.s-hl-35.xs-hl-33 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-45.green.xs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-45.lighter-green.s-hl-35.s-horpadding-20.xs-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-45.s-hl-37.xs-hl-33 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-45.s-hl-40.xs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-55 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-55.green.top0.bot30.s-hl-40.xs-hl-37 {
    font-size: 37px;
    line-height: 37px;
  }

  .hl-55.green.xs-hl-33 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-30 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-30.bot0.s-horpadding-100.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.bot0.s-horpadding-100.xs-hl-25.xs-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-30.bot0.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.width600.s-autowidth.s-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.width600.s-autowidth.s-horpadding-40.xxs-horpadding-0.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.padding160.s-hl-30.s-horpadding-40.xs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-30.padding160.s-hl-30.s-horpadding-40.xs-hl-27.xs-horpadding-0, .hl-30.s-hl-30.s-horpadding-60.xs-horpadding-0, .hl-30.s-hl-30.s-horpadding-60.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.s-hl-30.s-horpadding-100.xs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-30.s-hl-30.s-horpadding-100.xs-hl-27.xs-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-white-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2column-stack.bot0.xs-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2column-stack.bot0.xs-gap-30.xs-bot-10 {
    margin-bottom: 10px;
  }

  ._2column-stack.xs-bot-0 {
    margin-bottom: 0;
  }

  .block-white-mid, .block-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-color.xs-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hl-80 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-80.green.s-hl-50.xs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-40 {
    font-size: 30px;
    line-height: 36px;
  }

  .hl-40.green.bot30.s-hl-32.xs-hl-26 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-40.top0.bot30.padding60.s-horpadding-40.xs-hl-30 {
    line-height: 30px;
  }

  .hl-40.top0.bot30.padding60.s-horpadding-40.xs-hl-30.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.bot0.green.s-hl-35.xs-hl-32 {
    font-size: 32px;
    line-height: 32px;
  }

  .hl-40.xs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-40.xs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-40.xs-hl-24 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .slabo35.white {
    line-height: 24px;
  }

  .slabo35.bot30.top0.s-slabo-30.xs-slabo-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .slabo35.bot30.top0.s-slabo-30.xs-slabo-27.xs-horpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slabo35.top0.bot0.green.s-slabo-30.xs-slabo-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .slabo35.xs-slabo-30 {
    font-size: 30px;
    line-height: 30px;
  }

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

  .slabo25.white {
    font-size: 20px;
    line-height: 20px;
  }

  .slabo25.centered.s-horpadding-100.xs-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slabo25.s-align-mid.s-horpadding-90.xs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider-250 {
    width: auto;
  }

  .subheading-35, .subheading-30 {
    font-size: 20px;
    line-height: 26px;
  }

  .subheading-30.bot0.xs-hl-25 {
    font-size: 25px;
  }

  .subheading-30.white.bot5.s-subheading-25.s-horpadding-60.xs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.bot30.s-subheading-20.xs-horpadding-100 {
    padding-top: 3px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .subheading-30.bot30.s-subheading-20.xs-horpadding-100.xs-top-0 {
    margin-top: 0;
  }

  .subheading-30.bot30.xs-subheading-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading-30.bot30.xs-subheading-20 {
    line-height: 20px;
  }

  .subheading-30.xs-subheading-25 {
    font-size: 25px;
  }

  .subheading-30.xs-subheading-25.xs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .subheading-25.bot0.s-subheading-25.xs-subheading-22 {
    font-size: 22px;
    line-height: 22px;
  }

  .subheading-25.bot0.s-horpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .subheading-25.top0.bot30.s-subheading-25.s-horpadding-60.xs-horpadding-0, .subheading-25.s-subheading-25.s-horpadding-40.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo45.bot5.xs-slabo-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .img-750 {
    flex: 0 auto;
  }

  .block-white-top-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-square {
    flex: 0 auto;
  }

  ._2column-stack-4.top30.bot30.xs-top-40 {
    margin-top: 40px;
  }

  ._2column-stack-4.top30.bot30.xs-top-40.xs-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .divider-800, .divider-rounded {
    width: auto;
  }

  .block-color-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-color-1.xs-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-color-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-color-2.xs-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-color-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .block-color-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-color-4.xs-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .list {
    font-size: 16px;
    line-height: 24px;
  }

  .block-grey, .block-white-top, .footer-block {
    padding: 20px;
  }

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

  .block-no-bg {
    padding: 20px;
  }

  .block-no-bg.profuct-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blockquote {
    padding-left: 30px;
    padding-right: 10px;
  }

  .blockquote.alignmid.toppadding20.bot30.top30.xxs-paddingleft-10 {
    padding-left: 10px;
  }

  .blockquote.alignmid.toppadding20.bot30.xxs-paddingleft-20, .blockquote.alignstretch.bot30.xxs-paddingleft-20 {
    padding-left: 20px;
  }

  .blockquote.alignstretch.bot10 {
    padding-bottom: 30px;
  }

  .bodytext {
    font-size: 16px;
    line-height: 24px;
  }

  .bodytext.testimonial-content.slabo-font.top30.s-20.xxs-20 {
    font-size: 20px;
  }

  .bodytext.alignright.xxs-bot-10 {
    margin-bottom: 10px;
  }

  .bodytext.body-center.padding50.xxs-horpadding-0, .bodytext.body-center.padding80.xxs-horpadding-0, .bodytext.horpadding80.bot30.s-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .testi-box {
    padding: 20px;
  }

  .div-block-6 {
    height: auto;
  }

  .div-block-7 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7.middle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    display: none;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .divider-500 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .divider-500.divider-400.xxs-autowidth {
    width: auto;
  }

  .divider-500.bot0.top10.xxs-bot-10 {
    margin-bottom: 10px;
  }

  .hl-65 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.green.top-10.s-hl-50.xs-hl-40.xs-bot-0.xxs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-65.lighter-green.s-hl-50.xs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.lighter-green.s-hl-50.xs-hl-40.xxs-bot-0 {
    margin-bottom: 0;
  }

  .hl-65.lighter-green.s-hl-50.xxs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.lighter-green.s-hl-45.xxs-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .slabo30 {
    font-size: 22px;
    line-height: 28px;
  }

  .slabo30.white {
    font-size: 20px;
    line-height: 20px;
  }

  .slabo30.bot30.s-slabo-30 {
    font-size: 25px;
  }

  .slabo30.bot30.xs-horpadding-80.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.bot30.xs-horpadding-80.xxs-horpadding-0.xxs-slabo-23 {
    font-size: 23px;
  }

  .slabo30.bot10.green.top0.xxs-slabo-24.xxs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slabo30.top10.alignleft {
    margin-top: 0;
  }

  .slabo30.green.alignright.top10.bot10.xxs-slabo-24.xxs-top-20 {
    margin-top: 20px;
  }

  .slabo30.green.top0.xs-slabo-30.xxs-slabo-24 {
    font-size: 24px;
    line-height: 30px;
  }

  .slabo30.green.top0.xxs-slabo-24 {
    font-size: 24px;
  }

  .slabo30.green.xxs-slabo-20 {
    font-size: 20px;
    line-height: 24px;
  }

  .slabo30.bot0.s-top-0.xxs-slabo-21 {
    font-size: 21px;
  }

  .slabo30.s-slabo-30.s-horpadding-120.xs-slabo-25.xs-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.s-slabo-30.s-horpadding-120.xs-slabo-25.xs-horpadding-40.xxs-horpadding-0.xxs-slabo-23 {
    font-size: 23px;
    line-height: 25px;
  }

  .slabo30.xxs-slabo-24 {
    font-size: 24px;
  }

  .list-bigger {
    font-size: 16px;
  }

  .hl-35 {
    font-size: 23px;
    line-height: 28px;
  }

  .hl-35.top30.padding100.xs-hl-23.xs-horpadding-60.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.top30.padding100.xs-hl-23.xs-horpadding-60.xxs-horpadding-0.xxs-hl-25 {
    font-size: 25px;
  }

  .hl-35.white.s-hl-24.xs-hl-26 {
    font-size: 26px;
  }

  .hl-35.white.s-hl-24.xs-hl-26.xs-horpadding-60.xxs-horpadding-0, .hl-35.white.s-hl-30.s-horpadding-60.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.white.s-hl-30.s-horpadding-60.xxs-horpadding-0.xxs-hl-26 {
    font-size: 26px;
  }

  .hl-35.white.s-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.white.xxs-hl-25 {
    font-size: 25px;
  }

  .hl-35.bot30.top0 {
    line-height: 26px;
  }

  .hl-35.bot30.s-hl-33.xs-hl-25.xxs-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-35.bot0.xxs-hl-21 {
    font-size: 21px;
    line-height: 24px;
  }

  .hl-35.green.bot30.s-hl-30.xs-hl-23.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.green.s-hl-35.s-horpadding-40.xs-horpadding-0.xxs-hl-26 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-35.green.s-hl-38.xs-hl-33.xxs-hl-33 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-35.green.xs-hl-23.xxs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-35.bot10.s-hl-35.s-horpadding-120.xs-horpadding-0.xxs-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-35.s-hl-32.xxs-hl-23 {
    font-size: 23px;
  }

  .hl-35.s-hl-35.s-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.s-hl-35.s-horpadding-40.xxs-horpadding-0.xxs-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.xs-hl-25.xxs-hl-23 {
    font-size: 23px;
  }

  .hl-35.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.xxs-hl-28 {
    font-size: 20px;
    line-height: 28px;
  }

  .hl-35.xs-hl-22.xxs-hl-25 {
    font-size: 21px;
  }

  .hl-35.padding150.xxs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-60 {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 37px;
  }

  .hl-60.green.s-hl-40.xs-hl-35.xs-bot-0.xxs-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-60.green.s-hl-40.xxs-hl-26 {
    font-size: 26px;
    line-height: 26px;
  }

  .image-13.width85.xxx-100, .image-13.width85.xxs-100 {
    max-width: 100%;
  }

  .img-container.bot30.xxs-bot-20 {
    margin-bottom: 20px;
  }

  .img-container.top0.s-75.xxs-nopaading {
    width: 100%;
  }

  .hl-50 {
    font-size: 31px;
    line-height: 31px;
  }

  .hl-50.top-5.s-hl-40.xs-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-50.top-5.s-hl-40.xs-hl-28.xxs-hl-30, .hl-50.top0.bot30.green.s-hl-40.xxs-hl-30 {
    font-size: 30px;
  }

  .hl-50.green.bot30.s-hl-45.xxs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-50.green.s-hl-38.xs-hl-33.xs-bot-0.xxs-hl-35 {
    font-size: 35px;
    line-height: 33px;
  }

  .hl-50.green.s-hl-38.xs-hl-33.xs-bot-0.xxs-hl-35.xxs-top-5 {
    margin-top: 5px;
  }

  .hl-50.green.s-hl-38.xs-hl-30.xxs-hl-33 {
    font-size: 33px;
    line-height: 35px;
  }

  .hl-50.bot30.xs-hl-35.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-50.lighter-green.s-hl-40.s-top-0.xs-hl-35.xxs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-45 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-45.white.xxs-hl-27 {
    font-size: 22px;
    line-height: 27px;
  }

  .hl-45.bot30.green.s-hl-38.xs-hl-33.xxs-hl-33 {
    font-size: 33px;
  }

  .hl-45.bot30.s-hl-37.xs-40.xxs-hl-35 {
    font-size: 35px;
    line-height: 30px;
  }

  .hl-45.green.bot30.top0.s-hl-38.xs-hl-33.xxs-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-45.green.bot30.s-hl-35.xs-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-45.green.bot30.s-hl-35.xs-horpadding-40.xxs-horpadding-0.xxs-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-45.green.s-hl-42.xs-hl-35.xxs-hl-25 {
    font-size: 25px;
    line-height: 28px;
  }

  .hl-45.green.s-hl-45.xs-hl-35.xxs-hl-35 {
    font-size: 30px;
    line-height: 32px;
  }

  .hl-45.green.s-hl-35.s-horpadding-100.xs-horpadding-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-45.green.s-hl-35.s-horpadding-100.xs-horpadding-20.xxs-horpadding-0.xxs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-45.green.s-hl-35.xs-hl-33.xxs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-45.green.s-hl-35.xxs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-45.green.xs-hl-27.xxs-hl-26 {
    font-size: 26px;
    line-height: 25px;
  }

  .hl-45.green.padding100.xxs-nopadding, .hl-45.lighter-green.s-hl-35.s-horpadding-20.xs-hl-30.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-45.s-hl-37.xs-hl-33.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-45.s-hl-40.xs-hl-35.xxs-hl-30 {
    font-size: 28px;
    line-height: 30px;
  }

  .hl-45.s-hl-40.xxs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-45.s-hl-35.xxs-hl-30 {
    font-size: 30px;
  }

  .hl-55 {
    font-size: 34px;
    line-height: 34px;
  }

  .hl-55.bot30.green.s-hl-40.xxs-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-55.green.top0.bot30.s-hl-45.xxs-hl-40 {
    font-size: 40px;
  }

  .hl-55.top-10.s-hl-40.xxs-hl-35 {
    font-size: 35px;
  }

  .hl-30 {
    font-size: 20px;
    line-height: 20px;
  }

  .hl-30.bot0.s-horpadding-100.xs-hl-25.xs-horpadding-60.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.bot0.s-horpadding-100.xs-hl-25.xs-horpadding-60.xxs-horpadding-0.xxs-hl-22 {
    font-size: 22px;
  }

  .hl-30.bot0.xs-hl-25.xxs-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-30.bot30.s-hl-30.s-horpadding-60.xs-horpadding-0.xxs-hl-24 {
    font-size: 24px;
  }

  .hl-30.bot30.s-hl-30.s-horpadding-60.xs-horpadding-0.xxs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-30.bot30.s-hl-30.xxs-hl-32 {
    font-size: 32px;
    line-height: 32px;
  }

  .hl-30.bot30.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.bot30.xxs-hl-22 {
    font-size: 22px;
    line-height: 22px;
  }

  .hl-30.green.bot30.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.width600.s-autowidth.s-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.width600.s-autowidth.s-horpadding-40.xxs-horpadding-0.xxs-hl-25 {
    font-size: 24px;
    line-height: 30px;
  }

  .hl-30.padding160.s-hl-30.s-horpadding-40.xs-hl-27.xs-horpadding-0.xxs-hl-25, .hl-30.s-hl-30.s-horpadding-60.xs-horpadding-0.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.s-hl-30.s-horpadding-60.xs-horpadding-0.xxs-hl-21 {
    font-size: 21px;
    line-height: 25px;
  }

  .hl-30.s-hl-30.s-horpadding-100.xs-hl-27.xs-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.s-hl-30.s-horpadding-100.xs-hl-27.xs-horpadding-40.xxs-horpadding-0.xxs-hl-23 {
    font-size: 23px;
  }

  .hl-30.s-hl-30.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.s-hl-24.xxs-hl-21 {
    font-size: 21px;
    line-height: 21px;
  }

  .hl-30.s-bot-0.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.xxs-hl-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .block-white-bottom {
    padding: 20px;
  }

  ._2column-stack.bot0.xxs-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2column-stack.bot0.xxs-gap-30.xxs-bot-10 {
    margin-bottom: 10px;
  }

  ._2column-stack.top30.xxs-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2column-stack.top30.xxs-gap-30.xxs-bot-0 {
    margin-bottom: 0;
  }

  ._2column-stack.xs-bot-0.xxs-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .block-white-mid, .block-color {
    padding: 20px;
  }

  .block-color.s-verpadding-40.xxs-verpadding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-color.s-verpadding-40.xxs-verpadding-20, .block-color.xs-verpadding-40.xs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hl-80 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 45px;
  }

  .hl-80.green.bot30.s-hl-55.xxs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-80.green.s-hl-50.xs-hl-40 {
    font-size: 45px;
    line-height: 50px;
  }

  .hl-80.green.s-hl-60.xxs-hl-45 {
    font-size: 45px;
  }

  .hl-40 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-40.bot30.top0.xs-hl-27.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-40.bot30.s-hl-40.xxs-hl-38 {
    font-size: 38px;
    line-height: 33px;
  }

  .hl-40.bot30.xxs-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-40.green.bot30.s-hl-32.xs-hl-26 {
    font-size: 24px;
  }

  .hl-40.s-hl-40.xxs-hl-35 {
    font-size: 35px;
    line-height: 32px;
  }

  .hl-40.xs-hl-27.xxs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-40.xs-hl-23.xxs-hl-25, .hl-40.xs-hl-24.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-40.padding80.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo35 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo35.white {
    font-size: 23px;
    line-height: 23px;
  }

  .slabo35.white.top20 {
    line-height: 28px;
  }

  .slabo35.bot30.top0.s-slabo-30.xs-slabo-27.xs-horpadding-100.xxs-horpadding-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slabo35.bot0.green.xxs-slabo-24 {
    font-size: 24px;
  }

  .slabo35.top0.bot0.green.s-slabo-30.xs-slabo-27.xxs-slabo-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .slabo35.top0.xxs-slabo-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .slabo35.green.top5.bot30.xs-slabo-30.xxs-slabo-22 {
    font-size: 22px;
  }

  .slabo35.xxs-slabo-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .slabo25 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo25.white {
    font-size: 18px;
    line-height: 18px;
  }

  .slabo25.white.bot30.top0.centered.xxs-20 {
    font-size: 22px;
    line-height: 28px;
  }

  .slabo25.top0.s-centered.xxs-slabo-23 {
    font-size: 23px;
  }

  .slabo25.centered.s-horpadding-100.xs-horpadding-60, .slabo25.s-align-mid.s-horpadding-90.xs-horpadding-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo25.alignright.green {
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .slabo25.alignright.green.top20.xxs-bot-10 {
    margin-bottom: 10px;
  }

  .slabo25.alignright.green.xxs-bot-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slabo25.top40.xxs-bot-30 {
    margin-bottom: 30px;
  }

  .slabo25.top40.xxs-bot-0 {
    margin-bottom: 0;
  }

  .slabo25.top40.xxs-top-20 {
    margin-top: 20px;
  }

  .slabo25.green.xxs-top-0 {
    margin-top: 0;
  }

  .slabo25.xxs-bot30 {
    margin-bottom: 30px;
  }

  .slabo25.xxs-bot-0 {
    margin-bottom: 0;
  }

  .slabo25.xxs-bot-0.xxs-top-0 {
    margin-top: 0;
  }

  .divider-250 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .subheading-35 {
    font-size: 23px;
    line-height: 23px;
  }

  .subheading-30 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-30.bot0.xs-hl-25.ssx-subheading-22 {
    font-size: 22px;
    line-height: 22px;
  }

  .subheading-30.bot0.xs-subheading-25 {
    line-height: 28px;
  }

  .subheading-30.bot0.xxs-subheading-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading-30.white.bot5.s-subheading-25.s-horpadding-60.xs-horpadding-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.white.bot5.s-subheading-25.s-horpadding-60.xs-horpadding-20.xxs-horpadding-0.xxs-subheading-20 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-30.bot30.top0.xxs-subheading-23 {
    font-size: 23px;
    line-height: 26px;
  }

  .subheading-30.bot30.s-subheading-20.xs-horpadding-100.xs-top-0.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.bot30.xs-subheading-20.xxs-subheading-25 {
    font-size: 17px;
    line-height: 25px;
  }

  .subheading-30.bot30.xxs-subheading-26 {
    font-size: 22px;
    line-height: 26px;
  }

  .subheading-30.bot30.xxs-top-0 {
    margin-top: 0;
  }

  .subheading-30.top0.bot30.xxs-subheading-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .subheading-30.xs-subheading-25.xs-horpadding-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.xs-subheading-25.xs-horpadding-20.xxs-horpadding-0.xxs-subheading-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .subheading-25 {
    font-size: 18px;
    line-height: 24px;
  }

  .subheading-25.bot0.s-subheading-25.xs-subheading-22.xxs-subheading-25 {
    font-size: 18px;
    line-height: 25px;
  }

  .subheading-25.bot0.s-subheading-25.xxs-subheading-20 {
    font-size: 20px;
  }

  .subheading-25.bot0.s-horpadding-100.xxs-subheading-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-25.bot0.s-horpadding-100.xxs-subheading-0.xxs-subheading-20 {
    font-size: 20px;
  }

  .subheading-25.bot0.xxs-subheading-20 {
    font-size: 20px;
    line-height: 24px;
  }

  .subheading-25.bot30.s-subheading-25.s-horpadding-40.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-25.top0.bot30.s-subheading-25.s-horpadding-60.xs-horpadding-0 {
    line-height: 30px;
  }

  .subheading-25.top0.bot0.s-subheading-25.s-horpadding-20.xs-horpadding-0.xxs-subheading-20 {
    line-height: 20px;
  }

  .subheading-25.s-subheading-25.s-horpadding-40.xs-horpadding-0.xxs-subheading-25 {
    font-size: 25px;
  }

  .subheading-25.xxs-subheading-22 {
    font-size: 22px;
  }

  .slabo45.s-slabo-40.xxs-slabo-30 {
    font-size: 30px;
  }

  ._2column-stack-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .block-white-top-2 {
    padding: 20px;
  }

  .block-white-top-2.botpadding40 {
    padding-bottom: 60px;
  }

  .block-white-top-2.botpadding40.s-paddingbot-40.xxs-paddingbot-20 {
    padding-bottom: 20px;
  }

  ._2column-stack-3, ._2column-stack-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .divider-800 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .references {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .references.s-horpadding-40.xxs-horp-adding-0, ._2column-smaller.xxs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .block-color-1 {
    padding: 20px;
  }

  .block-color-1.s-verpadding-40.xxs-verpadding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-color-1.s-verpadding-40.xxs-verpadding-20, .block-color-1.xs-verpadding-40.xs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-color-2 {
    background-image: url('../images/dark-green.jpg');
    padding: 20px;
  }

  .block-color-2.s-verpadding-40.xxs-verpadding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-color-2.s-verpadding-40.xxs-verpadding-20, .block-color-2.xs-verpadding-40.xs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-color-3 {
    padding: 20px;
  }

  .block-color-3.s-verpadding-40.xxs-verpadding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-color-3.s-verpadding-40.xxs-verpadding-20, .block-color-3.xs-verpadding-40.xs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-color-4 {
    background-image: url('../images/dark-green.jpg');
    padding: 20px;
  }

  .block-color-4.s-verpadding-40.xxs-verpadding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-color-4.s-verpadding-40.xxs-verpadding-20, .block-color-4.xs-verpadding-40.xs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253262-0d337553, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225326e-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb06ca4a-d40a-444f-de5c-2dd62715ffe7-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-cb06ca4a-d40a-444f-de5c-2dd62715ffe8-0d337553, #w-node-cb06ca4a-d40a-444f-de5c-2dd62715ffed-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d77dffd9-e7c6-27bc-18f6-35a2cffe40fb-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-d77dffd9-e7c6-27bc-18f6-35a2cffe40fc-0d337553, #w-node-d77dffd9-e7c6-27bc-18f6-35a2cffe4101-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88a9d72f-b694-ba62-e553-207a62ab75be-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_88a9d72f-b694-ba62-e553-207a62ab75bf-0d337553, #w-node-_88a9d72f-b694-ba62-e553-207a62ab75c0-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a1bc699-9b48-5040-484c-30b6d2e75360-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_6a1bc699-9b48-5040-484c-30b6d2e75361-0d337553, #w-node-_6a1bc699-9b48-5040-484c-30b6d2e75362-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12babc6b-ca61-253c-6e1a-2719719b59d2-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-_12babc6b-ca61-253c-6e1a-2719719b59d3-0d337553, #w-node-_12babc6b-ca61-253c-6e1a-2719719b59d8-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5911279-0178-7496-388d-ff8ae13be89d-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d5911279-0178-7496-388d-ff8ae13be89e-0d337553, #w-node-d5911279-0178-7496-388d-ff8ae13be89f-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64a5d527-a98d-6063-2bc0-a46cc15c03a0-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
}

#w-node-_64a5d527-a98d-6063-2bc0-a46cc15c03a1-0d337553, #w-node-_64a5d527-a98d-6063-2bc0-a46cc15c03ad-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dde0d23-dd71-bf31-f60b-2fb38f9e4d7f-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr;
}

#w-node-_3dde0d23-dd71-bf31-f60b-2fb38f9e4d80-0d337553, #w-node-_3dde0d23-dd71-bf31-f60b-2fb38f9e4d81-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80021f29-cf39-b3f1-abe4-53922acb6f28-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-_80021f29-cf39-b3f1-abe4-53922acb6f29-0d337553, #w-node-_80021f29-cf39-b3f1-abe4-53922acb6f35-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e62789a-c3c0-b550-c275-50bca13be6c5-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-_6e62789a-c3c0-b550-c275-50bca13be6c6-0d337553, #w-node-_6e62789a-c3c0-b550-c275-50bca13be6c7-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce209abf-ae87-0aa6-30fb-dcfc537ddb96-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-ce209abf-ae87-0aa6-30fb-dcfc537ddb97-0d337553, #w-node-ce209abf-ae87-0aa6-30fb-dcfc537ddb98-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ac9ffe5-baa4-181a-71eb-ae297c36a654-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_3ac9ffe5-baa4-181a-71eb-ae297c36a655-0d337553, #w-node-_3ac9ffe5-baa4-181a-71eb-ae297c36a661-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49dbc0f5-2442-b5a7-5ba5-8cf136ff21e1-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_49dbc0f5-2442-b5a7-5ba5-8cf136ff21e2-0d337553, #w-node-_49dbc0f5-2442-b5a7-5ba5-8cf136ff21e8-0d337553, #w-node-_49dbc0f5-2442-b5a7-5ba5-8cf136ff21ee-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63373e59-1ded-992b-d881-ffa7e289320f-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-_63373e59-1ded-992b-d881-ffa7e2893210-0d337553, #w-node-_63373e59-1ded-992b-d881-ffa7e289321f-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0083c5f-a4ac-3f03-e28b-026ae344cea0-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-f0083c5f-a4ac-3f03-e28b-026ae344cea1-0d337553, #w-node-f0083c5f-a4ac-3f03-e28b-026ae344cea2-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_341bcddf-a08b-c660-603f-e47f4b84730b-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.25fr;
}

#w-node-_341bcddf-a08b-c660-603f-e47f4b84730c-0d337553, #w-node-_341bcddf-a08b-c660-603f-e47f4b847320-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddb8cced-0bd4-0ca5-05a6-2f498c4f6bf5-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.5fr;
}

#w-node-ddb8cced-0bd4-0ca5-05a6-2f498c4f6bf6-0d337553, #w-node-ddb8cced-0bd4-0ca5-05a6-2f498c4f6bf7-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73060968-c10b-71ef-dee8-31cdae0cf557-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_73060968-c10b-71ef-dee8-31cdae0cf558-0d337553, #w-node-_73060968-c10b-71ef-dee8-31cdae0cf559-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef579610-9beb-fd5b-c5ca-668c45f56ad8-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-ef579610-9beb-fd5b-c5ca-668c45f56ad9-0d337553, #w-node-ef579610-9beb-fd5b-c5ca-668c45f56ada-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef295b29-ae9a-3f7b-d253-80bf53eda949-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-ef295b29-ae9a-3f7b-d253-80bf53eda94a-0d337553, #w-node-ef295b29-ae9a-3f7b-d253-80bf53eda959-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56bdbd7a-098e-314d-34b3-76e6313bd503-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
}

#w-node-_56bdbd7a-098e-314d-34b3-76e6313bd504-0d337553, #w-node-_56bdbd7a-098e-314d-34b3-76e6313bd515-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_747bc245-6506-c59f-a82f-62bcc9e3c1ad-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
}

#w-node-_747bc245-6506-c59f-a82f-62bcc9e3c1ae-0d337553, #w-node-_747bc245-6506-c59f-a82f-62bcc9e3c1c1-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551b1303-2af8-9cf4-72ac-eb24835b1db2-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.25fr;
}

#w-node-_551b1303-2af8-9cf4-72ac-eb24835b1db3-0d337553, #w-node-_551b1303-2af8-9cf4-72ac-eb24835b1dc7-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6ed4395-8802-5561-3e0e-1cf7304388f4-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-d6ed4395-8802-5561-3e0e-1cf7304388f5-0d337553, #w-node-d6ed4395-8802-5561-3e0e-1cf730438903-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b706865c-b2e9-2972-3557-93df6c7f268c-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-b706865c-b2e9-2972-3557-93df6c7f268d-0d337553, #w-node-b706865c-b2e9-2972-3557-93df6c7f269b-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56239539-ccab-e977-cf36-2c74bf75ba0f-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_56239539-ccab-e977-cf36-2c74bf75ba10-0d337553, #w-node-_56239539-ccab-e977-cf36-2c74bf75ba11-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93b7c52-c9be-fb99-f044-d175002ca08c-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-a93b7c52-c9be-fb99-f044-d175002ca08d-0d337553, #w-node-a93b7c52-c9be-fb99-f044-d175002ca09f-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1153532b-58b2-7da2-279d-06cadb28409a-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-_1153532b-58b2-7da2-279d-06cadb28409b-0d337553, #w-node-_1153532b-58b2-7da2-279d-06cadb2840a9-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f516f559-81c2-a4ed-96f4-e17a8bc16ec3-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-f516f559-81c2-a4ed-96f4-e17a8bc16ec4-0d337553, #w-node-f516f559-81c2-a4ed-96f4-e17a8bc16ed2-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b816ad-aca2-790e-c424-18503961cb8d-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_73b816ad-aca2-790e-c424-18503961cb8e-0d337553, #w-node-_73b816ad-aca2-790e-c424-18503961cb8f-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec83d371-0bcf-53ba-4f7b-f25ef8a1b4c6-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-ec83d371-0bcf-53ba-4f7b-f25ef8a1b4c7-0d337553, #w-node-ec83d371-0bcf-53ba-4f7b-f25ef8a1b4c8-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a172636-509b-9848-0c61-78fb9f30a175-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-_1a172636-509b-9848-0c61-78fb9f30a176-0d337553, #w-node-_1a172636-509b-9848-0c61-78fb9f30a183-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c633a6aa-b555-c33e-a5bf-0acc6ad62e43-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr;
}

#w-node-c633a6aa-b555-c33e-a5bf-0acc6ad62e44-0d337553, #w-node-c633a6aa-b555-c33e-a5bf-0acc6ad62e45-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087cfacb-63c7-5274-b574-68d465ca1302-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_087cfacb-63c7-5274-b574-68d465ca1303-0d337553, #w-node-_087cfacb-63c7-5274-b574-68d465ca1311-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8b538ca-9926-f1d7-98f4-700f7eebc1cc-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0e19768-cdad-4621-3d24-1b4c4e46f986-0d337553, #w-node-_131a6e0a-3fc2-b4e9-394b-93d0748e96fa-0d337553, #w-node-_8eab1130-4e71-81e7-fb02-19f2f5cab94f-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cac25b7b-d8d6-c5bc-dcbc-5e99e1c76625-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr .75fr;
}

#w-node-cac25b7b-d8d6-c5bc-dcbc-5e99e1c76626-0d337553, #w-node-cac25b7b-d8d6-c5bc-dcbc-5e99e1c76636-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3674cb2d-52dc-cc17-c9b4-ac033883f84b-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3674cb2d-52dc-cc17-c9b4-ac033883f84c-0d337553, #w-node-_3674cb2d-52dc-cc17-c9b4-ac033883f84e-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99977316-03ac-3659-25a4-72cc1042c9b5-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_99977316-03ac-3659-25a4-72cc1042c9b6-0d337553, #w-node-_99977316-03ac-3659-25a4-72cc1042c9c6-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a34-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a35-0d337553, #w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a4b-0d337553, #w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a68-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b165a51b-cc73-4894-9469-66106bb0f976-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b165a51b-cc73-4894-9469-66106bb0f977-0d337553, #w-node-b165a51b-cc73-4894-9469-66106bb0f979-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5505b82-ef45-5e3f-4698-63f187380bf5-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-b5505b82-ef45-5e3f-4698-63f187380bf6-0d337553, #w-node-b5505b82-ef45-5e3f-4698-63f187380c06-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7534cada-aa22-d310-2758-e91244e4bf11-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7534cada-aa22-d310-2758-e91244e4bf12-0d337553, #w-node-_7534cada-aa22-d310-2758-e91244e4bf28-0d337553, #w-node-_7534cada-aa22-d310-2758-e91244e4bf45-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7e5dcf7-ae05-f1af-fdeb-473ef089b935-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-c7e5dcf7-ae05-f1af-fdeb-473ef089b936-0d337553, #w-node-c7e5dcf7-ae05-f1af-fdeb-473ef089b938-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4625ed48-9cff-7a17-2711-f52a4c21a635-0d337553 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4625ed48-9cff-7a17-2711-f52a4c21a636-0d337553, #w-node-_4625ed48-9cff-7a17-2711-f52a4c21a64c-0d337553, #w-node-_4625ed48-9cff-7a17-2711-f52a4c21a669-0d337553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253262-0d337553, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225326e-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb06ca4a-d40a-444f-de5c-2dd62715ffe7-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-cb06ca4a-d40a-444f-de5c-2dd62715ffe8-0d337553, #w-node-cb06ca4a-d40a-444f-de5c-2dd62715ffed-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d77dffd9-e7c6-27bc-18f6-35a2cffe40fb-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-d77dffd9-e7c6-27bc-18f6-35a2cffe40fc-0d337553, #w-node-d77dffd9-e7c6-27bc-18f6-35a2cffe4101-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88a9d72f-b694-ba62-e553-207a62ab75be-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88a9d72f-b694-ba62-e553-207a62ab75bf-0d337553, #w-node-_88a9d72f-b694-ba62-e553-207a62ab75c0-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12babc6b-ca61-253c-6e1a-2719719b59d2-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_12babc6b-ca61-253c-6e1a-2719719b59d3-0d337553, #w-node-_12babc6b-ca61-253c-6e1a-2719719b59d8-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5911279-0178-7496-388d-ff8ae13be89d-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-d5911279-0178-7496-388d-ff8ae13be89e-0d337553, #w-node-d5911279-0178-7496-388d-ff8ae13be89f-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64a5d527-a98d-6063-2bc0-a46cc15c03a0-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_64a5d527-a98d-6063-2bc0-a46cc15c03a1-0d337553, #w-node-_64a5d527-a98d-6063-2bc0-a46cc15c03ad-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3dde0d23-dd71-bf31-f60b-2fb38f9e4d7f-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3dde0d23-dd71-bf31-f60b-2fb38f9e4d80-0d337553, #w-node-_3dde0d23-dd71-bf31-f60b-2fb38f9e4d81-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80021f29-cf39-b3f1-abe4-53922acb6f28-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_80021f29-cf39-b3f1-abe4-53922acb6f29-0d337553, #w-node-_80021f29-cf39-b3f1-abe4-53922acb6f35-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e62789a-c3c0-b550-c275-50bca13be6c5-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_6e62789a-c3c0-b550-c275-50bca13be6c6-0d337553, #w-node-_6e62789a-c3c0-b550-c275-50bca13be6c7-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ac9ffe5-baa4-181a-71eb-ae297c36a654-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3ac9ffe5-baa4-181a-71eb-ae297c36a655-0d337553, #w-node-_3ac9ffe5-baa4-181a-71eb-ae297c36a661-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63373e59-1ded-992b-d881-ffa7e289320f-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_63373e59-1ded-992b-d881-ffa7e2893210-0d337553, #w-node-_63373e59-1ded-992b-d881-ffa7e289321f-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0083c5f-a4ac-3f03-e28b-026ae344cea0-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-f0083c5f-a4ac-3f03-e28b-026ae344cea1-0d337553, #w-node-f0083c5f-a4ac-3f03-e28b-026ae344cea2-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_341bcddf-a08b-c660-603f-e47f4b84730b-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_341bcddf-a08b-c660-603f-e47f4b84730c-0d337553, #w-node-_341bcddf-a08b-c660-603f-e47f4b847320-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ddb8cced-0bd4-0ca5-05a6-2f498c4f6bf5-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ddb8cced-0bd4-0ca5-05a6-2f498c4f6bf6-0d337553, #w-node-ddb8cced-0bd4-0ca5-05a6-2f498c4f6bf7-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef579610-9beb-fd5b-c5ca-668c45f56ad8-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ef579610-9beb-fd5b-c5ca-668c45f56ad9-0d337553, #w-node-ef579610-9beb-fd5b-c5ca-668c45f56ada-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef295b29-ae9a-3f7b-d253-80bf53eda949-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ef295b29-ae9a-3f7b-d253-80bf53eda94a-0d337553, #w-node-ef295b29-ae9a-3f7b-d253-80bf53eda959-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56bdbd7a-098e-314d-34b3-76e6313bd503-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_56bdbd7a-098e-314d-34b3-76e6313bd504-0d337553, #w-node-_56bdbd7a-098e-314d-34b3-76e6313bd515-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_747bc245-6506-c59f-a82f-62bcc9e3c1ad-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_747bc245-6506-c59f-a82f-62bcc9e3c1ae-0d337553, #w-node-_747bc245-6506-c59f-a82f-62bcc9e3c1c1-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_551b1303-2af8-9cf4-72ac-eb24835b1db2-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_551b1303-2af8-9cf4-72ac-eb24835b1db3-0d337553, #w-node-_551b1303-2af8-9cf4-72ac-eb24835b1dc7-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6ed4395-8802-5561-3e0e-1cf7304388f4-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-d6ed4395-8802-5561-3e0e-1cf7304388f5-0d337553, #w-node-d6ed4395-8802-5561-3e0e-1cf730438903-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b706865c-b2e9-2972-3557-93df6c7f268c-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b706865c-b2e9-2972-3557-93df6c7f268d-0d337553, #w-node-b706865c-b2e9-2972-3557-93df6c7f269b-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a93b7c52-c9be-fb99-f044-d175002ca08c-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-a93b7c52-c9be-fb99-f044-d175002ca08d-0d337553, #w-node-a93b7c52-c9be-fb99-f044-d175002ca09f-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1153532b-58b2-7da2-279d-06cadb28409a-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_1153532b-58b2-7da2-279d-06cadb28409b-0d337553, #w-node-_1153532b-58b2-7da2-279d-06cadb2840a9-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f516f559-81c2-a4ed-96f4-e17a8bc16ec3-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f516f559-81c2-a4ed-96f4-e17a8bc16ec4-0d337553, #w-node-f516f559-81c2-a4ed-96f4-e17a8bc16ed2-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73b816ad-aca2-790e-c424-18503961cb8d-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_73b816ad-aca2-790e-c424-18503961cb8e-0d337553, #w-node-_73b816ad-aca2-790e-c424-18503961cb8f-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec83d371-0bcf-53ba-4f7b-f25ef8a1b4c6-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ec83d371-0bcf-53ba-4f7b-f25ef8a1b4c7-0d337553, #w-node-ec83d371-0bcf-53ba-4f7b-f25ef8a1b4c8-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a172636-509b-9848-0c61-78fb9f30a175-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_1a172636-509b-9848-0c61-78fb9f30a176-0d337553, #w-node-_1a172636-509b-9848-0c61-78fb9f30a183-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c633a6aa-b555-c33e-a5bf-0acc6ad62e43-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-c633a6aa-b555-c33e-a5bf-0acc6ad62e44-0d337553, #w-node-c633a6aa-b555-c33e-a5bf-0acc6ad62e45-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_087cfacb-63c7-5274-b574-68d465ca1302-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_087cfacb-63c7-5274-b574-68d465ca1303-0d337553, #w-node-_087cfacb-63c7-5274-b574-68d465ca1311-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8b538ca-9926-f1d7-98f4-700f7eebc1cc-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0e19768-cdad-4621-3d24-1b4c4e46f986-0d337553, #w-node-_131a6e0a-3fc2-b4e9-394b-93d0748e96fa-0d337553, #w-node-_8eab1130-4e71-81e7-fb02-19f2f5cab94f-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cac25b7b-d8d6-c5bc-dcbc-5e99e1c76625-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-cac25b7b-d8d6-c5bc-dcbc-5e99e1c76626-0d337553, #w-node-cac25b7b-d8d6-c5bc-dcbc-5e99e1c76636-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3674cb2d-52dc-cc17-c9b4-ac033883f84b-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3674cb2d-52dc-cc17-c9b4-ac033883f84c-0d337553, #w-node-_3674cb2d-52dc-cc17-c9b4-ac033883f84e-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99977316-03ac-3659-25a4-72cc1042c9b5-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_99977316-03ac-3659-25a4-72cc1042c9b6-0d337553, #w-node-_99977316-03ac-3659-25a4-72cc1042c9c6-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a34-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a35-0d337553, #w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a4b-0d337553, #w-node-d3b15ca1-dde3-ddf7-12c4-230bfddd0a68-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b165a51b-cc73-4894-9469-66106bb0f976-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b165a51b-cc73-4894-9469-66106bb0f977-0d337553, #w-node-b165a51b-cc73-4894-9469-66106bb0f979-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b5505b82-ef45-5e3f-4698-63f187380bf5-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b5505b82-ef45-5e3f-4698-63f187380bf6-0d337553, #w-node-b5505b82-ef45-5e3f-4698-63f187380c06-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7534cada-aa22-d310-2758-e91244e4bf11-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7534cada-aa22-d310-2758-e91244e4bf12-0d337553, #w-node-_7534cada-aa22-d310-2758-e91244e4bf28-0d337553, #w-node-_7534cada-aa22-d310-2758-e91244e4bf45-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7e5dcf7-ae05-f1af-fdeb-473ef089b935-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-c7e5dcf7-ae05-f1af-fdeb-473ef089b936-0d337553, #w-node-c7e5dcf7-ae05-f1af-fdeb-473ef089b938-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4625ed48-9cff-7a17-2711-f52a4c21a635-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4625ed48-9cff-7a17-2711-f52a4c21a636-0d337553, #w-node-_4625ed48-9cff-7a17-2711-f52a4c21a64c-0d337553, #w-node-_4625ed48-9cff-7a17-2711-f52a4c21a669-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a1bc699-9b48-5040-484c-30b6d2e75360-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6a1bc699-9b48-5040-484c-30b6d2e75361-0d337553, #w-node-_6a1bc699-9b48-5040-484c-30b6d2e75362-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce209abf-ae87-0aa6-30fb-dcfc537ddb96-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce209abf-ae87-0aa6-30fb-dcfc537ddb97-0d337553, #w-node-ce209abf-ae87-0aa6-30fb-dcfc537ddb98-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73060968-c10b-71ef-dee8-31cdae0cf557-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_73060968-c10b-71ef-dee8-31cdae0cf558-0d337553, #w-node-_73060968-c10b-71ef-dee8-31cdae0cf559-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56239539-ccab-e977-cf36-2c74bf75ba0f-0d337553 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_56239539-ccab-e977-cf36-2c74bf75ba10-0d337553, #w-node-_56239539-ccab-e977-cf36-2c74bf75ba11-0d337553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Slabo 27 Px Regular';
  src: url('../fonts/Slabo27px-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Black';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}