:root {
  --_colors---pink: #cc1192;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-color: #fff0;
  background-image: url('../images/blank-wall-white.jpg');
  background-position: 50%;
  background-size: auto;
  border-top: 0 #9f2178;
  padding: 148px 64px 115px;
  position: relative;
  overflow: hidden;
}

.section.obove-cta {
  background-image: url('../images/hero-banner2.jpg');
  background-position: 22% 10%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  border-top-width: 0;
  height: 575px;
  overflow: hidden;
}

.section.obove-cta.about-nsq {
  background-image: url('../images/blank-wall2.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 700px;
  padding-top: 151px;
  top: -6px;
}

.section.obove-cta.how-it-works {
  background-image: none;
  padding-top: 111px;
}

.section.obove-cta.a1 {
  background-image: url('../images/signal-2025-11-21-122239.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.section.who-its-for {
  background-image: url('../images/blank-wall-blue-tint.jpg');
  background-position: 0%;
  background-size: 150% 500%;
  border-top-style: solid;
  border-top-width: 0;
  border-bottom: 0 solid #9f2178;
}

.section.who-its-for.home {
  padding-top: 0;
  padding-bottom: 0;
}

.section.why {
  border-top-width: 0;
}

.section.call-to-action {
  background-image: url('../images/blank-wall-white.jpg');
  background-position: 0%;
  background-size: auto;
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 67px;
}

.section.path-etc {
  padding-top: 127px;
}

.section.home-top {
  padding-bottom: 0;
}

.container {
  max-width: 1300px;
  padding-top: 105px;
  padding-bottom: 0;
  position: static;
  top: -81px;
}

.container.email {
  padding-top: 0;
  top: 0;
}

.body {
  color: #171719;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.text-span {
  text-overflow: clip;
  overflow-wrap: anywhere;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 300;
  position: relative;
  bottom: 133px;
}

.text-span.span2 {
  bottom: 87px;
}

.text-span.span4 {
  bottom: -94px;
}

.text-span.v3 {
  position: static;
  bottom: -115px;
}

.div-block {
  background-color: var(--_colors---pink);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/Asset-1.svg');
  background-position: 0 0;
  background-size: contain;
  background-clip: border-box;
  height: 240px;
  transform: skew(0deg);
}

.heading {
  color: #fff;
}

.div-block-2 {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #9f2178;
  background-clip: padding-box;
  height: 160px;
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: translate(0)scale(1.6)rotate(-3deg);
}

.heading-2 {
  font-size: 32px;
  line-height: 40px;
  position: relative;
  bottom: 4px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 30px;
  font-size: 60px;
  position: relative;
  top: -16px;
}

.heading-3.top {
  top: -5px;
}

.container-2 {
  position: relative;
  bottom: -133px;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1400px;
  max-width: 1400px;
  display: block;
  position: relative;
  overflow: hidden;
}

.button {
  box-sizing: border-box;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #9e2178;
  border-radius: 12px;
  width: 400px;
  min-width: 20px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  top: -42px;
  box-shadow: 0 2px 5px #31077ae6;
}

.button.meet {
  top: -53px;
}

.button.get-in-touch, .button._1-7 {
  position: static;
}

.button._1-7.eamilnutton {
  font-size: 30px;
}

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

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 62px;
  display: flex;
  position: static;
  top: 0;
}

.div-block-3.adabpted {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: -202px;
}

.grid-3 {
  grid-template-rows: auto;
}

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

.div-block-4.newdiv1 {
  height: 10%;
  max-height: 600px;
}

.div-block-5 {
  width: 50%;
  max-width: 50%;
  height: 700px;
  display: block;
  overflow: hidden;
}

.div-block-5.fraukephotodiv {
  width: 40%;
  height: 500px;
  overflow: hidden;
}

.div-block-6 {
  width: 50%;
  max-width: 540%;
  display: block;
}

.paragraph {
  white-space: normal;
  word-break: normal;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  position: relative;
  top: 0;
}

.div-block-7 {
  padding-top: 103px;
  padding-bottom: 0;
  display: flex;
}

.div-block-7._2 {
  padding-top: 64px;
  padding-bottom: 137px;
}

.div-block-7.get-in-touch-div {
  padding-top: 0;
}

.text-span-2 {
  font-weight: 900;
}

.div-block-8 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-10 {
  display: block;
  position: relative;
  top: 41px;
}

.heading-4 {
  color: #cc1094;
  margin-bottom: 40px;
  font-size: 90px;
  font-weight: 300;
}

.paragraph-2 {
  color: #cc1094;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 45px;
}

.div-block-11 {
  background-color: #cc1094;
  width: 2px;
  max-width: 2px;
  height: 200px;
  display: flex;
}

.image-2 {
  max-width: 85%;
  position: absolute;
  top: -170px;
  left: -321px;
  transform: rotate(23deg);
}

.image-3 {
  max-width: 75%;
  position: absolute;
  bottom: -58.2812px;
  left: -269px;
  transform: rotate(-1deg);
}

.image-4 {
  max-width: 12%;
  position: absolute;
  top: -7px;
  left: 1376.76px;
  transform: rotate(-7deg);
}

.nav-link {
  font-weight: 700;
}

.nav-link.w--current {
  color: #9f2178;
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

.who-is-it-for {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.who-is-it-for.w--current {
  color: #9f2178;
  text-decoration: underline;
}

.about {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.about.w--current {
  color: #9f2178;
  text-decoration: underline;
}

.image-5 {
  width: 100px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  position: static;
  left: -172px;
}

.brand {
  top: 17px;
  left: 40px;
}

.navbar {
  opacity: 1;
  filter: blur();
  background-color: #fff0;
  position: sticky;
}

.nav-menu {
  bottom: -15px;
}

.div-block-12 {
  background-image: url('../images/signal-2025-11-21-122239.jpeg');
  background-position: 50%;
  background-size: auto;
  width: 100vw;
  max-width: 100%;
  height: 45vh;
  overflow: hidden;
}

.div-block-13 {
  max-width: 100%;
}

.image-6 {
  display: inline-block;
}

.heading-5 {
  color: #cc1095;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}

.div-block-14 {
  padding-top: 114px;
}

.paragraph-3 {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 25px;
  position: relative;
  bottom: -17px;
}

.image-7 {
  width: 200%;
  max-width: 200%;
  height: auto;
  position: relative;
  left: -191px;
}

.image-7.v2 {
  max-width: none;
  height: 800px;
  left: -271px;
}

.image-7.fraukephoto {
  width: 100%;
  max-width: 100%;
  position: static;
}

.image-7.who-is-for-photo {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.lottie-animation {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3000px;
  max-width: 3000px;
  height: 300px;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-15 {
  width: 1000px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.paragraph-4 {
  color: #cc1094;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
  display: block;
}

.slider {
  background-color: #fff;
  align-self: center;
}

.slide {
  vertical-align: baseline;
}

.lottie-animation-2 {
  width: 3000px;
}

.text-field {
  box-sizing: content-box;
  text-align: left;
  width: 400px;
  height: 200px;
}

.form-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 23px;
}

.submit-button {
  outline-offset: 0px;
  background-color: #cc1094;
  border: 10px #cc1094;
  border-radius: 5px;
  outline: 3px #fff;
  width: 400px;
  height: 75px;
  font-size: 40px;
  box-shadow: 0 2px 5px #130530;
}

.submit-button.tes2 {
  background-color: #9e2078;
  border-color: #9e2078;
}

.submit-button.tes2.es {
  font-size: 30px;
}

.textarea {
  height: 120px;
  min-height: 120px;
}

.container-5 {
  padding-top: 54px;
  position: static;
  top: 0;
}

.paragraph-6 {
  margin-bottom: 45px;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 30px;
  font-weight: 200;
  position: relative;
  bottom: 0;
}

.italic-text {
  line-height: 35px;
  position: relative;
  top: 0;
}

.slider-2 {
  background-color: #fff;
  border: 3px solid #cc1095;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.icon, .icon-2 {
  background-color: #cc1095;
  border-radius: 20px;
}

.slide-2 {
  bottom: 0;
}

.bold-text {
  position: relative;
}

.bold-text-2 {
  color: #cc1093;
  position: static;
  bottom: 61px;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 26px;
  display: flex;
}

.image-8 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  width: 50px;
  min-width: 50px;
}

.div-block-17 {
  width: 50px;
}

.paragraph-7 {
  font-size: 20px;
  line-height: 25px;
}

.container-6 {
  filter: blur();
  position: sticky;
}

.container-7 {
  z-index: 1;
  position: relative;
  top: 68px;
}

.body-3 {
  background-image: url('../images/blank-wall-white.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.div-block-20 {
  width: 100%;
  max-width: none;
}

.section-2 {
  background-color: #9e2078;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slider-3 {
  background-color: #9e207800;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

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

.paragraph-8 {
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
}

.paragraph-8.why {
  font-size: 35px;
  font-weight: 100;
  line-height: 35px;
}

.section-3 {
  background-image: url('../images/blank-wall-white.jpg');
  background-position: 100% 100%;
  background-size: auto;
  width: 100%;
  padding-top: 95px;
}

.div-block-22 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}

.text-block {
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.div-block-23 {
  margin-top: -75px;
  padding-top: 0;
  padding-bottom: 145px;
}

.div-block-24 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-4 {
  margin-left: auto;
  margin-right: auto;
}

.who-is-it-for-line1 {
  padding-bottom: 81px;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-26 {
  color: #fff;
  align-self: center;
}

.heading-6 {
  font-size: 75px;
}

.div-block-27 {
  align-self: center;
  display: block;
}

.heading-7 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 75px;
  display: block;
}

.div-block-28 {
  align-self: center;
  padding-top: 68px;
  padding-bottom: 21px;
  font-size: 50px;
  display: flex;
}

.div-block-29 {
  border-top: 1px solid #ffffff40;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-30 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.bold-text-3 {
  color: #9f2278;
  -webkit-text-stroke-color: #9f2278;
}

.bold-text-3.together-with {
  font-size: 30px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dropdown-list {
  background-color: #fff;
}

.language1:hover {
  color: #fff;
  background-color: #9f2178;
}

.lottie-animation-5 {
  width: 100px;
}

@media screen and (min-width: 1920px) {
  .section.call-to-action {
    padding-bottom: 75px;
  }

  .container {
    padding-top: 100px;
    position: static;
  }

  .container.email {
    padding-top: 73px;
  }

  .div-block-2 {
    width: 100%;
    height: 170px;
    padding-left: 0;
  }

  .container-3 {
    padding-top: 107px;
    padding-bottom: 57px;
  }

  .button.meet, .button.get-in-touch, .button._1-7 {
    position: static;
  }

  .div-block-3 {
    padding-top: 0;
    padding-bottom: 112px;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .div-block-7._2 {
    padding-top: 0;
    padding-bottom: 139px;
  }

  .div-block-7._3 {
    padding-top: 59px;
    padding-bottom: 83px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .italic-text {
    margin-left: auto;
    margin-right: auto;
    top: 6px;
  }

  .italic-text.itext1 {
    top: 38px;
  }

  .italic-text.itext2 {
    top: 51px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .body-2 {
    background-image: none;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .slider-3 {
    background-color: #9e2078;
  }

  .paragraph-8 {
    color: #fff;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-22 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    padding-bottom: 21px;
  }

  .right-arrow-2 {
    padding-left: 0;
    padding-right: 500px;
  }

  .left-arrow-2 {
    padding-left: 500px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    overflow: hidden;
  }

  .section.call-to-action {
    padding-bottom: 171px;
  }

  .section.path-etc {
    padding-top: 0;
  }

  .text-span {
    white-space: break-spaces;
    word-break: normal;
    font-size: 30px;
    bottom: 250px;
  }

  .text-span.span2 {
    font-size: 25px;
  }

  .div-block-2 {
    height: 150px;
  }

  .heading-2 {
    font-size: 25px;
  }

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

  .heading-3.top {
    font-size: 40px;
  }

  .heading-3.top.photo {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .container-3 {
    width: 700px;
    max-width: 800px;
    padding-right: 50px;
  }

  .image {
    max-width: 640px;
  }

  .button {
    width: auto;
    height: auto;
  }

  .button.meet, .button.get-in-touch {
    top: 0;
  }

  .button._1-7, .button._1-7.eamilnutton {
    width: auto;
    height: auto;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .div-block-5 {
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-5.fraukephotodiv {
    width: 100%;
  }

  .div-block-6 {
    order: 9999;
    align-self: center;
    width: 100%;
  }

  .paragraph {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph.methodology {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-7 {
    padding-top: 162px;
    padding-bottom: 55px;
  }

  .div-block-7._2 {
    padding-top: 74px;
  }

  .div-block-11 {
    width: 50px;
    max-width: 4px;
    padding-left: 2px;
    display: block;
  }

  .image-2 {
    top: -188px;
    left: -162px;
  }

  .image-4 {
    left: 648.76px;
    right: 21.1016px;
  }

  .image-5 {
    width: 150px;
    padding-top: 32px;
    left: 0;
  }

  .image-7 {
    width: 400%;
    max-width: 200%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: -155px;
  }

  .image-7.who-is-for-photo {
    width: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .submit-button.tes2 {
    background-color: #9e2078;
  }

  .paragraph-6 {
    padding-left: 92px;
    padding-right: 88px;
    bottom: -164px;
    left: 16px;
  }

  .italic-text {
    font-size: 20px;
    top: -125px;
  }

  .slider-2 {
    width: 100%;
  }

  .div-block-18, .link-block {
    position: relative;
  }

  .link-block.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-left: 28px;
    display: flex;
    position: static;
  }

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

  .div-block-22 {
    max-width: 600px;
    font-size: 30px;
  }

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

  .div-block-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .lottie-animation-5 {
    position: relative;
    top: 24px;
  }
}

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

  .section.obove-cta {
    padding-top: 259px;
  }

  .section.why {
    height: 250px;
    padding-top: 108px;
  }

  .section.call-to-action {
    padding-bottom: 81px;
  }

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

  .text-span.span2, .text-span.photovoice-is {
    font-size: 20px;
  }

  .div-block-2 {
    height: 75px;
  }

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

  .heading-3.top.photo {
    font-size: 30px;
  }

  .container-3 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .image {
    width: 100%;
    max-width: 120%;
    position: relative;
    left: -30px;
  }

  .button {
    font-size: 18px;
  }

  .button.meet {
    position: static;
    top: -171px;
  }

  .button._1-7.eamilnutton {
    width: auto;
    min-width: 15px;
    height: auto;
    font-size: 15px;
  }

  .div-block-3 {
    top: -12px;
  }

  .div-block-5.fraukephotodiv {
    height: 380px;
  }

  .div-block-7 {
    padding-top: 71px;
  }

  .div-block-7._2 {
    padding-top: 74px;
    padding-bottom: 0;
  }

  .div-block-7._2.sdf {
    padding-top: 71px;
    padding-bottom: 85px;
  }

  .image-4 {
    left: 471.76px;
  }

  .image-7 {
    left: -102px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .link {
    font-size: 10px;
  }

  .submit-button.tes2 {
    background-color: #9e2078;
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 20px;
    bottom: -131px;
    left: 0;
  }

  .italic-text {
    font-size: 15px;
    line-height: 15px;
    top: -112px;
    left: 1px;
  }

  .slider-2 {
    height: 200px;
  }

  .lottie-animation-3 {
    justify-content: center;
    align-items: flex-start;
    width: 550px;
    display: flex;
  }

  .paragraph-8.why {
    font-size: 30px;
  }

  .div-block-22 {
    max-width: 450px;
  }

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

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
    max-width: none;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
  }

  .section.obove-cta {
    background-position: 50% 14%;
    width: 100%;
    max-width: none;
    height: 375px;
    padding-top: 58px;
  }

  .section.obove-cta.about-nsq {
    width: 100%;
    height: 400px;
  }

  .section.obove-cta.a1 {
    max-width: none;
  }

  .section.who-its-for {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.who-its-for.home {
    max-width: none;
    padding-top: 0;
  }

  .section.why {
    height: 150px;
    padding-top: 110px;
  }

  .section.call-to-action {
    width: 100%;
    max-width: none;
    height: 580px;
    padding-bottom: 0;
  }

  .section.path-etc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.home-top {
    max-width: none;
    padding-bottom: 0;
  }

  .section.howdoesphotovoiceworksection {
    padding-bottom: 44px;
  }

  .container {
    max-width: 300px;
    padding-top: 48px;
    position: static;
    top: -148px;
  }

  .container.email {
    padding-top: 20px;
  }

  .body {
    overflow: visible;
  }

  .text-span {
    font-size: 15px;
    line-height: 2px;
    bottom: 121px;
  }

  .text-span.span2 {
    font-size: 18px;
    position: static;
  }

  .text-span.photovoice-is {
    min-width: 15px;
    font-size: 18px;
    line-height: 1px;
    position: static;
    bottom: 210px;
    left: -26px;
  }

  .div-block-2 {
    width: 100%;
    height: 50px;
    left: 0;
    overflow: hidden;
  }

  .heading-2 {
    margin: 0 auto;
    font-size: 18px;
    line-height: 20px;
    position: static;
  }

  .heading-3 {
    font-size: 20px;
    top: 0;
  }

  .heading-3.top {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 22px;
    display: flex;
    position: relative;
    top: -7px;
  }

  .heading-3.top.photo {
    font-size: 18px;
    line-height: 20px;
    top: 15px;
  }

  .container-2 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 43px;
    bottom: 7px;
    left: -25px;
  }

  .container-3 {
    width: 150%;
    top: 69px;
    left: -50px;
  }

  .image {
    max-width: 300px;
    bottom: 0;
    left: 0;
  }

  .button {
    text-align: center;
    width: 200px;
    height: 50px;
    line-height: 30px;
    position: static;
  }

  .button.meet {
    width: auto;
    height: auto;
  }

  .button._1-7.eamilnutton {
    width: 67%;
    min-width: 10%;
    height: 100%;
    font-size: 15px;
    line-height: 14px;
  }

  .div-block-3 {
    top: -106px;
  }

  .div-block-3.adabpted {
    padding-top: 0;
    padding-bottom: 0;
    top: -19px;
  }

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

  .div-block-4.newdiv1 {
    padding-top: 24px;
  }

  .div-block-5 {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: 180px;
  }

  .div-block-5.fraukephotodiv {
    height: 200px;
  }

  .div-block-6 {
    align-self: center;
    width: 100%;
  }

  .paragraph.methodology {
    font-size: 15px;
    line-height: 15px;
  }

  .div-block-7 {
    padding-top: 34px;
    padding-bottom: 33px;
  }

  .div-block-7._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    left: 283.76px;
  }

  .image-5 {
    width: 100px;
    padding-top: 22px;
    padding-bottom: 0;
  }

  .navbar {
    max-width: 400px;
    height: auto;
    max-height: 100px;
    padding-bottom: 0;
    overflow: visible;
  }

  .nav-menu {
    bottom: 0;
  }

  .heading-5 {
    padding-top: 20px;
    font-size: 20px;
    line-height: 25px;
    position: static;
    top: -42px;
  }

  .div-block-14.a3 {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    position: static;
    top: 10px;
    bottom: 8px;
  }

  .image-7 {
    max-width: 100%;
    left: -89px;
  }

  .footer-light {
    padding-top: 0;
    overflow: hidden;
  }

  .container-4 {
    width: 320px;
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .link {
    font-size: 10px;
  }

  .submit-button {
    background-color: #9e2078;
    border-radius: 13px;
    width: 300px;
    font-size: 30px;
  }

  .submit-button.tes2 {
    vertical-align: middle;
    width: 200px;
    height: 50px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: 20px;
  }

  .submit-button.tes2.es {
    font-size: 18px;
  }

  .container-5 {
    padding-top: 36px;
  }

  .paragraph-6 {
    width: 100%;
    font-size: 10px;
    line-height: 10px;
    bottom: 0;
  }

  .italic-text {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    font-size: 10px;
    line-height: 7px;
    top: 6px;
    left: 0;
    overflow: visible;
  }

  .slider-2 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 120%;
    max-width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon {
    left: -35px;
  }

  .icon-2 {
    left: 33px;
  }

  .slide-2 {
    bottom: 0;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .paragraph-7.frauke {
    font-size: 14px;
    line-height: 20px;
  }

  .container-6 {
    max-height: 100px;
  }

  .container-7 {
    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: 100%;
    padding-left: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
  }

  .div-block-18 {
    display: flex;
  }

  .link-block {
    padding-top: 21px;
    padding-left: 32px;
    position: static;
  }

  .link-block.w--current {
    justify-content: flex-start;
    align-items: center;
    height: 90px;
    padding-top: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: -86px;
  }

  .lottie-animation-3 {
    width: 300px;
    position: relative;
    left: 47px;
  }

  .form {
    width: 300px;
  }

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

  .div-block-20 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    left: -49px;
  }

  .section-2 {
    max-width: none;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .slider-3 {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-3.quote {
    height: 300px;
    overflow: hidden;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .paragraph-8 {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-8.why {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 12px;
    line-height: 25px;
  }

  .section-3 {
    max-width: none;
    padding-top: 0;
  }

  .div-block-22 {
    max-width: 250px;
    padding-top: 51px;
  }

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

  .text-block._01-1 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .div-block-23 {
    box-sizing: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin-top: -146px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-size: 20px;
    display: flex;
  }

  .div-block-24 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7 {
    margin-top: -3px;
    margin-bottom: 0;
    font-size: 45px;
  }

  .div-block-28 {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
  }

  .right-arrow {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    display: block;
  }

  .left-arrow {
    width: 40px;
  }

  .div-block-29 {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-31 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .lottie-animation-5 {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: relative;
    top: 3px;
  }
}

#w-node-_04a681b8-7291-135e-d53f-9361c43c1cf6-c1a960c3, #w-node-fb700362-c356-c7de-6142-935d7e831aef-c1a960c3, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-61f90ecd, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-0f443b9c, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-ea6a6220, #w-node-_04a681b8-7291-135e-d53f-9361c43c1cf6-a9ad5a20, #w-node-fb700362-c356-c7de-6142-935d7e831aef-a9ad5a20, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-dfa0a902, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-f7f84e46, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-5fec864a, #w-node-_04a681b8-7291-135e-d53f-9361c43c1cf6-f7fa198d, #w-node-fb700362-c356-c7de-6142-935d7e831aef-f7fa198d, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-a2bdec66, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-f16cda91, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-c858ad89 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_04a681b8-7291-135e-d53f-9361c43c1cf6-c1a960c3, #w-node-fb700362-c356-c7de-6142-935d7e831aef-c1a960c3, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-61f90ecd, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-0f443b9c, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-ea6a6220, #w-node-_04a681b8-7291-135e-d53f-9361c43c1cf6-a9ad5a20, #w-node-fb700362-c356-c7de-6142-935d7e831aef-a9ad5a20, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-dfa0a902, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-f7f84e46, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-5fec864a, #w-node-_04a681b8-7291-135e-d53f-9361c43c1cf6-f7fa198d, #w-node-fb700362-c356-c7de-6142-935d7e831aef-f7fa198d, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-a2bdec66, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-f16cda91, #w-node-_71daeeff-9a5e-1afd-eb23-5a09f62b6d23-c858ad89 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


