:root {
  --dark-green: #15372c;
  --light-green: #daeee7;
  --dark-grey: #616b68;
  --brand-green: #0ebb83;
  --bright-grey: #a1aaa7;
}

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

@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 {
  color: #15372c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recursive, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

h2 {
  color: #fff;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Recursive, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recursive, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
}

h4 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--dark-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Recursive, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

a {
  margin-right: 0;
  padding: 18px 25px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  box-shadow: 0 0 40px #00000040;
}

.section {
  padding-left: 130px;
  padding-right: 130px;
}

.section.colored_div.gap {
  margin-top: 100px;
  position: relative;
}

.section.colored_div.gap.moregap {
  margin-top: 250px;
}

.section.colored_div.bright {
  background-color: var(--light-green);
  background-image: none;
}

.container {
  max-width: none;
}

.container.margin {
  margin-top: 100px;
}

.container.margin.bg_color {
  background-color: var(--light-green);
  border-radius: 3px;
}

.top_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  padding-top: 100px;
  display: flex;
}

.top_div.align_center {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.top_div.align_center.less_margin {
  padding-top: 50px;
}

.top_div.align_left {
  flex-flow: column;
}

.left_div {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 110px;
  display: flex;
}

.left_div.from_top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.left_div.from_top.a {
  padding-bottom: 40px;
}

.div {
  flex: 1;
}

.text-block {
  color: #616b68;
  text-align: left;
  width: auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  display: block;
}

.text-block.short_txt {
  color: var(--dark-grey);
  width: 75%;
}

.text-block._14 {
  font-size: 14px;
}

.text-block._14.dark_text {
  color: var(--dark-green);
}

.text-block._14.dark_text.pricee {
  text-align: right;
}

.text-block._14.dark_text.pricee.pricevip {
  text-align: left;
}

.text-block._14.dark_text.pricee.pricevip.white, .text-block._14.dark_text.white {
  color: #fff;
}

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

.text-block.centered {
  text-align: center;
  width: 40%;
}

.button {
  font-size: 16px;
}

.btn_green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 18px 25px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.btn_green.draker_btn {
  background-color: var(--dark-green);
  position: static;
}

.colored_div {
  background-image: linear-gradient(135deg, #15372c, #235c4a);
}

.top_div2 {
  padding: 95px 95px 65px;
}

.short_h2 {
  width: 40%;
}

.short_h2.not_too_short {
  width: 80%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 54px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  padding-left: 95px;
  padding-right: 95px;
  display: grid;
}

.grid.no-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #fff;
}

.text-block-brighter {
  color: var(--bright-grey);
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.text-block-brighter.even_brighter {
  color: #fff;
  flex: 1;
}

.text-block-brighter.even_brighter.copyrights {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.body {
  height: 10000px;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  margin-top: 0;
  margin-bottom: -120px;
  display: block;
  position: static;
  bottom: 24px;
}

.section-2 {
  padding-left: 130px;
  padding-right: 130px;
}

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

.div-block-8 {
  justify-content: center;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

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

.nav_link {
  box-shadow: none;
  color: #15372c;
  font-weight: 500;
  text-decoration: none;
}

.heading-2 {
  color: var(--dark-green);
}

.dark_h {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
}

.dark_h.margin {
  margin-bottom: 20px;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  display: flex;
}

.div-block-10.margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.list.shorter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
}

.image-2 {
  flex: 1;
  display: block;
}

.list-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-row.light_strip {
  background-color: var(--light-green);
  border-radius: 3px;
  flex-flow: column;
  padding: 12px 20px;
  display: block;
}

.list-row.light_strip.dark_strip {
  background-color: var(--dark-green);
  box-shadow: 0 0 60px #0006;
}

.list-row.off {
  opacity: .4;
}

.list-row.item {
  max-width: 45%;
}

.image-3 {
  width: 24px;
  height: 24px;
  display: block;
}

.div-block-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 1;
  max-width: 40%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 100px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.red {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: red;
  align-items: flex-end;
  font-family: Recursive, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
}

.red.green {
  color: var(--brand-green);
}

.image-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 0;
  display: inline-flex;
}

.div-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-bottom: 10px;
  display: flex;
}

.image-5 {
  position: absolute;
  top: 60%;
  right: 80%;
}

.div-block-15 {
  position: relative;
}

.image-6 {
  margin-bottom: 10px;
}

.div-block-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 1;
  margin-left: 50px;
  display: flex;
}

.light_h {
  color: #fff;
  font-weight: 600;
}

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

.heading-3.margin {
  margin-bottom: 20px;
}

.div-block-17 {
  padding-right: 50px;
}

.image-7 {
  position: absolute;
  top: -70px;
}

.div-block-18 {
  justify-content: center;
  align-items: stretch;
  padding: 80px 70px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 15%;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  position: relative;
}

