:root {
  --white: white;
  --black: black;
  --underline-text: #fec82f;
  --background-light: #e6ebef;
  --background-2: #f8faff;
  --texto: #303030;
  --text: #69707b;
  --background: #d2dbe2;
  --lines: #aab2b9;
  --dark-slate-grey: #3a3a3a;
  --dark-grey: #aab2b921;
}

body {
  background-color: var(--white);
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.375;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

a {
  color: var(--underline-text);
  cursor: pointer;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.go-up-button {
  z-index: 20;
  color: #fff;
  background-color: #fec82fe6;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #fec82f;
}

.nav-menu {
  height: 100%;
  display: flex;
}

.navlink {
  color: #000;
  text-transform: capitalize;
  padding-top: 22px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--black);
  font-weight: 400;
}

.navlink.emphasis {
  background-color: var(--underline-text);
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

.underline-fix {
  background-color: var(--underline-text);
  width: 101%;
  height: 2px;
  margin-top: 2px;
}

.underline-fix.dark {
  background-color: var(--black);
}

.brand {
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.04);
}

.main {
  padding-top: 70px;
}

.navbar {
  border-top: 4px solid var(--underline-text);
  background-color: #fff;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.nav {
  background-color: var(--white);
  max-width: 100%;
  height: 100%;
  padding-left: 90px;
}

.section {
  padding-top: 90px;
  position: relative;
}

.section.video {
  margin-bottom: 40px;
}

.section.video.kontroll {
  margin-top: 0;
  margin-bottom: 0;
}

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

.section.has-tabs {
  padding-top: 110px;
  padding-bottom: 90px;
}

.section.bp {
  padding-bottom: 90px;
}

.section.angebot {
  border-bottom: 4px solid var(--underline-text);
}

.section.quality {
  padding-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
}

.section.clients {
  background-color: var(--background-2);
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/demo_room.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 90px;
}

.section.terms {
  padding-left: 30px;
  padding-right: 30px;
}

.section-title {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.section-title.sub {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.video {
  background-image: none;
  height: 100%;
  display: flex;
}

.absolute.video.zkb {
  background-image: linear-gradient(#00000061, #00000061), url('../images/Screen-Shot-2020-02-01-at-13.38.21.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.preloader {
  z-index: 100000000;
  opacity: 1;
  color: #69707b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.text-block {
  color: var(--texto);
  text-align: center;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block.bold {
  text-align: left;
  flex: 1;
  width: 25%;
  margin-left: 1px;
  padding-left: 73px;
  font-weight: 500;
}

.text-block.bold.foot {
  border-bottom: 6px none var(--underline-text);
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11px;
  padding-left: 0;
  font-weight: 400;
}

.center-box {
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 925px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.relative {
  flex: 0 auto;
  position: relative;
  overflow: hidden;
}

.flex {
  flex-flow: wrap;
  display: flex;
}

.flex.mid {
  justify-content: space-between;
  padding-left: 85px;
  padding-right: 85px;
}

.amenities-box {
  background-color: var(--underline-text);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-bg {
  background-color: var(--underline-text);
  height: 40%;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.play-button {
  border: 2px solid var(--underline-text);
  background-image: url('../images/simbolo-de-reproduccion-multimedia.svg');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.features {
  flex-flow: wrap;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature {
  border: 1px none var(--text);
  border-radius: 0;
  width: 20%;
  margin-bottom: 0%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.feature.box {
  border-style: none none solid;
  border-color: #69707b59 #69707b59 var(--underline-text);
  background-color: #f9f9f9;
  border-bottom-width: 6px;
  box-shadow: 0 8px 11px #0000002b;
}

.feature.box.introbox {
  background-color: #0000;
  border-style: none;
  border-color: #3a3a3a47;
  width: 30.3333%;
  height: auto;
  margin: 15px 1.5%;
  box-shadow: 0 8px 16px 2px #0003;
}

.feature-top {
  text-align: center;
  border: 0 #000;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.feature-top.intro {
  margin-bottom: -15px;
}

.yellow-icon {
  background-color: var(--underline-text);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.yellow-icon.bulb {
  background-image: url('../images/idea.svg');
  margin-left: auto;
  margin-right: auto;
}

.yellow-icon.bulb.bins {
  background-image: url('../images/recycle.svg');
  width: 50px;
  height: 50px;
  margin-bottom: 13px;
}

.feature-text-box {
  text-align: center;
  border: 0 #000;
  padding: 15px 6%;
}

.feature-text {
  margin-top: 11px;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.button2 {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button2:hover {
  background-color: var(--black);
  color: #fff;
}

.button2.backhome {
  background-color: var(--underline-text);
  border-style: none;
  border-radius: 12px;
}

.text-field {
  background-color: var(--background-2);
  border: 1px solid #000;
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-field.login {
  width: 100%;
}

.submit-button {
  background-color: var(--underline-text);
  color: var(--black);
  text-align: center;
  min-height: 42px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .9;
}

.project {
  background-color: #e6ebef;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 22px;
  position: relative;
}

.flex-space {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-space.wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.open-close-box {
  clear: both;
  border-radius: 3px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.answer {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.question {
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.flex-no-wrap {
  text-align: center;
  flex-wrap: nowrap;
  display: flex;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.accordion-wrapper {
  border-bottom: 1px solid #c4cbd5;
  margin-top: 25px;
  padding-bottom: 5px;
}

.accordion-item-trigger {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

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

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

._404 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 90px;
}

.logo {
  transition: opacity .2s;
}

.logo:hover {
  opacity: .85;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #fff;
}

.divider-line {
  background-color: var(--underline-text);
  width: 70px;
  height: 6px;
  margin: 14px auto 20px;
  display: block;
}

.section-description {
  color: var(--black);
  text-align: center;
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-description.advert {
  text-align: center;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 20px;
}

.section-description.advert.big {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 29px;
}

.section-description.left-aligned {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.section-description.wider {
  width: 77%;
}

.section-description.amenities {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.slider {
  background-color: var(--white);
  height: auto;
  padding-bottom: 60px;
}

.slider-arrow-icon {
  background-color: var(--underline-text);
  color: var(--white);
  text-align: center;
  border: 1px #000;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  padding: 18px 0 15px;
  font-size: 15px;
  line-height: 0;
  bottom: 60px;
}

.background-video {
  z-index: 10;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-nav {
  z-index: 21;
  color: var(--underline-text);
  font-size: 12px;
}

.solution-tabs {
  flex-direction: column-reverse;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.solution-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.solution-tabs-content {
  z-index: 20;
}

.solution-tab-link {
  background-color: #d1d1d1;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  transition: background-color .5s;
  display: flex;
}

.solution-tab-link:hover {
  background-color: var(--underline-text);
}

.solution-tab-link.w--current {
  float: none;
  background-color: var(--underline-text);
  border-radius: 7px;
  padding: 10px;
  transition: transform .2s;
  transform: translate(0, -10px);
  box-shadow: 0 9px 11px #00000030;
}

.has-tabs {
  background-color: #efefef;
  background-image: linear-gradient(#efefef, #efefef), url('../images/kapo-img.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.solution-tablink-icon {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 75%;
  max-height: 75%;
  display: block;
}

.button {
  background-color: var(--underline-text);
  color: var(--black);
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.button.cta {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  transition: transform .3s;
}

.button.cta:hover {
  transform: translate(0, -5px);
}

.button.more-info {
  text-align: center;
  width: 129px;
  margin: 0 auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

.button.green {
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-top: 29px;
  display: flex;
}

.flex-contact {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.button-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-6 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 70px;
  display: flex;
}

.link-texts {
  margin-left: 35px;
}

.link, .link-2 {
  color: var(--text);
}

.recycle {
  background-color: var(--white);
  margin-bottom: -60px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.image-9 {
  text-align: left;
  border: 2px #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .3s;
}

.image-9:hover {
  opacity: 0;
}

.div-block-7 {
  border-bottom: 9px none var(--underline-text);
  text-align: center;
  background-image: url('../images/bins.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  border: 1px #000;
  height: auto;
  padding-top: 62px;
}

.column-3 {
  border: 3px solid var(--underline-text);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 404px;
  max-height: none;
  padding: 8px 10px 17px;
  display: block;
}

.client-logo-image {
  opacity: 1;
  width: 85%;
  transition: transform .3s, opacity .5s;
}

.client-logo-image:hover {
  opacity: 1;
  transform: translate(0, -5px);
}

.client-logo-image.no-hover:hover {
  transform: none;
}

.client-logo {
  float: left;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.column-4 {
  height: 470px;
}

.text-span-2 {
  color: #3b6bbe;
}

.bold-text-3 {
  color: #478655;
}

._404-text {
  margin-top: 17px;
  font-family: Roboto, sans-serif;
}

.lottie-animation-3 {
  border-bottom: 7px none var(--underline-text);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  place-content: flex-start center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  margin: -47px auto 21px;
  transition: transform .3s, transform .4s;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.lottie-animation-3:hover {
  transform: scale(1.1);
}

.div-block-10 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10.intro {
  background-color: #f2f2f2;
  border-radius: 0;
  flex-direction: column;
  width: 343px;
  height: 132px;
  margin-bottom: 155px;
  padding-top: 0;
  padding-bottom: 0;
}

.client-logos {
  width: 90%;
  margin: 40px auto 20px;
}

.card-title {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.card-title.in-amenities {
  font-size: 20px;
}

.feature-top-icon {
  height: 70px;
}

.products {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 108px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-1 {
  background-color: #fcfcfc;
  border: 1px #0000001f;
  border-bottom: 9px solid #fbd13e;
  border-radius: 0;
  flex: none;
  align-self: center;
  width: 25%;
  height: 322px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  box-shadow: 0 8px 12px -5px #00000045;
}

.image-wide {
  width: 100%;
}

.background-video-2 {
  z-index: 20;
  position: relative;
}

.interest-cta {
  margin-top: 80px;
}

.slider-arrow {
  margin-bottom: 60px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.amenities-box-content {
  margin: auto 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.yellow-icon-image {
  width: 100%;
  max-width: 60%;
  max-height: 60%;
}

.terms {
  margin-top: -20px;
}

.terms h2 {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.terms p {
  margin-bottom: 15px;
}

.terms h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.terms h1 {
  font-size: 33px;
  font-weight: 700;
}

.terms ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-heading-left {
  text-align: left;
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.yellow-foot {
  border-top: 30px solid #fbc82f;
  border-bottom-width: 30px;
  border-bottom-color: #fbc831;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.hero-wrapper.green {
  margin-top: 0;
  padding-top: 0;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-top: 0;
  padding-top: 21px;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 8px;
  margin-bottom: 14px;
  padding-left: 6px;
  font-family: Lato, sans-serif;
}

.shadow-two {
  text-align: center;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-11 {
  text-align: center;
  display: block;
}

.container-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  z-index: 10000;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.code-embed {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

  .nav-menu {
    text-align: center;
    background-color: #fff;
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

  .navlink {
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 11px;
    padding-bottom: 4px;
    display: block;
  }

  .navlink:hover {
    background-color: var(--background-light);
  }

  .underline-fix {
    display: none;
  }

  .brand.w--current:hover {
    transform: none;
  }

  .menu-button {
    color: #000;
    height: 63px;
    padding-top: 21px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #fff;
    height: 63px;
  }

  .container.nav {
    max-width: 100%;
    padding-left: 20px;
  }

  .section {
    padding-top: 80px;
  }

  .section.has-tabs {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section.bp {
    padding-bottom: 80px;
  }

  .section.quality {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.clients {
    padding-bottom: 80px;
  }

  .section-title {
    font-size: 18px;
  }

  .section-title.sub {
    margin-top: 0;
    font-size: 14px;
  }

  .absolute.video {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    padding-left: 62px;
    font-size: 14px;
  }

  .text-block.bold.foot {
    padding-left: 0;
  }

  .center-box {
    width: 78%;
  }

  .flex {
    padding-left: 14px;
    padding-right: 14px;
  }

  .flex.service-quality {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-center.videos {
    width: 77%;
  }

  .features.hero-top {
    width: 71%;
    margin-bottom: 60px;
  }

  .feature {
    width: 31%;
    margin-right: 3%;
  }

  .feature.box {
    margin-bottom: 30px;
  }

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

  .answer {
    font-size: 14px;
  }

  .question {
    font-size: 15px;
  }

  .section-description {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-description.advert {
    font-size: 17px;
    line-height: 22px;
  }

  .section-description.left-aligned {
    text-align: center;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-block-4, .text-block-5, .text-block-7, .text-block-8 {
    text-align: center;
  }

  .button.cta {
    font-size: 14px;
  }

  .button.green {
    align-self: center;
    margin-bottom: 0;
  }

  .recycle {
    padding-bottom: 0;
  }

  .columns {
    padding-top: 0;
  }

  .column-3 {
    border-style: none;
    height: auto;
    margin-bottom: 35px;
  }

  .image-10 {
    margin-left: 53px;
  }

  .column-4 {
    height: auto;
  }

  .client-logos {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .card-title {
    font-size: 12px;
  }

  .feature-top-icon {
    height: 56px;
  }

  .products {
    width: 85%;
    margin-bottom: 41px;
  }

  .product-1 {
    flex: 0 auto;
    width: 29%;
    height: 267px;
    margin-left: auto;
    margin-right: auto;
  }

  .interest-cta {
    margin-top: 60px;
  }

  .terms h2 {
    font-size: 18px;
  }

  .terms p {
    font-size: 14px;
  }

  .terms h1 {
    font-size: 28px;
  }

  .terms ul, .terms li {
    font-size: 14px;
  }

  .hero-heading-left {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .hero-heading-left.yellow-foot {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.green {
    justify-content: center;
    align-items: center;
  }

  .hero-split {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 100%;
    margin-top: 41px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .shadow-two {
    align-self: center;
    width: 80%;
    margin-bottom: 22px;
  }

  .image-11 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
  }

  .section.has-tabs, .section.bp {
    padding-bottom: 60px;
  }

  .section.bp.angebot {
    padding-bottom: 40px;
  }

  .section.clients {
    padding-bottom: 60px;
  }

  .text-block {
    padding-left: 86px;
    font-size: 14px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .relative {
    background-color: #e6ebef;
    height: 100%;
  }

  .flex {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex.service-quality {
    flex-direction: row;
  }

  .flex.mid {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .amenities-box {
    align-self: stretch;
  }

  .play-button {
    background-size: 30px;
    width: 70px;
    height: 70px;
  }

  .features {
    flex-direction: column;
    justify-content: flex-start;
  }

  .features.hero-top {
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    width: 90%;
    margin-bottom: 20px;
  }

  .feature {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature.box {
    width: 73%;
  }

  .feature.box.introbox {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .project {
    flex: 0 auto;
    align-self: center;
    width: 60%;
    min-width: 360px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .question {
    font-size: 15px;
    line-height: 20px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .accordion-wrapper {
    margin-top: 15px;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .section-description {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-description.left-aligned {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .solution-tabs {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .solution-tabs-menu {
    margin-top: 20px;
  }

  .solution-tab-link {
    text-align: center;
    width: 52px;
    height: 52px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .solution-tab-link.w--current {
    text-align: center;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .client-logo {
    width: 50%;
  }

  .lottie-animation-3 {
    text-align: center;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: -28px;
    margin-bottom: 5px;
    display: block;
  }

  .client-logos {
    max-width: 390px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .card-title {
    font-size: 12px;
    line-height: 14px;
  }

  .products {
    width: 89%;
  }

  .product-1 {
    width: 32%;
    height: 258px;
  }

  .image-wide, .tab-pane-tab-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .interest-cta {
    margin-top: 40px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-split, .shadow-two {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .top-margin._10-pixels {
    align-self: center;
  }

  .section.video.kontroll {
    margin-bottom: auto;
    padding-top: 40px;
  }

  .section.has-tabs {
    padding-top: 80px;
  }

  .section-title.sub {
    margin-top: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .text-block {
    padding-left: 39px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-block.bold {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .text-block.bold.foot {
    margin-bottom: 17px;
    line-height: 17px;
  }

  .center-box {
    width: auto;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .flex {
    margin-bottom: 0;
  }

  .amenities-box {
    width: 100vw;
    min-height: 50vw;
  }

  .flex-center.videos {
    width: 90%;
    margin-top: 40px;
  }

  .video-bg {
    margin-bottom: -25px;
  }

  .play-button {
    background-size: 27px;
    width: 60px;
    height: 60px;
  }

  .features {
    justify-content: center;
  }

  .features.hero-top {
    flex-direction: row;
    place-content: space-around center;
    align-items: center;
    margin-bottom: 40px;
  }

  .feature {
    width: 66%;
    max-width: 250px;
    margin-bottom: -10px;
    margin-right: auto;
  }

  .feature.box.introbox {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .feature-top {
    width: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .feature-top.intro {
    margin-bottom: -5px;
    padding-top: 15px;
  }

  .yellow-icon.bulb {
    width: 40px;
    height: 40px;
  }

  .feature-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }

  .project {
    width: 100%;
    min-width: 0;
  }

  .flex-space.wrap {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .answer {
    color: var(--black);
    margin-top: 11px;
    font-family: Lato, sans-serif;
    font-size: 13px;
    line-height: 17px;
  }

  .question {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }

  .flex-no-wrap {
    margin-left: 13px;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .logo {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logo.w--current {
    width: 100%;
  }

  .divider-line {
    height: 4px;
    margin-top: 6px;
  }

  .section-description {
    width: 80%;
    margin-bottom: 32px;
    font-weight: 400;
  }

  .section-description.advert {
    font-size: 15px;
    line-height: 21px;
  }

  .section-description.advert.big {
    color: #478655;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-description.left-aligned {
    text-align: center;
    margin-bottom: auto;
    padding-left: 0;
  }

  .solution-tabs {
    width: 90%;
  }

  .solution-tab-link {
    margin: 2px auto;
    padding-bottom: 9px;
    line-height: 20px;
  }

  .solution-tab-link.w--current {
    width: 60px;
    margin-right: auto;
    line-height: 20px;
    transform: translate(0, -5px);
  }

  .has-tabs {
    background-color: #efefef;
    background-image: none;
  }

  .button {
    margin-top: 20px;
  }

  .button.green {
    margin-top: 0;
  }

  .flex-contact {
    flex-direction: column;
  }

  .button-wrapper {
    text-align: center;
    flex-direction: row;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-texts {
    margin-left: auto;
    margin-right: auto;
  }

  .recycle {
    border: 1px #000;
    padding-top: 20px;
  }

  .columns {
    border-top-style: none;
    border-bottom-style: none;
  }

  .image-10 {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .client-logo {
    text-align: center;
  }

  .lottie-animation-3 {
    margin-top: -41px;
    margin-bottom: 10px;
  }

  .client-logos {
    width: 95%;
  }

  .card-title {
    font-size: 12px;
  }

  .feature-top-icon {
    height: 45px;
  }

  .products {
    flex-direction: column;
    margin-bottom: 45px;
  }

  .product-1 {
    text-indent: 0;
    width: 100%;
    height: 307px;
    margin-bottom: 100px;
  }

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

  .hero-split {
    width: 100%;
    margin-top: 0;
  }

  .margin-bottom-24px {
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .shadow-two {
    width: 80%;
  }

  .image-11 {
    width: 90%;
  }

  .container-3 {
    margin-bottom: 31px;
  }
}


