:root {
  --black: #2e2e2e;
  --green: #0476dd;
  --white: white;
  --pink: #FFC0CB;
  --gradient-middle: #67a8c2;
  --light-pink: #fc95ce;
  --light-grey: #f3f1f1;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 900;
  line-height: 48px;
}

h4 {
  color: var(--green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22.4px;
}

.sc--head {
  height: 0;
  margin-bottom: -1px;
}

.ct--head {
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sc--main {
  padding-top: 100px;
  padding-bottom: 75px;
}

.sc--main.head {
  color: var(--white);
  background-image: url('../images/butterfly__woman.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 150px;
  position: relative;
}

.sc--main.head.gradientbg {
  background-image: linear-gradient(272deg, var(--pink), var(--gradient-middle) 50%, var(--green));
  padding-top: 200px;
  padding-bottom: 200px;
}

.sc--main.head.gradientbg._1 {
  background-image: linear-gradient(329deg, var(--pink), var(--gradient-middle) 50%, var(--green));
}

.sc--main.section-footer {
  background-image: linear-gradient(329deg, var(--pink), var(--gradient-middle) 50%, var(--green));
  color: var(--white);
  max-width: none;
  padding-top: 0;
  padding-bottom: 60px;
}

.sc--main.faq {
  padding-top: 20px;
}

.sc--main.about {
  padding-bottom: 200px;
  overflow: hidden;
}

.sc--main.no-padding, .sc--main.num {
  padding-bottom: 0;
}

.nv--head {
  background-color: rgba(0, 0, 0, 0);
}

.img--headlogo {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cmp--head {
  color: var(--white);
  align-items: center;
  margin-left: auto;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.btn {
  background-image: linear-gradient(158deg, var(--green), var(--gradient-middle));
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  padding: 10px 20px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  transform: scale(1.03);
  box-shadow: 2px 4px 11px -5px rgba(0, 0, 0, .26);
}

.btn._1 {
  background-image: radial-gradient(circle farthest-side at 100% 100%, var(--light-pink), var(--light-pink) 35%, var(--pink) 36%);
}

.btn._1.language {
  position: relative;
}

.btn.menu {
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
}

.btn.menu.w--current {
  background-image: radial-gradient(circle farthest-side at 100% 100%, var(--light-pink), var(--light-pink) 46%, var(--pink) 46%);
}

.btn.language {
  position: relative;
}

.txt--btn {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  text-decoration: none;
}

.lk--head {
  color: var(--white);
  text-shadow: 0 0 12px rgba(0, 0, 0, .22);
  white-space: nowrap;
  padding: 10px 15px;
  font-weight: 500;
  transition: all .3s;
}

.lk--head:hover {
  text-shadow: 1px 1px 0 var(--pink), 0 0 12px rgba(0, 0, 0, .22);
}

.lk--head.w--current {
  color: var(--pink);
}

.lk--head.w--current:hover {
  text-shadow: 1px 0 0 var(--pink), 0 0 12px rgba(0, 0, 0, .22);
}

.lk--head.visontablet {
  display: none;
}

.ct--main {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.ct--main.main {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 122px;
  margin-bottom: 98px;
  display: flex;
}

.ct--main.faq {
  justify-content: center;
  display: flex;
}

.ct--main.footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ct--main.about {
  margin-top: 80px;
}

.ct--main.numbers {
  justify-content: space-between;
  max-width: 92%;
  display: flex;
}

.ct--main.flex {
  display: flex;
}

.ct--main.flex.about {
  position: relative;
}

.ct--main.services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ct--main.belief {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.ct--main.cases {
  margin-bottom: 50px;
}

.ct--main.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 71%;
  display: flex;
}

.cmp--texthome {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cmp--logos {
  flex-direction: row;
  margin-bottom: 10px;
  display: flex;
}

.cmp--logo {
  opacity: .5;
  align-items: center;
  transition: transform .4s, opacity .4s;
  display: flex;
}

.cmp--logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

.cmp--logo.medium {
  width: 160px;
  margin-right: 20px;
}

.cmp--logo.hubpages {
  width: 160px;
}

.wave {
  background-image: url('../images/WAVE-MAIN.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  width: 600vw;
  height: 100%;
  margin-bottom: -2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wave._1 {
  z-index: 1000;
  height: 80%;
}

.wave._2 {
  z-index: 999;
  opacity: .24;
  background-image: url('../images/WAVE-MAIN-2.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 1718px;
  width: 600vw;
  height: 90%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wave._3 {
  z-index: 998;
  opacity: .29;
  height: 80%;
}

.wave._4 {
  z-index: 997;
  opacity: .1;
  background-image: url('../images/WAVE-MAIN-2.svg');
  height: 70%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cmp--waves {
  z-index: 999;
  width: 100%;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cmp--waves.footer {
  transform-style: preserve-3d;
  margin-bottom: 50px;
  position: relative;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.txt--green {
  background-image: linear-gradient(to right, var(--green), var(--gradient-middle));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.cmp--aboutmini {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 11px;
  display: flex;
  position: relative;
}

.cmp--num {
  z-index: 1005;
  box-shadow: 0 0 24px -12px var(--black);
  background-image: repeating-linear-gradient(51deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, .24) 16%, rgba(255, 255, 255, .24) 28%, rgba(255, 255, 255, 0) 28%), linear-gradient(175deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, 0)), url('../images/h1-slider1-background-img.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.cmp--num.belief {
  background-image: radial-gradient(circle, rgba(0, 40, 53, .74), rgba(0, 0, 0, 0)), url('../images/butterfly__woman_2.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cmp--number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.number {
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .52);
  justify-content: center;
  align-items: flex-end;
  font-size: 50px;
  font-weight: 900;
  line-height: 20px;
  display: flex;
}

.h--nr {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, .53);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.txt--numbig {
  text-shadow: 0 0 20px rgba(0, 0, 0, .61);
  font-size: 40px;
  font-weight: 500;
}

.txt--numbig.counterup {
  font-size: 40px;
  font-weight: 900;
}

.txt--contacticon {
  flex-direction: row;
  margin-top: auto;
  display: flex;
}

.img--mail {
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  display: flex;
}

.txt--mail {
  align-items: center;
  display: flex;
}

.txt--pink {
  color: var(--pink);
  text-decoration: none;
}

.txt--contact {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}

.cmp--calender {
  margin-top: -25px;
}

.cmp--textnmb {
  text-align: center;
  margin-bottom: 18px;
}

.cmp--minfaq {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  min-width: 40%;
  height: 250px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cmp--faqwhole {
  border-bottom: 2px solid var(--green);
  cursor: pointer;
  width: 520px;
  max-width: 100%;
  margin-top: 30px;
  transition: border-color .2s;
}

.cmp--faqwhole:hover {
  border-bottom-color: var(--pink);
}

.plusline {
  background-color: var(--black);
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.plusline.second-line {
  transform: rotate(90deg);
}

.cmp--plus {
  background-color: var(--light-grey);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.txt--faq {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.lyt--content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.lyt--plus {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-height: 18px;
  display: flex;
  position: relative;
}

.lyt--faq {
  border-bottom: 2px solid var(--green);
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  transition: border .2s;
  display: flex;
}

.lyt--faq:hover {
  border-bottom-color: var(--pink);
}

.txt--faqquestion {
  letter-spacing: -.1px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
}

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

.txt--footer {
  margin-top: 0;
  font-size: 1.9vw;
  font-weight: 300;
  line-height: 2.28vw;
}

.cmp--thanks {
  color: rgba(255, 255, 255, .45);
  margin-top: 0;
}

.lk--footerl {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.lk--footerl:hover {
  text-shadow: 1px 0 #fff;
}

.lk--footerl._1 {
  cursor: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition-property: none;
}

.lk--footerl._1:hover {
  text-shadow: none;
}

.cmp--textabout {
  text-align: justify;
}

.lyt--testimonialimg {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.grd--service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.img--testimonial {
  width: 100%;
  box-shadow: 0 2px 15px 1px rgba(0, 0, 0, .2);
}

.img--testimonial._1 {
  display: block;
}

.img--testimonial._2 {
  display: none;
}

.lyt--testimonial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cmp--faq {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h--faq {
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
}

.mnu, .mnu.w--current {
  display: none;
}

.preloader {
  z-index: 9999;
  background-image: linear-gradient(284deg, var(--pink), var(--gradient-middle) 50%, var(--green));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-preloader {
  width: 400px;
  margin-bottom: 30px;
}

.loader {
  border: .5rem solid var(--white);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.loader---ball-wrap {
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translate(-50%);
}

.loader---ball {
  background-color: var(--green);
  transform-origin: 50% 500%;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.txt-impressum {
  color: #857e76;
}

.txt-impressum-2 {
  color: var(--pink);
  font-size: 23px;
  font-weight: 500;
}

.devider-wide {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 2px;
  max-height: 2px;
}

.txt-impressum-3 {
  color: #c1a98f;
  font-weight: 300;
}

.text-span {
  color: var(--pink);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1-thank-you {
  padding-bottom: 20px;
}

.img--aboutmini {
  
    background-position: 47% 100%;
    background-repeat: no-repeat;
    background-size: 590px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 170%;
    display: flex;
    position: absolute;
    top: -33%;
    bottom: 0%;
    left: 33%;
    right: 0%;
    overflow: visible;
}

.img--aboutmini.nl {
  top: -53%;
}

.img-logo-miniabout {
  width: 330px;
  margin-top: 95px;
}

.img-logo-miniabout.nl {
  margin-top: 140px;
}

.cmp--text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  margin-bottom: 25px;
  display: flex;
}

.cmp--text.center {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cmp--text.no {
  margin-bottom: 0;
}

.h--m {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.h--l {
  letter-spacing: -.8px;
  text-transform: none;
  font-size: 45px;
  font-weight: 900;
  line-height: 51px;
}

.lyt--service {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
}

.cmp--ilu {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 170px;
  max-height: 150px;
  display: flex;
}

.h--s {
  text-transform: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
}

.ct--btn {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.img-services {
  width: auto;
  height: 110px;
  max-height: 100%;
}

.h--xl {
  letter-spacing: -.5px;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.h--xl.blog {
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 42px;
}

.lyt--lp {
  justify-content: space-between;
  display: flex;
}

.lyt--wide {
  justify-content: center;
  display: flex;
}

.cmp--sv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  padding: 15px;
  display: flex;
}

.cmp--sv._1 {
  max-width: 35%;
}

.cmp--sv._2 {
  max-width: 45%;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.cmp--sv._3 {
  max-width: 38%;
}

.img--value {
  height: 80px;
}

.lyt--onept {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.lyt--onept._1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.img--iluser {
  height: 70px;
}

.cmp--stps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px 55px;
  display: flex;
}

.cmp--stepnr {
  background-color: var(--pink);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 7px;
  padding-left: 3px;
  display: flex;
}

.txt-nr {
  font-size: 35px;
  font-weight: 500;
}

.h--wflow {
  letter-spacing: 3px;
  text-indent: -2px;
  text-transform: uppercase;
  padding-left: 2px;
  font-size: 17px;
  line-height: 22.1px;
}

.h--ml {
  font-size: 25px;
  font-weight: 700;
  line-height: 32.5px;
}

.clms--cases {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cmp--cstext {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cmp--stdy {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cmp--stdy.model {
  aspect-ratio: 9 / 16;
  object-fit: fill;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.cmp--stdy.main {
  max-width: 300px;
}

.clmns--team {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cl--team1 {
  padding-left: 0;
  padding-right: 15px;
}

.cl--team2 {
  padding-left: 40px;
  padding-right: 0;
}

.c--minics {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lyt--cs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lyt--cs._1 {
  flex-direction: row;
  align-items: flex-start;
}

.cmp--oneliner {
  justify-content: space-between;
  display: flex;
}

.cmp--olimg {
  background-image: url('../images/sunglas.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 18% 18% 18% 40%;
  width: 1vw;
  min-width: 33vw;
  height: 32vw;
}

.cmp--oltext {
  margin-top: 20px;
  padding-right: 20px;
}

.cmp--team {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img--main {
  border-radius: 11px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .34);
}

.cmp--txtteam {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  padding-top: 40px;
  display: flex;
}

.cmp--teamtxt {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.lyt--headteam {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.lyt--txtteam {
  max-width: 450px;
}

.img--iconteam {
  height: 25px;
}

.cmp--imgwflow {
  justify-content: flex-end;
  display: flex;
}

.txt--content {
  max-width: 350px;
}

.lyt--contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.h--content {
  font-size: 29px;
  font-weight: 700;
  line-height: 35.5px;
}

.cmp--tip {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 30%;
  margin-top: 20px;
  display: flex;
}

.cmp--tip._1 {
  border-left: .25px solid #000;
  border-right: .25px solid #000;
  width: 40%;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.cmp--ic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr 2fr .25fr 2fr .25fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cmp--step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cmp--arrow {
  align-items: center;
  display: flex;
}

.cmp--stepicon {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--light-pink), var(--light-pink) 40%, var(--pink) 40%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  display: flex;
}

.cmp--imgcontent, .img--contentico {
  height: 85px;
}

.img--contentico._1 {
  height: 75px;
}

.img--stepico {
  height: 64%;
}

.img--stepico._1 {
  height: 60%;
  padding-left: 8px;
}

.img--stepico._2 {
  height: 66%;
  margin-top: 3px;
  margin-left: 2px;
}

.dd--language {
  color: var(--white);
  border-radius: 5px;
  margin-left: 20px;
}

.dd--text, .dd--ico {
  color: var(--black);
}

.dd--toggle {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: border-radius .425s;
}

.dd--toggle.w--open {
  border-radius: 10px 10px 0 0;
}

.dd--list.w--open {
  background-color: var(--light-grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sc--blog {
  padding-top: 0;
}

.ct--blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1250px;
  padding-top: 100px;
  padding-left: 200px;
  display: flex;
}

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

.cmp--postnew {
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.img--blognewest {
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.lyt--blogimgtext {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cmp--latest {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  font-size: 16px;
  line-height: 22.4px;
  display: flex;
}

.cmp--newesttext {
  padding-top: 20px;
}

.cmp--itemlatest {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.ico--latest {
  min-width: 14px;
  height: 100%;
  display: flex;
}

.txt--newest {
  color: var(--black);
  text-decoration: none;
}

.lyt--blogposts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cmp--post {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img--post {
  border-radius: 15px;
  width: 80%;
  margin-bottom: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.h--blog {
  color: var(--black);
  font-size: 21px;
  font-weight: 500;
  line-height: 29.4px;
}

.lyt--posts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.txt--post {
  width: 80%;
  max-width: 400px;
}

.img--blogmain {
  border-radius: 4px;
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cmp--inhalt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  min-width: 300px;
  max-height: 600px;
  padding-left: 20px;
  padding-right: 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.h--t {
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.cmp--blog {
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  font-size: 16px;
  line-height: 22.4px;
  display: flex;
}

.h2--blog {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}

.h2--blog._1 {
  margin-top: 0;
}

.cmp--bloglist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.lk--inhalt {
  color: var(--black);
  letter-spacing: .2px;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.lk--inhalt:hover {
  text-shadow: 1px 0 0 var(--black);
}

.img--blog {
  border: .1px solid rgba(0, 0, 0, .19);
  border-radius: 4px;
  width: 90%;
  margin: 30px auto;
  box-shadow: 0 0 9px -4px rgba(0, 0, 0, .2);
}

.img--blog.lightroom {
  aspect-ratio: 1.37;
  background-image: url('../images/Visualisierung-Lightroom-PC.webp');
  background-position: 50%;
  background-size: cover;
}

.img--blog.side {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.txt--cta {
  color: var(--pink);
  text-shadow: 0 0 0 var(--pink);
  cursor: pointer;
  font-weight: 700;
  transition: all .15s;
}

.txt--cta:hover {
  text-shadow: 1px 0 0 var(--pink);
}

.mnu--content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.lyt--blogcasestudy {
  margin-top: 20px;
}

.h3--blog {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 32.5px;
}

.cmp--content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lyt--vision {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img--vision {
  border-radius: 30px;
  height: 220px;
}

.txt--vision {
  max-width: 450px;
}

.txt--quote {
  color: var(--black);
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.cmp--relevant {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  letter-spacing: -.1px;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  line-height: 20.8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cmp--relevant:hover {
  transform: translate(0, -15px);
}

.txt--relevant {
  max-width: 90%;
  font-weight: 400;
}

.img--relevant {
  border-radius: 4px;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, .2);
}

.h--relevant {
  letter-spacing: -.1px;
  text-indent: 10px;
  text-transform: none;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

.cmp--slidermask {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.cmp--slidericons, .cmp--slidenav {
  display: none;
}

.lyt--relevant {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 30px;
}

.lyt--creator {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.h--model {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.cmp--creatortext {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.cmp--cs {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 425px;
  display: flex;
}

.lyt--models {
  justify-content: center;
  display: flex;
}

.cmp--model {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.ct--footer {
  width: 85%;
  max-width: 1150px;
}

.lyt--footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr .25fr 3fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cmp--footerlogo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.cmp--footerlink {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cmp--footerdev {
  background-color: var(--white);
  width: 2px;
  height: 100%;
}

.lyt--footerlinks {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.cmp--footerlinks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  display: flex;
}

.lyt--sidelist {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.txt--blog {
  letter-spacing: -.1px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.txt--blog.u {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.txt--blog.bs {
  font-size: 16px;
  line-height: 28px;
}

.txt--blog.lighter {
  color: #757575;
}

.cmp--progress {
  z-index: 9999;
  background-color: var(--pink);
  transform-origin: 0%;
  width: 100%;
  height: 10px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lyt--table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin: 30px auto 20px;
}

.cmp--cell {
  border: .1px solid #dbdbdb;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  font-size: 13px;
}

.cmp--cell.head {
  background-color: #f1f1f3;
}

.txt--creator {
  max-width: 400px;
  margin-bottom: 20px;
}

.cmp--blogquote {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-grey);
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px 40px;
  display: flex;
}

.cmp--blogline {
  background-color: var(--pink);
  width: 3px;
  min-width: 3px;
  height: 1em;
  margin-top: .5em;
}

.txt--bloglayout {
  color: #686868;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

.cmp--disclaimer {
  background-color: var(--light-grey);
  margin-top: 20px;
  padding: 25px 50px;
}

.lyt--sidebyside {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 30px;
  display: flex;
}

.cmp--sidebild {
  flex: 1;
  align-items: center;
  min-width: 45%;
  display: flex;
}

.lyt--siderow {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.lk--blognav {
  text-shadow: 0 0 0 var(--pink);
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  transition: all .2s;
}

.lk--blognav:hover {
  text-shadow: 1px 1px 0 var(--pink);
}

.cmp--bread {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(338deg, var(--pink), var(--gradient-middle) 50%, var(--green));
  color: var(--white);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 62px 200px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, .2);
}

.txt--bread {
  white-space: normal;
  overflow-wrap: break-word;
}

.txt--bread._1 {
  white-space: nowrap;
  padding-right: 5px;
}

.lk--bread {
  color: var(--white);
  text-shadow: 0 0 0 var(--pink);
  cursor: pointer;
  transition: text-shadow .2s;
}

.lk--bread:hover {
  text-shadow: 1px 0 0 var(--pink);
}

.cmp--blogwave {
  background-image: url('../images/WAVE-BLOG.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 1020px;
  width: 100%;
  height: 60px;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
}

.cmp--blogwave._1 {
  background-position: 100% 100%;
  top: -1%;
  bottom: auto;
  transform: rotate(180deg);
}

.lyt--bread {
  display: flex;
}

.cmp--date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.lyt--advantages {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 20px;
  display: grid;
}

.cmp--advantagesimg {
  filter: brightness(131%);
  color: var(--white);
  background-image: linear-gradient(153deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, 0) 57%), url('../images/advantages-img.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding-top: 20%;
  padding-left: 10%;
  padding-right: 10%;
  transition: all .2s;
  display: flex;
}

.lyt--advantagestxt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 400px;
  padding-top: 40px;
  display: flex;
}

.lyt--insta {
  background-image: url('../images/social-media-logos.svg'), linear-gradient(225deg, #f8f8f8 38%, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-radius: 80px;
  flex-direction: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lyt--instarow {
  justify-content: center;
  display: flex;
}

.lyt--instarow._2 {
  flex-direction: row-reverse;
}

.cmp--instatxt {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.cmp--instatxt._2 {
  text-align: right;
}

.img--insta {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 15px 0 0;
  min-width: 50%;
  max-width: 50%;
  height: 360px;
}

.img--insta._2 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 15px;
}

.lyt--crosspromo {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.lyt--crosspromoposts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cmp--devider {
  background-color: var(--light-grey);
  width: 90%;
  height: 2px;
  margin: 50px auto;
}

.cmp--devider._2 {
  width: 2px;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
}

.img--crosspromoico {
  width: 170px;
  margin-bottom: 20px;
}

.ico--advantages {
  height: 21px;
}

.lyt--icoadvantages {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.cmp--calendartext {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 11px;
  display: flex;
  position: relative;
}

.lyt--versus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cmp--versuscell {
  text-align: center;
  border: .1px solid #dbdbdb;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 22.4px;
}

.cmp--versuscell.headcell {
  background-color: var(--light-grey);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.cmp--versuscell.bad {
  color: #7e7e7e;
}

.txt--aboutmini {
  margin-bottom: 15px;
}

.txt--btnlink {
  background-color: var(--green);
  color: var(--black);
  border-radius: 9px;
  padding: 2px 5px;
  font-size: 15px;
  position: absolute;
  top: -8px;
  right: -12px;
  transform: rotate(18deg);
}

.txt--btnlink.pink {
  background-color: var(--pink);
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 65px;
    line-height: 70px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 55px;
  }

  h4 {
    font-size: 30px;
  }

  p {
    font-size: 25px;
    line-height: 31px;
  }

  .sc--main.about {
    background-position: 85% -4vw;
    background-size: 860px;
  }

  .img--headlogo {
    width: 190px;
  }

  .btn {
    border-radius: 30px;
    padding: 17px 31px;
  }

  .txt--btn, .lk--head {
    font-size: 28px;
  }

  .ct--main.numbers {
    align-items: center;
    height: 100%;
  }

  .cmp--num {
    background-image: linear-gradient(60deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 19%, rgba(255, 255, 255, .2) 19%, rgba(255, 255, 255, .2) 36%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, .2) 48%, rgba(255, 255, 255, .2) 62%, rgba(0, 0, 0, 0) 62%, rgba(51, 51, 51, 0) 72%, rgba(255, 255, 255, .2) 72%, rgba(255, 255, 255, .2) 82%, rgba(255, 255, 255, 0) 82%, rgba(0, 0, 0, 0)), radial-gradient(circle, rgba(0, 0, 0, .57), rgba(0, 0, 0, 0)), url('../images/butterfly__woman.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    height: 27vh;
  }

  .h--nr {
    font-size: 35px;
    line-height: 39px;
  }

  .txt--numbig {
    font-size: 50px;
  }

  .img--mail {
    width: 90px;
    height: 90px;
  }

  .txt--contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    font-size: 25px;
    display: flex;
  }

  .txt--faq {
    font-size: 28px;
    line-height: 34px;
  }

  .txt--faqquestion {
    font-size: 36px;
    line-height: 44px;
  }

  .cmp--textabout {
    padding-right: 30px;
  }

  .lyt--testimonialimg {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .grd--service {
    height: 960px;
  }

  .img--testimonial {
    width: 80%;
  }

  .img--testimonial._1 {
    width: 95%;
  }

  .lyt--testimonial {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .h--faq {
    font-size: 50px;
    line-height: 60px;
  }

  .img--aboutmini {
    background-position: 47% 90%;
    background-size: 900px;
  }

  .img-logo-miniabout {
    width: 410px;
  }

  .h--m {
    font-size: 32px;
    line-height: 46px;
  }

  .h--l {
    font-size: 55px;
    line-height: 70px;
  }

  .cmp--ilu {
    width: 190px;
    height: 190px;
    max-height: none;
  }

  .h--s {
    font-size: 29px;
    line-height: 31px;
  }

  .img-services {
    height: auto;
  }

  .h--xl {
    font-size: 67px;
    line-height: 76px;
  }

  .h--xl.blog {
    font-size: 50px;
    line-height: 62px;
  }

  .img--value {
    height: 110px;
  }

  .img--iluser {
    height: 100px;
  }

  .h--wflow {
    line-height: 19px;
  }

  .h--ml {
    font-size: 40px;
    line-height: 45px;
  }

  .txt--content {
    max-width: 470px;
  }

  .cmp--tip._1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cmp--imgcontent {
    height: 120px;
  }

  .img--contentico {
    height: 120px;
    margin-bottom: 10px;
  }

  .img--contentico._1 {
    height: 110px;
  }

  .ct--blog {
    max-width: 1780px;
  }

  .cmp--latest {
    font-size: 26px;
    line-height: 33.8px;
  }

  .h--blog {
    font-size: 35px;
    line-height: 42px;
  }

  .cmp--inhalt {
    width: auto;
    min-width: 540px;
    max-width: 540px;
    font-size: 22px;
    line-height: 28.6px;
  }

  .h--t {
    font-size: 30px;
    line-height: 36px;
  }

  .cmp--blog {
    max-width: 1050px;
  }

  .h2--blog {
    font-size: 40px;
    line-height: 48px;
  }

  .cmp--bloglist {
    font-size: 26px;
    line-height: 31px;
  }

  .lk--inhalt {
    line-height: 37px;
  }

  .mnu--content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h3--blog {
    font-size: 32px;
    line-height: 38.4px;
  }

  .txt--relevant {
    color: var(--black);
    font-size: 26px;
    line-height: 31px;
  }

  .h--relevant {
    font-size: 32px;
    line-height: 46px;
  }

  .lyt--relevant {
    height: 100%;
  }

  .cmp--cs {
    max-width: 600px;
  }

  .ct--footer {
    max-width: 1350px;
  }

  .txt--blog {
    font-size: 25px;
    line-height: 48px;
  }

  .txt--blog.u {
    font-size: 23px;
    line-height: 35px;
  }

  .txt--blog.bs {
    font-size: 23px;
    line-height: 40px;
  }

  .cmp--cell {
    font-size: 25px;
    line-height: 48px;
  }

  .lk--blognav {
    font-size: 25px;
    line-height: 58px;
  }

  .cmp--bread, .cmp--versuscell {
    font-size: 25px;
    line-height: 48px;
  }
}

@media screen and (max-width: 991px) {
  .sc--main.head {
    background-position: 50%;
  }

  .cmp--head {
    z-index: 2000;
    background-color: #fff;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 1px 0 8px -5px rgba(0, 0, 0, .2);
  }

  .btn.menu {
    display: none;
  }

  .lk--head {
    color: var(--black);
    text-align: left;
    text-shadow: none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 40px;
    padding: 7px 15px 7px 20px;
    font-size: 23px;
    line-height: 30px;
    transition-property: none;
  }

  .lk--head:hover {
    color: var(--black);
    text-shadow: none;
  }

  .lk--head.w--current:hover {
    color: var(--pink);
    text-shadow: none;
  }

  .lk--head.visontablet {
    display: block;
  }

  .ct--main, .ct--main.content {
    max-width: 90%;
  }

  .mnu--head {
    color: var(--white);
    margin-left: auto;
    font-size: 40px;
  }

  .mnu--head.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
  }

  .mnu--head.blog {
    color: var(--black);
  }

  .cmp--plus {
    width: 40px;
    min-height: 40px;
  }

  .txt--faq {
    max-width: 100%;
  }

  .txt--faqquestion {
    max-width: 88%;
  }

  .lk--footerl._1 {
    white-space: nowrap;
  }

  .cmp--textabout {
    text-align: justify;
    padding-right: 0;
  }

  .cmp--aboutimg {
    width: 32vw;
    top: -54px;
  }

  .lyt--testimonialimg {
    justify-content: center;
  }

  .img--testimonial._1 {
    display: block;
  }

  .mnu {
    width: 20vw;
    margin: 40px auto 20px;
    display: flex;
  }

  .mnu.w--current {
    display: block;
  }

  .img--mnu {
    margin-bottom: 10px;
  }

  .img-logo-miniabout {
    width: 270px;
  }

  .cmp--text.center {
    width: 79%;
  }

  .lyt--cs._1 {
    flex-direction: column;
    align-items: center;
  }

  .cmp--olimg {
    min-width: 43vw;
    height: 43vw;
  }

  .dd--language {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex: 1;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .dd--toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-left: 0;
  }

  .dd--toggle.w--open {
    border-top-left-radius: 0;
  }

  .dd--list.w--open {
    border-bottom-left-radius: 0;
  }

  .ct--blog {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cmp--inhalt {
    width: 230px;
    min-width: 230px;
  }

  .h--t {
    word-break: break-all;
  }

  .img--blog {
    width: 90%;
  }

  .cmp--slidermask {
    max-width: 90%;
  }

  .lyt--footerlinks {
    flex-direction: column;
    justify-content: space-between;
  }

  .txt--blog.bs {
    font-size: 15px;
    line-height: 25px;
  }

  .lyt--table {
    width: 100%;
  }

  .cmp--bread {
    padding-left: 10%;
    padding-right: 10%;
  }

  .img--insta {
    object-position: 0% 100%;
    height: 430px;
  }
}

@media screen and (max-width: 767px) {
  .sc--main.about {
    background-image: url('../images/Color-Cloud.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .sc--main.no-padding {
    padding-top: 30px;
  }

  .ct--main.faq {
    flex-direction: column;
    align-items: flex-start;
  }

  .ct--main.flex.about {
    flex-direction: column;
  }

  .ct--main.belief {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cmp--aboutmini {
    width: 100%;
  }

  .cmp--num {
    background-image: repeating-linear-gradient(51deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, .24) 16%, rgba(255, 255, 255, .24) 28%, rgba(255, 255, 255, 0) 28%), radial-gradient(circle, rgba(0, 0, 0, .52), rgba(0, 0, 0, 0)), url('../images/butterfly__woman_mobile.webp');
  }

  .h--nr {
    font-size: 17px;
  }

  .txt--numbig, .txt--numbig.counterup {
    font-size: 25px;
  }

  .cmp--calender {
    margin-top: 10px;
  }

  .cmp--minfaq {
    height: auto;
  }

  .txt--faq {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .txt--faqquestion {
    max-width: 80%;
    font-size: 18px;
  }

  .txt--footer {
    font-size: 3.8vw;
    line-height: 4.56vw;
  }

  .lk--footerl {
    text-align: center;
  }

  .cmp--textabout {
    width: auto;
    height: auto;
  }

  .cmp--aboutimg {
    width: 50vw;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .lyt--testimonialimg {
    padding-top: 0;
  }

  .grd--service {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img--testimonial._1 {
    display: none;
  }

  .img--testimonial._2 {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mnu {
    width: 30vw;
  }

  .img-preloader {
    width: 300px;
  }

  .img--aboutmini {
    background-image: none;
    width: 100%;
    max-width: 100%;
    margin-top: 120px;
    position: static;
  }

  .cmp--text.center {
    width: 80%;
  }

  .cmp--text._2 {
    text-align: center;
    align-items: center;
  }

  .lyt--onept {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .lyt--onept._1 {
    width: 60%;
  }

  .cmp--stdy {
    align-self: center;
  }

  .cmp--oneliner {
    flex-direction: column-reverse;
    align-items: center;
  }

  .cmp--olimg {
    min-width: 80vw;
    height: 80vw;
  }

  .cmp--oltext {
    text-align: center;
  }

  .cmp--team {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cmp--txtteam {
    padding-top: 0;
  }

  .cmp--teamtxt {
    text-align: center;
    align-items: center;
  }

  .lyt--contents {
    flex-direction: column;
    align-items: center;
  }

  .cmp--tip {
    width: auto;
  }

  .cmp--tip._1 {
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .cmp--ic {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cmp--step {
    min-width: 20%;
  }

  .cmp--arrow {
    display: none;
  }

  .ct--blog {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .lyt--posts {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cmp--inhalt {
    z-index: 1000;
    border: 4px solid var(--light-grey);
    background-color: var(--white);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 0;
    max-width: none;
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  }

  .h--t {
    word-break: normal;
    display: none;
  }

  .h2--blog {
    font-size: 24px;
    line-height: 28.8px;
  }

  .lk--inhalt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lk--inhalt:hover {
    text-shadow: none;
  }

  .mnu--content {
    z-index: 1002;
    background-color: var(--light-grey);
    text-align: left;
    align-content: center;
    width: 220px;
    height: 500px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .btn--content {
    padding: 0;
    font-size: 40px;
  }

  .btn--content.w--open {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .txt--relevant {
    font-size: 14px;
    line-height: 18.2px;
  }

  .h--relevant {
    text-indent: 0;
  }

  .lyt--creator {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cmp--creator {
    width: 100%;
    max-width: 400px;
  }

  .cmp--creatortext {
    text-align: center;
    align-items: center;
    height: auto;
    position: static;
  }

  .lyt--footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cmp--footerlogo {
    text-align: center;
  }

  .cmp--footerlink {
    justify-content: space-around;
    align-items: center;
  }

  .cmp--footerdev {
    width: 70%;
    height: 3px;
  }

  .lyt--footerlinks {
    align-self: stretch;
    align-items: center;
  }

  .cmp--footerlinks {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-self: stretch;
  }

  .cmp--bread {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lyt--instarow {
    flex-direction: column;
  }

  .lyt--instarow._2 {
    flex-direction: column-reverse;
  }

  .img--insta {
    border-top-right-radius: 15px;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .img--insta._2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .cmp--calendartext {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 15px;
    line-height: 29px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  h4 {
    text-align: left;
  }

  .ct--head {
    justify-content: space-between;
  }

  .sc--main {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .sc--main.head {
    background-image: url('../images/butterfly__woman_mobile.webp');
    background-position: 10%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 100px;
  }

  .sc--main.head.gradientbg {
    background-image: linear-gradient(139deg, var(--pink), var(--gradient-middle) 50%, var(--green));
  }

  .sc--main.faq {
    padding-top: 0;
  }

  .sc--main.about {
    background-image: url('../images/Color-Cloud.webp');
    background-position: 50% 99%;
    background-size: 500px;
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .sc--main.no-padding {
    padding-top: 45px;
  }

  .btn {
    text-align: center;
    max-width: 80%;
  }

  .ct--main {
    max-width: 85%;
  }

  .ct--main.main {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 100px;
    margin-bottom: 55px;
  }

  .ct--main.faq {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .ct--main.about {
    max-width: 90%;
    margin-top: 0;
  }

  .ct--main.numbers {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .ct--main.flex.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .ct--main.services {
    flex-direction: column;
    align-items: center;
  }

  .ct--main.cases {
    margin-bottom: 20px;
  }

  .cmp--logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .cmp--num {
    background-image: url('../images/h1-slider1-background-img.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 56vh;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .cmp--num.belief {
    background-image: radial-gradient(circle, #021c3c, rgba(0, 0, 0, 0)), url('../images/butterfly__woman_2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cmp--number {
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .13) 45%, rgba(255, 255, 255, 0));
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .txt--contacticon {
    margin-top: 10px;
  }

  .txt--contact {
    font-size: 5vw;
  }

  .cmp--minfaq {
    overflow: visible;
  }

  .cmp--plus {
    width: 40px;
    min-height: 40px;
  }

  .txt--faq {
    max-width: 100%;
  }

  .txt--faqquestion {
    max-width: 70%;
    font-size: 20px;
  }

  .txt--footer {
    font-size: 20px;
    line-height: 30px;
  }

  .cmp--textabout {
    text-align: justify;
  }

  .cmp--aboutimg {
    width: auto;
  }

  .lyt--testimonialimg {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grd--service {
    display: block;
  }

  .img--testimonial._2 {
    width: 100%;
  }

  .h--faq {
    font-size: 11vw;
  }

  .mnu {
    width: 40vw;
  }

  .img-preloader {
    width: 70vw;
  }

  .loader {
    transform: scale(.8);
  }

  .img--aboutmini {
    margin-top: 80px;
  }

  .img-logo-miniabout {
    width: 231px;
  }

  .cmp--text.center {
    width: 90%;
  }

  .cmp--text.mcenter {
    text-align: center;
  }

  .h--m {
    white-space: break-spaces;
    font-size: 19px;
    line-height: 24.7px;
  }

  .h--l {
    font-size: 27px;
    line-height: 32.4px;
  }

  .lyt--service {
    width: auto;
  }

  .h--xl {
    font-size: 30px;
    line-height: 36px;
  }

  .h--xl.blog {
    font-size: 27px;
    line-height: 32.4px;
  }

  .lyt--lp {
    flex-direction: column;
    align-items: center;
  }

  .cmp--sv {
    margin-left: 0;
    margin-right: 0;
  }

  .cmp--sv._1, .cmp--sv._2, .cmp--sv._3 {
    max-width: none;
  }

  .lyt--onept, .lyt--onept._1 {
    width: 100%;
  }

  .cmp--stps {
    padding-left: 10px;
    padding-right: 10px;
  }

  .clms--cases {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .clms--cases._1 {
    flex-direction: column-reverse;
  }

  .cmp--cstext {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .clmns--team {
    flex-direction: column;
  }

  .cl--team2 {
    padding-left: 0;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .c--minics {
    text-align: left;
  }

  .lyt--cs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .cmp--oltext {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

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

  .cmp--tip {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cmp--ic {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cmp--arrow {
    flex-direction: row;
    justify-content: center;
    display: flex;
    transform: rotate(90deg);
  }

  .cmp--stepicon {
    width: 20vw;
    height: 20vw;
  }

  .ct--blog {
    width: 85%;
  }

  .lyt--blognewest {
    flex-direction: column;
    display: flex;
  }

  .lyt--posts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .img--blogmain {
    width: 100%;
  }

  .h2--blog {
    overflow-wrap: break-word;
  }

  .img--blog {
    width: 100%;
  }

  .img--blog.lightroom {
    aspect-ratio: 1 / 1.62;
    background-image: url('../images/Vsiualisierung-Lightroom.webp');
  }

  .img--vision {
    height: auto;
    max-height: 220px;
  }

  .cmp--relevant {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
  }

  .cmp--relevant:hover {
    transform: none;
  }

  .h--relevant {
    white-space: break-spaces;
    font-size: 19px;
    line-height: 24.7px;
  }

  .cmp--slidermask {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
  }

  .cmp--slidericons {
    justify-content: center;
    align-items: flex-end;
    max-width: 40px;
    padding-bottom: 15px;
    display: flex;
  }

  .cmp--slidenav {
    display: inline-block;
  }

  .lyt--creator {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .cmp--creatortext {
    height: auto;
    margin-top: 0;
    position: static;
  }

  .lyt--models {
    flex-direction: column;
  }

  .cmp--footerdev {
    width: 90%;
    max-width: 300px;
  }

  .cmp--footerlinks {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .lyt--sidelist {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .txt--blog {
    font-size: 16px;
    line-height: 28px;
  }

  .txt--blog.u {
    font-size: 16px;
    line-height: 24px;
  }

  .txt--blog.bs {
    font-size: 16px;
    line-height: 28px;
  }

  .cmp--cell {
    max-width: 29vw;
    padding-left: 2vw;
    font-size: 12px;
    line-height: 18px;
  }

  .txt--bread {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .txt--bread._1 {
    white-space: nowrap;
    padding-right: 5px;
  }

  .txt--date {
    white-space: normal;
  }

  .lyt--advantages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .lyt--advantagestxt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
  }

  .lyt--insta {
    background-size: auto 730px, auto;
  }

  .cmp--instatxt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lyt--crosspromoposts {
    flex-direction: column;
    display: flex;
  }

  .cmp--devider._2 {
    display: none;
  }
  


  .cmp--versuscell {
    max-width: 29vw;
    padding-left: 2vw;
    font-size: 12px;
    line-height: 18px;
  }
}

#w-node-ec0be842-dfe5-2a7d-ef39-19f6e2c08c1b-268684f4, #w-node-e7f67401-90c4-12b8-c1c2-e2cf1248460c-268684f4, #w-node-_6e72d1f0-8dc1-37f0-7554-1112f96f51c3-268684f4, #w-node-baed9c75-03d8-3536-804d-edccc592bb00-f4a0d902, #w-node-_2990772d-9d68-c8fc-a324-63bcbbd8ada4-f4a0d902, #w-node-f03b0c27-2322-2e9b-851d-970b17eb879d-f4a0d902, #w-node-c621b3ba-19c9-4d5d-2514-81fde26ff7e7-f4a0d902, #w-node-ce60c848-dbee-6142-fdc4-14af5695e24f-f4a0d902, #w-node-bccee508-c953-3702-3732-68bf57eabe0a-f4a0d902, #w-node-_324992a8-1556-e220-be3c-5f12f184de54-268684fc, #w-node-dd752b85-3364-6840-699f-e69933ec2878-268684ff, #w-node-_82ab327e-2c0a-06d2-8a54-37d7f42d09fe-268684ff, #w-node-d46e82e6-68a8-f346-829a-84c8e9db46cf-268684ff, #w-node-_9342943b-b31e-1d03-016e-a9f7787d674d-268684ff, #w-node-_6c70f033-cf70-57fc-88ce-a4c4fc5b2310-268684ff, #w-node-_57a0a821-14d7-4c74-9d08-04522626cee7-268684ff, #w-node-_34739157-a152-ef79-2c9a-36bac9ac873f-268684ff, #w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6696a-2686850d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6697c-2686850d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22ebd2bb-5707-fb89-09ae-d3f929f66981-2686850d, #w-node-_19b33c3b-b85e-09e0-6f66-3c6073fd4c80-2686850d, #w-node-_9116c7c7-6014-2a23-55f3-9f1e67febdda-2686850d, #w-node-d100b52f-93c2-a83b-f3f7-f2e1fc08c640-2686850d, #w-node-_10ed4f84-9449-dbad-a383-2d6dcbc75b02-2686850d, #w-node-_88cb39c7-e317-48e1-5143-e639eae9d728-227fcd4c, #w-node-edb66136-904e-2ad5-6721-0526bc0dab23-227fcd4c, #w-node-edb66136-904e-2ad5-6721-0526bc0dab2b-227fcd4c, #w-node-_937cd245-d29e-085f-9f9f-5793bcc34a6c-a390cee2, #w-node-_937cd245-d29e-085f-9f9f-5793bcc34a74-a390cee2, #w-node-_937cd245-d29e-085f-9f9f-5793bcc34a75-a390cee2, #w-node-_937cd245-d29e-085f-9f9f-5793bcc34a79-a390cee2, #w-node-_937cd245-d29e-085f-9f9f-5793bcc34a86-a390cee2, #w-node-_937cd245-d29e-085f-9f9f-5793bcc34a93-a390cee2, #w-node-dd752b85-3364-6840-699f-e69933ec2878-8f7732f0, #w-node-_82ab327e-2c0a-06d2-8a54-37d7f42d09fe-8f7732f0, #w-node-d46e82e6-68a8-f346-829a-84c8e9db46cf-8f7732f0, #w-node-_9342943b-b31e-1d03-016e-a9f7787d674d-8f7732f0, #w-node-_6c70f033-cf70-57fc-88ce-a4c4fc5b2310-8f7732f0, #w-node-_57a0a821-14d7-4c74-9d08-04522626cee7-8f7732f0, #w-node-_34739157-a152-ef79-2c9a-36bac9ac873f-8f7732f0, #w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6696a-403f3f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6697c-403f3f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22ebd2bb-5707-fb89-09ae-d3f929f66981-403f3f69, #w-node-_19b33c3b-b85e-09e0-6f66-3c6073fd4c80-403f3f69, #w-node-_9116c7c7-6014-2a23-55f3-9f1e67febdda-403f3f69, #w-node-d100b52f-93c2-a83b-f3f7-f2e1fc08c640-403f3f69, #w-node-_10ed4f84-9449-dbad-a383-2d6dcbc75b02-403f3f69, #w-node-_324992a8-1556-e220-be3c-5f12f184de54-432957f5, #w-node-b26304d2-460a-e048-5168-fcad14b64467-3b28a299, #w-node-b26304d2-460a-e048-5168-fcad14b64468-3b28a299, #w-node-_04248748-7446-c032-0d67-1bb4cb3cf288-3b28a299, #w-node-_41b4ea3e-71e9-4bf7-fdb9-94add58d9693-3b28a299, #w-node-_41b4ea3e-71e9-4bf7-fdb9-94add58d9694-3b28a299, #w-node-_41b4ea3e-71e9-4bf7-fdb9-94add58d969c-3b28a299, #w-node-_9b767255-0d12-5e26-22c8-2567a3398876-3b28a299, #w-node-fcc38f4b-de47-bdf4-ecdf-0e87f42f83ad-3b28a299, #w-node-_5ac304e1-04dd-dafb-63ce-5aeb9111399b-3b28a299, #w-node-d452263c-6286-af8d-8d19-f3f87cfc86ca-3b28a299, #w-node-_9f431ce7-a270-f9ba-373a-92846ab16a6d-3b28a299, #w-node-_1c688e9a-e701-e9b0-aae7-5bb49214a54b-3b28a299, #w-node-c2af9801-c7a6-bfcf-94c5-72185aae2fe1-3b28a299, #w-node-e4115ed3-1601-b898-760e-c8e5c872e8c6-3b28a299, #w-node-_40ad5614-d8ad-9f4c-8335-035179740395-3b28a299, #w-node-cdbb6cfd-cd3b-948b-6058-493cedc15226-3b28a299, #w-node-cdbb6cfd-cd3b-948b-6058-493cedc15227-3b28a299, #w-node-_174d540e-7821-bbb8-cb99-e8456e088f41-3b28a299, #w-node-_8c6a1bf7-5adb-6ec5-bff3-2a7b2bca6151-3b28a299, #w-node-bf32c76d-5e71-fcd7-41f5-fe60b676d19f-3b28a299, #w-node-e3645967-dd18-01f4-ae71-d1a09c65d0a1-3b28a299, #w-node-e3645967-dd18-01f4-ae71-d1a09c65d0a2-3b28a299, #w-node-_32ae6786-0268-3c38-d9e8-c09d20d33ec9-3b28a299, #w-node-_526a3cf3-a2a1-abd3-b8f2-305377a89e73-3b28a299, #w-node-_526a3cf3-a2a1-abd3-b8f2-305377a89e74-3b28a299, #w-node-bd354aee-aa8a-40ac-e547-349bc399d334-3b28a299, #w-node-ea9b5fe4-799e-8863-aca4-8da9f45b96e7-3b28a299, #w-node-ea9b5fe4-799e-8863-aca4-8da9f45b96e8-3b28a299, #w-node-_27e3ed6a-9c9b-1db1-e530-a465dae0dc02-3b28a299, #w-node-f2889918-c4c8-50c8-1571-be1ae2146e0b-3b28a299, #w-node-_458916a5-80c6-9540-462a-c1a62f5e2a1c-3b28a299, #w-node-_96da236c-4012-de28-8687-a42531698394-3b28a299, #w-node-_5fce9bdf-a61f-eefe-60eb-d09f944d3cc6-9dcd7b58, #w-node-d12657cc-4e37-9cd5-a838-8a03dc251858-9dcd7b58, #w-node-_0b77dfbe-cf8b-5363-6628-f1e376da1e20-9dcd7b58, #w-node-_798f5268-7457-0e13-465b-67a4baa1574f-9dcd7b58, #w-node-_3539bf2c-6251-6f8f-78e9-262627ba7c2e-9dcd7b58, #w-node-f78e4c86-10bd-fd89-76e1-48f000eaf143-9dcd7b58, #w-node-e8ac3e21-7640-8410-71a3-258dc5bce18e-9dcd7b58, #w-node-_0304363f-9462-3a65-cb50-9e5725ef5861-9dcd7b58, #w-node-_2bb25caa-2cd3-93fc-4d87-3f971111fca5-9dcd7b58, #w-node-ff9ca8a3-4372-9286-b0ed-cf79ea985bd8-9dcd7b58, #w-node-ecb16c0a-13bd-aa55-34c7-83f1432995cd-9dcd7b58, #w-node-e7b3b631-f74c-7fb5-dc43-1ce298bc8745-9dcd7b58, #w-node-a78ca453-7611-ddc6-3341-88df8e521336-9dcd7b58, #w-node-_50562e7e-ef10-4a00-07a8-ea6fbae1e49a-9dcd7b58, #w-node-cd3b12f6-55f3-9654-9aa7-9a9083cd97e4-9dcd7b58, #w-node-e52c8402-5e5c-9a8f-1f3b-404fbaf83d7f-9dcd7b58, #w-node-e0b89669-d0cb-5d5d-489b-940681457757-9dcd7b58, #w-node-_0917cabd-c91d-7b58-4f6f-eb4f8fb88238-9dcd7b58, #w-node-b6fae1cd-b13d-edfb-6616-5eb34a4a2da1-9dcd7b58, #w-node-df956ccf-1166-8a4b-209a-c5a77f2ed0ee-9dcd7b58, #w-node-_992ec0fb-4549-669a-9ee0-96ba98f56c75-9dcd7b58, #w-node-c030ee2f-0b04-249f-4ba4-b98e9a50074e-9dcd7b58, #w-node-_6a82acc7-90de-d034-391f-3bde8a079672-9dcd7b58, #w-node-_41e57be3-3aa2-725a-3470-cbcdba6ff90b-9dcd7b58, #w-node-ea495f54-4b1b-1e9e-4814-7904c7bab3d9-9dcd7b58, #w-node-_8df3fa07-ee35-fe39-e169-b838fa4efcb8-9dcd7b58, #w-node-_90b6aa3f-4551-9c13-f82e-7bdae25ad954-9dcd7b58, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ea-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ed-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f0-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f3-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f6-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f8-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58fa-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58fd-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ff-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5901-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5904-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5907-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5909-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d590c-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d590e-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5910-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5913-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5915-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5918-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591b-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591d-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591f-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5922-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5924-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5926-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5929-a6e86803, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d592b-a6e86803, #w-node-_1abcc9f0-85ea-6a33-54aa-9fed6e537101-a6e86803, #w-node-_03c7ca7f-2892-6d5a-5771-b8203bc80aa6-a6e86803, #w-node-_19a2c718-e006-62e6-0188-d578c7deb053-a6e86803, #w-node-b3bb7ef6-3998-537d-6171-d3e096f57c1c-e2e4af17, #w-node-_29d29304-136d-38b1-db58-a9d578969764-e2e4af17, #w-node-_123c043d-3cab-82aa-bd89-27af28180626-e2e4af17, #w-node-_123c043d-3cab-82aa-bd89-27af28180627-e2e4af17, #w-node-_4259a503-bc17-832e-0f99-296b60e88654-e2e4af17, #w-node-_4259a503-bc17-832e-0f99-296b60e88653-e2e4af17, #w-node-_97f6af4c-3479-7e83-c5b1-960a437f247d-e2e4af17, #w-node-_97f6af4c-3479-7e83-c5b1-960a437f247e-e2e4af17, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ea-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ed-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f0-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f3-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f6-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f8-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58fa-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58fd-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ff-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5901-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5904-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5907-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5909-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d590c-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d590e-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5910-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5913-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5915-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5918-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591b-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591d-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591f-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5922-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5924-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5926-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5929-e4670994, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d592b-e4670994, #w-node-_1abcc9f0-85ea-6a33-54aa-9fed6e537101-e4670994, #w-node-_03c7ca7f-2892-6d5a-5771-b8203bc80aa6-e4670994, #w-node-_19a2c718-e006-62e6-0188-d578c7deb053-e4670994, #w-node-_05e17fc1-6018-8c36-4f11-098ae13f9f0a-3a172739, #w-node-e586e559-0b0e-c6e2-6900-4125a0aad59c-3a172739, #w-node-_47fef70e-a9ec-fe00-c6ac-948402e10f38-3a172739, #w-node-eb878dec-e78d-19df-6287-88fc366aa9a3-3a172739, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ea-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ed-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f0-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f3-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f6-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58f8-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58fa-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58fd-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d58ff-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5901-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5904-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5907-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5909-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d590c-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d590e-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5910-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5913-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5915-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5918-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591b-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591d-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d591f-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5922-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5924-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5926-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d5929-b74708b9, #w-node-ac079aca-ad84-e853-5237-bc1a6d2d592b-b74708b9, #w-node-b26304d2-460a-e048-5168-fcad14b64467-d2756f16, #w-node-b26304d2-460a-e048-5168-fcad14b64468-d2756f16, #w-node-_04248748-7446-c032-0d67-1bb4cb3cf288-d2756f16, #w-node-_41b4ea3e-71e9-4bf7-fdb9-94add58d9693-d2756f16, #w-node-_41b4ea3e-71e9-4bf7-fdb9-94add58d9694-d2756f16, #w-node-_41b4ea3e-71e9-4bf7-fdb9-94add58d969c-d2756f16, #w-node-c5d85d7c-0399-5801-a541-13731b1c933f-d2756f16, #w-node-_7de879f8-79fa-5797-bc58-bb8ad37aeef6-d2756f16, #w-node-_7a43ad7f-22fd-576a-0d40-254528097642-d2756f16, #w-node-da8980d6-4d1a-32e9-b727-2be8d4a0219d-d2756f16, #w-node-_8d9e9c70-d41b-b805-a737-859ab83835a1-d2756f16, #w-node-_1db575f2-a466-74c0-b933-4ae0e6515f4b-d2756f16, #w-node-_1d26298c-5a21-675e-8787-ebb05d24c9e3-d2756f16, #w-node-_1d26298c-5a21-675e-8787-ebb05d24c9e4-d2756f16, #w-node-_1d26298c-5a21-675e-8787-ebb05d24c9ea-d2756f16, #w-node-ec0be842-dfe5-2a7d-ef39-19f6e2c08c1b-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f145484-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f145487-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f14548d-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f145490-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f145492-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f145494-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f1454bc-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f1454be-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f1454c1-897c635c, #w-node-afa0144f-c8bb-81d9-84a3-05ef8f1454c3-897c635c, #w-node-e7f67401-90c4-12b8-c1c2-e2cf1248460c-897c635c, #w-node-_6e72d1f0-8dc1-37f0-7554-1112f96f51c3-897c635c, #w-node-db046a12-c8d5-b739-27b3-0dccf2aaf1d0-f2aaf1c8, #w-node-db046a12-c8d5-b739-27b3-0dccf2aaf1d8-f2aaf1c8, #w-node-db046a12-c8d5-b739-27b3-0dccf2aaf1d9-f2aaf1c8, #w-node-db046a12-c8d5-b739-27b3-0dccf2aaf1dd-f2aaf1c8, #w-node-db046a12-c8d5-b739-27b3-0dccf2aaf1ea-f2aaf1c8, #w-node-db046a12-c8d5-b739-27b3-0dccf2aaf1f7-f2aaf1c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6696a-2686850d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6697c-2686850d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6696a-403f3f69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22ebd2bb-5707-fb89-09ae-d3f929f6697c-403f3f69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b26304d2-460a-e048-5168-fcad14b64467-3b28a299, #w-node-b26304d2-460a-e048-5168-fcad14b64467-d2756f16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}




h2.h--xl {
    text-transform: capitalize;
}

span.h--l {
    text-transform: capitalize;
}

h3.h--s.txt--green {
    text-transform: capitalize;
}
.txt--btn {
    text-transform: capitalize;
}

h2.h--l {
    text-transform: capitalize;
}



/* Style inputs with type="text", select elements and textareas */
input, select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input.btn.w-inline-block {
    text-align: CENTER !important;
    color: #fff !important;
    display: inline !important;
}
  form {
    margin: 0px 15% !important;
}
