:root {
  --dark-green: #125504;
  --forest-green: #178800;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 300;
  line-height: 150%;
}

a {
  color: #4100b3;
  text-decoration: underline;
}

li {
  font-size: 21px;
  line-height: 32px;
}

em {
  font-size: 21px;
  font-style: italic;
  line-height: 26px;
}

blockquote {
  background-color: rgba(199, 199, 199, .24);
  border-left: 5px solid #c00;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 146%;
}

.body {
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.subhead {
  color: var(--dark-green);
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 142%;
}

.heading {
  text-align: center;
  background-color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 49px;
}

.section {
  padding-top: 24px;
  padding-bottom: 199px;
  font-size: 18px;
  line-height: 140%;
  position: relative;
}

.container {
  box-shadow: none;
  background-color: #fff;
  max-width: 900px;
  padding-left: 32px;
  padding-right: 32px;
}

.container._1200 {
  max-width: 1200px;
}

.container.shadow {
  border-radius: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

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

.image {
  border: 2px none var(--forest-green);
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
}

.div-block-2 {
  background-color: var(--dark-green);
  color: #fff;
  width: 100%;
  padding: 16px;
}

.div-block-2.mb-32 {
  margin-bottom: 32px;
}

.paragraph {
  margin-top: 32px;
  font-size: 21px;
  font-weight: 300;
  line-height: 152%;
}

.div-block-3 {
  border: 1px #000;
  border-radius: 20px;
  flex-direction: row;
  width: 50px;
  height: 200px;
  display: flex;
  position: relative;
}

.div-block-4 {
  background-color: #cf3535;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4.green {
  background-color: #59bd23;
}

.div-block-4._20 {
  background-color: #59bd23;
  border-radius: 20px 20px 0 0;
  height: 20%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-4._20.red {
  background-color: #cf3535;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 20px -9px rgba(63, 63, 63, .59);
}

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

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.heading-2 {
  flex-direction: row;
  margin-top: 0;
  display: flex;
}

.div-block-7 {
  margin-bottom: 18px;
  display: flex;
}

.div-block-8 {
  background-color: #59bd23;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
}

.div-block-8.red {
  background-color: #cf3535;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.div-block-10 {
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.text-block-2 {
  color: #178800;
  font-size: 32px;
  font-weight: 900;
}

.text-block-2._24 {
  font-size: 24px;
}

.navbar {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 20px 18px -17px rgba(0, 0, 0, .2);
}

.brand {
  align-items: center;
  height: 100%;
  display: flex;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.container-2._1200 {
  max-width: 1200px;
}

.text-span {
  font-style: italic;
  font-weight: 900;
}

.heading-copy {
  color: var(--dark-green);
  text-align: center;
  background-color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 43px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px 16px 61px;
  display: flex;
}

.slide {
  width: 100%;
  height: auto;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}

.mask {
  width: 100%;
}

.image-2 {
  border-radius: 9px;
}

.icon, .icon-2 {
  color: #000;
}

.section-2 {
  z-index: 90;
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  z-index: 100;
  color: #fff;
  background-color: #125505;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  background-color: var(--dark-green);
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 33px;
  position: relative;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 103%;
}

.image-3 {
  color: #fff;
}

.image-4 {
  width: 57px;
  margin-right: 16px;
}

.div-block-13 {
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

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

.div-block-14 {
  color: #fff;
  background-color: #991d1d;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  position: absolute;
  top: -16px;
  bottom: auto;
  left: 32px;
  right: auto;
}

.text-block-5 {
  font-size: 24px;
  font-weight: 900;
}

.image-5 {
  width: 40px;
  margin-right: 12px;
}

.div-block-15 {
  border: 2px solid var(--dark-green);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 24px;
  padding: 10px;
  display: flex;
}

.text-block-6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.button {
  text-align: center;
  background-color: #8b4545;
  border-radius: 8px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 900;
}

.button.mt-24 {
  margin-top: 24px;
}

.button.mt-24.green {
  background-color: #458b45;
}

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

.button.green {
  background-color: #458b5d;
  border-radius: 0;
}

.image-6 {
  width: 59%;
}

.div-block-16 {
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-17 {
  border: 4px dashed var(--dark-green);
  border-radius: 7px;
  margin-bottom: 32px;
  padding: 16px;
}

.div-block-18 {
  width: 100%;
}

.div-block-19 {
  width: 100px;
}

.div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24 {
  display: flex;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-2, .text-span-3 {
  text-decoration: underline;
}

.link {
  color: #fff;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.image-7 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  padding-bottom: 45px;
  overflow: hidden;
}

.icon-3, .icon-4 {
  color: #000;
}

.mask-2 {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.slide-nav {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.body-2 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 29px;
}

.body-3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 133px;
  display: flex;
}

.link-2 {
  margin-right: 12px;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.section-4 {
  z-index: 200;
  background-color: rgba(163, 163, 163, .49);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-27 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 34px;
  display: flex;
}

.button-2 {
  background-color: var(--dark-green);
  margin-bottom: 24px;
  margin-right: 0;
  padding: 24px;
  font-size: 18px;
}

.button-3 {
  background-color: #9e9e9e;
  font-size: 15px;
}

.paragraph-2 {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}

.image-8 {
  border: 2px solid #000;
  border-radius: 4px;
  width: 100%;
  box-shadow: 6px 19px 20px 3px rgba(0, 0, 0, .2);
}

.link-block-2 {
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  padding-top: 62px;
  padding-bottom: 462px;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed {
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin-bottom: 32px;
}

.div-block-29 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 32px;
}

.rich-text-block {
  font-size: 21px;
  line-height: 151%;
}

.heading-3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 900;
  line-height: 120%;
}

.html-embed-2 {
  color: #fff;
  margin-top: 32px;
}

.image-9 {
  width: 50px;
  margin-right: 16px;
}

.image-9._60 {
  width: 56px;
}

.text-span-4 {
  color: var(--dark-green);
  font-size: 33px;
  font-weight: 300;
}

.image-10 {
  width: 80%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  background-color: #eee;
  border-radius: 8px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.div-block-30.bestdeal {
  background-color: #e2f0db;
}

.image-11 {
  width: 26px;
  margin-right: 8px;
}

.div-block-31 {
  align-items: center;
  margin-bottom: 8px;
  font-size: 15px;
  display: flex;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.heading-4.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: -1px;
}

.div-block-32 {
  text-align: center;
  background-color: #484847;
  border-radius: 0;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 16px;
  display: flex;
  position: relative;
}

.div-block-34 {
  color: #fff;
  text-align: center;
  background-color: #3a9137;
  border-radius: 20px;
  padding: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.button-4 {
  text-align: center;
  background-color: #bc3428;
  border-radius: 7px;
  margin-top: 18px;
  padding: 24px;
  font-size: 18px;
}

.body-4 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-8 {
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
}

.image-12, .image-13, .image-14 {
  margin-bottom: 12px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  text-decoration: line-through;
}

.html-embed-3 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-block-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-15 {
  margin-top: 32px;
  margin-bottom: -1px;
}

.div-block-36 {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.image-16 {
  width: 80px;
  margin-right: 16px;
}

.image-10-copy {
  width: 80%;
  margin: 32px auto;
}

.image-17 {
  width: 20px;
  margin-right: 4px;
}

.div-block-37 {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
}

.div-block-38 {
  margin-bottom: 12px;
}

.link-block-3 {
  width: 59%;
}

.image-6-copy {
  width: 100%;
}

.rich-text-block-2 {
  font-size: 11px;
}

.rich-text-block-2.breaking {
  word-break: break-all;
}

.image-2-copy {
  border-radius: 9px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-block-9 {
  text-align: center;
  background-color: #8d2121;
  border-radius: 4px;
  padding: 8px;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
}

.section-2-copy {
  z-index: 90;
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-5 {
  text-align: center;
  position: static;
  top: 1px;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed-4 {
  z-index: 100;
  color: red;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-39 {
  background-color: #fff;
  border: 4px solid #84a29d;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.image-18 {
  width: 80%;
  position: absolute;
  top: -21.7812px;
}

.text-block-10 {
  text-align: center;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 14px;
}

.inner-offer {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-18-copy {
  width: 80%;
  position: absolute;
  top: -21.7812px;
  left: -34.7969px;
}

.image-18-copy-copy {
  width: 70%;
  position: absolute;
  top: 65.2188px;
  left: 57.2031px;
}

.image-19 {
  border-radius: 200px;
  width: 11%;
  margin-right: 19px;
}

.div-block-40 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-41 {
  background-color: #c6fede;
  border: 1px solid #000;
  padding: 32px;
}

.image-20 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-20.border {
  border: 1px solid #000;
  width: 100%;
}

.div-block-42 {
  background-color: #f6f0eb;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.div-block-42.red {
  background-color: #fec7c6;
}

.text-block-11 {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 24px;
  font-size: 21px;
  line-height: 32px;
}

.div-block-43 {
  margin-bottom: 24px;
}

.section-7 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.paragraph-4 {
  color: red;
  font-weight: 700;
}

.button-5 {
  color: #000;
  text-align: center;
  background-color: #f3cd6f;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-12 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.text-block-13 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.text-block-14 {
  color: rgba(51, 51, 51, .4);
  text-align: right;
}

.rich-text-block-3 {
  margin-top: 80px;
  font-size: 14px;
}

.paragraph-5, .paragraph-6 {
  font-size: 17px;
}

.section-8 {
  text-align: right;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-block-15 {
  color: #b9b9b9;
  font-size: 14px;
}

.text-block-16 {
  opacity: .26;
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
}

.text-block-16.mt-0 {
  margin-top: 0;
}

.html-embed-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.html-embed-5.mb-24 {
  margin-bottom: 24px;
}

.yellow-box {
  background-color: #fcffcc;
  border: 1px solid rgba(0, 0, 0, .3);
  margin-top: 16px;
  padding: 24px;
}

.yellow-box.mb-24 {
  box-shadow: none;
  background-color: rgba(240, 235, 145, 0);
  background-image: linear-gradient(102deg, rgba(250, 252, 144, .48) 100%, rgba(252, 255, 207, 0) 100%, #fff);
  border-style: solid;
  border-color: rgba(0, 0, 0, .07);
  border-radius: 3px;
  margin-bottom: 24px;
}

.body-5 {
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 120%;
}

.bold-text-4, .text-block-17 {
  font-weight: 400;
}

.image-21 {
  border: 1px rgba(0, 0, 0, .3);
  border-radius: 0;
  width: 100%;
  display: block;
}

.image-21.mb-24 {
  border-style: none;
  border-radius: 0;
  margin-bottom: 24px;
}

.heading-6 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
}

.list {
  margin-bottom: 0;
}

.image-22 {
  border: 3px solid #94afa1;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-45 {
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.text-block-18 {
  text-align: center;
  background-color: #fff;
  font-weight: 800;
  position: relative;
  top: -29px;
}

.link-block-4 {
  width: 100%;
}

.div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.blatt-box {
  padding: 24px;
}

.blatt-box.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-47 {
  background-color: #52352f;
  background-image: url('../images/hideout-1-1.png');
  background-size: 16px;
  padding: 24px;
}

.div-block-47.red {
  background-color: rgba(88, 0, 0, .75);
}

.white {
  color: #fff;
}

.image-23 {
  width: 100%;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
}

.image-24 {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, .24);
}

.figure {
  margin-bottom: 0;
}

.html-embed-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  background-color: #5e7b6f;
  background-image: url('../images/hideout-1-1.png');
  background-repeat: repeat;
  background-size: 18px;
  background-attachment: scroll;
  padding: 24px;
}

.mb-0 {
  margin-bottom: 0;
}

.image-25 {
  width: 50%;
}

.div-block-49 {
  background-color: #fcf8f7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-50 {
  padding: 23px;
}

.imggrad {
  border-radius: 20px;
}

.div-block-51 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.break-all {
  word-break: normal;
  overflow-wrap: anywhere;
}

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

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

.link-block-5 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-6 {
  margin-bottom: 24px;
}

.image-27 {
  width: 100%;
}

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

.image-28 {
  width: 100%;
}

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

.text-block-19 {
  color: #fff;
  text-align: center;
  margin-top: 16px;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.rich-text-block-4 {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.section-9 {
  background-color: #484847;
}

.heading-9 {
  color: #fff;
  margin-bottom: 0;
}

.rich-text-block-5 {
  text-align: center;
}

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

.star {
  width: 50px;
}

.div-block-54 {
  margin-bottom: 16px;
}

.rich-text-block-6 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-10, .heading-11, .heading-12, .heading-13, .heading-14 {
  margin-bottom: 0;
}

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

.text-span-5 {
  text-decoration: line-through;
}

.paragraph-8 {
  font-size: 53px;
}

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

.container-5 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-15, .heading-16 {
  margin-bottom: 0;
}

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

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

.section-10 {
  font-size: 21px;
  line-height: 120%;
}

.link-block-7, .link-block-8, .link-block-9 {
  display: block;
}

.link-block-10 {
  color: #000;
  text-decoration: none;
}

.link-block-11 {
  color: #000;
  font-size: 21px;
  line-height: 120%;
  text-decoration: none;
}

.link-block-12, .link-block-13, .link-block-14 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .div-block-51 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .subhead {
    color: var(--dark-green);
    font-size: 22px;
    font-weight: 300;
  }

  .heading {
    white-space: break-spaces;
    word-break: normal;
    font-size: 32px;
    line-height: 42px;
  }

  .section.no-m-top {
    padding-top: 0;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 22px;
  }

  .brand {
    flex-direction: column;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-11 {
    background-color: #fff;
  }

  .slider {
    background-color: rgba(221, 221, 221, 0);
  }

  .icon, .icon-2 {
    color: #000;
  }

  .section-2 {
    height: 6vh;
  }

  .div-block-12 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .text-block-3 {
    text-align: center;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
  }

  .text-block-4 {
    text-align: center;
  }

  .div-block-14 {
    background-color: var(--dark-green);
    color: #fff;
    border-color: #fff;
  }

  .image-6 {
    width: 100%;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4 {
    display: none;
  }

  .div-block-27 {
    width: 90%;
  }

  .section-5 {
    padding-top: 0;
  }

  .div-block-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    width: 100%;
    height: auto;
  }

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

  .image-9 {
    width: 58px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .text-span-4 {
    color: var(--dark-green);
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
  }

  .div-block-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3, .image-6-copy {
    width: 100%;
  }

  .section-2-copy {
    height: 6vh;
  }

  .inner-offer {
    flex-direction: column;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .blatt-box, .div-block-51 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-7 {
    word-break: normal;
    overflow-wrap: normal;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .star {
    width: 33px;
    margin-right: 5px;
  }

  .container-4, .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-30 {
    display: none;
  }

  .heading-17, .heading-18, .heading-19 {
    text-align: center;
  }

  .image-31, .image-32, .image-33, .image-34 {
    margin-bottom: 16px;
  }

  .image-35 {
    width: 100%;
  }

  .container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_4ea17169-00ce-046b-f413-55193c518f3e-d4109824, #w-node-bdce193f-a4c6-8f4a-579e-d1220660e2f1-d4109824, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-d4109824, #w-node-ae924b22-0860-ca4c-f0ee-219acab99653-d4109824, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-6581ca5c, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-39cee156 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_149f7aca-e96e-c5cf-f086-3de8c98a4ec9-be786123, #w-node-_75b5f2ee-b5ac-4a72-14ff-efaac8049e2c-be786123, #w-node-_4be5ffeb-146d-906c-340a-bc8d4c9d1101-be786123, #w-node-_999db364-5c6d-4fca-50e4-5d9a368d08bb-be786123, #w-node-_5efab452-3514-cba5-161e-a0e597bedc5b-be786123, #w-node-_4243c4f4-1e56-57c8-7bb1-cca7912ef13c-be786123, #w-node-_148251be-8b48-f728-ad46-6d27be1da8fe-be786123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-5f209ee5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ad448c03-a3f6-f0ab-72e8-9631a78e5cce-9c7c3ff3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-a4c86b9a-6945-9eac-a870-eb8e470617e3-9c7c3ff3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_149f7aca-e96e-c5cf-f086-3de8c98a4ec9-9c7c3ff3, #w-node-_7e0c1151-c8eb-d270-101e-12ab35eec24e-9c7c3ff3, #w-node-_75b5f2ee-b5ac-4a72-14ff-efaac8049e2c-9c7c3ff3, #w-node-fb79b671-f3dd-087c-a8c0-8c28a37251ac-9c7c3ff3, #w-node-_4be5ffeb-146d-906c-340a-bc8d4c9d1101-9c7c3ff3, #w-node-_245708b1-fac1-fb41-36a8-20f55c0469a3-9c7c3ff3, #w-node-_999db364-5c6d-4fca-50e4-5d9a368d08bb-9c7c3ff3, #w-node-_1058729b-f1e5-cd04-2cbc-b99617f62bfe-9c7c3ff3, #w-node-_5efab452-3514-cba5-161e-a0e597bedc5b-9c7c3ff3, #w-node-_16f991ec-493f-45a3-bc44-418d3957bbcf-9c7c3ff3, #w-node-_4243c4f4-1e56-57c8-7bb1-cca7912ef13c-9c7c3ff3, #w-node-_31edfd0e-3cc0-8dc9-2923-eacb5a172d64-9c7c3ff3, #w-node-_148251be-8b48-f728-ad46-6d27be1da8fe-9c7c3ff3, #w-node-a681347e-3c8c-7d50-6f69-dada08ebe1fb-9c7c3ff3, #w-node-_75953dcf-7a42-111e-059f-b82f2f97afe4-9c7c3ff3, #w-node-_6324806e-56b3-92e3-56d9-78ebfbcbe4a8-9c7c3ff3, #w-node-_6fcb0828-0b68-51eb-6fa4-17d3ee0c50c9-9c7c3ff3, #w-node-c6118bd6-9665-5e0d-d1eb-0bbefb21f7a6-9c7c3ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b553435-07d0-9e8e-c520-b0216564e825-7349b330 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_3043b04f-ec81-c73e-cf72-adb0dc63efba-57f7d029 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d6d06b55-fe21-027e-f1f2-ed92426573bd-57f7d029 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0f6701f8-30a0-22b6-4f30-ae57fa64a9d2-57f7d029, #w-node-ef06a7e4-7087-2323-b18b-dade2ef526bf-57f7d029 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-6581ca5c, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-39cee156, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-5f209ee5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ea17169-00ce-046b-f413-55193c518f3e-d4109824, #w-node-bdce193f-a4c6-8f4a-579e-d1220660e2f1-d4109824, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-d4109824, #w-node-ae924b22-0860-ca4c-f0ee-219acab99653-d4109824, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-6581ca5c, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-39cee156, #w-node-ae924b22-0860-ca4c-f0ee-219acab995e1-5f209ee5, #w-node-_3043b04f-ec81-c73e-cf72-adb0dc63efba-57f7d029 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d6d06b55-fe21-027e-f1f2-ed92426573bd-57f7d029 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0f6701f8-30a0-22b6-4f30-ae57fa64a9d2-57f7d029, #w-node-ef06a7e4-7087-2323-b18b-dade2ef526bf-57f7d029 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


