:root {
  --buttoncolor: #f99035;
  --textcolor: #3b6531;
  --textsecondary: #508144;
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

.maincontainer {
  width: 75%;
  max-width: 1200px;
  min-width: 1000px;
  font-family: DM Sans, sans-serif;
}

.maincontainer.maincontainer2 {
  width: 70%;
}

.maincontainer.maincontainer3 {
  width: 64%;
}

.maincontainer.maincontainer4 {
  width: 60%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maincontainer.maincontainer5 {
  width: 65%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.image {
  max-width: 180px;
}

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

.navlink {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.button {
  background-color: #e08e62;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.button.navlink.navbutton {
  color: #fff;
  border-radius: 5px;
  padding: 12px 17px;
}

.button.navlink.navbutton.maincta {
  width: 75%;
  background-color: var(--buttoncolor);
  text-align: center;
  margin-top: 13px;
  margin-bottom: 11px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.45rem;
}

.button.navlink.navbutton.maincta.cta2 {
  width: auto;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button.navlink.navbutton.maincta.cta2.mainpricingcta {
  margin-top: -2px;
  padding: 38px 48px;
}

.button.navlink.navbutton.maincta.cta3 {
  width: 60%;
  padding: 41px 71px;
  display: inline-block;
}

.button.navlink.navbutton.navbutton2 {
  background-color: var(--buttoncolor);
}

.section {
  min-height: 40px;
  background-color: #47763b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: #fff;
  font-size: 1.005rem;
}

.section-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-3 {
  background-color: rgba(95, 197, 67, .06);
  padding-top: 21px;
}

.text-block {
  color: var(--textcolor);
  text-align: center;
  font-size: 1.05rem;
}

.image-2 {
  width: 400px;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 30px;
}

.container {
  min-width: 35%;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  color: #34627f;
  margin-left: 15px;
  margin-right: 0;
}

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

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.text-block-2 {
  color: var(--textsecondary);
  margin-bottom: 9px;
  font-size: 1.2rem;
  line-height: 28px;
}

.heading {
  margin-top: 0;
  font-size: 2.5rem;
}

.text-span {
  text-decoration: underline;
}

.text-bulletlist-banner {
  font-size: 15px;
}

.text-block-3 {
  color: #1d1d1d;
}

.image-4 {
  max-width: 110px;
  margin-bottom: 8px;
}

.container-3 {
  width: 33%;
  text-align: center;
}

.text-block-4 {
  color: var(--textsecondary);
  margin-bottom: 9px;
  font-size: 1.03rem;
}

.text-block-5 {
  font-size: 1rem;
  line-height: 23px;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
}

.section-4 {
  background-color: rgba(67, 197, 110, .11);
}

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

.h2-title {
  color: var(--textcolor);
  text-align: center;
}

.h2-title._2 {
  padding-left: 105px;
  padding-right: 105px;
}

.heading-2 {
  color: #34627f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px;
}

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

.text-block-6 {
  font-size: 20px;
}

.text-block-7 {
  color: #22ccae;
  border: 2px solid #22ccae;
  border-radius: 20px;
  margin-left: 13px;
  padding: 2px 13px 0;
  font-size: 13px;
  font-weight: 900;
}

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

.text-block-8 {
  margin-top: 14px;
  margin-bottom: 16px;
  font-size: 24px;
}

.text-block-9 {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-10 {
  color: #818a97;
  font-size: 18px;
  line-height: 25px;
}

.review {
  width: 100%;
  max-width: 100%;
  margin-bottom: 31px;
}

.review.review-col {
  width: 50%;
}

.image-5 {
  width: 650px;
  max-width: 700px;
}

.image-review {
  max-width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}

.flex-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 20px;
}

.review-yellow-block {
  width: 60%;
  max-width: 100%;
  text-align: center;
  background-color: #f8f2e7;
  border-radius: 5px;
  padding: 29px 23px 31px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.review-yellow-block.yellow-review-2 {
  width: 80%;
}

.review-yellow-block.yellow-review-2._1 {
  width: 60%;
  padding-top: 15px;
  padding-left: 11px;
  padding-right: 11px;
}

.review-yellow-block.yellow-review-2._1._2 {
  margin-top: 40px;
  padding-top: 28px;
}

.review-yellow-block.yellow-review-2._1._2._3 {
  width: 100%;
  margin-bottom: 27px;
  padding-bottom: 28px;
}

.container-5 {
  max-width: 100%;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
  display: flex;
}

.text-block-11 {
  margin-top: 15px;
  margin-bottom: 17px;
  font-size: 18px;
}

.text-block-11._2 {
  line-height: 28px;
}

.text-block-12 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 23px;
}

.text-block-13 {
  margin-top: 22px;
  font-size: 16px;
}

.text-block-14 {
  width: 53%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-14.center._2 {
  width: 90%;
}

.section-6 {
  background-color: #fffded;
  padding-bottom: 30px;
}

.heading-3 {
  color: var(--textsecondary);
  text-align: center;
  font-size: 26px;
}

.image-6 {
  width: 130px;
}

.image-6.stars2 {
  width: 150px;
}

.container-6 {
  width: 70%;
  max-width: 100%;
}

.container-7 {
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-7._2 {
  margin-top: -26px;
}

.container-8 {
  max-width: 100%;
  background-color: #5fa55c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px 20px;
}

.container-8.blue-back {
  background-color: #aadacc;
}

.container-8.blue-back._2 {
  background-color: #73d18c;
}

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

.heading-4._2 {
  color: var(--textcolor);
  text-align: center;
  line-height: 40px;
}

.container-9 {
  padding: 20px 20px 25px;
}

.video {
  width: 100%;
  height: 100%;
}

.container-10 {
  margin-left: 0;
  margin-right: 30px;
}

.text-block-15 {
  margin-top: 18px;
  margin-bottom: 22px;
  font-size: 19px;
  line-height: 28px;
}

.container-11 {
  width: 30%;
  height: 350px;
  max-width: 100%;
  min-width: 30%;
}

.image-7 {
  max-width: 44px;
}

.bold-text-3 {
  font-size: 25px;
}

.bold-text-3.ne {
  font-size: 22px;
  line-height: 25px;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
}

.flex-block-7.last, .flex-block-7.yesllow-back {
  margin-bottom: 0;
}

.container-12 {
  background-color: #d6efeb;
  padding: 29px 25px;
}

.text-block-16 {
  text-align: center;
  margin-top: 18px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-17 {
  text-align: center;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 24px;
  line-height: 32px;
}

.container-13 {
  margin-left: 0;
  margin-right: 27px;
}

.container-14 {
  width: 220px;
  height: 220px;
  max-width: 220px;
  min-height: 220px;
  min-width: 220px;
  border-radius: 50%;
  margin-right: 40px;
  overflow: hidden;
}

.image-8 {
  object-fit: contain;
}

.heading-5 {
  color: var(--textcolor);
  margin-bottom: 18px;
  font-size: 28px;
}

.text-block-18 {
  font-size: 18px;
  line-height: 30px;
}

.text-block-19 {
  margin-top: 31px;
  font-size: 18px;
  text-decoration: underline;
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.container-15 {
  width: 80%;
  background-color: #f8f2e7;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 12px;
  display: block;
}

.container-15.last {
  margin-bottom: 0;
}

.text-block-21 {
  font-size: 2px;
  line-height: 30px;
}

.container-16 {
  max-width: 100%;
  margin-bottom: 8px;
}

.image-9 {
  max-width: 600px;
  margin-left: -30px;
  margin-right: -30px;
}

.image-10 {
  max-width: 43px;
  margin-top: -44px;
}

.text-block-22 {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.container-17 {
  min-width: 240px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #aadacc;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 9px 9px 20px;
}

.container-17.bottom {
  margin-top: 20px;
  margin-bottom: 0;
}

.container-18 {
  z-index: 1;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-block-9 {
  margin-top: 35px;
  margin-bottom: 36px;
}

.link {
  color: #0086c3;
  text-align: center;
  margin-bottom: 21px;
  font-size: 22px;
  display: block;
}

.container-20 {
  max-width: 100%;
  text-align: center;
}

.section-7 {
  background-color: #eaf8e7;
  padding-bottom: 28px;
}

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

.image-11 {
  width: 260px;
}

.container-22 {
  width: 45%;
  max-width: 45%;
  background-color: #fff;
  border: 2px solid #aadacc;
  border-radius: 6px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  display: flex;
}

.text-block-23 {
  margin-bottom: 6px;
  font-size: 18px;
}

.text-block-24 {
  font-size: 16px;
  line-height: 25px;
}

.container-23 {
  z-index: 1;
  width: 50px;
  height: 50px;
  max-width: 10%;
  min-height: 50px;
  min-width: 50px;
  background-color: #fff;
  border: 2px solid #aadacc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container-24 {
  width: 45%;
  max-width: 45%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.text-block-25 {
  font-size: 22px;
  font-weight: 700;
}

.flex-block-10 {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.container-25 {
  width: 1px;
  height: 100%;
  mix-blend-mode: normal;
  background-color: #ccc;
  position: absolute;
  left: 50%;
}

.container-25.top {
  height: 50%;
  bottom: 0;
}

.container-25.bottom {
  height: 50%;
  top: 0;
}

.heading-6 {
  color: var(--textcolor);
  margin-bottom: 23px;
  font-size: 32px;
  line-height: 35px;
}

.section-8 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.section-9 {
  background-color: #76a360;
  margin-top: 33px;
}

.section-9.section-9-2 {
  margin-top: 0;
}

.image-12 {
  width: 40px;
}

.container-26 {
  margin-left: 0;
  margin-right: 0;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 30px;
  margin-left: 37px;
}

.text-block-26 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.text-block-27 {
  font-size: 16px;
  line-height: 25px;
}

.text-block-27._2 {
  margin-bottom: 30px;
  font-size: 18px;
}

.section-10 {
  background-color: rgba(58, 155, 81, .25);
}

.image-13 {
  width: 240px;
}

.heading-7 {
  color: var(--textcolor);
  text-align: center;
  font-size: 28px;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-28 {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 30px;
}

.text-block-29 {
  font-size: 17px;
  line-height: 30px;
}

.container-27 {
  padding-left: 28px;
}

.section-12 {
  background-color: #4c7f34;
  padding-top: 37px;
  padding-bottom: 37px;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  padding-left: 106px;
  padding-right: 106px;
  font-size: 30px;
  line-height: 40px;
}

.text-block-30 {
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
  font-size: 14px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 62px;
}

.container-28 {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}

.container-28._2 {
  background-color: #d6efeb;
  margin-top: -35px;
  padding-bottom: 0;
}

.container-28._3 {
  margin-top: 25px;
}

.container-29 {
  background-color: #0caaef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.text-block-31 {
  height: 25px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.container-30 {
  background-color: #f8f2e7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.text-block-32 {
  color: #34627f;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-32.middle-title {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 40px;
  line-height: 45px;
}

.text-span-2 {
  font-size: 60px;
}

.text-block-33 {
  color: #37465a;
  margin-top: 41px;
  margin-bottom: 7px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.text-block-34 {
  color: #fff;
  object-fit: fill;
  background-color: #00d3ad;
  border-radius: 7px;
  padding: 3px 9px;
  display: inline;
}

.text-block-35 {
  margin-top: 13px;
  font-size: 18px;
  font-style: normal;
}

.flex-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.flex-block-12.x {
  justify-content: center;
  align-items: center;
}

.container-31 {
  min-height: 370px;
  text-align: left;
  margin-top: 14px;
  padding-left: 32px;
  padding-right: 20px;
}

.image-14 {
  width: 25px;
}

.image-15 {
  margin-bottom: 18px;
  padding-left: 17px;
  padding-right: 17px;
  display: block;
}

.text-block-36 {
  color: #fb4322;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 26px;
}

.section-13 {
  background-color: rgba(129, 196, 122, .27);
  padding-bottom: 73px;
}

.container-32 {
  width: 50%;
  max-width: 100%;
  min-width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.container-32.last {
  width: 90%;
}

.flex-block-13 {
  width: 90%;
  background-color: #fff;
  border: 1px solid rgba(149, 209, 116, .59);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  padding: 17px;
  box-shadow: 0 2px 5px 3px rgba(149, 209, 116, .29);
}

.flex-block-13._2 {
  background-color: rgba(255, 255, 255, 0);
}

.flex-block-13.last {
  flex-flow: column;
}

.bold-text-7 {
  font-size: 24px;
  line-height: 35px;
  text-decoration: underline;
}

.text-block-37 {
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 28px;
}

.text-block-38 {
  color: var(--textcolor);
  margin-bottom: 14px;
}

.text-block-38.last {
  text-align: center;
}

.container-33 {
  width: 48%;
  text-align: center;
  background-color: #d6efeb;
  border-radius: 6px;
  margin-left: auto;
  margin-right: -65px;
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-33._2 {
  margin-left: -65px;
  margin-right: auto;
}

.container-33.last {
  width: 95%;
  margin-bottom: -106px;
  margin-right: auto;
}

.container-33._4 {
  width: 70%;
  background-color: #d6efeb;
  margin-right: auto;
  padding: 16px 67px;
}

.image-16 {
  width: 120px;
  margin-bottom: 8px;
}

.image-16._2 {
  width: 140px;
}

.image-17 {
  width: 90px;
}

.bold-text-8 {
  font-size: 16px;
  line-height: 25px;
}

.italic-text {
  font-size: 16px;
}

.text-block-39 {
  margin: 4px 9px;
}

.text-block-40 {
  background-color: var(--textcolor);
  color: #fff;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 29px;
  padding: 45px 19px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.section-14 {
  background-color: #edf5ff;
  padding-top: 29px;
  padding-bottom: 29px;
}

.image-18 {
  width: 480px;
  margin-bottom: 24px;
}

.container-34 {
  width: 90%;
  text-align: left;
}

.text-block-41 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}

.heading-9 {
  color: #34627f;
}

.heading-10 {
  color: var(--textsecondary);
  text-align: center;
  padding-left: 138px;
  padding-right: 138px;
  font-size: 26px;
  line-height: 35px;
}

.heading-11 {
  font-size: 42px;
  line-height: 55px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-bottom: 53px;
  font-size: 42px;
  line-height: 50px;
}

.text-block-42 {
  font-size: 28px;
  line-height: 35px;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  margin-bottom: 44px;
  font-size: 28px;
  line-height: 35px;
}

.section-15 {
  background-color: rgba(10, 66, 101, .77);
  background-image: linear-gradient(rgba(10, 66, 101, .75), rgba(10, 66, 101, .75)), url('../images/unnamed_4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-19 {
  width: 50px;
  position: absolute;
  top: -23px;
  left: 447.547px;
}

.image-19.bottom {
  top: auto;
  bottom: -25px;
  left: 45%;
}

.section-16 {
  background-color: #f0f8e7;
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading-13 {
  color: var(--textcolor);
  text-align: center;
}

.container-35 {
  width: 85%;
}

.image-20 {
  width: 100px;
  margin-top: 8px;
}

.container-36 {
  max-width: 70%;
}

.text-block-44 {
  color: var(--textsecondary);
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-45 {
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 25px;
}

.text-block-45.sa {
  margin-top: 33px;
}

.flex-block-14 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.flex-block-14.last {
  margin-bottom: 0;
}

.image-21 {
  width: 40px;
}

.text-block-46 {
  color: var(--black);
  font-size: 30px;
  line-height: 25px;
}

.text-block-46._2 {
  text-decoration: underline;
}

.bold-text-9 {
  font-size: 26px;
}

.container-37 {
  width: 75%;
  background-color: #d6efeb;
  padding: 41px 10px;
}

.section-17 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.section-18 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-47 {
  font-size: 18px;
  line-height: 35px;
}

.section-19 {
  background-color: #eef8e7;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-48 {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
  overflow: visible;
}

.footer {
  padding: 30px 18px;
}

.text-block-49 {
  text-align: center;
  margin-bottom: 4px;
}

.text-block-49._9 {
  margin-bottom: 23px;
}

.image-22, .image-23 {
  display: none;
}

.bold-text-10 {
  color: var(--textcolor);
}

.image-24 {
  width: 140px;
}

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

.bold-text-15 {
  color: var(--textsecondary);
}

.bold-text-18 {
  color: var(--textcolor);
}

.container-38 {
  width: 100%;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 334px;
  margin-bottom: 17px;
}

.text-block-50 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.link-6 {
  color: #fff;
}

.text-span-4 {
  text-decoration: underline;
}

.container-39 {
  width: 40%;
  max-width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-40 {
  width: 40%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-41 {
  width: 40%;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-block-17 {
  width: 80%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-18 {
  width: 20%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .maincontainer {
    width: 95%;
    min-width: auto;
    text-align: center;
  }

  .maincontainer.maincontainer3, .maincontainer.maincontainer4 {
    width: 80%;
  }

  .navlink.hidetablet {
    display: none;
  }

  .button.navlink.navbutton.maincta.cta2, .button.navlink.navbutton.maincta.cta2.mainpricingcta, .button.navlink.navbutton.maincta.cta3 {
    padding: 20px;
  }

  .section {
    display: none;
    overflow: visible;
  }

  .image-2 {
    display: none;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .container-2 {
    max-width: 100%;
    text-align: center;
  }

  .review {
    text-align: left;
  }

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

  .review-yellow-block, .review-yellow-block.yellow-review-2._1, .text-block-14 {
    width: 80%;
  }

  .container-6 {
    width: 100%;
  }

  .container-7 {
    margin-top: 23px;
  }

  .container-7._2 {
    max-width: 100%;
  }

  .container-8 {
    text-align: center;
  }

  .container-11 {
    width: 100%;
    height: auto;
  }

  .image-7 {
    margin-top: 0;
  }

  .flex-block-7.yesllow-back {
    flex-flow: column;
  }

  .container-13 {
    text-align: center;
    margin-right: 0;
  }

  .container-14 {
    text-align: center;
    order: -1;
    margin-right: auto;
  }

  .flex-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-15 {
    margin-top: 31px;
    margin-left: auto;
  }

  .image-9 {
    display: none;
  }

  .flex-block-9 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .container-21 {
    max-width: 100%;
  }

  .container-26._2 {
    text-align: left;
  }

  .flex-block-11 {
    margin-left: 0;
  }

  .flex-block-13 {
    width: 100%;
  }

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

  .image-19.bottom {
    left: 45%;
  }

  .container-35 {
    width: 100%;
  }

  .container-36 {
    max-width: 100%;
  }

  .container-37 {
    width: 100%;
  }

  .image-22 {
    max-width: 60%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .flex-block-15 {
    flex-flow: column;
  }

  .image-23 {
    width: 70%;
    display: inline-block;
  }

  .flex-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .maincontainer.maincontainer2, .maincontainer.maincontainer3, .maincontainer.maincontainer4 {
    width: 95%;
  }

  .maincontainer.maincontainer5 {
    width: 95%;
    padding-top: 43px;
    padding-bottom: 43px;
  }

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

  .navlink.hidemobile {
    display: none;
  }

  .button.navlink.navbutton.maincta {
    width: 100%;
  }

  .button.navlink.navbutton.maincta.cta2 {
    width: 90%;
  }

  .button.navlink.navbutton.maincta.cta3 {
    width: 100%;
  }

  .button.navlink.navbutton.navbutton2 {
    position: absolute;
    right: 30px;
  }

  .container-2 {
    margin-left: 0;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 35px;
  }

  .text-bulletlist-banner {
    text-align: left;
  }

  .container-3 {
    width: 100%;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .h2-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .h2-title._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    font-size: 18px;
  }

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

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

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

  .review {
    text-align: left;
  }

  .review-yellow-block, .review-yellow-block.yellow-review-2 {
    width: 100%;
  }

  .review-yellow-block.yellow-review-2._1 {
    width: 95%;
  }

  .text-block-11._2 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-14, .text-block-14.center._2 {
    width: 100%;
  }

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

  .container-8 {
    padding: 13px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-10 {
    margin-right: 0;
  }

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

  .image-7 {
    max-width: 35px;
    margin-top: 0;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .bold-text-3.ne {
    font-size: 16px;
    line-height: 20px;
  }

  .flex-block-7 {
    margin-bottom: 11px;
  }

  .container-12 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-block-17, .text-block-18 {
    font-size: 16px;
    line-height: 25px;
  }

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

  .container-15 {
    width: 100%;
  }

  .text-block-21 {
    line-height: 20px;
  }

  .flex-block-9 {
    flex-flow: column;
  }

  .container-22 {
    width: 100%;
    max-width: 100%;
  }

  .container-23 {
    display: none;
  }

  .container-24 {
    width: 100%;
    order: 1;
  }

  .flex-block-10 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    margin-bottom: 25px;
  }

  .container-25 {
    display: none;
  }

  .flex-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .text-block-27._2 {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .container-27 {
    padding-left: 0;
  }

  .heading-8 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-30 {
    margin-bottom: -5px;
  }

  .grid {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .container-32 {
    width: 100%;
  }

  .flex-block-13 {
    flex-flow: column;
    margin-bottom: 29px;
  }

  .flex-block-13._2 {
    margin-bottom: 28px;
  }

  .container-33 {
    width: 100%;
    margin-right: auto;
  }

  .container-33._2 {
    order: 1;
    margin-left: auto;
  }

  .container-33._4 {
    width: 100%;
  }

  .text-block-40 {
    padding: 11px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-41 {
    margin-bottom: 13px;
    font-size: 16px;
  }

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

  .heading-12 {
    margin-bottom: 36px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-43 {
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 25px;
  }

  .image-19 {
    left: 45%;
  }

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

  .text-block-44 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-45 {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .flex-block-14 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 8.25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .text-block-46 {
    text-align: left;
    font-size: 20px;
  }

  .text-block-46._2 {
    font-size: 24px;
  }

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

  .text-block-48 {
    font-size: 15px;
    line-height: 24px;
  }

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

  .bold-text-10 {
    font-size: 1.8rem;
    line-height: 0;
  }

  .bold-text-11 {
    font-size: 26px;
    line-height: 30px;
  }

  .bold-text-12 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    text-align: left;
    display: block;
  }

  .flex-block {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .button.navlink.navbutton.navbutton2 {
    right: 8px;
  }

  .container-3, .review.review-col {
    width: 100%;
  }

  .flex-block-6 {
    flex-flow: column;
  }

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

  .image-11 {
    width: 100%;
  }

  .container-24 {
    max-width: 100%;
  }

  .section-10 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-13 {
    padding-top: 33px;
    padding-bottom: 92px;
  }

  .text-block-46 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-46._2 {
    font-size: 18px;
  }

  .bold-text-9 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-48 {
    text-align: left;
    display: block;
  }

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

  .text-block-50 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 26px;
  }

  .container-40 {
    width: 0%;
  }
}


