:root {
  --_main-variables---green: #577220;
  --_main-variables---primary: #242424;
  --_main-variables---highlight: #e7d9cb;
  --_main-variables---backgroundhighlight: #fefbf8;
  --_main-variables---color: white;
  --_main-variables---accentbkg: #d1aa86;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--_main-variables---green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.herowrapper {
  border-top: 0px solid var(--_main-variables---primary);
  border-bottom: 0px solid var(--_main-variables---primary);
  width: 100%;
  height: auto;
}

.image {
  width: 300px;
  padding-top: 0;
}

.image-2 {
  width: 100%;
  height: auto;
}

.headlinewrapper {
  background-color: var(--_main-variables---primary);
  border-radius: 15px;
  margin-top: 400px;
}

.heroheadline {
  color: var(--_main-variables---highlight);
  text-align: center;
  letter-spacing: .02em;
  mix-blend-mode: normal;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading {
  color: var(--_main-variables---primary);
  text-align: center;
}

.heading-3 {
  color: #426079;
  text-align: center;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.heading-3.stoies {
  color: #426079;
  margin-top: 40px;
  margin-bottom: auto;
  font-style: italic;
}

.bulletpoints {
  color: var(--_main-variables---backgroundhighlight);
  margin-bottom: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.bulletpoints.bpwhite {
  color: var(--_main-variables---backgroundhighlight);
}

.grid-whyswitch {
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.lookingtobullet {
  color: var(--_main-variables---highlight);
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.italic-text-2 {
  color: #426079;
}

.yellowbox {
  background-color: #fefbf8;
  border-radius: 15px;
  margin: 20px auto 40px;
  padding: 10px 20px;
  display: block;
  box-shadow: 1px 2px 5px #0003;
}

.section-banner1 {
  background-image: url('../images/momanddaughtercooking_1.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.whymore {
  margin-left: 40px;
  margin-right: 40px;
}

.bulletgrid {
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 50px 1fr;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacerdiv {
  margin: 40px 120px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #6592bb;
  background-image: linear-gradient(146deg, #426079, #bac44b);
  border-radius: 10px;
  width: 300px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 35px;
  display: block;
  box-shadow: 4px 4px 5px #0003;
}

.button.belowvideo {
  background-color: var(--_main-variables---green);
  background-image: none;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.flower {
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  border: 0 solid #6592bb;
  width: auto;
  margin: 30px 10px auto;
  display: block;
}

.topheadline {
  color: var(--_main-variables---green);
  text-align: center;
  margin-top: 40px;
  margin-bottom: auto;
  font-size: 50px;
  line-height: 25px;
}

.topheadline.whymoreheading {
  margin-top: 60px;
}

.topheadline.testimonialheader {
  margin-top: auto;
  padding-top: 0;
}

.greenbold {
  color: var(--_main-variables---primary);
  letter-spacing: .002em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 32px;
  display: block;
}

.greenbold.subheadline {
  color: var(--_main-variables---primary);
  font-size: 25px;
}

.footer {
  background-color: var(--_main-variables---primary);
}

.footercontent {
  margin-top: 100px;
}

.footertext {
  color: var(--_main-variables---highlight);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.yellowboxwhyweshop {
  background-color: #fefbf8;
  border-radius: 15px;
  margin: 40px 100px auto;
  padding: 10px 20px;
  display: block;
  box-shadow: 1px 2px 5px #0003;
}

.paragraph {
  color: var(--_main-variables---primary);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.sectioncta {
  background-color: #fff;
}

.productimgswrapper {
  background-image: url('../images/naturebkg2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-products {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5"
                       "Area-6 Area-7 Area-8 Area-9 Area-10";
  margin: 60px;
}

.section2 {
  background-image: url('../images/momanddaughtercooking.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sectionmomsbanner {
  background-color: var(--_main-variables---primary);
  margin-top: 40px;
}

.momsgraphic {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contentwrapper {
  margin: 40px;
}

.gridtestimonials {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.testimonialwrapper {
  background-color: #fdfbf4;
  margin-top: 40px;
}

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

.popupcontent {
  background-color: var(--_main-variables---backgroundhighlight);
  border: 1px solid #fad7ff;
  border-radius: 15px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.form-2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.formwrapper {
  background-color: #fff;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  width: 500px;
  margin: 20px auto 60px;
}

.popupbox {
  z-index: 9999;
  object-fit: cover;
  background-color: #c6c6c926;
  background-image: linear-gradient(#000c, #000c);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.closebutton {
  object-fit: fill;
  margin-left: -14px;
  display: block;
  position: relative;
  inset: 0% -95% -10px auto;
}

.submit-button {
  background-color: var(--_main-variables---green);
  border: 0 solid #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
}

.form1 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.formtextbox {
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 20px 41px;
  font-size: 18px;
}

.popupheadline {
  color: var(--_main-variables---primary);
  text-align: center;
  border: 0 solid #8b8b8b;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.video {
  margin-top: 40px;
}

.validationcode {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider {
  background-color: #fdfbf4;
  height: auto;
  margin-top: 20px;
}

.testwrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-color: var(--_main-variables---primary);
}

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

.grid-3 {
  grid-template: ". Area"
  / .5fr 1fr;
  margin-top: 40px;
}

.ikonik-n3yzz, .ikonik-gwbxp {
  color: #fff;
}

.ikonik-62rwqk, .ikonik-qzwwh, .ikonik-02klm, .ikonik-roibdj, .ikonik-6tc7t, .ikonik-vo482, .ikonik-59p3ml, .ikonik-70rk1 {
  color: #2b3a0b;
}

.bullethighlight {
  color: var(--_main-variables---color);
  font-weight: 600;
}

.image-3 {
  border-radius: 8px;
  margin-top: 40px;
}

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

.image-5 {
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block {
  background-color: var(--_main-variables---green);
  height: 100%;
  margin-bottom: 40px;
}

.column {
  background-color: var(--_main-variables---green);
  padding-left: 0;
  padding-right: 0;
}

.ikonik-gp3r9, .ikonik-nbra7, .ikonik-hebg9, .ikonik-yifh5, .ikonik-yckog, .ikonik-lptnv {
  color: #fff;
}

.columns {
  background-color: var(--_main-variables---green);
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.columns._2nd {
  margin-top: auto;
}

.column-2 {
  background-color: var(--_main-variables---green);
}

.column-2.promoise {
  background-color: var(--_main-variables---color);
}

.wetiredofguessing {
  color: var(--_main-variables---backgroundhighlight);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.wetiredofguessing.bpwhite {
  color: var(--_main-variables---backgroundhighlight);
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 93px;
  display: block;
}

.ikonik-mo12rf, .ikonik-6sh2h, .ikonik-l6qmng, .ikonik-kkdzq, .ikonik-1qoqk, .ikonik-qh76e, .ikonik-88uny {
  color: #fff;
}

.collums3 {
  background-color: var(--_main-variables---green);
  padding-left: 0;
  padding-right: 0;
}

.columns1 {
  background-color: var(--_main-variables---green);
}

.columnspromise {
  background-color: var(--_main-variables---color);
  width: 1100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.columnspromise._2nd {
  margin-top: auto;
}

.betterstorepromise {
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.image-6 {
  width: 200px;
  margin: 40px auto 20px;
  padding-bottom: 20px;
  display: block;
}

.column-2-white, .column-2-white.promoise {
  background-color: var(--_main-variables---color);
}

.imageleft {
  width: 100%;
  padding-right: 10px;
}

.columnwhite {
  background-color: var(--_main-variables---color);
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  width: 400px;
  margin: 20px auto;
  display: block;
}

.headerdiv {
  background-color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.headerdiv.bottom {
  margin-top: auto;
}

.greendiv {
  background-color: var(--_main-variables---green);
  width: 100%;
  height: 100%;
}

.column-3 {
  background-color: var(--_main-variables---highlight);
  padding-left: 0;
  padding-right: 0;
}

.image-8 {
  width: 100%;
  display: block;
}

.heading-5 {
  color: var(--_main-variables---color);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.greenblock {
  background-color: var(--_main-variables---green);
  width: 100%;
  height: 100%;
}

.image-9 {
  display: block;
}

.div-block-3 {
  background-color: var(--_main-variables---highlight);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-6 {
  color: var(--_main-variables---primary);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.column-4, .column-5 {
  padding-left: 0;
  padding-right: 0;
}

.heading-7 {
  text-align: center;
}

.heading-8 {
  color: var(--_main-variables---green);
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-4 {
  background-color: var(--_main-variables---primary);
}

.grayoverlay-right {
  background-color: #0009;
  height: 100%;
  margin-left: 900px;
  margin-right: 50px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  display: block;
}

.section-banner2 {
  background-image: url('../images/doordelivery.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.grayoverlay-left {
  background-color: #0009;
  height: 100%;
  margin-left: 50px;
  margin-right: 900px;
}

.section-betterstorepromise {
  background-color: var(--_main-variables---color);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
}

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

.section-3 {
  background-color: var(--_main-variables---green);
}

.heading-10 {
  color: var(--_main-variables---highlight);
  text-align: center;
  padding-top: 0;
}

.promisepoints {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.greenbox {
  background-color: #4f7302;
  background-image: linear-gradient(#4f7303, #577220);
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 250px;
  margin-right: 250px;
  padding: 10px 0;
}

.ikonik-6zn12, .ikonik-04t58, .ikonik-mfc17, .ikonik-abofb, .ikonik-5l1hf, .ikonik-1m39d {
  color: #fff;
}

.heroimage {
  border-top: 5px solid var(--_main-variables---green);
  border-bottom: 5px solid var(--_main-variables---green);
  width: 100%;
}

.columns-2 {
  background-color: var(--_main-variables---highlight);
  margin-left: 100px;
  margin-right: 100px;
}

.bigbox {
  background-color: #0000;
  background-image: linear-gradient(#577220, #769b23);
  max-width: 720px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bigbox.bbnotox {
  background-color: #efe6dd;
  background-image: none;
  border-radius: 15px;
  width: 900px;
  margin: auto 250px 40px;
}

.bbright {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.greenboxspacer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 14px;
  display: block;
  position: relative;
}

.bbleft {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.bbleft.bbleftcta {
  background-color: #0000;
}

.bigboxcolumn {
  padding-left: 0;
  padding-right: 0;
}

.bigboximg {
  width: 100%;
  max-width: 360px;
}

.bbtext3 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 39px;
  margin-bottom: auto;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  line-height: 24px;
  display: block;
}

.bbtext2 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  line-height: 24px;
  display: block;
}

.bbtext2.families {
  font-size: 22px;
}

.bbtext1 {
  color: #fff;
  text-align: center;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: auto;
  padding-top: 0%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.bbtext4 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 102px;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.bbbox4lefttext {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.ctaheadline {
  color: var(--_main-variables---green);
  text-align: center;
  margin-top: 40px;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 20px;
}

.ctaheadline.whymoreheading {
  margin-top: 60px;
}

.ctaheadline.testimonialheader {
  margin-top: auto;
  padding-top: 40px;
}

.ctaheadline2 {
  color: var(--_main-variables---primary);
  text-align: center;
  margin-top: 6px;
  margin-bottom: auto;
  font-size: 25px;
  line-height: 25px;
}

.ctaheadline2.whymoreheading {
  margin-top: 60px;
}

.ctaheadline2.testimonialheader {
  margin-top: auto;
  padding-top: 40px;
}

.bold-text2 {
  color: var(--_main-variables---primary);
  letter-spacing: .002em;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.bold-text2.subheadline {
  color: var(--_main-variables---primary);
  font-size: 25px;
}

.no-grid {
  grid-template-columns: .25fr 1fr;
  margin-top: 10px;
  margin-bottom: 0;
}

.ikonik-ux40jh {
  color: #4f7303;
}

.no-gridbullet {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 18px;
}

.bold-text-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.ikonik-u3197 {
  color: #4f7303;
}

.blackheading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.blackheading._100sat {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.blackheading.tytext {
  text-align: left;
  font-size: 20px;
  line-height: 20px;
}

.bold-text-3 {
  font-size: 28px;
  line-height: 28px;
  display: block;
}

.bold-text-4 {
  font-size: 25px;
  line-height: 24px;
}

.bold-text-4.finally {
  font-size: 20px;
}

.grid-top {
  background-image: linear-gradient(180deg, var(--_main-variables---green), #769b23);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
}

.bbtext-top {
  color: #fff;
  text-align: center;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: auto;
  padding-top: 0%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 26px;
  display: block;
}

.image-10 {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.greenbold-copy {
  color: var(--_main-variables---green);
  letter-spacing: .002em;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 30px;
  display: block;
}

.greenbold-copy.subheadline {
  color: var(--_main-variables---primary);
  font-size: 25px;
}

.img-productbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-12 {
  width: 100%;
}

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

.text-span-2, .vertically {
  font-size: 20px;
}

.smarterdiv {
  background-color: #efe7dd;
  border-radius: 15px;
  margin-left: 250px;
  margin-right: 250px;
}

.popupquetions {
  color: var(--_main-variables---primary);
  text-align: left;
  border: 0 solid #8b8b8b;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.popuplist {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.slide {
  padding-top: 20px;
}

@media screen and (min-width: 1920px) {
  .lookingtobullet {
    font-size: 30px;
    line-height: 34px;
  }

  .grid-products {
    grid-template-areas: ".";
  }

  .popupbox {
    display: none;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .yellowbox {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .whymore {
    margin-left: 60px;
    margin-right: 60px;
  }

  .button {
    width: 200px;
  }

  .html-embed {
    margin-top: 6px;
  }

  .topheadline {
    font-size: 30px;
  }

  .greenbold {
    font-size: 25px;
  }

  .yellowboxwhyweshop {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-products {
    margin: 20px;
  }

  .popupbox {
    display: none;
  }

  .testwrapper {
    width: 600px;
  }

  .testimg {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .greenbox, .columns-2, .bigbox {
    margin-left: 5px;
    margin-right: 5px;
  }

  .ctaheadline, .ctaheadline2 {
    font-size: 30px;
  }

  .bold-text2 {
    font-size: 25px;
  }

  .blackheading {
    font-size: 28px;
    line-height: 30px;
  }

  .bold-text-5 {
    font-size: 35px;
    line-height: 35px;
  }

  .greenbold-copy {
    font-size: 25px;
  }

  .smarterdiv {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-5-copy {
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .html-embed {
    margin-top: 27px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-products {
    grid-auto-flow: row;
    margin-left: 5px;
    margin-right: 5px;
  }

  .form-2 {
    width: 380px;
    margin-left: -50px;
  }

  .formwrapper {
    width: 400px;
  }

  .popupbox {
    display: none;
  }

  .closebutton {
    margin-left: -16px;
  }

  .testwrapper {
    width: 500px;
  }

  .heading-8 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .bigbox {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .bbtext3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .bbtext2 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bbtext1, .bbtext4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blackheading {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 28px;
  }

  .bbtext-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bold-text-5, .bold-text-5-copy {
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .herowrapper {
    background-image: none;
    height: 150px;
  }

  .headlinewrapper {
    margin-top: 195px;
  }

  .heroheadline {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3.stoies {
    margin-top: 40px;
  }

  .bulletpoints {
    font-size: 18px;
  }

  .yellowbox {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .whymore {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bulletgrid {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }

  .spacerdiv {
    margin-left: 5px;
    margin-right: 5px;
  }

  .html-embed {
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .topheadline.testimonialheader {
    padding-top: 0;
  }

  .greenbold {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .footertext {
    font-size: 12px;
    line-height: 18px;
  }

  .yellowboxwhyweshop {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .productimgswrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid-products {
    grid-template: "Area"
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .contentwrapper {
    margin-top: 20px;
  }

  .gridtestimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    margin-top: 20px;
    display: grid;
  }

  .popupcontent {
    width: 100%;
    margin-top: -91px;
    margin-left: 0;
  }

  .form-2 {
    width: 100%;
    margin-left: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .formwrapper {
    width: 290px;
  }

  .popupbox {
    display: none;
  }

  .closebutton {
    margin-top: 51px;
    margin-bottom: -60px;
    margin-left: -26px;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .form1 {
    width: 290px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .formtextbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .popupheadline {
    margin-top: -6px;
    font-size: 24px;
    line-height: 24px;
  }

  .testwrapper {
    width: 310px;
  }

  .wetiredofguessing {
    font-size: 18px;
  }

  .image-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .headerdiv {
    margin-top: 80px;
    line-height: 18px;
  }

  .heading-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    margin-top: 0;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 32px;
  }

  .bbright, .bbtext3 {
    margin-top: 20px;
  }

  .bbtext2 {
    margin-top: 20px;
    padding-top: 0;
  }

  .ctaheadline, .ctaheadline2, .bold-text2 {
    font-size: 20px;
    line-height: 20px;
  }

  .no-gridbullet {
    line-height: 22px;
  }

  .blackheading._100sat {
    margin-top: 20px;
  }

  .grid-top {
    margin-left: 0;
    margin-right: 0;
  }

  .bbtext-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bold-text-5 {
    font-size: 28px;
    line-height: 28px;
  }

  .column-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .img-productbox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .smarterdiv {
    margin-left: 5px;
    margin-right: 5px;
  }

  .popupquetions {
    margin-top: -6px;
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text-5-copy {
    font-size: 28px;
    line-height: 28px;
  }
}

#w-node-_6f1d1cb0-7391-b96d-1abe-b2e4e90e4d1e-58f6fa61, #w-node-_6f1d1cb0-7391-b96d-1abe-b2e4e90e4d25-58f6fa61, #w-node-_5a39edc9-2f33-c859-676d-fdceaae3b299-58f6fa61, #w-node-_5a39edc9-2f33-c859-676d-fdceaae3b29e-58f6fa61, #w-node-_5a39edc9-2f33-c859-676d-fdceaae3b2a3-58f6fa61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9b58fa5-7d74-ad27-270f-77d4c09006ab-58f6fa61 {
  justify-self: center;
}

#w-node-_3a586a1f-93a1-c40f-4edf-eb8b1d1eeab7-58f6fa61 {
  place-self: center start;
}

#w-node-_597e427c-adcf-c1dd-771f-b6bedf3fd3db-58f6fa61 {
  justify-self: center;
}

#w-node-fa69d8c0-0916-dfff-9a8c-54cf0fed8283-58f6fa61 {
  place-self: center start;
}

#w-node-e598c9b5-c74e-c330-0ba6-295118635d21-58f6fa61 {
  justify-self: center;
}

#w-node-_618e5c89-2a73-9029-5b8c-5663396b497f-58f6fa61 {
  place-self: center start;
}

#w-node-_7bbf0e16-bd24-9e2d-2357-ebacb4513694-58f6fa61 {
  justify-self: center;
}

#w-node-dff0e6cc-3842-daeb-708a-308713256667-58f6fa61 {
  place-self: center start;
}

#w-node-_468d201e-4634-1047-dbbb-b50c229ad0bb-58f6fa61 {
  justify-self: center;
}

#w-node-_2a91f446-c36d-c65b-9465-fa5147a85b41-58f6fa61 {
  place-self: center start;
}

#w-node-_710a5cef-568a-b042-2656-3b92ed3146e6-58f6fa61 {
  justify-self: center;
}

#w-node-ac1f8db0-7fe1-8bba-e2bc-c6dd7c602242-58f6fa61 {
  place-self: center start;
}

#w-node-_605d8b08-d37b-3cac-fcc0-91d4c953341b-58f6fa61 {
  justify-self: center;
}

#w-node-_88cca21d-6794-479b-e8bf-b839d69ca8ef-58f6fa61 {
  place-self: center start;
}

#w-node-_2f230a0d-ce46-6b90-8620-033496729205-58f6fa61 {
  justify-self: center;
}

#w-node-e61d089d-6027-ddcc-9198-542331aa28f2-58f6fa61 {
  place-self: center start;
}


