:root {
  --background-3: #f8faff;
  --font: #4d565b;
  --lines: #88969d;
  --button: #4d565b;
  --white: white;
  --background-2: #eff3fa;
  --black: black;
  --background-3-4: #e1e7f3;
}

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

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

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

body {
  background-color: var(--background-3);
  color: var(--font);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

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

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

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

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

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

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

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

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

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

.top-line {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.top-margin {
  position: relative;
}

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

.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 {
  margin-top: 20px;
  position: relative;
}

.flex-end {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

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

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

.title {
  color: var(--font);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.title.white {
  color: #fff;
}

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

.content-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1075px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

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

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

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

.bottom-line {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.set {
  margin-top: 40px;
}

.social-icon {
  background-color: var(--button);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon:hover {
  border: 2px solid var(--button);
  background-color: #0000;
}

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

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

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

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

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

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

.social-icon.facebook {
  background-color: var(--button);
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.social-icon.facebook:hover {
  background-color: #0000;
  background-image: url('../images/logo-de-facebook.svg');
}

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

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

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

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

.button {
  background-color: var(--button);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  min-width: 185px;
  min-height: 42px;
  padding: 15px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

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

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

.slider {
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

.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%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

.absolute.moniz {
  background-image: url('../images/IMG_5019.JPG');
}

.absolute.woman {
  background-image: url('../images/Moniz-Banner-Image.jpg');
}

.whtie {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 400;
}

.center-content {
  color: #fbfbfb;
  text-align: center;
}

.hero-flex {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 850px;
  display: flex;
}

.overlay {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

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

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

.intro-feature {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 33%;
  margin-right: 1px;
  padding: 35px 30px;
}

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

.button-2 {
  border: 1px solid var(--button);
  color: var(--button);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  min-width: 135px;
  min-height: 39px;
  padding: 14px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

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

.button-2.white {
  border-color: var(--white);
  color: var(--white);
}

.button-2.white:hover {
  color: var(--button);
  background-color: #fff;
}

.less-line-height {
  line-height: 30px;
}

.content-section-2 {
  background-color: var(--background-2);
  position: relative;
}

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

.image.max-height {
  height: 100%;
}

.absolute-bg {
  background-color: #eee;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-container {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 45px 40px;
  display: flex;
}

.bottom-line-box {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  padding: 15px 5px;
  display: flex;
}

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

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

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

.right-column {
  width: 50%;
}

.position-sticky {
  position: sticky;
  top: 5.625rem;
}

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

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

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

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

.mini-feature {
  border-right: 1px solid var(--lines);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 10px;
  display: flex;
}

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

.content-section-3 {
  background-color: var(--background-2);
  position: relative;
}

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

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

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

.text-field:focus {
  color: var(--font);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-field::placeholder {
  color: var(--button);
}

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

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

.submit-button {
  background-color: var(--button);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  width: 33.33%;
  height: 50px;
  padding: 15px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

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

.submit-button.white {
  background-color: var(--white);
  color: var(--lines);
}

.submit-button.white:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.features-column {
  border-radius: 0;
  width: 33.333%;
  padding: 30px;
  position: relative;
}

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

.feature {
  text-align: center;
  margin-bottom: 60px;
}

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

.content-section-4 {
  background-color: var(--background-2);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.content-section-4.form {
  background-color: var(--lines);
}

.numbers-left {
  border-right: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 62px;
  margin-right: 50px;
  display: flex;
}

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

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

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

.numbers-container {
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: flex;
}

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

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

.full-section {
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.full-section.bigger {
  height: 50vh;
}

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

.testimonial {
  border-width: 1px;
  border-color: var(--lines);
  text-align: center;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 50px 25px;
  display: flex;
}

.testimonial._2, .testimonial._4 {
  flex-direction: column;
}

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

.testimonial._6 {
  flex-direction: column;
}

.star {
  margin-right: 4px;
}

.testimonial-column {
  border-top: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  flex-direction: column;
  justify-content: space-between;
  width: 33.333%;
  display: flex;
}

.testimonial-column._3 {
  border-right: 1px solid var(--lines);
}

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

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 15px;
}

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

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

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.full-width {
  flex: 1;
}

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

.question {
  color: var(--font);
  font-size: 25px;
  line-height: 30px;
}

.answer {
  margin-bottom: 10px;
}

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

.hover-overlay {
  background-color: #dad9d7cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: var(--background-2);
  position: relative;
}

.footer-menu-bg {
  background-color: var(--button);
}

.footer-flex {
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-menu {
  width: 60%;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.navbar-bg {
  background-color: var(--lines);
  position: absolute;
  inset: 0%;
}

.nav-menu {
  height: 60px;
  display: flex;
}

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

.underline-hover.navbar {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.navbar.black {
  background-color: #121212;
}

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

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

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

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

.navlink {
  color: var(--white);
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

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

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

.scroll-down {
  z-index: 10;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.footer-logo {
  justify-content: center;
  align-items: center;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(.9);
}

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

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

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

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

.footer-center {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.column-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

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

.text-field-2:hover {
  border-color: var(--button);
}

.text-field-2::placeholder {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

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

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

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

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

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

.form-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.white {
  color: var(--white);
}

.text {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.absolute-hover.new-gallery-5 {
  background-image: url('../images/2.jpeg');
}

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

.absolute-hover.new-gallery-7 {
  background-image: url('../images/5.jpeg');
}

.absolute-hover._1, .absolute-hover._2, .absolute-hover._3, .absolute-hover._4, .absolute-hover._5, .absolute-hover._6, .absolute-hover._7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.flex-vertical {
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

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

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

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

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

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

.content-section-5 {
  background-color: var(--background-2);
  padding-top: 185px;
  padding-bottom: 90px;
  position: relative;
  overflow: visible;
}

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

.image-4 {
  display: inline-block;
  position: absolute;
  inset: 31% 0% auto auto;
  overflow: hidden;
}

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

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

.footer-logo-box {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

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

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

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

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

.row {
  margin-bottom: 3%;
}

.bg {
  background-color: var(--lines);
}

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

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

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

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

.slider-arrows {
  opacity: .65;
  transition: opacity .2s;
}

.slider-arrows:hover {
  opacity: .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 {
  color: var(--white);
  height: 60px;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.mini-arrow {
  margin-top: 21px;
  margin-right: 23px;
  font-size: 13px;
}

.dropdown-link {
  background-color: var(--background-2);
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

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

.image-7 {
  overflow: hidden;
}

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

.social-navlink {
  color: var(--white);
  background-image: url('../images/facebook-logo-de-letra.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 60px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: opacity .2s;
  overflow: hidden;
}

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

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

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

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

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

.bottom-image-margin {
  margin-bottom: 20px;
}

.side-line {
  background-color: var(--lines);
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.full-height {
  height: 100vh;
  position: relative;
  overflow: clip;
}

.first-paragraph {
  text-align: center;
  letter-spacing: .01875rem;
  text-wrap: balance;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.4;
}

.first-paragraph.is-secondary {
  font-style: italic;
  font-weight: 300;
}

.paragraph-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin-top: 4.7rem;
  margin-bottom: 4.7rem;
  display: flex;
}

.paragraph-content {
  color: #fbfbfb;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 110rem;
}

.container.small {
  max-width: 80rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.about-me-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-me-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
}

.paragraph-about {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
}

.about-me-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.max-width-43ch {
  max-width: 43ch;
}

.max-width-40ch {
  max-width: 40ch;
}

.max-width-33ch {
  max-width: 33ch;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.11;
}

.heading-3.large {
  font-size: 3.5rem;
}

.heading-2 {
  letter-spacing: .02481rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 4.6875rem;
  line-height: 1;
}

.sticky-left-content {
  color: #fbfbfb;
  width: 49%;
}

.sticky-wrapper {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 10rem;
  display: flex;
}

.height-80vh {
  width: 100%;
  height: 80vh;
  overflow: clip;
}

.sticky-right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 51%;
  display: flex;
}

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

.img.align-top {
  object-position: 50% 0%;
}

.img.align-bottom {
  object-fit: cover;
  object-position: 50% 100%;
}

.section {
  background-color: #eee;
  position: relative;
}

.section.footer {
  color: #fbfbfb;
  background-color: #121212;
}

.presets {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.625rem;
  margin-bottom: 8.625rem;
  display: flex;
}

.presets.small-gap {
  grid-column-gap: 5.2rem;
  grid-row-gap: 5.2rem;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.presets-component {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.presets-content {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.presets-image {
  height: 60vh;
}

.presets-image.small {
  height: 40vh;
}

.presets-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 2.5rem;
  line-height: 1.17;
}

.heading-4.text-color-black {
  color: #121212;
}

.primary-button {
  color: #121212;
  background-color: #0000;
  border: 1px solid #121212;
  border-radius: .3rem;
  padding: .25rem .84rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .25s cubic-bezier(.77, 0, .175, 1);
}

.primary-button:hover {
  color: var(--white);
  background-color: #121212;
}

.body-v2 {
  color: #121212;
  background-color: #fbfbfb;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-me {
  background-color: #eee;
  justify-content: center;
  align-items: flex-start;
  padding: 3.2rem 2rem;
  display: flex;
}

.contact-component {
  grid-column-gap: 3.88rem;
  grid-row-gap: 3.88rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 3.25rem;
  line-height: 1;
}

.contact-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.contact-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.45;
}

.text-size-large.text-color-black {
  color: #121212;
}

.line-height-200 {
  line-height: 2;
}

.instagram-wrapper {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 5.6rem;
  display: flex;
}

.instagram-wrapper:where(.w-variant-a6564e5c-73c3-f793-e5af-dfc3e942e88c) {
  margin-bottom: 4rem;
}

.instagram-header {
  grid-column-gap: 1.24rem;
  grid-row-gap: 1.24rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.instagram-heading {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 3.25rem;
  line-height: 1;
}

.instagram-posts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-posts:where(.w-variant-a6564e5c-73c3-f793-e5af-dfc3e942e88c) {
  display: none;
}

.back-home-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1.24rem;
  margin-bottom: 1.6rem;
  display: flex;
}

.back-home-wrapper:where(.w-variant-a6564e5c-73c3-f793-e5af-dfc3e942e88c) {
  display: none;
}

.back-hero {
  color: #fbfbfb;
  background-color: #121212;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
}

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

.footer-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 2.44rem;
  padding-bottom: 2.44rem;
  display: flex;
}

.footer-links {
  color: #fbfbfb;
  line-height: 1.37;
}

.hero-heading {
  color: #fbfbfb;
  font-family: Italiana, sans-serif;
  font-size: 4vw;
  line-height: 1;
}

.main-navbar {
  z-index: 10;
  color: #fbfbfb;
  background-color: #0000;
  width: 100%;
  position: absolute;
}

.main-navbar:where(.w-variant-664138ab-f104-6de0-c29d-182dcb0c80a8) {
  color: #121212;
}

.nav-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 3.5rem;
  display: grid;
}

.nav-link {
  color: #fbfbfb;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  line-height: 1.37;
}

.nav-link:where(.w-variant-664138ab-f104-6de0-c29d-182dcb0c80a8) {
  color: #121212;
}

.nav-link.w--current {
  color: #fbfbfb;
}

.overlay-hero {
  opacity: .4;
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.hero {
  min-height: 100vh;
  position: relative;
}

.pack-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 15vh;
  display: flex;
}

.back-button {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  align-items: center;
  display: flex;
  position: relative;
}

.back {
  color: #121212;
  margin-right: 15px;
  padding-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

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

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

.preset-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.grid-left-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.presets-image-grid {
  height: 22rem;
}

.preset-grid-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 4.6875rem;
  line-height: 1;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.caps {
  text-transform: uppercase;
}

.opacity-60 {
  opacity: .6;
}

.preset-list-wrapper {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 36ch;
  display: flex;
}

.grid-right-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.secondary-button {
  color: #121212;
  background-color: #0000;
  border: 1px solid #121212;
  border-radius: .3rem;
  padding: .4rem 1.6rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .25s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button:hover {
  color: var(--white);
  background-color: #121212;
}

.secondary-button.is-black {
  color: #fbfbfb;
  background-color: #121212;
  border-radius: .3125rem;
  padding: .75rem 1.5rem;
}

.secondary-button.is-black:hover {
  color: #121212;
  background-color: #0000;
}

.secondary-button.is-black.larger {
  text-align: center;
  padding: .75rem 5.8125rem;
}

.secondary-button.is-black.larger.full-width {
  width: 100%;
}

.steps-grid {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 9rem;
  display: grid;
}

.max-width-30ch {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 30ch;
  display: flex;
}

.grey {
  background-color: #eee;
}

.cta {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.cta-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.cta-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-slider-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70vh;
  display: grid;
}

.image-slider-component {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  flex-flow: column;
  align-items: center;
  margin-top: 10rem;
  padding-bottom: 4rem;
  display: flex;
}

.animation-container {
  height: 100%;
  position: relative;
  overflow: clip;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

.image-wrapper {
  width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.image-two {
  object-fit: cover;
  background-image: url('../images/Pack-Cinema-Images-06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

.div-block {
  background-color: #fbfbfb;
  border-radius: 6px;
  margin-bottom: 3vh;
  padding: .5rem 1rem;
}

.div-block-2 {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.background-black {
  background-color: #121212;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.caps {
  text-transform: uppercase;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

  .absolute.slide-1, .absolute.slide-2, .absolute.slide-3, .absolute.guy, .absolute.horse {
    background-position: 66%;
  }

  .heading-box {
    width: 74%;
  }

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

  .position-sticky.mobile {
    position: relative;
    top: auto;
  }

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

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

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

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

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

  .footer {
    padding-bottom: 0;
  }

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

  .menu-button {
    color: var(--white);
    background-color: #0000;
    height: 60px;
  }

  .menu-button.w--open {
    background-color: var(--lines);
    color: var(--white);
  }

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

  .nav-menu {
    background-color: var(--lines);
    text-align: left;
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

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

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

  .footer-center {
    justify-content: center;
    margin-top: 10px;
  }

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

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

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

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

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

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

  .absolute-heading {
    width: 74%;
  }

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

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

  .image-4 {
    width: 38%;
  }

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

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

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

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

  .first-paragraph {
    font-size: 1.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-me-component {
    flex-flow: column;
    display: flex;
  }

  .max-width-40ch.no-padding {
    margin-bottom: 0;
    padding-left: 1.25rem;
  }

  .heading-3.large {
    font-size: 3rem;
  }

  .sticky-left-content {
    width: 100%;
  }

  .sticky-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    margin-bottom: 6rem;
  }

  .height-80vh {
    height: 80svh;
  }

  .sticky-right-content {
    width: 100%;
  }

  .presets {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .presets.small-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .presets-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hero-heading {
    font-size: 4.5rem;
  }

  .main-navbar {
    z-index: 10;
    justify-content: flex-end;
    padding-left: .35rem;
    padding-right: .5rem;
    display: flex;
    position: absolute;
  }

  .nav-content {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    text-align: center;
    background-color: #12121299;
    justify-content: center;
    align-items: flex-start;
    padding: 10vh 1.5rem 1.5rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-wrapper {
    padding-top: 0;
    display: flex;
  }

  .nav-link {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
    display: flex;
  }

  .hero {
    min-height: 100svh;
  }

  .menu-button-navbar {
    z-index: 10;
    background-color: #0000;
    position: absolute;
    top: 0;
  }

  .menu-button-navbar.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .back {
    text-align: left;
    margin-left: 1rem;
  }

  .preset-grid {
    flex-flow: column;
    display: flex;
  }

  .preset-list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 36ch;
  }

  .grid-right-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    order: -1;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .steps-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    place-items: start center;
    margin-top: 6rem;
  }

  .cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-slider-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .image-slider-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
    padding-bottom: 0;
  }

  .animation-container {
    height: 70vh;
  }

  .image-wrapper {
    height: 70svh;
  }

  .div-block {
    margin-bottom: 1.5rem;
  }

  .div-block-2 {
    height: 70svh;
  }
}

@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, .social-icon.pinterest, .social-icon.instagram, .social-icon.facebook, .social-icon.linkedin, .social-icon.vimeo {
    background-size: 12px;
  }

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

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

  .intro-feature {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
  }

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

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

  .left-column.mobile-margin {
    padding-right: 0;
  }

  .left-column.with-text {
    padding-left: 20px;
  }

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

  .flex-space.mobile-center {
    justify-content: center;
  }

  .mini-feature {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
  }

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

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

  .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 {
    border-right: 1px solid var(--lines);
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .about-me-component {
    flex-flow: column;
    display: flex;
  }

  .about-me-content {
    justify-content: flex-start;
    align-items: center;
  }

  .max-width-43ch, .max-width-40ch {
    max-width: none;
  }

  .heading-3.large {
    font-size: 3rem;
  }

  .presets {
    margin-bottom: 6rem;
  }

  .contact-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .instagram-posts {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .instagram-images.hide-landscape {
    display: none;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

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

  .heading-1 {
    font-size: 4rem;
  }

  .preset-list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .steps-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cta-heading {
    font-size: 2.5rem;
  }

  .animation-container {
    height: 70svh;
  }
}

@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 {
    justify-content: center;
  }

  .intro-feature {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    max-width: 350px;
  }

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

  .image {
    width: 100%;
  }

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

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

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

  .left-column.with-text {
    padding-left: 0;
  }

  .right-column {
    width: 100%;
  }

  .flex-space.mobile-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;
  }

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

  .numbers-left {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

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

  .vertical-text {
    transform: none;
  }

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

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

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

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

  .column-left {
    width: 100%;
  }

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

  .gallery-item, .gallery-item-2, .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%;
  }

  .side-line {
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .first-paragraph {
    font-size: 1.2rem;
  }

  .paragraph-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .about-me-content {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-me-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-3.large {
    font-size: 2.5rem;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .sticky-wrapper {
    margin-bottom: 6rem;
  }

  .sticky-right-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .presets {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .presets-info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
  }

  .contact-heading {
    font-size: 2.5rem;
  }

  .text-size-large {
    font-size: 1.1rem;
  }

  .instagram-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .instagram-heading {
    font-size: 2rem;
  }

  .instagram-posts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .instagram-images {
    width: 100%;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .font-poppins {
    font-family: Poppins, sans-serif;
  }

  .back {
    margin-bottom: 14px;
    margin-left: 1rem;
  }

  .grid-left-content {
    grid-template-columns: 1fr 1fr;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .preset-list-wrapper {
    max-width: none;
  }

  .grid-right-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .secondary-button.is-black.larger {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-heading {
    font-size: 2rem;
  }
}

#w-node-_37a3a98f-3b7a-ce7f-7f2b-d97c6af414b5-91a0f4a6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_37a3a98f-3b7a-ce7f-7f2b-d97c6af414b9-91a0f4a6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b44099af-9ed9-4771-0e58-02e73b768562-3b76855f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_5f10691b-8c80-9e1c-735e-f2bf2502f21f-47e90993, #w-node-_7b4e7ef3-fb7b-0f5d-0686-b8885038bb81-6a700f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ffb65a02-ed8a-194b-b247-c20bb0341830-b0341821 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d197b7d0-a3f9-9e8f-09df-3034534998fb-47e90993, #w-node-d197b7d0-a3f9-9e8f-09df-3034534998fb-6a700f9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


