body {
  font-family: Roboto-condensed-local, sans-serif;
  color: #3d3d3d;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bungee-local, sans-serif;
  font-size: 1.81em;
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bungee-local, sans-serif;
  font-size: 1.29em;
  line-height: 1.4;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(61, 61, 61, 0.85);
  font-size: 1.32em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.con {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 10em;
}

.con.is-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.con.no-padding-tb {
  position: relative;
  padding-top: 0em;
  padding-bottom: 0em;
}

.con.is-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.con.is-con-footer {
  padding-top: 2.1em;
  padding-bottom: 2.1em;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.h1_hero {
  font-family: Bungee-local, sans-serif;
  color: #fff;
  font-size: 6.2em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.h1_hero.dark {
  color: #3d3d3d;
}

.hero_under-circle {
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.8em;
  margin-left: 0.8em;
  border-radius: 100%;
  background-color: #d8d8d8;
}

.hero_under-text {
  color: #d8d8d8;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero_under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-page_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  background-color: transparent;
}

.nav.is-otherpage {
  position: static;
}

.nav_brand {
  position: relative;
}

.nav_brand-img {
  width: 8.33em;
}

.block_wannwo {
  padding: 2.9em;
  background-color: #fc0;
  color: #fff;
}

.wannwo_header {
  font-size: 2.08em;
  font-weight: 700;
}

.wannwo_p {
  font-size: 1.5em;
}

.wannwo_topmargin {
  margin-top: 1em;
}

.is-lightgrey {
  background-color: #f7f7f7;
}

.is-center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link {
  display: block;
  margin: 0.2em 1em;
  color: #3d3d3d;
}

.link:hover {
  text-decoration: underline;
}

.link.is-white {
  color: #fff;
}

.space {
  margin-bottom: 2em;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.style-item_clr-block {
  width: 7em;
  height: 7em;
  border-style: solid;
  border-width: 0.5px;
  border-color: #bbb;
  border-radius: 10px;
  background-color: #fc0;
}

.style-item_clr-block._1 {
  background-color: #3d3d3d;
}

.style-item_clr-block._2 {
  background-color: #3d3d3d;
}

.style-item_clr-block._3 {
  background-color: #fff;
}

.style-item_clr-wrap {
  margin-right: 2em;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec--is_hero {
  background-image: url('../images/Wolken-kraft-von-oben.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__brand-on-menu {
  z-index: 1;
  display: none;
  width: 17em;
  height: 4.7em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.19, 1, .22, 1);
  transition: all 200ms cubic-bezier(.19, 1, .22, 1);
}

.nav__brand {
  z-index: 1;
  width: 9em;
  height: 6em;
  margin-top: -1.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.19, 1, .22, 1);
  transition: all 200ms cubic-bezier(.19, 1, .22, 1);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav__con {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.95em;
}

.logo-white-on-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.nav-link {
  padding: 0.2em 0.7em;
  background-color: transparent;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  color: #d8d8d8;
  font-size: 1.6em;
}

.nav-link:hover {
  border-bottom-color: #198337;
  color: #fc0;
}

.nav-link.w--current {
  border-bottom-color: #198337;
  color: #fc0;
}

.nav-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.is-vertical-spacing {
  margin-top: 1.04em;
  margin-bottom: 1.04em;
}

.is-narrow {
  max-width: 72ch;
}

._2-col-fullsize-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161712;
}

.img-kjsbdfk {
  width: 100%;
  padding-bottom: 65%;
  background-image: url('../images/Gebet_kraft-von-oben.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.highlight-text {
  width: 16ch;
  font-family: Bungee-local, sans-serif;
  color: #fff;
  font-size: 3.07em;
  line-height: 1.4;
  text-align: right;
}

._2-col-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.is-primary {
  color: #fc0;
}

.caption {
  color: #3d3d3d;
  font-size: 1.03em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._2-col_img {
  position: relative;
}

._2col-img-wrapper {
  position: relative;
  z-index: 5;
  width: 90%;
  padding-bottom: 90%;
  background-image: url('../images/gehobene-hände-kraft-von-oben.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2col-img-wrapper._2 {
  background-image: url('../images/team-kraft-von-oben.webp');
  background-position: 20% 50%;
}

.sec-divider-img {
  padding-bottom: 30%;
  background-image: url('../images/new-creation_kraft-von-oben.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.howitworks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.howitworks_card {
  width: 100%;
  padding: 1.2em 2.4em;
  border-radius: 7px;
  background-color: #fffae5;
  text-align: left;
}

.is-text-align-center {
  text-align: center;
}

.paragraph {
  font-style: italic;
}

.line {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.42em;
  margin-bottom: -0.42em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line_bullet {
  width: 0.83em;
  height: 0.83em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0.28em;
  border-color: #fc0;
  border-radius: 100%;
}

.line_line {
  width: 0.2em;
  height: 100%;
  min-height: 1em;
  background-color: #fc0;
}

.share-testimony-wrapper {
  margin-top: 3em;
  padding: 2.6em;
  border: 0.03em solid grey;
  border-radius: 7px;
  background-color: #fff;
}

.qa__p {
  font-size: 1.3em;
}

.qa__heading {
  display: inline-block;
  font-size: 1.32em;
  line-height: 1.3;
}

.dd-wrapper1 {
  margin-top: 1em;
}

.cross__ver-line {
  position: absolute;
  width: 3px;
  height: 1.5em;
  border-radius: 1px;
  background-color: #3d3d3d;
}

.dd-btn-oppen {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  padding: 0.4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cross__hor-line {
  position: absolute;
  width: 1.5em;
  height: 3px;
  border-radius: 1px;
  background-color: #3d3d3d;
}

.qa__top {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.38em 1.6em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.qa__bot-inner {
  padding: 0.5em 1.6em 1.5em;
}

.qa-wrap {
  overflow: hidden;
  height: 100%;
  margin-bottom: 1.11em;
  border-radius: 8px;
  background-color: #fffae5;
  text-align: left;
}

.qa_bot {
  display: block;
  overflow: hidden;
}

.cta-primary {
  display: inline-block;
  padding: 0.14em 0.89em;
  border-style: solid;
  border-width: 1px;
  border-color: #fc0;
  border-radius: 7px;
  background-color: #fc0;
  -webkit-transition: all 200ms ease, background-color 200ms ease-in-out;
  transition: all 200ms ease, background-color 200ms ease-in-out;
  color: #3d3d3d;
  font-size: 1.4em;
}

.cta-primary:hover {
  background-color: #fffae5;
  box-shadow: 0 0 20px 0 rgba(255, 204, 0, 0.5);
}

.cta-primary.w--current {
  border-bottom-color: #198337;
  color: hsla(0, 0%, 100%, 0.9);
}

.cta-primary.cta-in-nav {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-primary.is-cta-testimony {
  display: inline-block;
  width: 100%;
  margin-top: 1em;
}

.cta-primary.is-smaller {
  font-size: 1.2em;
}

.cta-primary.is-smaller.hidden {
  display: none;
}

.cta-primary.is-secundary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.cta-primary.is-secundary:hover {
  border-color: #fc0;
  background-color: #fc0;
  color: #3d3d3d;
}

.cta-primary.cta-footer {
  border-color: #3d3d3d;
}

.div-block-11 {
  position: relative;
  z-index: 5;
  padding-top: 5.6em;
  padding-bottom: 5.6em;
}

.div-block-12 {
  position: absolute;
  left: 22%;
  top: auto;
  right: -9%;
  bottom: 0%;
  z-index: 2;
}

.div-block-13 {
  position: relative;
  z-index: 10;
}

.sec {
  overflow: hidden;
}

.sec.sec-divider-img {
  background-image: url('../images/new-creation_kraft-von-oben.webp');
}

.sec.sec--is_hero {
  background-image: url('../images/Wolken-kraft-von-oben.webp');
}

.sec.is-sec-footer {
  background-color: #3d3d3d;
}

.give-testimony-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
}

.form-lbl {
  display: block;
  margin-bottom: 2px;
  font-size: 0.9em;
  font-weight: 400;
  text-align: left;
}

.form-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox {
  padding-right: 10px;
  padding-left: 10px;
}

.checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.form-block-2._6 {
  width: 50%;
}

.form-block-2.hidden {
  display: block;
}

.close-signup-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 4em;
  height: 4em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  padding: 0.8em;
  border-radius: 8px;
  background-color: #fff;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.close-signup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  height: 130vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.success-message-2 {
  padding: 1.6em;
  border-radius: 10px;
  background-color: #fc0;
}

.signup-block {
  position: relative;
  z-index: 1001;
  display: block;
  width: 70%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
  border-style: solid;
  border-width: 0px;
  border-color: #fc0;
  border-radius: 8px;
  background-color: #fff;
}

.error-message-2 {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 27px;
  background-color: #751111;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
}

.form-field {
  border-radius: 7px;
  background-color: #fffae5;
}

.form-field.comment {
  min-height: 15em;
}

.signup-form {
  margin-top: 20px;
}

.signup-header {
  margin-top: -1.5em;
  margin-right: -1.5em;
  margin-left: -1.5em;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.standrad-linnk:hover {
  text-decoration: underline;
}

.read-testimony-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimony-card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1.25em 1.6em;
  background-color: #fffae5;
  text-align: left;
}

.testimony-text-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(69%, #fffae5));
  background-image: linear-gradient(180deg, transparent, #fffae5 69%);
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-15 {
  margin-right: 1.2em;
}

.nav-logo-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero__bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.2em;
    font-weight: 400;
  }

  p {
    font-size: 1.3em;
  }

  .con {
    padding-right: 3em;
    padding-left: 3em;
  }

  .con.is-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero_under-text {
    font-size: 1.5em;
  }

  .nav_brand-img {
    width: 5.5em;
  }

  .block_wannwo {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }

  .wannwo_p {
    font-size: 1.3em;
  }

  .div-block-5 {
    min-height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .nav__brand-on-menu {
    display: block;
    width: 16em;
    height: auto;
    margin-bottom: 1em;
  }

  .nav__menu-lottie {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
  }

  .nav__brand {
    width: 10em;
  }

  .navbar {
    overflow: visible;
    background-color: transparent;
  }

  .nav__con {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1em;
  }

  .logo-white-on-menu {
    position: static;
  }

  .nav-link {
    width: 12em;
    margin-bottom: 0.3em;
    padding: 0.5em 0.6em;
    background-color: transparent;
    color: #fff;
    font-size: 1.7em;
    text-align: center;
  }

  .nav-link:hover {
    border-bottom-color: transparent;
  }

  .nav-link.w--current {
    border-bottom-color: transparent;
  }

  .nav__menu-btn {
    z-index: 9;
    width: 2.5em;
    height: 2.5em;
    padding: 0.1em;
    background-color: #3d3d3d;
  }

  .nav__menu-btn.w--open {
    background-color: #3d3d3d;
  }

  .nav__menu-links {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(61, 61, 61, 0.35);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .nav-logo {
    display: none;
  }

  ._2-col-fullsize-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-kjsbdfk {
    padding-bottom: 42%;
    background-position: 50% 50%;
    background-size: cover;
  }

  .highlight-text {
    font-size: 2em;
    text-align: center;
  }

  ._2-col-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2col-img-wrapper {
    width: 100%;
    padding-bottom: 45%;
  }

  ._2col-img-wrapper._2 {
    background-position: 0% 50%;
  }

  .qa__bot-inner {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .qa-wrap {
    min-width: 260px;
  }

  .cta-primary {
    margin-bottom: 0.3em;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
  }

  .cta-primary:hover {
    color: #3d3d3d;
  }

  .cta-primary.w--current {
    border-bottom-color: transparent;
  }

  .cta-primary.cta-in-nav {
    position: static;
  }

  .sec.sec-divider-img {
    padding-bottom: 45%;
  }

  .signup-block {
    width: 80%;
  }

  .nav-logo-black {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.7em;
  }

  .con.narrow {
    padding-right: 6em;
    padding-left: 6em;
  }

  .con.is-no-margin-boz {
    padding-bottom: 0em;
  }

  .h1_hero {
    font-size: 11vw;
  }

  .hero_under {
    font-size: 11px;
  }

  .block_wannwo {
    padding-right: 2.9em;
    padding-left: 2.9em;
  }

  .nav__menu {
    font-size: 9px;
  }

  .nav__brand-on-menu {
    width: 20em;
    margin-bottom: 1em;
  }

  .nav__brand {
    width: 9em;
    height: 4.7em;
  }

  .nav-link {
    width: auto;
    font-size: 2.2em;
  }

  ._2col-img-wrapper {
    padding-bottom: 57%;
  }

  .dd-btn-oppen {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .qa-wrap {
    width: 100%;
  }

  .cta-primary.cta-in-nav {
    margin-top: 1em;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fc0;
    color: #3d3d3d;
    font-size: 2em;
  }

  .cta-primary.cta-in-nav:hover {
    background-color: #3d3d3d;
    color: #fff;
  }

  .div-block-12 {
    left: -2%;
    right: -14%;
  }

  .checkbox {
    width: 15px;
    height: 15px;
  }

  .form-block-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .close-signup-icon {
    width: 3em;
    height: 3em;
  }

  .signup-block {
    width: 90%;
    text-align: left;
  }

  .signup-header {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .read-testimony-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1em;
  }

  .con {
    overflow: hidden;
    padding-right: 2.2em;
    padding-left: 2.2em;
  }

  .con.narrow {
    padding-right: 3em;
    padding-left: 3em;
  }

  .h1_hero {
    font-size: 13vw;
  }

  .hero_under-circle {
    display: none;
  }

  .hero_under-text {
    font-size: 1.7em;
    text-align: center;
  }

  .hero_under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav {
    background-color: #fff;
  }

  .nav_brand-img {
    width: 4em;
  }

  .nav__menu-lottie {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .nav__brand {
    width: 8em;
    height: 3.6em;
  }

  .navbar {
    max-width: 100vw;
  }

  .nav-link {
    font-size: 2.6em;
  }

  .nav__menu-btn {
    z-index: 10;
    width: 4em;
    height: 4em;
    padding: 0.1em;
    font-size: 1em;
  }

  .nav__menu-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(61, 61, 61, 0.3);
  }

  .img-kjsbdfk {
    padding-bottom: 64%;
  }

  .highlight-text {
    font-size: 8vw;
  }

  ._2col-img-wrapper {
    padding-bottom: 68%;
  }

  .dd-btn-oppen {
    width: 1.7em;
    height: 1.7em;
  }

  .qa__top {
    padding: 0.58em 1.1em;
  }

  .qa__bot-inner {
    padding-right: 1.1em;
    padding-left: 1.1em;
  }

  .cta-primary.cta-in-nav {
    font-size: 2.5em;
  }

  .div-block-12 {
    left: 0%;
    right: -21%;
    bottom: 10%;
  }

  .sec.sec-divider-img {
    padding-bottom: 64%;
  }

  .checkbox {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-lbl {
    font-size: 12px;
  }

  .close-signup-icon {
    padding: 0.5em;
  }

  .signup-block {
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .form-field {
    font-size: 16px;
  }

  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .read-testimony-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimony-card-wrapper {
    padding: 1.05em 1.5em;
  }

  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15 {
    margin-right: 0em;
  }
}

#w-node-_718e3972-b8d2-e05c-cafa-9758a4611a7f-02ad761c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b798bcba-0b57-f569-86a9-64122ea68219-02ad761c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_67b1cfb9-750a-49f0-461d-ffa70e8f9216-02ad761c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-efd98fc7-f156-8d57-2ab0-9aed99a3cff3-02ad761c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b798bcba-0b57-f569-86a9-64122ea68219-02ad761c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Bungee-local';
  src: url('../fonts/Bungee-Regular-ogg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-condensed-local';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}