.horizontal {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  margin-top: 6px;
  padding: 2px;
}

.brand.w--current:hover {
  opacity: 0.6;
}

.header {
  height: 100vh;
  background-color: #42bca8;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide1 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mindset.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mindset.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.parheader {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Halisr bold', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.soul {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.slidesoul {
  overflow: visible;
  height: 100%;
}

.slidesoul1 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/vision.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/vision.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.parsoul {
  position: relative;
  z-index: 1;
  display: block;
  width: 940px;
  margin: 20px auto 0px;
  float: none;
  font-family: 'Halisr bold', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.titlesoul {
  position: relative;
  z-index: 1;
  display: block;
  float: none;
  font-family: 'Halisr bold', sans-serif;
  color: #42bca8;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.people {
  position: relative;
  height: 1050px;
  clear: both;
  background-color: #554f5c;
}

.slidepeople {
  display: inline-block;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockpeople {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagepeople {
  width: 180px;
  margin-left: -10px;
}

.conpeople {
  position: relative;
  height: 200px;
  margin-left: -80px;
}

.namepeople {
  margin-top: 20px;
  font-family: 'Halisr bold', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.pospeople {
  margin-top: 5px;
  font-family: 'Halisr regular', sans-serif;
  color: #42bca8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.parpeople {
  width: 96%;
  margin-top: 30px;
  direction: ltr;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  letter-spacing: 0px;
}

.linksocial {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 30%;
  margin-left: auto;
  padding: 5px;
  float: left;
  border-radius: 100px;
  background-color: #42bca8;
}

.linksocial:hover {
  background-color: rgba(66, 188, 168, 0.3);
}

.inspiration {
  position: relative;
  padding: 0px;
}

.galapagos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.initiatives {
  height: auto;
}

.plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #7b58a5;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.plus:hover {
  background-color: #cdadf3;
}

.footer {
  height: 400px;
  padding-top: 0px;
}

.logoend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  padding: 30px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-black.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mail:hover {
  background-color: #000;
  background-image: url('../images/bg-black.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  padding: 30px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.paradress {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Halisr light', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style {
  width: 30px;
  height: 6px;
  background-color: #42bca8;
}

.map {
  width: 30%;
  height: 100%;
  float: left;
}

.lastbar {
  display: block;
  height: 50px;
  padding-top: 14px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #363636;
}

.textdesign {
  float: left;
  font-family: 'Halisr light', sans-serif;
  color: #42bca8;
  text-decoration: none;
  text-transform: uppercase;
}

.textdesign:hover {
  color: #fff;
}

.textrights {
  float: right;
  font-family: 'Halisr light', sans-serif;
  color: #42bca8;
  font-size: 15px;
  text-transform: uppercase;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 16px;
  margin-right: 50px;
  margin-bottom: 30px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide2 {
  background-image: url('../images/music.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.flexslide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexslide.graph {
  background-image: url('../images/bg-header.png');
  background-position: 50% 50%;
  background-size: auto 70vh;
  background-repeat: no-repeat;
}

.flexslide.connect {
  background-image: url('../images/graphicsz.png');
  background-position: 50% 50%;
  background-size: auto 450px;
  background-repeat: no-repeat;
}

.slidesoul2 {
  background-image: url('../images/music.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slideteam {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(87, 87, 87, 0.8))), url('../images/team.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(87, 87, 87, 0.8)), url('../images/team.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.alignteam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.titleteam {
  margin-bottom: 40px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 6px solid #fff;
  font-family: 'Halisr black', sans-serif;
  color: #42bca8;
  font-size: 28px;
  text-align: center;
}

.pardna {
  margin-bottom: 20px;
  padding: 5px;
  font-family: 'Halisr regular', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.logodna {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.pargal {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Halisr bold', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.logofinal {
  width: 140px;
}

.slash {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Halisr bold', sans-serif;
  color: #42bca8;
  font-size: 30px;
}

.slide3 {
  background-color: #000;
  background-image: url('../images/bg-banner.jpg');
  background-position: 0px 50%;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.graphspace {
  position: absolute;
  left: 0px;
  top: 120px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.logobanner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
  height: 55vh;
  margin-top: 30vh;
  margin-right: auto;
  margin-left: auto;
}

.logowhy {
  z-index: 10;
  display: block;
  width: 60px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.meaning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.logomean {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.parmean {
  display: block;
  width: 70%;
  margin: 60px auto 0px;
  font-family: 'Halisr black', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.infofield {
  position: absolute;
  z-index: 1011;
  display: none;
  width: 400px;
  height: 400px;
  margin-top: 2%;
  margin-right: auto;
  margin-left: 2%;
  padding: 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 400px;
  background-color: #fff;
  opacity: 1;
  text-align: center;
}

.infodigital {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1011;
  display: none;
  width: 400px;
  height: 400px;
  margin-bottom: 2%;
  margin-left: 3%;
  padding: 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  text-align: center;
}

.infosocial {
  position: absolute;
  top: 0px;
  right: 1vh;
  z-index: 1011;
  display: none;
  width: 400px;
  height: 400px;
  margin-top: 2%;
  margin-right: 2%;
  margin-left: auto;
  padding: 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  text-align: center;
}

.infolive {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1012;
  display: none;
  width: 400px;
  height: 400px;
  margin-right: 4%;
  margin-bottom: 2%;
  padding: 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  text-align: center;
}

.infopex {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1012;
  display: none;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-bottom: 10%;
  margin-left: auto;
  padding: 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  text-align: center;
}

.infochange {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  padding: 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  text-align: left;
}

.infogoal {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-bottom: 4%;
  margin-left: auto;
  padding: 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
}

.imagepurspek {
  display: block;
  width: 100%;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1015;
  padding-right: 50px;
  padding-left: 50px;
  background-color: hsla(0, 0%, 94.9%, 0.95);
}

.navlink {
  font-family: 'Halisr bold', sans-serif;
  color: #000;
  text-transform: uppercase;
}

.navlink:hover {
  color: #42bca8;
}

.navlink.w--current {
  color: #42bca8;
}

.flexdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagegal {
  width: 100%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

html.w-mod-js *[data-ix="connect-effect"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="logo-white"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="open-navbar"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="scroll-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

html.w-mod-js *[data-ix="title-effect"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="come-from-right"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="social-icon"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="paragraph-effect"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="down-section"] {
  opacity: 0;
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="inicial-box"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .parheader {
    width: 90%;
  }
  .parsoul {
    width: 90%;
  }
  .initiatives {
    height: auto;
  }
  .logoend {
    width: 20%;
  }
  .adress {
    width: 20%;
  }
  .map {
    display: inline-block;
    width: 40%;
    float: left;
  }
  .logofinal {
    width: 100px;
  }
  .slash {
    font-size: 20px;
  }
  .navlink {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .brand.w--current {
    margin-top: 15px;
  }
  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }
  .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }
  .parheader {
    font-size: 24px;
    line-height: 30px;
  }
  .parsoul {
    font-size: 24px;
    line-height: 30px;
  }
  .titlesoul {
    font-size: 40px;
  }
  .plus {
    position: relative;
    z-index: 4;
    margin-top: 20px;
  }
  .footer {
    height: auto;
  }
  .logoend {
    width: 50%;
    height: 300px;
  }
  .mail {
    width: 50%;
    height: 300px;
  }
  .adress {
    width: 35%;
    height: 300px;
  }
  .style {
    height: 6px;
  }
  .map {
    width: 65%;
    height: 300px;
  }
  .logofinal {
    width: 100px;
  }
  .graphspace {
    top: 70px;
  }
  .logowhy {
    position: relative;
    z-index: 10;
  }
  .meaning {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .logomean {
    width: 100px;
  }
  .parmean {
    margin-top: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .infofield {
    left: 0px;
    top: 10px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .infodigital {
    left: 0px;
    top: 10px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .infosocial {
    left: 1vh;
    top: 10px;
    right: 1vh;
    bottom: 0px;
    display: none;
    width: 300px;
    height: 300px;
  }
  .infolive {
    left: 0px;
    top: 10px;
    right: 0px;
    display: none;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .infopex {
    left: 0px;
    top: 10px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .infochange {
    left: 0px;
    right: auto;
    bottom: 0px;
    z-index: 1012;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 250px;
    margin-bottom: 2%;
    margin-left: 6%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .infogoal {
    left: auto;
    right: 0px;
    bottom: 0px;
    z-index: 1012;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 250px;
    margin-right: 8%;
    margin-bottom: 2%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .navbar {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .logomobile {
    width: 60%;
  }
}

@media (max-width: 479px) {
  .brand {
    padding: 14px 4px;
  }
  .brand.w--current {
    margin-top: 4px;
  }
  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    margin-left: 0px;
  }
  .arrow {
    width: 50px;
  }
  .right-arrow {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 35px;
    margin-right: 0px;
    padding: 0px;
  }
  .parheader {
    width: 90%;
    font-size: 16px;
    line-height: 30px;
  }
  .soul {
    padding: 0px;
  }
  .slidesoul1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .parsoul {
    width: 90%;
    font-size: 15px;
    line-height: 25px;
  }
  .titlesoul {
    z-index: 4;
    font-size: 40px;
  }
  .people {
    position: relative;
    overflow: visible;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mindset.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mindset.jpg');
    background-position: 0px 0px, 0px 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .slidepeople {
    overflow: visible;
    height: auto;
    padding: 70px 10px 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 79, 92, 0.8)), to(rgba(85, 79, 92, 0.8)));
    background-image: linear-gradient(180deg, rgba(85, 79, 92, 0.8), rgba(85, 79, 92, 0.8));
  }
  .blockpeople {
    height: 100px;
    padding-left: 20px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .imagepeople {
    width: 80px;
    margin-top: 20px;
  }
  .imagepeople.bruno {
    width: 80px;
  }
  .imagepeople.alain {
    width: 70px;
  }
  .conpeople {
    height: 70px;
    margin-left: -50px;
  }
  .namepeople {
    display: block;
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: left;
  }
  .pospeople {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 9px;
    line-height: 15px;
    text-align: left;
  }
  .parpeople {
    display: block;
    width: 94%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
  }
  .linksocial {
    margin-top: 8px;
    margin-left: 10px;
    float: left;
  }
  .inspiration {
    padding: 0px;
    background-color: #fff;
  }
  .galapagos {
    height: auto;
    padding: 0px;
  }
  .initiatives {
    height: auto;
  }
  .plus {
    display: none;
    background-color: transparent;
  }
  .footer {
    height: auto;
  }
  .logoend {
    width: 100%;
    height: 300px;
  }
  .mail {
    width: 100%;
    height: 300px;
  }
  .adress {
    width: 100%;
    height: 300px;
  }
  .paradress {
    text-align: center;
  }
  .map {
    width: 100%;
  }
  .lastbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .textdesign {
    font-size: 12px;
  }
  .textrights {
    font-size: 12px;
  }
  .slide-nav {
    margin-right: 40px;
    margin-bottom: 12px;
  }
  .flexslide {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexslide.graph {
    background-size: auto 50vh;
  }
  .flexslide.connect {
    background-size: auto 70vh;
  }
  .slidesoul2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slideteam {
    display: inline-block;
    height: 900px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
  }
  .alignteam {
    margin-top: 180px;
  }
  .titleteam {
    margin-bottom: 60px;
    font-size: 30px;
  }
  .pardna {
    margin-bottom: 60px;
    font-size: 22px;
  }
  .pargal {
    font-size: 14px;
    line-height: 30px;
  }
  .logofinal {
    width: 100px;
  }
  .slide3 {
    background-image: url('../images/bg-mobile.jpg');
    background-size: 50% 100%;
  }
  .graphspace {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50vh;
    height: auto;
    margin-top: 20vh;
  }
  .logowhy {
    position: relative;
    z-index: 4;
  }
  .meaning {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .logomean {
    width: 80px;
  }
  .parmean {
    font-size: 16px;
    line-height: 30px;
  }
  .infofield {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 96vw;
    height: 96vw;
    margin-top: -60px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 60px;
  }
  .infodigital {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 96vw;
    height: 96vw;
    margin: -60px auto 0%;
    padding: 40px 60px;
  }
  .infosocial {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 96vw;
    height: 96vw;
    margin-top: -60px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 60px;
  }
  .infolive {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 96vw;
    height: 96vw;
    margin: -60px auto 0%;
    padding: 40px 60px;
  }
  .infopex {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 96vw;
    height: 96vw;
    margin: -60px auto 0%;
    padding: 40px;
    border-radius: 500px;
  }
  .infochange {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1011;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85vw;
    height: 85vw;
    margin-bottom: 20%;
    padding: 40px 60px;
    text-align: center;
  }
  .infogoal {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85vw;
    height: 85vw;
    margin-bottom: 20%;
    padding: 40px 60px;
    text-align: center;
  }
  .imagepurspek {
    display: block;
  }
  .navbar {
    z-index: 1020;
    padding-right: 10px;
    padding-left: 20px;
    background-color: #000;
  }
  .navlink {
    display: inline-block;
    width: 80%;
    border-bottom: 1px solid #42bca8;
    color: #42bca8;
    text-align: center;
  }
  .navmenu {
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .flexdiv {
    padding: 20px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .logomobile {
    width: 200px;
  }
}

@font-face {
  font-family: 'Bebas ';
  src: url('../fonts/BEBAS___.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Halisr light';
  src: url('../fonts/HalisR-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Halisr regular';
  src: url('../fonts/HalisR-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Halisr bold';
  src: url('../fonts/HalisR-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Halisr black';
  src: url('../fonts/HalisR-Black.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}