.div-block-19._2 {
  max-width: 13%;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.hr {
  background-color: var(--dark-green);
  object-fit: fill;
  flex: 1;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 65px;
  margin-right: 65px;
  display: block;
}

.hr.horizontal {
  background-color: var(--bright-grey);
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  margin: 20px auto;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.div-block-21 {
  background-color: var(--light-green);
  border-radius: 3px;
  padding: 20px 20px 30px;
}

.heading-4 {
  display: inline-block;
}

.image-8 {
  margin-right: 20px;
}

.image-8.img {
  display: none;
}

.div-block-22 {
  flex-flow: column;
  display: block;
}

.image-9 {
  margin-bottom: 20px;
}

.div-block-23 {
  background-color: var(--dark-green);
  border-radius: 14px;
  box-shadow: 0 0 60px #0006;
}

.div-block-23.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -140px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer_link {
  box-shadow: none;
  color: #fff;
  font-family: Recursive, sans-serif;
  text-decoration: none;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-start;
  padding-left: 12.5%;
  padding-right: 12.5%;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-26 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 12.5%;
  padding-right: 12.5%;
}

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

.nav-menu {
  flex-flow: column;
  display: flex;
}

.navbar {
  background-color: #fff;
  display: block;
}

.div-block-30 {
  flex: 1;
}

.submit-button {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-5"
                 "Area-5 Area-5"
                 "Area-6 Area-6"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: stretch stretch;
  height: auto;
  display: grid;
}

.submit-button-2 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.text-field {
  background-color: #f2f2f226;
  border: 0 #000;
  border-radius: 3px;
  height: auto;
  font-family: Raleway, sans-serif;
}

.text-field.expand {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  min-height: 120px;
}

.form-block {
  background-color: var(--dark-green);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 30px 30px;
  display: block;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--bright-grey);
  justify-content: space-between;
  padding: 30px 25px 25px;
  display: flex;
  position: relative;
}

.div-block-31.b {
  border-right: 0px none var(--dark-grey);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-items: center;
  max-width: none;
  padding: 40px 40px 40px 10%;
  display: flex;
  position: relative;
}

.price {
  text-align: right;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.price.pricevip {
  text-align: left;
}

.price.pricevip.white {
  color: #fff;
}

.plan {
  background-color: var(--light-green);
  border-radius: 3px;
}

.plan.vip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  padding-right: 0;
  display: flex;
}

.heading-6 {
  margin-bottom: 0;
}

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

.div-block-33 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  width: auto;
  max-height: 800px;
  padding: 20px 25px;
  display: flex;
}

.div-block-34.vipplan {
  max-height: 500px;
}

.div-block-35 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 10px 25px 25px;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-block-37 {
  flex: none;
}

.div-block-38 {
  flex: none;
  order: 0;
  padding: 20px 40px;
}

.white {
  color: #fff;
}

.image-12 {
  position: static;
  top: -25px;
  left: 120px;
}

.image-13 {
  position: static;
  top: -25px;
  right: 34%;
}

.div-block-39 {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: -25px 0% auto;
}

.div-block-40 {
  flex: none;
}

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

