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

body {
  background-color: #f8faff;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #4d565b;
  font-size: 25px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  line-height: 45px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #88969d;
  text-decoration: none;
  cursor: pointer;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px 10px 0px;
  border: 1px none #000;
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  font-weight: 400;
}

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

.top-line {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #88969d;
}

.top-margin {
  position: relative;
}

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

.top-margin._10-pixels.margin-bottom-auto {
  margin-bottom: auto;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

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

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

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

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.content-section.double {
  padding-top: 94px;
  padding-bottom: 94px;
}

.social-icons {
  padding-top: 25px;
  padding-bottom: 20px;
}

.title {
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.title.white {
  color: #fff;
}

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

.content-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1075px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-wrapper.hero {
  min-height: 850px;
}

.content-wrapper.wide {
  max-width: 1156px;
}

.h2-big {
  margin-top: 10px;
  font-size: 45px;
  line-height: 55px;
  font-style: italic;
}

.bottom-line {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #88969d;
}

.set {
  margin-top: 40px;
}

.social-icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #4d565b;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.social-icon:hover {
  border: 2px solid #4d565b;
  background-color: transparent;
}

.social-icon.twittter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.social-icon.twittter:hover {
  background-image: url('../images/gorjeo_1.svg');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest_1.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-1.svg');
}

.social-icon.vimeo {
  background-color: #4d565b;
  background-image: url('../images/vimeo.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.social-icon.vimeo:hover {
  background-color: transparent;
  background-image: url('../images/vimeo-2.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.social-icon.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.button {
  min-height: 42px;
  min-width: 185px;
  padding: 15px 28px 11px;
  background-color: #4d565b;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #424a4e;
  color: #fff;
}

.inner-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.hero-section {
  position: relative;
  min-height: 850px;
  margin-bottom: 0px;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-1 {
  height: 100%;
  background-image: url('../images/jonathan-borba-P95L1AIVay8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-2 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.slide-3 {
  height: 100%;
  background-image: url('../images/sweet-ice-cream-photography-vVyzufditLQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.guy {
  height: 120%;
  background-image: url('../images/1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.couple {
  background-image: url('../images/jonathan-borba-mvasDnG41is-unsplash.jpg');
}

.absolute.girl {
  background-image: url('../images/jacob-le-WRxSPB1s4_Q-unsplash.jpg');
}

.absolute.hand {
  background-image: url('../images/sweet-ice-cream-photography-RhNf2dce3aM-unsplash.jpg');
}

.absolute.horse {
  background-image: url('../images/fikry-anshor-tNhsb1k1jkE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.picture {
  height: 100%;
  background-image: url('../images/1-1.jpeg');
}

.absolute.picture-2 {
  height: 100%;
  background-image: url('../images/2.jpeg');
}

.absolute.picture-4 {
  height: 100%;
  background-image: url('../images/4.jpeg');
}

.absolute.picture-3 {
  height: 100%;
  background-image: url('../images/3.jpeg');
}

.absolute.picture-5 {
  height: 100%;
  background-image: url('../images/5.jpeg');
}

.absolute.picture-6 {
  height: 100%;
  background-image: url('../images/6.jpeg');
}

.whtie {
  display: block;
  overflow: visible;
  margin-top: 0px;
  padding-top: 325px;
  padding-right: 0px;
  padding-left: 66px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.italicized {
  font-style: italic;
}

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

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 850px;
  -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;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.25);
}

.heading-box {
  width: 66%;
  max-width: 634px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

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

.intro-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 35px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #88969d;
  text-align: center;
}

.intro-feature._3 {
  border-right-style: none;
}

.button-2 {
  min-height: 39px;
  min-width: 135px;
  margin-bottom: -68px;
  padding: 14px 28px 11px;
  float: none;
  border: 1px solid #4d565b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #424a4e;
  color: #fff;
}

.button-2.white {
  border-color: #fff;
  color: #fff;
}

.button-2.white:hover {
  background-color: #fff;
  color: #4d565b;
}

.button-2.margin-top-auto {
  margin-top: auto;
}

.less-line-height {
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.content-section-2 {
  position: relative;
  background-color: #eff3fa;
}

.image {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #e1e7f3;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 45px 40px;
  -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;
}

.bottom-line-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px;
  border-top: 1px solid #88969d;
  border-bottom: 1px solid #88969d;
}

.right-border {
  margin-right: 12px;
}

.left-column {
  width: 50%;
  padding-right: 40px;
}

.right-column {
  width: 50%;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.bottom-border {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.h3-big {
  margin-top: 10px;
  font-size: 60px;
  line-height: 70px;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mini-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 10px;
  -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-right: 1px solid #88969d;
  text-align: center;
}

.mini-feature.last {
  border-right-style: none;
}

.content-section-3 {
  position: relative;
  background-color: #eff3fa;
}

.newsletter-left {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-top: 135px;
  padding-bottom: 135px;
}

.newsletter-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 515px;
  padding: 100px 20px 100px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 33.33%;
  height: 50px;
  padding-top: 11px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #4d565b;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field:focus {
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field::-webkit-input-placeholder {
  color: #4d565b;
}

.text-field:-ms-input-placeholder {
  color: #4d565b;
}

.text-field::-ms-input-placeholder {
  color: #4d565b;
}

.text-field::placeholder {
  color: #4d565b;
}

.text-field.login {
  width: 100%;
  border-right-style: solid;
}

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

.submit-button {
  width: 33.33%;
  height: 50px;
  padding: 15px 28px 11px;
  background-color: #4d565b;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #424a4e;
  color: #fff;
}

.submit-button.white {
  background-color: #fff;
  color: #88969d;
}

.submit-button.white:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.features-column {
  width: 33.333%;
  padding: 30px;
  border-right: 1px solid #88969d;
}

.features-column.no-line {
  border-right-style: none;
}

.feature {
  text-align: center;
}

.feature.no-margin {
  margin-bottom: 0px;
}

.content-section-4 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eff3fa;
}

.content-section-4.form {
  background-color: #88969d;
}

.numbers-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  margin-right: 50px;
  -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-right: 1px solid #88969d;
  text-align: center;
}

.numbers-right {
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.numbers-item {
  width: 50%;
  padding-right: 40px;
}

.numbers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #88969d;
}

.numbers-container.no-margin {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.vertical-text {
  position: relative;
  left: -10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.full-section {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.narrow-wrapper {
  width: 89%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px 25px;
  -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;
  border-width: 1px;
  border-color: #88969d;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  text-align: center;
}

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

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

.testimonial._5 {
  border-bottom-style: solid;
}

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

.star {
  margin-right: 4px;
}

.testimonial-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #88969d;
  border-left: 1px solid #88969d;
}

.testimonial-column._3 {
  border-right: 1px solid #88969d;
}

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

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-top: 20px;
  margin-right: 15px;
  -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: 3px;
}

.accordion-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #88969d;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

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

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

.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.question {
  color: #4d565b;
  font-size: 25px;
  line-height: 30px;
}

.answer {
  margin-bottom: 10px;
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 23.8%;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: rgba(218, 217, 215, 0.8);
}

.footer {
  position: relative;
  background-color: #eff3fa;
}

.footer-menu-bg {
  background-color: #4d565b;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.footer-menu {
  position: static;
  width: 60%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.element-2 {
  background-color: #e8e9ee;
}

.left-border {
  padding-top: 9px;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #88969d;
}

.nav-menu {
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.underline-hover {
  position: absolute;
  left: 0px;
  top: 73px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  margin-top: -18px;
  background-color: #a4aebe;
}

.underline-hover.navbar {
  position: relative;
  top: 0px;
  width: 100%;
  height: 1px;
  margin-top: 0px;
  background-color: #fff;
}

.underline-hover.navbar {
  position: relative;
  top: 0px;
  width: 100%;
  height: 1px;
  margin-top: 0px;
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.brand.w--current {
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.brand.w--current:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

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

.navlink.w--current {
  font-weight: 500;
}

.navlink.mobile-only {
  display: none;
}

.navlink.mobile-only.w--current {
  display: none;
}

.scroll-down {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 1%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.scroll-down:hover {
  opacity: 0.85;
}

.success-message {
  width: 100%;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-size: 20px;
}

.footer-logo {
  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;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.footer-logo:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.footer-logo.w--current:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.footer-link {
  overflow: hidden;
  margin-right: 15px;
  padding-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-link.w--current {
  color: #69707b;
}

.footer-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.notice {
  padding-bottom: 15px;
  text-align: center;
}

.notice-text {
  padding-top: 18px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-2 {
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Roboto, sans-serif;
}

.text-field-2:hover {
  border-color: #4d565b;
}

.text-field-2:active {
  color: #fff;
}

.text-field-2::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2::placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field-2.message {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 73px;
  color: #fff;
}

.text-field-2.full {
  width: 100%;
}

.contact-us-column {
  width: 60%;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.text-block-2.bold {
  font-weight: 500;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.white {
  color: #fff;
}

.text {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.text.bold {
  font-weight: 500;
}

.text.link {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.form-block-2 {
  display: block;
  width: 100%;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  width: 67.5%;
  margin-bottom: 15px;
}

.absolute-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-hover.gallery-1 {
  height: 100%;
  background-image: url('../images/jonathan-borba-YMokpm25y14-unsplash.jpg');
}

.absolute-hover.gallery-2 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Y6RATd1xgyc-unsplash.jpg');
}

.absolute-hover.gallery-3 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
}

.absolute-hover.gallery-3 {
  height: 100%;
  background-image: url('../images/jonathan-borba-I2MBFTSckz4-unsplash.jpg');
}

.absolute-hover.gallery-4 {
  height: 100%;
  background-image: url('../images/jonathan-borba-x1RhIVm3lLE-unsplash.jpg');
}

.absolute-hover.gallery-5 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Q6L6j_9uuJg-unsplash.jpg');
}

.absolute-hover.gallery-6 {
  height: 100%;
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
}

.absolute-hover.gallery-7 {
  height: 100%;
  background-image: url('../images/jonathan-borba-dQeag-a_eu4-unsplash.jpg');
}

.gallery-item-2 {
  position: relative;
  overflow: hidden;
  width: 31%;
  margin-bottom: 15px;
}

.gallery-item-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50%;
  margin-bottom: 15px;
}

.gallery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-1 {
  position: absolute;
  left: 0%;
  top: 13%;
  right: auto;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  height: auto;
}

.pictures-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1250px;
  margin-top: -429px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
}

.absolute-heading {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 100px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 43%;
  max-width: 634px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.absolute-heading.medium {
  width: 43%;
  max-width: 476px;
}

.content-section-5 {
  position: relative;
  overflow: visible;
  padding-top: 185px;
  padding-bottom: 90px;
  background-color: #eff3fa;
}

.image-2 {
  position: absolute;
  left: 26%;
  top: 38%;
  right: auto;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
  height: auto;
  margin-left: 26px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 31%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: hidden;
}

.image-5 {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  margin-left: 121px;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 11%;
  display: inline-block;
  overflow: hidden;
  margin-left: 26px;
}

.footer-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -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;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000000;
  display: none;
  -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: #f8faff;
  font-family: Roboto, sans-serif;
  color: #69707b;
  font-size: 14px;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -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: 50%;
  background-color: #88969d;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
}

.margin {
  width: 100%;
  margin-bottom: 20px;
}

.row {
  margin-bottom: 3%;
}

.bg {
  background-color: #88969d;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.slider-arrows {
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slider-arrows:hover {
  opacity: 0.85;
}

.slide-nav {
  display: none;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.bottom-margin {
  width: 100%;
  margin-bottom: 20px;
}

.dropdown {
  height: 60px;
  font-size: 16px;
}

.dropdown-toggle {
  display: none;
  overflow: visible;
  height: 60px;
  padding-top: 16px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.mini-arrow {
  margin-top: 25px;
  font-size: 13px;
}

.dropdown-link {
  padding-left: 20px;
  background-color: #eff3fa;
  -webkit-transition: background-color 200ms ease, padding 200ms ease;
  transition: background-color 200ms ease, padding 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.dropdown-link:hover {
  padding-left: 23px;
  background-color: #e2e8f1;
}

.image-7 {
  overflow: hidden;
}

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

.social-navlink {
  overflow: hidden;
  width: 30px;
  height: 60px;
  margin-right: 0px;
  padding-top: 16px;
  padding-right: 0px;
  padding-left: 7px;
  background-image: url('../images/icons8-vimeo-64.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

.social-navlink:hover {
  opacity: 0.85;
  text-decoration: none;
}

.social-navlink.w--current {
  font-weight: 500;
}

.social-navlink.instagram {
  background-image: url('../images/instagram.svg');
  background-repeat: no-repeat;
}

.social-navlink.twitter {
  background-image: url('../images/gorjeo.svg');
}

.social-navlink.pinterest {
  background-image: url('../images/pinterest.svg');
}

.heading {
  font-size: 22px;
  text-align: center;
}

.image-8 {
  -o-object-fit: fill;
  object-fit: fill;
}

.block-quote {
  margin-bottom: -11px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
}

.image-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-10 {
  position: static;
  display: inline-block;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: block;
  overflow: visible;
  height: 860px;
  margin-top: 0px;
  margin-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  -webkit-filter: brightness(67%);
  filter: brightness(67%);
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11 {
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 20px;
}

.heading-2 {
  position: absolute;
  left: 10%;
  top: auto;
  right: 10%;
  bottom: 15%;
  z-index: 10;
  display: block;
  width: auto;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
}

.text-block-3 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 16px;
  text-align: center;
}

.italic-text {
  padding-top: 0px;
  float: left;
}

.image-12 {
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-4 {
  float: none;
  clear: none;
  white-space: normal;
}

.image-13 {
  border-radius: 20px;
}

.image-14 {
  border: 1px none #000;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block {
  position: fixed;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: visible;
  width: auto;
  height: auto;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.53);
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  margin-bottom: -51px;
  padding-top: 15px;
  font-size: 22px;
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.text-block-5 {
  padding-top: 0px;
  padding-bottom: 0px;
  direction: ltr;
  font-size: 30px;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

.background-video-2 {
  display: block;
  width: 640px;
  height: 320px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border: 10px solid transparent;
  border-radius: 0px;
}

.everyday {
  position: absolute;
  left: 31.25%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: inline-block;
  width: 640px;
  margin-top: -3px;
  margin-bottom: 90px;
  float: none;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 13%;
  bottom: auto;
  z-index: 101;
  display: none;
  padding: 24px;
  cursor: pointer;
}

.button-3 {
  position: absolute;
  left: 11%;
  top: auto;
  right: auto;
  bottom: -4%;
  background-color: transparent;
  color: #000;
}

.button-4 {
  position: relative;
  left: 25%;
  top: auto;
  right: auto;
  bottom: -23px;
  min-height: 39px;
  min-width: 135px;
  margin-bottom: -68px;
  padding: 14px 28px 11px;
  float: none;
  border: 1px solid #4d565b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-4:hover {
  background-color: #424a4e;
  color: #fff;
}

.button-4.white {
  border-color: #fff;
  color: #fff;
}

.button-4.white:hover {
  background-color: #fff;
  color: #4d565b;
}

.image-15 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.39)), to(hsla(0, 0%, 100%, 0.39)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.39), hsla(0, 0%, 100%, 0.39));
}

.popup-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.53);
  -o-object-fit: fill;
  object-fit: fill;
}

.popup-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.53);
  -o-object-fit: fill;
  object-fit: fill;
}

.popup-1-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.53);
  -o-object-fit: fill;
  object-fit: fill;
}

.popup-1-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.53);
  -o-object-fit: fill;
  object-fit: fill;
}

.day-out {
  z-index: 100;
  display: inline-block;
  width: 100%;
  max-width: 650px;
  margin: 10px;
  padding: 10px;
  float: none;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
}

.event {
  z-index: 100;
  display: inline-block;
  width: 100%;
  max-width: 650px;
  margin: 10px;
  padding: 10px;
  float: none;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
}

.button-center {
  min-height: 39px;
  min-width: 135px;
  margin-bottom: -68px;
  padding: 14px 28px 11px;
  float: none;
  border: 1px solid #4d565b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-center:hover {
  background-color: #424a4e;
  color: #fff;
}

.button-center.white {
  border-color: #fff;
  color: #fff;
}

.button-center.white:hover {
  background-color: #fff;
  color: #4d565b;
}

.button-6 {
  position: relative;
  left: 25%;
  top: auto;
  right: auto;
  bottom: -23px;
  min-height: 39px;
  min-width: 135px;
  margin-bottom: -68px;
  padding: 14px 28px 11px;
  float: none;
  border: 1px solid #4d565b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-6:hover {
  background-color: #424a4e;
  color: #fff;
}

.button-6.white {
  border-color: #fff;
  color: #fff;
}

.button-6.white:hover {
  background-color: #fff;
  color: #4d565b;
}

.italic-text-2 {
  padding-right: 0px;
}

.heading-4 {
  font-size: 35px;
}

.heading-5 {
  font-size: 35px;
}

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

.select-field {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#88969d), to(#88969d));
  background-image: linear-gradient(180deg, #88969d, #88969d);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  background-clip: border-box;
}

.assunto {
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  background-clip: border-box;
}

.everyday-2 {
  position: static;
  left: 31.25%;
  top: 40%;
  right: 0%;
  bottom: 3%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin: 10px;
  padding: 10px;
  float: none;
  clear: none;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
}

.background-video-2-copy {
  display: block;
  width: 640px;
  height: 320px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border: 10px solid transparent;
  border-radius: 0px;
}

.paragraph-2-copy {
  display: block;
  margin-bottom: -51px;
  padding-top: 15px;
  font-size: 22px;
  text-align: center;
}

.text-block-5-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  direction: ltr;
  font-size: 30px;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

.popupvideoblock {
  width: 100%;
  height: 320px;
  float: none;
  border: 10px solid transparent;
  border-radius: 0px;
}

.paragraph-2-copy23 {
  margin-bottom: -51px;
  padding-top: 15px;
  font-size: 22px;
  text-align: center;
}

.text-block-5-copy2 {
  padding-top: 0px;
  padding-bottom: 0px;
  direction: ltr;
  font-size: 30px;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: lowercase;
}

.paragraph-3 {
  font-size: 25px;
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
}

.text-block-7 {
  position: relative;
  left: 14px;
  bottom: 0px;
  margin-bottom: 0px;
}

.text-block-8 {
  position: relative;
  left: 449px;
  top: 32px;
}

.text-block-9 {
  position: relative;
  left: 250px;
  top: -32px;
  bottom: 43px;
}

.text-block-10 {
  position: relative;
  left: 155px;
  top: -20px;
}

.social-navlink-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 60px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/facebook-logo-de-letra.svg');
  background-position: 50% 54%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

.social-navlink-2:hover {
  opacity: 0.85;
  text-decoration: none;
}

.social-navlink-2.w--current {
  font-weight: 500;
}

.social-navlink-2.vimeo {
  display: none;
  background-image: url('../images/vimeo.svg');
}

.social-navlink-2.instagram {
  background-image: url('../images/instagram.svg');
}

.social-navlink-2.vimeo {
  display: block;
  background-image: url('../images/vimeo.svg');
}

.title-2 {
  font-family: Roboto, sans-serif;
  color: #4d565b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.title-2.white {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-size: 25px;
}

.question-2 {
  color: #4d565b;
  font-size: 25px;
  line-height: 30px;
}

.accordion-wrapper-2 {
  margin-bottom: 15px;
  border-bottom: 1px solid #88969d;
}

.navlink-2 {
  overflow: hidden;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-right: 7px;
  padding-left: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

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

.navlink-2.w--current {
  font-weight: 500;
}

.text-span {
  color: #fff;
}

.footer-link-2 {
  overflow: hidden;
  margin-right: 15px;
  padding-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
}

.footer-link-2:hover {
  text-decoration: none;
}

.footer-link-2.w--current {
  color: #69707b;
}

.text-span-2 {
  color: #fff;
}

.text-block-11 {
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.text-block-12 {
  font-size: 17px;
}

.logo-nav {
  overflow: visible;
  width: auto;
  max-height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-2 {
  border: 1px none #000;
  border-radius: 0px;
}

.icon-size-medium {
  width: 40px;
  height: 40px;
}

.popupwrappertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.flex-horizontal-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tags {
  padding: 6px;
}

.logo-big {
  max-width: 280px;
}

.nav-bar-items-wrapper {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-bar-left-items {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popupvideoblock-copy {
  width: 100%;
  height: 320px;
  float: none;
  border: 10px solid transparent;
  border-radius: 0px;
}

.text-span-3 {
  font-size: 19px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 125px auto 46px;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-light {
  opacity: 0.6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.text-block-13 {
  margin-top: -104px;
  margin-bottom: 37px;
  font-size: 25px;
  text-align: center;
}

.about-intro-grid-2 {
  margin-top: 37px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.position-name-text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-form-wrap {
  width: 70%;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field-3 {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field-3:hover {
  border-color: #e3e6eb;
}

.text-field-3:active {
  border-color: #43464d;
}

.text-field-3:focus {
  border-color: #43464d;
}

.text-field-3::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-3:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-3::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-3::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field-3.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.button-7 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-7:hover {
  background-color: #32343a;
  color: #fff;
}

.button-7:active {
  background-color: #43464d;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.body {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-bottom: 0px;
  }

  .content-wrapper.nav-bar {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .absolute.slide-1 {
    background-position: 66% 50%;
  }

  .absolute.slide-2 {
    background-position: 66% 50%;
  }

  .absolute.slide-3 {
    background-position: 66% 50%;
  }

  .absolute.guy {
    background-image: none;
  }

  .absolute.horse {
    background-position: 66% 50%;
  }

  .heading-box {
    width: 74%;
  }

  .content-section-2 {
    padding-bottom: 0px;
  }

  .content-section-3 {
    padding-bottom: 0px;
  }

  .content-section-4 {
    padding-bottom: 0px;
  }

  .content-section-4.form {
    padding-bottom: 90px;
  }

  .full-section {
    height: 370px;
    padding-bottom: 0px;
  }

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

  .footer {
    padding-bottom: 0px;
  }

  .footer-menu {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .menu-button {
    height: 60px;
    background-color: transparent;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #88969d;
    color: #fff;
  }

  .left-border {
    padding-left: 20px;
  }

  .nav-menu {
    overflow: auto;
    width: 100vw;
    height: 100vh;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #88969d;
  }

  .navlink {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .navlink.mobile-only {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navlink.logo-desktop {
    display: none;
  }

  .footer-link {
    text-align: left;
  }

  .footer-center {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-us-column {
    width: 82%;
  }

  .gallery-item {
    width: 67.8%;
    margin-bottom: 10px;
  }

  .gallery-item-2 {
    margin-bottom: 10px;
  }

  .gallery-item-3 {
    margin-bottom: 10px;
  }

  .image-1 {
    left: -5%;
    width: 30%;
  }

  .pictures-container {
    margin-top: -350px;
  }

  .image-3 {
    top: -3%;
    width: 38%;
  }

  .absolute-heading {
    width: 74%;
  }

  .absolute-heading.medium {
    width: 54%;
  }

  .image-2 {
    left: 0%;
    top: 40%;
    width: 47%;
  }

  .image-4 {
    width: 38%;
  }

  .image-5 {
    left: -193px;
    width: 40%;
  }

  .image-6 {
    right: 3%;
    width: 56%;
  }

  .footer-logo-box {
    width: 100%;
  }

  .social-navlink {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .popup-1 {
    padding: 90px 10px 60px;
  }

  .popup-1-2 {
    padding: 90px 10px 60px;
  }

  .popup-1-3 {
    padding: 90px 10px 60px;
  }

  .social-navlink-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .navlink-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-link-2 {
    text-align: left;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-wrap {
    margin-right: 0px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button-2 {
    padding: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .menu-icon {
    display: block;
  }

  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .about-intro-grid-2 {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .contact-headline {
    width: 100%;
  }

  .button-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

  .content-section.double {
    padding-bottom: 80px;
  }

  .title {
    font-size: 12px;
  }

  .content-wrapper.hero {
    min-height: 700px;
  }

  .h2-big {
    font-size: 40px;
    line-height: 50px;
  }

  .bottom-line {
    margin-bottom: 30px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .social-icon.twittter {
    background-size: 12px;
  }

  .social-icon.pinterest {
    background-size: 12px;
  }

  .social-icon.instagram {
    background-size: 12px;
  }

  .social-icon.vimeo {
    background-size: 12px;
  }

  .social-icon.linkedin {
    background-size: 12px;
  }

  .hero-section {
    min-height: 700px;
  }

  .hero-flex {
    min-height: 700px;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 40px;
  }

  .intro-feature {
    width: 100%;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .intro-feature._3 {
    border-bottom-style: none;
  }

  .button-2 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h3-big {
    font-size: 50px;
    line-height: 60px;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mini-feature {
    width: 100%;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .content-section-3 {
    padding-top: 0px;
  }

  .text-field {
    width: 100%;
    max-width: 310px;
    border-right-style: solid;
  }

  .submit-button {
    width: 100%;
    max-width: 310px;
  }

  .submit-button.white {
    max-width: 100%;
  }

  .content-section-4 {
    padding-top: 80px;
  }

  .full-section {
    height: 270px;
    padding-top: 80px;
  }

  .testimonial-column {
    width: 100%;
    border-right: 1px solid #88969d;
  }

  .testimonial-column._2 {
    border-top: 1px none #000;
  }

  .testimonial-column._3 {
    border-top-style: none;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }

  .navlink.mobile-only {
    height: 60px;
  }

  .footer-link {
    height: 45px;
    padding-top: 6px;
  }

  .gallery-item {
    width: 68.2%;
    margin-bottom: 5px;
  }

  .gallery-item-2 {
    margin-bottom: 5px;
  }

  .gallery-item-3 {
    margin-bottom: 5px;
  }

  .image-1 {
    left: -7%;
    top: 10%;
  }

  .pictures-container {
    height: 1000px;
  }

  .absolute-heading {
    width: 90%;
    margin-bottom: 40px;
  }

  .absolute-heading.medium {
    width: 60%;
  }

  .content-section-5 {
    padding-top: 100px;
  }

  .image-6 {
    bottom: 5%;
  }

  .social-navlink {
    height: 45px;
    padding-top: 6px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .button-4 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-center {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-6 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .navlink-2 {
    height: 45px;
    padding-top: 6px;
  }

  .footer-link-2 {
    height: 45px;
    padding-top: 6px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

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

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-field-3.cc-textarea {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

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

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-wrapper.hero {
    min-height: 590px;
  }

  .h2-big {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-section {
    min-height: 590px;
    padding-top: 60px;
  }

  .absolute.picture {
    height: 110%;
  }

  .whtie {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-flex {
    min-height: 590px;
  }

  .heading-box {
    width: 100%;
  }

  .flex.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-feature {
    width: 100%;
    max-width: 350px;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .intro-feature._3 {
    border-bottom-style: none;
  }

  .image {
    width: 100%;
  }

  .text-container {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .left-column.mobile-margin {
    margin-bottom: 30px;
  }

  .right-column {
    width: 100%;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-left {
    width: 100%;
  }

  .newsletter-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .features-column {
    width: 100%;
    max-width: 350px;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .content-section-4 {
    padding-top: 60px;
  }

  .numbers-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #88969d;
    border-right-style: none;
  }

  .numbers-item {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .numbers-item.no-margin {
    margin-bottom: 0px;
  }

  .numbers-container.no-margin {
    padding-bottom: 20px;
    border-bottom-style: solid;
  }

  .vertical-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .full-section {
    padding-top: 60px;
  }

  .testimonial._5 {
    border-bottom-style: none;
  }

  .testimonial._5 {
    border-bottom-style: solid;
  }

  .testimonial-column {
    width: 100%;
    max-width: 350px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link {
    margin-bottom: 14px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .gallery-item {
    margin-bottom: 3px;
  }

  .gallery-item-2 {
    margin-bottom: 3px;
  }

  .gallery-item-3 {
    margin-bottom: 3px;
  }

  .image-1 {
    left: -11%;
  }

  .pictures-container {
    height: 630px;
  }

  .absolute-heading {
    width: 100%;
  }

  .absolute-heading.medium {
    width: 80%;
  }

  .content-section-5 {
    padding-top: 60px;
  }

  .image-2 {
    top: 53%;
  }

  .image-4 {
    top: 48%;
    right: -5%;
  }

  .image-6 {
    bottom: 3%;
  }

  .footer-link-2 {
    margin-bottom: 14px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

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

  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

#w-node-0c0f634f872f-dc02c9ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0c0f634f8732-dc02c9ef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f7e50366f5fc-dc02c9ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f7e50366f604-dc02c9ef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f7e50366f60c-dc02c9ef {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f7e50366f614-dc02c9ef {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f433f33aee11-dc02c9ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f433f33aee15-dc02c9ef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f433f33aee19-dc02c9ef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-0c0f634f8732-dc02c9ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f7e50366f60c-dc02c9ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f7e50366f614-dc02c9ef {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f433f33aee15-dc02c9ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f433f33aee19-dc02c9ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