@media screen and (min-width: 1280px) {
  .text-block._14.dark_text.white.short_txt {
    width: 75%;
  }

  .list-row.item {
    max-width: 40%;
  }

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

  .div-block-31.b {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: none;
    border-right-width: 0;
    flex: 0 auto;
    padding-left: 40px;
    display: flex;
  }

  .plan.vip {
    flex-flow: column;
  }

  .div-block-34 {
    max-height: 525px;
  }

  .div-block-34.vipplan {
    max-height: 400px;
  }

  .div-block-38 {
    flex: none;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .top_div {
    flex-flow: column;
    padding-top: 40px;
  }

  .left_div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 0;
  }

  .left_div.from_top.a {
    padding-bottom: 20px;
  }

  .div {
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
  }

  .text-block.centered {
    width: 60%;
  }

  .top_div2 {
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .short_h2 {
    width: 60%;
  }

  .grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-brighter, .text-block-brighter.even_brighter {
    text-align: left;
  }

  .div-block-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image {
    width: auto;
  }

  .nav_link {
    display: block;
  }

  .div-block-10 {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-10.margin {
    margin-top: 90px;
  }

  .list {
    margin-top: 10px;
  }

  .div-block-11 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex: 0 auto;
    max-width: none;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .image-5 {
    inset: auto 26% -17% auto;
  }

  .div-block-15 {
    justify-content: space-around;
    margin-bottom: 80px;
    display: flex;
  }

  .div-block-16 {
    margin-left: 20px;
  }

  .div-block-18 {
    flex-flow: column;
    padding-left: 25%;
    padding-right: 25%;
  }

  .div-block-19 {
    align-items: center;
    max-width: none;
  }

  .div-block-19._2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hr {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin: 40px 0;
  }

  .image-8.img {
    display: none;
  }

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

  .div-block-27 {
    flex: 1;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .div-block-29, .image-10 {
    display: none;
  }

  .nav-menu {
    flex-flow: column;
    display: flex;
  }

  .navbar {
    display: none;
  }

  .div-block-31.b {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: none;
    flex-flow: row;
    display: flex;
  }

  .plan.vip {
    flex-flow: column;
    margin-top: 40px;
  }

  .div-block-34 {
    max-height: 500px;
  }

  .div-block-36 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .top_heading {
    font-size: 40px;
  }

  .div-block-40 {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    position: relative;
  }

  .section.colored_div.gap {
    margin-top: 60px;
  }

  .top_div.align_center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .left_div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .left_div.from_top.a {
    padding-bottom: 10px;
  }

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

  .text-block.short_txt {
    width: 100%;
    font-size: 14px;
  }

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

  .text-block._14.dark_text.white.short_txt {
    font-size: 12px;
  }

  .text-block.centered {
    width: auto;
  }

  .btn_green.draker_btn {
    justify-content: center;
    align-items: center;
  }

  .top_div2 {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .short_h2 {
    width: 80%;
    font-size: 25px;
    line-height: 35px;
  }

  .grid {
    grid-row-gap: 35px;
    padding-bottom: 40px;
  }

  .grid.no-padding {
    padding-top: 20px;
  }

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

  .text-block-brighter.left {
    text-align: left;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image {
    max-width: 90%;
  }

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

  .nav_link {
    display: block;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .dark_h {
    text-align: center;
  }

  .dark_h.left {
    text-align: left;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 16px;
  }

  .div-block-11 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-12 {
    padding-top: 40px;
  }

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

  .red {
    font-size: 14px;
  }

  .image-5 {
    right: 17%;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
  }

  .heading-3.margin.dark_h {
    text-align: left;
  }

  .div-block-18 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
  }

  .hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .image-8 {
    display: none;
  }

  .image-8.img {
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .div-block-23.center {
    padding-bottom: 40px;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-27 {
    order: 1;
  }

  .nav-menu {
    flex-flow: column;
    display: block;
  }

  .navbar {
    background-color: #0000;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .text-field {
    margin-bottom: 0;
    font-size: 13px;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-31.b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 25px 25px;
  }

  .div-block-34, .div-block-34.vipplan {
    max-height: 800px;
  }

  .div-block-38 {
    padding: 0;
  }

  .top_heading {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.colored_div.gap {
    margin-top: 30px;
  }

  .container.margin.bg_color {
    margin-top: 40px;
  }

  .top_div.align_center {
    padding-top: 30px;
  }

  .top_div.align_center.less_margin {
    padding-top: 20px;
  }

  .top_div.align_left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
  }

  .left_div.from_top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .left_div.from_top.a {
    padding-bottom: 0;
  }

  .text-block.short_txt, .text-block._14.dark_text {
    font-size: 13px;
  }

  .text-block._14.dark_text.pricee {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block.centered._14 {
    font-size: 13px;
  }

  .btn_green {
    padding: 10px 16px;
  }

  .top_div2 {
    padding-bottom: 15px;
  }

  .short_h2 {
    width: auto;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid.no-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-brighter {
    font-size: 13px;
  }

  .image {
    max-width: 80%;
  }

  .heading-2, .dark_h {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-10.margin {
    margin-bottom: 30px;
  }

  .image-2 {
    order: 0;
  }

  .list-row.light_strip.dark_strip {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-row.item {
    max-width: none;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-5 {
    bottom: -25%;
    right: 0%;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .light_h {
    font-size: 13px;
  }

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

  .div-block-17 {
    padding-right: 0;
  }

  .div-block-18 {
    padding: 10px 12.5% 30px;
  }

  .div-block-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-23.center {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_link {
    padding: 10px;
  }

  .div-block-26 {
    margin-top: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-27 {
    order: 1;
  }

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

  .image-11 {
    max-width: 40%;
  }

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

  .text-field {
    font-size: 12px;
  }

  .form-block {
    padding: 20px 16px;
  }

  .div-block-31, .div-block-31.b {
    display: block;
  }

  .price {
    text-align: left;
    font-size: 30px;
  }

  .div-block-34 {
    flex-flow: column;
    max-height: none;
  }

  .div-block-34.vipplan {
    max-height: none;
  }

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

  .heading-7 {
    text-align: center;
    font-size: 13px;
  }
}

#w-node-_08a53602-5379-6d86-c2e8-2b28ad88dea1-5272f93a {
  align-self: auto;
}

#Message.w-node-_5e0077e2-ca96-9e7b-1967-78013290248b-8db5cdbc {
  grid-area: Area-5;
}

#w-node-de83e530-bc92-73f7-752c-fa61919db42f-8db5cdbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


