:root {
  --black: black;
  --8e030d: black;
  --white: white;
  --hover-2: #faf6eb;
  --links: #deac55;
  --bg-hover: #fdfcf9;
  --bg: #f4f3f0;
  --hover: #e8e6dd;
  --hover-3: #f5efdc;
  --bg-2-hover: #edece6;
  --lines: #cbcbcb;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #286150;
  background-color: #fff;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

h1 {
  letter-spacing: .35px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  letter-spacing: .35px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: #286150;
  letter-spacing: .35px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

h4 {
  color: #286150;
  letter-spacing: .35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

h5 {
  color: #286150;
  letter-spacing: .35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  letter-spacing: .35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

p {
  color: #286150;
  letter-spacing: -.28px;
  margin-bottom: 10px;
}

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

blockquote {
  width: 80%;
  text-align: center;
  border-left: 5px #e2e2e2;
  margin: 40px auto;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 50px;
}

figcaption {
  text-align: right;
  letter-spacing: -.5px;
  margin-top: 5px;
  font-size: 14px;
}

.title {
  color: #c60412;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

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

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #286150;
  border-radius: 50px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #286150;
}

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

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

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

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

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

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

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

.social-icon.twittter:hover {
  border-color: var(--black);
  background-image: url('../images/gorjeo-2.svg');
}

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

.social-icon.facebook:hover {
  border-color: var(--8e030d);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-de-facebook.svg');
}

.social-icon.linkedin-no-border {
  color: #e11;
  background-color: #e11;
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 0;
}

.social-icon.linkedin-no-border:hover {
  border-color: var(--black);
  background-image: url('../images/linkedin.svg');
}

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

.content-wrapper.clients {
  display: none;
}

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

.button-2 {
  min-height: 39px;
  min-width: 135px;
  border: 1px solid var(--white);
  color: #c60412;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  padding: 14px 35px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

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

.button {
  min-height: 42px;
  min-width: 185px;
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #286150;
  border: 1px solid #286150;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #286150;
  background-color: rgba(0, 0, 0, 0);
}

.set {
  margin-top: 40px;
}

.top-margin {
  position: relative;
}

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

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

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

.top-margin._15-pixels {
  margin-top: 15px;
}

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

.top-margin._30-pixels:hover {
  color: var(--white);
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._35-pixels {
  margin-top: 35px;
}

.top-margin._100-pixels {
  margin-top: 100px;
}

.top-margin._120-pixels-mobile {
  margin-top: 120px;
}

.top-margin._50-pixels-mobile {
  margin-top: 50px;
}

.top-margin._120-pixels-mobile {
  margin-top: 120px;
}

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

.content-section {
  padding-top: 100px;
  display: block;
  position: relative;
}

.content-section.double {
  padding-bottom: 100px;
  display: block;
}

.content-section.double.team, .content-section.double.prices, .content-section.double.container {
  display: none;
}

.content-section.double-colored {
  background-color: var(--hover-2);
  padding-bottom: 120px;
  display: none;
}

.content-section.hidden {
  overflow: hidden;
}

.content-section.post {
  padding-top: 40px;
  padding-bottom: 80px;
}

.content-section.post-page {
  background-color: var(--hover-2);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.content-section.previews {
  padding-bottom: 40px;
}

.content-section.work-page {
  background-color: var(--hover-2);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.content-wrapper-wide {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1410px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.heading-box {
  width: 71%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.less {
  margin-bottom: 30px;
}

.h2-regular {
  color: #f1f4f5;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.h2-regular.no-top-border {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-regular.side-word {
  margin-bottom: 0;
  line-height: 35px;
}

.italicized {
  font-style: italic;
}

.flex {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}

.intro-box {
  width: 33.33%;
  color: #c60412;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section {
  min-height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/hero.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero-section.contact-us {
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/jonathan-borba-VFmpVJV_XpI-unsplash.jpg');
}

.hero-section.work-page {
  min-height: 700px;
  background-image: url('../images/luigiestuye-U8hxFaZK3tc-unsplash-10.18.37.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.works {
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/luca-bravo-dHq6CqOHA6o-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-flex {
  height: 100%;
  min-height: 800px;
  flex-wrap: wrap;
  display: flex;
}

.hero-flex.inner-pages, .hero-flex.works-page {
  min-height: 600px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hero-column {
  width: 42%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-column.home {
  width: 50%;
  max-width: 480px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
}

.h1-hero {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

.h1-hero.green {
  color: #286150;
}

.h1-hero.post {
  color: #286150;
  font-size: 45px;
  line-height: 55px;
}

.h1-hero.no-top-margin, .h1-hero.no-bottom-margin {
  color: var(--white);
}

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

.subtitle.white {
  color: var(--white);
  background-color: rgba(49, 49, 49, .71);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.button-3 {
  min-height: 42px;
  min-width: 185px;
  border: 1px solid var(--8e030d);
  color: #e11;
  text-align: center;
  letter-spacing: .3px;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  color: var(--white);
  background-color: #e11;
}

.bg-green {
  background-color: #286150;
  padding: 10px;
}

.button-4 {
  min-height: 42px;
  min-width: 185px;
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #c32929;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  background-color: var(--white);
  color: var(--black);
}

.navbar {
  color: #e11;
  background-color: #fff;
  margin-left: 50px;
  margin-right: 50px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  height: 90px;
  color: var(--white);
  padding-top: 32px;
  transition: background-color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #8e030d;
  background-clip: border-box;
}

.nav-link.w--current {
  color: var(--links);
}

.nav-link.works, .nav-link.blog, .nav-link.about {
  display: none;
}

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

.brand:hover {
  transform: scale(1.02);
}

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

.nav-column {
  width: 20%;
}

.nav-column.left {
  flex: 1;
  justify-content: flex-start;
}

.nav-column.right {
  text-align: right;
  flex: 1;
  display: block;
}

.dropdown {
  height: 90px;
  color: var(--black);
  display: none;
}

.dropdown-toggle {
  height: 90px;
  color: var(--black);
  padding-top: 32px;
  padding-right: 30px;
}

.dropdown-toggle:hover {
  color: var(--bg);
  background-color: #8e030d;
}

.dropdown-arrow {
  color: var(--white);
  margin-top: 40px;
  margin-right: 15px;
  font-size: 12px;
}

.scroll-down {
  width: 40px;
  height: 33.5px;
  background-color: var(--white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-down.w--current {
  background-color: #fff;
}

.dropdown-link {
  background-color: var(--bg-hover);
  color: #286150;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  transition: padding .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--hover-2);
  padding-left: 23px;
}

.dropdown-link.w--current {
  background-color: var(--hover);
  color: #286150;
}

.relative {
  position: relative;
  overflow: hidden;
}

.absolute {
  width: 100%;
  height: 120%;
  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;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute.founder {
  width: 100%;
  height: 100%;
  background-image: url('../images/Facetune_11-07-2023-14-19-32-2.jpeg');
  background-position: 20% 60%;
  background-size: auto;
  position: absolute;
}

.absolute.team {
  background-image: url('../images/AdobeStock_216576334.jpeg');
  background-size: cover;
}

.absolute.desiger {
  background-image: url('../images/our-philosophy.jpeg');
  background-position: 50%;
  background-size: auto;
}

.absolute.team-2 {
  background-image: url('../images/jonathan-borba-w--2s8uKCn0-unsplash.jpg');
  background-position: 72%;
}

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

.absolute.team-1 {
  height: 100%;
  background-image: url('../images/T-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-6 {
  height: 100%;
  background-image: url('../images/T-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-5 {
  height: 100%;
  background-image: url('../images/T-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-3 {
  height: 100%;
  background-image: url('../images/T-3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-2 {
  height: 100%;
  background-image: url('../images/T-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-4 {
  height: 100%;
  background-image: url('../images/T-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.absolute.post-image {
  height: 100%;
}

.absolute.planning {
  background-image: url('../images/AdobeStock_148430320.jpeg');
  background-position: 80%;
}

.absolute.works {
  height: 100%;
}

.absolute.consultants {
  background-image: url('../images/jonathan-borba-w--2s8uKCn0-unsplash.jpg');
}

.absolute.monitors {
  background-image: url('../images/jonathan-borba-VFmpVJV_XpI-unsplash_1.jpg');
}

.absolute.waiting {
  background-image: url('../images/jonathan-borba-8dG9tQOehvQ-unsplash.jpg');
}

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

.absolute.orange {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/jr-korpa-Ye8OxxUp-x0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.play {
  height: 100%;
  background-image: url('../images/linkedin-sales-navigator-YSQNPbBGltI-unsplash.jpg');
  display: flex;
}

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

.absolute.sofas {
  background-image: url('../images/jonathan-borba-1vT-dK5hwak-unsplash.jpg');
}

.absolute.tab-1 {
  height: 100%;
  background-image: url('../images/christina-wocintechchat-com-QCgAK6uHZm8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.absolute.desk {
  background-image: url('../images/jonathan-borba-W3lF9j7THvM-unsplash_1.jpg');
}

.absolute.work-1 {
  height: 131%;
  background-image: url('../images/Work-1.jpg');
}

.absolute.work-2 {
  height: 133%;
  background-image: url('../images/mila-albrecht-yJTCg0EvL0w-unsplash.jpg');
}

.absolute.guy {
  background-image: url('../images/jonathan-borba-8dG9tQOehvQ-unsplash.jpg');
}

.absolute.grid-3 {
  background-image: url('../images/the-creative-exchange-dMBexrGJnlo-unsplash.jpg');
}

.absolute.grid-4 {
  background-image: url('../images/guogete-BVybt-KTJAE-unsplash.jpg');
}

.absolute.grid-1 {
  height: 130%;
  background-image: url('../images/larq-Jbo_StjLDSc-unsplash.jpg');
}

.absolute.grid-2 {
  background-image: url('../images/curology-TITp0O0Ue70-unsplash.jpg');
}

.absolute.room {
  background-image: url('../images/jonathan-borba-BshrrmYryyc-unsplash-1.jpg');
}

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

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

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

.absolute.tab-2 {
  height: 100%;
  background-image: url('../images/christina-wocintechchat-com-wKtu9VLr5JM-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.tab-3 {
  height: 100%;
  background-image: url('../images/autumn-tomlinson-j2Pn61fBLQE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.preview-small {
  height: 125%;
}

._50-percent-flex {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-percent-flex.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.box-80-percent {
  width: 79%;
  max-width: 405px;
}

.box-80-percent.center {
  width: auto;
  text-align: center;
}

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

.left-padding._130-pixels {
  padding-left: 130px;
}

.left-padding._40-pixels {
  padding-left: 40px;
}

.left-padding._70-pixels {
  padding-left: 70px;
}

.left-padding._16-pixels-mobile {
  padding-left: 16px;
}

.copy {
  color: #e11;
  margin-top: 0;
}

.no-bottom-margin {
  color: #e11;
  -webkit-text-stroke-color: #e11;
  margin-bottom: 0;
}

.badge {
  z-index: 100000;
  width: 123px;
  height: 123px;
  background-image: url('../images/webclip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-top: 120px;
  margin-right: 51px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -8%;
  right: auto;
}

.badge.w--current {
  background-position: 50%;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

._50-percent-column.bottom-margin {
  border-bottom-style: none;
}

.column-center {
  width: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content {
  background-color: var(--black);
}

._48-percent-column {
  width: 48%;
  position: relative;
}

.expand {
  z-index: 5;
  flex: 1;
  position: relative;
}

.left-padding-offset {
  padding-left: 20px;
  position: relative;
  left: -198px;
}

.content-section-colored {
  color: #e11;
  background-color: #1f1d1d;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.service-item {
  width: 20%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

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

.center-content.padding {
  padding-left: 5px;
  padding-right: 5px;
}

.work-preview {
  width: 46%;
  margin-bottom: 60px;
  margin-left: 2%;
  margin-right: 2%;
}

.work-preview.work-page {
  margin-bottom: 0;
}

.work-tag {
  background-color: var(--hover-2);
  letter-spacing: .6px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 9px;
  display: inline-block;
}

.title-link {
  color: #286150;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .85;
}

.mini-title {
  color: #e11;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.side-padding {
  padding-left: 10px;
}

.section-full {
  padding-top: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.flex-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.text-container-3 {
  max-width: 537px;
  background-color: #fff;
  padding: 80px 70px;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.absolute-bg {
  z-index: 5;
  background-color: var(--8e030d);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg.darker {
  background-color: var(--hover-2);
}

.absolute-bg.darker-2 {
  background-color: var(--hover-3);
}

.team-member {
  width: 31%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.team-member.last, .team-member.no-margin {
  margin-bottom: 0;
}

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

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--hover-2);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-bg.darker {
  background-color: var(--hover-3);
  display: flex;
}

.hover-bg.darker-2 {
  background-color: var(--hover-3);
}

.team-picture-box {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.nav-column-center {
  width: auto;
  flex: none;
  justify-content: center;
}

.text-container-4 {
  width: 50%;
  background-color: #fff;
  margin-bottom: 120px;
  padding: 80px 70px;
}

._76-percent-column {
  max-width: 430px;
}

.flex-left {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.text-container-5 {
  width: 50%;
  background-color: #fff;
  justify-content: flex-end;
  margin-bottom: 120px;
  padding: 80px 70px;
  display: flex;
}

.column-full-width {
  width: 80%;
  max-width: 510px;
}

.client-box {
  width: 25%;
  text-align: center;
  border: 1px solid #286150;
  border-right-style: none;
  padding: 55px 40px;
}

.client-box.last {
  border-right-style: solid;
}

.client-box._2-logo {
  width: 25%;
  height: auto;
}

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

.absolute-bg-4 {
  background-color: var(--bg-2-hover);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-overlay {
  width: 100%;
  background-color: rgba(232, 230, 221, .75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-preview {
  width: 22%;
  margin-right: 3%;
  position: relative;
}

.post-preview.last {
  margin-right: 0%;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

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

.post-link {
  color: #286150;
  font-family: Playfair Display, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
}

.mintures-read {
  font-size: 13px;
}

.flex-bottom {
  max-width: 1366px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-bottom-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-box-long {
  width: 95%;
  max-width: 1330px;
  text-align: left;
  margin-bottom: 50px;
}

.category-link {
  color: var(--links);
  font-size: 16px;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .8;
}

.footer {
  padding-bottom: 60px;
  position: relative;
}

.footer-flex {
  border-top: 1px solid #286150;
  border-bottom: 1px solid #286150;
  flex-wrap: wrap;
  display: flex;
}

.footer-left {
  width: 100%;
  color: #e11;
  border: 1px solid #e11;
  flex-wrap: wrap;
  padding: 50px 30px;
  display: flex;
}

.footer-column-1 {
  width: 25%;
  padding-right: 20px;
}

.footer-column-1.social {
  display: none;
}

.menu {
  width: 30%;
}

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  height: 30px;
  color: #286150;
  font-size: 16px;
}

.menu-link.black.w--current {
  color: var(--white);
  display: none;
}

.menu-link.black.about, .menu-link.black.about.w--current, .menu-link.black.services, .menu-link.black.works, .menu-link.black.faq, .menu-link.black.blog {
  display: none;
}

.footer-title {
  color: #e11;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

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

.underline-hover.menu {
  width: 100%;
  height: 1px;
  color: #e11;
  background-color: #286150;
  border: 1px solid #e11;
  margin-top: 0;
  position: relative;
  top: 0;
}

.footer-menu-text {
  font-size: 16px;
  line-height: 23px;
}

.footer-right {
  color: #e11;
  border: 1px solid #e11;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-field {
  height: 42.5px;
  color: #e11;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e11;
  border-radius: 0;
  margin-bottom: 0;
}

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

.text-field::placeholder {
  color: #e11;
}

.submit-button {
  width: 100%;
  height: 42.5px;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #e11;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: opacity .2s;
}

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

.paragraph-small {
  color: #e11;
  font-size: 13px;
  line-height: 20px;
}

.form-container {
  max-width: 267px;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  transform: scale(1.02);
}

.notice {
  border: 1px solid #e11;
  padding-left: 30px;
  padding-right: 30px;
}

.notice-text {
  color: #e11;
  padding-top: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.notice-link {
  color: #286150;
  text-decoration: underline;
  transition: opacity .2s;
}

.notice-link:hover {
  opacity: .85;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 23px;
}

.error-message {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.pricing-description {
  width: 29%;
  border-width: 1px;
  border-color: var(--lines);
  border-top-style: solid;
  border-right-style: none;
  padding: 33px 20px 20px;
}

.less-line-height {
  color: #e11;
  line-height: 22px;
}

.checkmark-box {
  width: 23%;
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px none var(--lines);
  padding: 30px 20px 25px;
}

.checkmark-box.not {
  cursor: not-allowed;
}

.checkmark-box-2 {
  width: 24%;
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  padding: 30px 20px 25px 50px;
}

.checkmark-box-2.not {
  cursor: not-allowed;
}

.checkmark-box-3 {
  width: 24%;
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  padding: 30px 20px 25px 50px;
}

.pricing-row {
  flex-wrap: wrap;
  transition: background-color .2s;
  display: flex;
}

.pricing-row:hover {
  background-color: var(--bg-hover);
}

.small {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23px;
}

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

.pricing-title-empty {
  width: 29%;
  padding: 33px 20px 20px;
}

.pricing-details-empty {
  width: 29%;
  border-right: 1px none var(--lines);
  border-bottom-width: 1px;
  border-bottom-color: var(--lines);
  border-left-width: 1px;
  border-left-color: var(--lines);
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.h4-small {
  color: var(--white);
  font-size: 30px;
  line-height: 40px;
}

.pricing-empty-2 {
  width: 23%;
  border-right: 1px none var(--lines);
  border-left: 1px none var(--lines);
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-empty-3, .pricing-empty-4 {
  width: 24%;
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 20px;
}

.pricing-plan-1 {
  width: 23%;
  border-right: 1px none var(--lines);
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-plan-2, .pricing-plan-3 {
  width: 24%;
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 20px;
}

.pricing-contact-us {
  flex-wrap: wrap;
  display: flex;
}

.go-up-button {
  z-index: 20;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #f30;
  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;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

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

.h1-regular {
  font-size: 45px;
  font-weight: 400;
}

.heading-box-left {
  width: 87%;
  text-align: left;
  margin-bottom: 50px;
  margin-right: auto;
}

.full-width-image {
  height: 525px;
  position: relative;
  overflow: hidden;
}

.about-us-box {
  width: 33.33%;
  text-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-us-circle {
  width: 88px;
  height: 88px;
  background-image: url('../images/jonathan-borba-w--2s8uKCn0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 20px;
  transition: opacity .2s;
}

.about-us-circle:hover {
  opacity: .85;
}

.about-us-circle._3 {
  background-image: url('../images/jonathan-borba-1vT-dK5hwak-unsplash.jpg');
}

.about-us-circle._2-about-us {
  width: 88px;
  height: 88px;
  background-image: url('../images/linkedin-sales-navigator-YSQNPbBGltI-unsplash.jpg');
  margin-right: 20px;
}

.expand-left {
  text-align: left;
  flex: 1;
}

.link-block-2 {
  color: #286150;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

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

.inline-block.right-border {
  margin-right: 1px;
}

.side-words {
  width: 10%;
  height: 100px;
  margin-top: 19%;
  margin-bottom: auto;
  transform: rotate(90deg);
}

._40-percent-column {
  width: 40%;
}

._52-percent-column {
  width: 53%;
}

.h3-big {
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.column-flex-vertical {
  width: 53%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.full-section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.h2-white-big {
  color: #fff;
  margin-bottom: 0;
  font-size: 55px;
}

.white-columns {
  color: #fff;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 98px;
}

._90-percent-column {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.absolute-bg-5 {
  background-color: var(--bg-2-hover);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-all-center {
  width: 72%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-content {
  width: 50%;
  flex: 1;
}

.tab-pane {
  height: 100%;
  overflow: hidden;
}

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

.tab {
  width: 100%;
  border-bottom: 1px solid var(--lines);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin-bottom: 10px;
  padding-left: 20px;
  transition: background-color .2s;
  display: flex;
}

.tab:hover, .tab.w--current {
  background-color: var(--hover-2);
}

.tabs-container {
  width: 46%;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}

.body {
  color: #286150;
}

.tab-number {
  width: 25px;
  height: 25px;
  color: #286150;
  text-align: center;
  border: 1px solid #286150;
  border-radius: 50%;
  margin-top: 17px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.display-none {
  display: none;
}

.slide {
  width: 32%;
  overflow: hidden;
}

.slide-2 {
  width: 32%;
  margin-left: 2%;
  margin-right: 2%;
  overflow: hidden;
}

.slide-3 {
  width: 32%;
  overflow: hidden;
}

.slider {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
}

.lightbox-link {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-hover {
  width: 100%;
  height: 120%;
  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;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-hover._1 {
  height: 125%;
  background-image: url('../images/deneb-apparel-31WyXcbc5M4-unsplash.jpg');
}

.absolute-hover._3 {
  height: 125%;
  background-image: url('../images/larq-B85yPg4xPiw-unsplash.jpg');
}

.absolute-hover._4 {
  height: 125%;
  background-image: url('../images/aditya-ali-lHKm9bsCpTA-unsplash.jpg');
}

.absolute-hover._5 {
  height: 125%;
  background-image: url('../images/andrew-leu-_L3YMlqc9NA-unsplash.jpg');
}

.absolute-hover._6 {
  height: 125%;
  background-image: url('../images/charles-wn7dOzUh3Rs-unsplash.jpg');
}

.absolute-hover._2a {
  background-image: url('../images/inside-weather-OzqieLcs464-unsplash.jpg');
}

.slide-6 {
  width: 32%;
  overflow: hidden;
}

.slide-5 {
  width: 32%;
  margin-left: 2%;
  margin-right: 2%;
  overflow: hidden;
}

.slide-4 {
  width: 32%;
  overflow: hidden;
}

.h3-regular {
  font-weight: 500;
}

.video {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

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

._43-percent-column {
  width: 43%;
  align-items: flex-start;
}

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

.section-full-3 {
  position: relative;
  overflow: hidden;
}

.text-container-7 {
  width: 50%;
  background-color: var(--hover-2);
  padding: 80px 70px;
}

.perks-item {
  width: 50%;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.perks-item.last {
  margin-bottom: 0;
}

.icon-margins {
  margin-top: 15px;
  margin-right: 20px;
}

.text-container-8 {
  width: 50%;
  background-color: var(--hover-2);
  justify-content: flex-end;
  padding: 80px 70px;
  display: flex;
}

.row-flex {
  width: 100%;
  border-top: 1px solid var(--lines);
  flex-wrap: wrap;
  padding: 50px 17px 40px;
  display: flex;
}

.row-flex.last {
  border-bottom: 1px solid var(--lines);
}

.title-left-column {
  width: 49%;
}

.text-field-third {
  width: 33.333%;
  height: 45px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
}

.text-field-third::-ms-input-placeholder {
  color: var(--white);
}

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

.submit-button-2 {
  width: 33.333%;
  height: 45px;
  background-color: var(--white);
  color: #286150;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: opacity .2s;
}

.submit-button-2:hover {
  opacity: .85;
}

.justfy-left {
  text-align: left;
}

.left-logo {
  width: 30%;
  border-right: 1px solid #517e70;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.large {
  font-size: 25px;
}

.link-green {
  color: #e11;
  transition: opacity .2s;
}

.link-green:hover {
  opacity: .8;
}

.chart {
  position: relative;
}

.chart-row {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.chart-line {
  height: 1px;
  background-color: var(--lines);
  flex: 1;
}

.chart-number {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.box-83-percent {
  width: 83%;
}

.flex-chart {
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.bars-container {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.chart-bar-1 {
  width: 24px;
  height: 240px;
  background-color: var(--links);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 34%;
  right: 0%;
}

.chart-bar-2 {
  width: 24px;
  height: 290px;
  background-color: var(--links);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 50%;
  right: 0%;
}

.chart-bar-3 {
  width: 24px;
  height: 260px;
  background-color: var(--links);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 66%;
  right: 0%;
}

.chart-bar-4 {
  width: 24px;
  height: 240px;
  background-color: var(--links);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 82%;
  right: 0%;
}

.inner-hero {
  padding-top: 140px;
  position: relative;
}

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

.arrow-bg {
  width: 54px;
  height: 54px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
}

.slider-arrow {
  color: var(--links);
  font-size: 24px;
  font-weight: 700;
}

.services-intro-box {
  width: 23%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-icon {
  width: 110px;
  height: 110px;
  background-image: url('../images/medalla.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px solid #286150;
  border-radius: 50%;
}

.service-icon.pc {
  background-image: url('../images/imac.svg');
}

.service-icon.printer {
  background-image: url('../images/boton-de-impresion.svg');
}

.service-icon.store {
  background-image: url('../images/tienda-delantera-con-toldo.svg');
}

.post-left {
  width: 31%;
}

.intro-full-image {
  width: 100%;
  margin-top: 40px;
  margin-left: 10%;
  position: relative;
}

.text-column-padding {
  width: 94%;
  max-width: 443px;
  padding-left: 20px;
  padding-right: 20px;
}

.half-column-flex {
  width: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.column-flex {
  width: 48%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 2%;
  display: flex;
  position: relative;
}

.grid-item-3 {
  position: relative;
  overflow: hidden;
}

.grid-item-4 {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
}

.grid-column-left {
  width: 38%;
  margin-top: 110px;
  position: relative;
}

.grid-column-right {
  width: 55%;
  position: relative;
}

.expand-flex-center {
  width: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.perck {
  width: 16.66%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.mini-feature {
  width: auto;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.text-block-6 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 60px 70px 90px;
  display: flex;
}

.text-block-6.left {
  justify-content: flex-start;
}

.inline-icon {
  margin-right: 16px;
  display: inline-block;
}

.column-offset-left {
  z-index: 10;
  max-width: 640px;
  min-width: 640px;
  background-color: #fff;
  padding: 70px 65px 70px 40px;
  position: relative;
  right: -160px;
}

.section-full-4 {
  margin-top: 65px;
  position: relative;
  overflow: hidden;
}

.column-offset-right {
  z-index: 10;
  width: 89%;
  max-width: 640px;
  min-width: 640px;
  background-color: #fff;
  padding: 70px 40px 70px 65px;
  position: relative;
  left: -160px;
}

.faq-right-column {
  width: 70%;
}

.faq-left-column {
  width: 30%;
}

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

.full-width {
  flex: 1;
}

.question {
  color: #286150;
  font-size: 18px;
}

.accordion-wrapper {
  border-bottom: 1px solid #517e70;
  margin-top: 30px;
}

.accordion-wrapper.first {
  margin-top: 0;
}

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

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

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

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

.contact-block {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-logo-block {
  width: 30%;
  border-right: 1px solid #517e70;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.testimonials {
  height: 100%;
  background-color: var(--hover-2);
}

.testimonial-arrow {
  color: var(--links);
  transition: opacity .2s;
}

.testimonial-arrow:hover {
  opacity: .8;
}

.testimonial-slide {
  text-align: center;
  padding-top: 95px;
  padding-bottom: 95px;
}

.testimonial-text-box {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  font-family: Playfair Display, sans-serif;
  font-size: 37.5px;
  line-height: 60px;
}

.testimonial-picture {
  width: 70px;
  height: 70px;
  border: 2px solid var(--links);
  background-image: url('../images/T-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-picture._3 {
  background-image: url('../images/T-1_1.jpg');
}

.testimonial-picture._2-picture {
  width: 70px;
  height: 70px;
  max-width: 70px;
  background-image: url('../images/T-3.jpg');
  padding-left: 0;
}

.column-offset-large {
  z-index: 10;
  width: 140%;
  max-width: 640px;
  min-width: 640px;
  background-color: #fff;
  padding: 75px 65px 75px 40px;
  position: relative;
  right: -160px;
}

._48-percent-column {
  width: 48%;
  margin-bottom: 20px;
}

.offset-bg {
  height: 450px;
  position: relative;
  overflow: hidden;
}

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

.side-menu {
  z-index: 10;
  width: 600px;
  height: 60px;
  flex-wrap: wrap;
  display: flex;
  position: absolute;
  top: 220px;
  bottom: 0%;
  left: -220px;
  right: auto;
  transform: rotate(-90deg);
}

.side-link {
  width: 33.33%;
  height: 100%;
  color: #286150;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.side-link:hover {
  color: var(--links);
}

.navbar-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1410px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
  mix-blend-mode: normal;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.image-absolute {
  margin-right: 40px;
  position: absolute;
  top: auto;
  bottom: -13%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-container-9 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 80px 70px;
  display: flex;
}

.button-icon {
  min-height: 42px;
  min-width: 135px;
  color: #286150;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/reloj.svg');
  background-position: 9% 55%;
  background-repeat: no-repeat;
  background-size: 19px;
  border: 1px solid #286150;
  border-radius: 25px;
  padding: 13px 35px 11px 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-icon:hover {
  color: #fff;
  background-color: #286150;
  background-image: url('../images/reloj-1.svg');
}

.full-flex {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.full-flex.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.newsletter-box {
  max-width: 430px;
}

.instagram {
  display: none;
}

.text-field-half {
  width: 48%;
  height: 45px;
  color: #e11;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e11;
  margin-bottom: 25px;
  padding-left: 24px;
}

.text-field-half::-ms-input-placeholder {
  color: #e11;
}

.text-field-half::placeholder {
  color: #e11;
}

.text-field-full {
  width: 100%;
  height: 45px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e11;
  margin-bottom: 25px;
  padding-bottom: 46px;
  padding-left: 24px;
}

.text-field-full::-ms-input-placeholder {
  color: #e11;
}

.text-field-full::placeholder {
  color: #e11;
}

.submit-button-3 {
  width: 50%;
  height: 42.5px;
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #e11;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.flex-start {
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.map {
  width: 1200px;
  height: 500px;
  filter: grayscale();
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-container {
  width: 50%;
  position: relative;
}

.left-column {
  width: 65%;
}

.post-margin {
  margin-bottom: 60px;
}

.right-column {
  width: 27%;
}

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

.collection-item-3 {
  margin-bottom: 40px;
}

.pagination {
  justify-content: flex-end;
}

.next {
  min-height: 42px;
  min-width: 185px;
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #286150;
  border: 1px solid #286150;
  margin-right: 0;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.next:hover {
  color: #286150;
  background-color: rgba(0, 0, 0, 0);
}

.previous {
  min-height: 42px;
  min-width: 185px;
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #286150;
  border: 1px solid #286150;
  margin-right: 0;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.previous:hover {
  color: #286150;
  background-color: rgba(0, 0, 0, 0);
}

.bottom-border {
  margin-bottom: 10px;
}

.tags {
  margin-right: 7px;
  display: inline-block;
}

.text-field-blog {
  width: 100%;
  height: 42.5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #286150;
  border-radius: 0;
  margin-bottom: 10px;
}

.text-field-blog::-ms-input-placeholder {
  color: #286150;
}

.text-field-blog::placeholder {
  color: #286150;
}

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

.position-sticky.top-margin {
  margin-top: 6px;
}

.post-preview-page {
  width: 31.33%;
  margin-right: 3%;
  position: relative;
}

.post-preview-page.last {
  margin-right: 0%;
}

.post-preview-2 {
  width: 48%;
  margin-bottom: 60px;
  margin-left: 1%;
  margin-right: 1%;
}

.work-left {
  width: 30%;
  padding-right: 15px;
}

.work-right {
  width: 70%;
}

.work-right-page {
  width: 80%;
}

.work-left-page {
  width: 20%;
}

.row {
  margin-bottom: 3%;
}

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

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

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

.text-field-login {
  height: 42.5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #286150;
  margin-bottom: 10px;
}

.text-field-login::-ms-input-placeholder {
  color: #286150;
}

.text-field-login::placeholder {
  color: #286150;
}

.bottom-margin {
  border-bottom: 1px solid #a4aebe;
}

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

.pricing-button {
  width: 100%;
  min-height: 42px;
  color: var(--white);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e11;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.pricing-button:hover {
  color: var(--white);
  background-color: #286150;
}

.pricing-button-box {
  width: 24%;
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px solid var(--lines);
  padding: 30px 20px 25px;
}

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

.brand-mobile:hover {
  transform: scale(1.02);
}

.brand-mobile.w--current {
  display: none;
}

.relative-height {
  height: 100%;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.no-margins {
  color: #e11;
  margin-top: 0;
  margin-bottom: 0;
}

.text-container {
  width: 50%;
  color: #c60412;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.pricing-button-first {
  width: 23%;
  border-top: 1px solid var(--lines);
  border-right: 1px none var(--lines);
  border-left: 1px none var(--lines);
  padding: 30px 20px 25px;
}

.flex-blog-previews {
  max-width: 1366px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-logo-column {
  width: 25%;
  padding-right: 20px;
}

.text-container-2 {
  z-index: 2;
  height: 100%;
  max-width: 545px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-container-6 {
  width: 50%;
  background-color: var(--hover-2);
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-box-2 {
  width: 100%;
  max-width: 633px;
  min-width: 480px;
  justify-content: center;
  display: flex;
}

.max-width {
  max-width: 405px;
  text-align: center;
}

.newsletter-cta-container {
  width: 50%;
  text-align: center;
  background-color: #286150;
  padding: 80px 70px;
}

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

.hero-heading-left {
  width: 87%;
  text-align: left;
  margin-bottom: 50px;
  margin-right: auto;
}

.max-width-400 {
  width: 40%;
  max-width: 400px;
}

.left-chart {
  width: 50%;
  position: relative;
}

.right-padding {
  width: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-column, .newsletter-cta-left {
  width: 50%;
  position: relative;
}

.faq-column-right {
  width: 66%;
}

.text-feature {
  width: 48%;
  margin-bottom: 20px;
}

.text-feature.last {
  margin-bottom: 0;
}

.faq-left {
  width: 30%;
}

.post-left-column {
  width: 31%;
}

.move-up {
  background-color: var(--black);
}

.absolute-bg-mobile {
  background-color: var(--bg-2-hover);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-instagram {
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta-image {
  width: 100%;
}

.badge-update {
  z-index: 10;
  width: 80px;
  height: 80px;
  color: #000;
  text-align: center;
  background-color: #fffb00;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 108px;
  margin-bottom: 17px;
  margin-right: 10px;
  padding: 11px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-span {
  font-size: 11px;
}

.scroll-down-arrow {
  color: var(--black);
}

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

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

.div-block {
  color: var(--8e030d);
}

.image {
  color: var(--links);
  -webkit-text-stroke-color: var(--white);
}

.body-2 {
  background-color: var(--8e030d);
}

.text-block-7 {
  color: var(--bg);
}

.heading {
  color: #f1f4f5;
}

.paragraph {
  color: #c60412;
}

.heading-2, .heading-3 {
  color: #f1f4f5;
}

.paragraph-2, .paragraph-3 {
  color: #c60412;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  color: var(--white);
}

.paragraph-7 {
  color: var(--black);
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  color: var(--white);
}

.h2-copy {
  color: #e11;
  color: #e11;
  margin-top: 0;
}

.paragraph-12 {
  color: var(--8e030d);
}

.paragraph-13 {
  color: var(--black);
}

.copy-copy {
  color: #e11;
  margin-top: 0;
}

.paragraph-14, .paragraph-15 {
  color: var(--black);
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  color: var(--white);
}

.paragraph-16 {
  color: var(--black);
}

.link, .link-2 {
  color: #e11;
}

.paragraph-4-copy {
  color: var(--black);
}

.paragraph-17 {
  color: #e11;
}

.image-2 {
  background-image: url('../images/shutterstock_2210468405.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.text-block-8 {
  border: 1px solid var(--black);
  color: #e11;
  display: none;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  color: #e11;
}

.paragraph-24, .paragraph-25 {
  color: var(--white);
}

.paragraph-26 {
  color: #e11;
}

.paragraph-27, .paragraph-28, .heading-8, .link-block-3 {
  color: var(--white);
}

.paragraph-29 {
  color: #e11;
}

.link-3 {
  color: var(--black);
}

.text-block-20 {
  color: #e11;
  text-align: center;
}

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

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-5 {
  background-color: #e11;
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1220px;
  }

  .absolute.team-6, .absolute.team-5, .absolute.team-4 {
    background-position: 50% 20%;
  }

  .box-80-percent {
    max-width: 450px;
  }

  .hover-bg {
    display: flex;
  }

  .team-picture-box {
    min-height: 430px;
  }

  ._76-percent-column {
    max-width: 470px;
  }

  .column-full-width {
    width: 97%;
    max-width: 520px;
  }

  .column-offset-left, .column-offset-right {
    max-width: 680px;
    min-width: 680px;
  }

  .column-offset-large {
    min-width: 680px;
  }

  .max-width, .max-width-400 {
    max-width: 440px;
  }
}

@media screen and (min-width: 1920px) {
  .social-icon.twittter {
    background-color: #e11;
  }

  .social-icon.twittter:hover {
    border-color: var(--black);
  }

  .social-icon.facebook {
    color: #e11;
    background-color: #e11;
  }

  .social-icon.facebook:hover {
    border-color: var(--black);
  }

  .social-icon.linkedin-no-border {
    background-color: #e11;
  }

  .social-icon.linkedin-no-border:hover {
    border-color: var(--black);
  }

  .content-wrapper {
    max-width: 1420px;
  }

  .content-section.double, .content-section.double:hover {
    color: #e11;
  }

  .content-section.previews {
    padding-bottom: 100px;
  }

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

  .button-3 {
    border-color: var(--black);
    color: #e11;
  }

  .button-3:hover {
    background-color: #e11;
  }

  .navbar {
    background-color: var(--8e030d);
  }

  .box-80-percent {
    max-width: 490px;
  }

  .copy {
    color: #e11;
  }

  .no-bottom-margin {
    color: var(--white);
  }

  .text-container-3 {
    max-width: 570px;
  }

  .team-picture-box {
    min-height: 490px;
  }

  .column-full-width {
    max-width: 570px;
  }

  .insta-pic {
    width: 20%;
  }

  .heading-box-long {
    max-width: 1600px;
  }

  .less-line-height, .small, .h4-small {
    color: var(--white);
  }

  .video {
    width: 100%;
  }

  .column-offset-left, .column-offset-right, .column-offset-large {
    max-width: 700px;
    min-width: 700px;
  }

  .navbar-container {
    max-width: 1610px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-button {
    color: var(--white);
    -webkit-text-stroke-color: #e11;
    border-color: #e11;
  }

  .pricing-button:hover {
    background-color: #e11;
  }

  .footer-wrapper {
    max-width: 1610px;
    padding-left: 0;
  }

  .flex-blog-previews {
    width: 100%;
    max-width: 1690px;
  }

  .max-width, .max-width-400 {
    max-width: 480px;
  }

  .paragraph-4 {
    color: #e11;
  }

  .paragraph-5 {
    color: #e11;
    -webkit-text-stroke-color: #e11;
  }

  .paragraph-6, .paragraph-7 {
    color: #e11;
  }

  .paragraph-8, .paragraph-9 {
    color: var(--white);
  }

  .paragraph-10 {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

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

  .h2-copy {
    color: red;
    color: #e11;
  }

  .paragraph-12, .paragraph-13 {
    color: var(--black);
  }

  .copy-copy {
    color: #e11;
  }

  .paragraph-14, .paragraph-15 {
    color: var(--black);
  }

  .heading-4 {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .heading-5, .heading-6, .heading-7 {
    color: var(--white);
  }

  .paragraph-16 {
    color: var(--black);
  }

  .link, .link-2, .paragraph-4-copy, .paragraph-18, .paragraph-23, .paragraph-26 {
    color: #e11;
  }
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    height: 100%;
  }

  .top-margin._120-pixels-mobile {
    margin-top: 60px;
  }

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

  .heading-box {
    width: 74%;
  }

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

  .hero-column {
    width: 70%;
    max-width: 480px;
  }

  .nav-link {
    width: 75%;
    height: 60px;
    text-align: center;
    background-color: #b92b2b;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 17px;
    display: block;
  }

  .nav-link:hover {
    background-color: var(--bg-hover);
    color: var(--black);
  }

  .nav-link.works {
    display: none;
  }

  .brand.w--current {
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav-menu {
    width: 50%;
    height: 250px;
    background-color: var(--black);
    color: var(--white);
    object-fit: scale-down;
    border-radius: 20px;
    flex-direction: column;
    margin: 10px 0 10px auto;
    display: block;
  }

  .nav-menu:focus-visible {
    object-fit: scale-down;
  }

  .nav-menu[data-wf-focus-visible] {
    object-fit: scale-down;
  }

  .nav-column.left {
    width: 100%;
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    display: block;
    position: static;
  }

  .nav-column.right {
    width: 100%;
    height: auto;
    max-height: 100px;
    flex: 0 auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .dropdown {
    width: 100%;
    height: 60px;
    background-color: var(--black);
    display: none;
  }

  .dropdown-toggle {
    width: 100%;
    height: 60px;
    padding-top: 14px;
  }

  .dropdown-arrow {
    margin-top: 20px;
  }

  .dropdown-link {
    background-color: var(--8e030d);
    color: var(--white);
  }

  .absolute.founder {
    background-position: 40%;
  }

  .absolute.team-1, .absolute.team-6, .absolute.team-5, .absolute.team-3, .absolute.team-2, .absolute.team-4 {
    background-position: 66%;
  }

  .badge {
    top: auto;
    left: -4%;
    right: auto;
  }

  .section-full {
    padding-bottom: 0;
  }

  .nav-column-center {
    display: none;
  }

  ._76-percent-column, .column-full-width {
    width: 100%;
  }

  .client-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-box-long {
    width: 74%;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer-menu-text {
    font-size: 14px;
  }

  .pricing-plan-2, .pricing-plan-3 {
    padding-left: 20px;
  }

  .heading-box-left {
    width: 74%;
  }

  .full-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-all-center {
    width: 100%;
  }

  .section-full-3, .inner-hero {
    padding-bottom: 0;
  }

  .grid-item-4 {
    margin-top: 30px;
  }

  .grid-column-left {
    margin-top: 48px;
  }

  .column-offset-left {
    min-width: 440px;
  }

  .section-full-4 {
    padding-bottom: 0;
  }

  .column-offset-right {
    min-width: 440px;
  }

  .faq-left-column {
    width: 36%;
  }

  .column-offset-large {
    min-width: 440px;
  }

  .side-menu {
    left: -240px;
  }

  .navbar-container {
    max-width: 100%;
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .image-absolute {
    bottom: -1%;
  }

  .menu-button {
    height: 70px;
    background-color: var(--black);
    padding-top: 25px;
  }

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

  .brand-mobile {
    height: 70px;
    display: flex;
  }

  .brand-mobile.w--current {
    height: 70px;
    margin-left: 10px;
    display: flex;
  }

  .dropdown-list {
    height: 100%;
    background-color: var(--bg-2-hover);
  }

  .dropdown-list.w--open {
    background-color: var(--bg-2-hover);
  }

  .footer-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-container-6 {
    justify-content: center;
  }

  .text-box-2 {
    min-width: 100%;
  }

  .max-width {
    max-width: 290px;
  }

  .newsletter-cta-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-heading-left {
    width: 100%;
  }

  .faq-column-right {
    width: 64%;
  }

  .badge-update {
    margin-top: 80px;
  }

  .sticky {
    top: 70px;
  }
}

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

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

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

  blockquote {
    width: 90%;
  }

  .title {
    font-size: 12px;
  }

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

  .social-icon.linkedin, .social-icon.instagram, .social-icon.pinterest, .social-icon.twittter, .social-icon.facebook, .social-icon.linkedin-no-border {
    background-size: 12px;
  }

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

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

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

  .content-section.post-page {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .content-wrapper-wide {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .h2-regular {
    font-size: 30px;
    line-height: 45px;
  }

  .h2-regular.side-word {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-section, .hero-section.work-page {
    min-height: 500px;
  }

  .hero-section.works {
    min-height: 500px;
    padding-top: 40px;
  }

  .hero-flex, .hero-flex.works-page {
    min-height: 500px;
  }

  .hero-column {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .h1-hero {
    font-size: 55px;
    line-height: 65px;
  }

  .h1-hero.post {
    font-size: 40px;
    line-height: 50px;
  }

  .subtitle {
    font-size: 18.5px;
    line-height: 28px;
  }

  .nav-menu {
    margin-left: auto;
    margin-right: 2px;
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .badge {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }

  .badge.w--current {
    background-position: 50%;
  }

  .left-padding-offset {
    left: -140px;
  }

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

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

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

  .text-container-3 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px 50px;
  }

  .team-member {
    margin-bottom: 50px;
  }

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

  .nav-column-center {
    display: block;
  }

  .text-container-4, .text-container-5 {
    margin-bottom: 80px;
    padding: 60px 50px;
  }

  .client-box {
    width: 50%;
  }

  .client-box._1, .client-box._5 {
    border-bottom-style: none;
  }

  .client-box._6 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .client-box._2-logo {
    width: 50%;
    border-bottom-style: none;
    border-right-style: solid;
  }

  .insta-pic {
    width: 25%;
  }

  .insta-pic.last {
    display: none;
  }

  .post-preview {
    width: 29%;
  }

  .post-preview.last {
    display: none;
  }

  .post-preview.no-margin {
    margin-right: 0%;
  }

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

  .footer-left {
    width: 100%;
    border-bottom: 1px solid #286150;
    border-right-style: none;
  }

  .footer-column-1 {
    width: 33.33%;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-right {
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .h4-small {
    font-size: 26px;
    line-height: 36px;
  }

  .pricing-plan-1 {
    padding-left: 0;
  }

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

  .full-width-image {
    height: 325px;
  }

  .about-us-box {
    flex-direction: column;
  }

  .about-us-circle, .about-us-circle._2-about-us {
    margin-right: 0;
  }

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

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

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

  .white-columns {
    column-gap: 40px;
  }

  .text-container-7 {
    padding: 60px 50px;
  }

  .perks-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-container-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-field-third {
    width: 100%;
    border-bottom-style: none;
  }

  .submit-button-2 {
    width: 100%;
  }

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

  .inner-hero {
    padding-top: 100px;
  }

  .services-intro-box {
    width: 25%;
  }

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

  .column-offset-left {
    min-width: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
  }

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

  .column-offset-right {
    width: 100%;
    min-width: 340px;
    padding-left: 50px;
  }

  .faq-left-column {
    width: 100%;
  }

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

  .contact-block.last {
    margin-bottom: 20px;
  }

  .left-logo-block {
    width: 40%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 32.5px;
    line-height: 55px;
  }

  .column-offset-large {
    min-width: 340px;
  }

  .side-menu {
    left: -251px;
  }

  .image-absolute {
    bottom: 14%;
  }

  .text-container-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .button-icon {
    min-width: 123px;
    padding-right: 25px;
  }

  .pricing-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .text-container-6 {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-box-2 {
    width: 80%;
    min-width: 80%;
  }

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

  .newsletter-cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-chart {
    height: 100%;
  }

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

  .faq-column-right {
    width: 100%;
  }

  .form-block-2, .max-width-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2, h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 40px;
  }

  blockquote {
    width: 100%;
  }

  .content-wrapper {
    height: auto;
  }

  .top-margin._50-pixels-mobile {
    margin-top: 0;
  }

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

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

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

  .content-section.post-page {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .content-section.work-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-box {
    width: 100%;
  }

  .h2-regular {
    font-size: 30px;
    line-height: 45px;
  }

  .h2-regular.side-word {
    font-size: 25px;
    line-height: 25px;
  }

  .flex {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .intro-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-section {
    min-height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/hero.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
  }

  .hero-section.mobile {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/AdobeStock_255976849.jpg');
    background-position: 0 0, 50%;
  }

  .h1-hero {
    font-size: 45px;
    line-height: 53px;
  }

  .h1-hero.post {
    font-size: 35px;
    line-height: 45px;
  }

  .navbar {
    background-color: var(--black);
    margin-left: 40px;
    margin-right: 40px;
  }

  .brand.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .nav-menu {
    height: 350px;
    margin-top: 65px;
    padding-bottom: 0;
  }

  .nav-column.left {
    object-fit: contain;
    overflow: auto;
  }

  .absolute.founder {
    background-image: url('../images/Facetune_11-07-2023-14-19-32-2.jpeg');
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
  }

  .absolute.desiger, .absolute.planning {
    height: 100%;
  }

  ._50-percent-flex, .box-80-percent {
    width: 100%;
  }

  .box-80-percent.mobile-margin {
    margin-bottom: 40px;
  }

  .box-80-percent.mobile-padding {
    margin-left: 25px;
  }

  .left-padding {
    padding-left: 10px;
  }

  .left-padding._16-pixels-mobile {
    padding-left: 0;
  }

  ._50-percent-column {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  ._50-percent-column.bottom-margin {
    margin-bottom: 40px;
  }

  .column-center {
    width: 100%;
  }

  ._48-percent-column {
    width: 100%;
    margin-bottom: 0;
  }

  .left-padding-offset {
    left: 0;
  }

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

  .service-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-item.last {
    margin-bottom: 0;
  }

  .work-preview {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-preview.work-page {
    margin-bottom: 40px;
  }

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

  .text-container-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px;
  }

  .absolute-bg {
    display: block;
  }

  .team-member {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }

  .team-member.no-margin {
    margin-bottom: 40px;
  }

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

  .team-picture-box {
    width: auto;
  }

  .text-container-4, .text-container-5 {
    width: 90%;
    padding: 40px;
  }

  .client-box {
    width: 100%;
    border-bottom-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-box.last {
    border-bottom-style: solid;
  }

  .client-box._1, .client-box._5, .client-box._3, .client-box._7 {
    border-right-style: solid;
  }

  .client-box._2-logo {
    width: 100%;
  }

  .insta-pic {
    width: 50%;
  }

  .post-preview {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .post-preview.last {
    margin-right: 40px;
    display: block;
  }

  .post-preview.no-margin {
    margin-right: 40px;
  }

  .heading-box-long {
    width: 100%;
    padding-left: 20px;
  }

  .footer-left {
    border: 1px solid #e11;
    padding: 30px 20px 20px;
  }

  .footer-column-1 {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer-menu-text {
    direction: ltr;
    text-align: left;
    text-transform: none;
    overflow-wrap: anywhere;
    object-fit: fill;
    font-size: 10px;
    overflow: visible;
  }

  .footer-right {
    padding: 30px 20px 20px;
  }

  .pricing-description {
    width: 100%;
  }

  .pricing-description.mobile-lines {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin-bottom: 20px;
    padding-top: 25px;
  }

  .checkmark-box {
    width: 33.333%;
    text-align: center;
  }

  .checkmark-box-2 {
    width: 33.333%;
    text-align: center;
    padding-left: 20px;
  }

  .checkmark-box-3 {
    width: 33.3334%;
    text-align: center;
    padding-left: 20px;
  }

  .pricing-row {
    border-right: 1px solid var(--lines);
    border-bottom: 1px solid var(--lines);
    border-left: 1px solid var(--lines);
    margin-bottom: 20px;
  }

  .pricing-details-empty {
    width: 100%;
  }

  .pricing-empty-2, .pricing-empty-3, .pricing-empty-4 {
    display: none;
  }

  .pricing-plan-1 {
    width: 100%;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: var(--lines);
    border-bottom-width: 1px;
    border-bottom-color: var(--lines);
    border-left-width: 1px;
    border-left-color: var(--lines);
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 20px;
  }

  .pricing-plan-2, .pricing-plan-3 {
    width: 100%;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: var(--lines);
    border-bottom-width: 1px;
    border-bottom-color: var(--lines);
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .h1-regular {
    font-size: 40px;
    line-height: 52px;
  }

  .heading-box-left {
    width: 100%;
  }

  .about-us-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .side-words {
    margin-left: 6px;
  }

  ._40-percent-column {
    width: 100%;
    flex: 1;
    margin-bottom: 40px;
    margin-left: 24px;
  }

  ._52-percent-column, .column-flex-vertical {
    width: 100%;
  }

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

  .white-columns {
    column-count: 1;
  }

  .tabs-content {
    width: 100%;
    flex: 0 auto;
  }

  .tabs-container {
    width: 100%;
    margin-right: 0;
  }

  .slide {
    width: 100%;
  }

  .slide-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .slide-3, .slide-6 {
    width: 100%;
  }

  .slide-5 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .slide-4 {
    width: 100%;
  }

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

  ._43-percent-column {
    width: 100%;
  }

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

  .text-container-7 {
    width: 100%;
  }

  .text-container-7.flex {
    padding: 50px 40px;
  }

  .perks-item {
    width: 100%;
  }

  .text-container-8 {
    width: 100%;
    padding: 40px 20px;
  }

  .row-flex, .row-flex.last {
    padding-top: 40px;
  }

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

  .text-field-third {
    width: 100%;
    border-right: 1px solid var(--white);
    border-bottom-style: none;
  }

  .submit-button-2 {
    width: 100%;
  }

  .left-logo {
    width: 100%;
    border-bottom: 1px solid #517e70;
    border-right-style: none;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-green {
    direction: ltr;
  }

  .box-83-percent {
    width: 100%;
  }

  .services-intro-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .services-intro-box.last {
    margin-bottom: 0;
  }

  .post-left {
    width: 0%;
  }

  .half-column-flex {
    width: 100%;
    min-height: 300px;
    align-items: flex-start;
  }

  .column-flex {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .perck {
    width: 50%;
    margin-bottom: 40px;
  }

  .perck.last {
    margin-bottom: 0;
  }

  .mini-feature {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-6.left {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-offset-left {
    min-width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    right: 0;
  }

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

  .column-offset-right {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    left: 0;
  }

  .faq-right-column {
    width: 100%;
  }

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

  .left-logo-block {
    width: 100%;
    border-bottom: 1px solid #517e70;
    border-right-style: none;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-arrow {
    width: 50px;
  }

  .testimonial-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-offset-large {
    width: 100%;
    min-width: 310px;
    padding: 0 20px;
    right: 0;
  }

  .side-menu {
    left: -275px;
  }

  .navbar-container {
    height: auto;
    max-height: 0;
  }

  .navbar-container.hover-overlay {
    height: auto;
    min-height: auto;
  }

  .text-container-9 {
    width: 100%;
    padding: 0;
  }

  .button-icon {
    padding-left: 50px;
  }

  .full-flex.vertical {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .map-container {
    width: 100%;
  }

  .left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .post-margin {
    margin-bottom: 40px;
  }

  .right-column {
    width: 100%;
  }

  .post-preview-page {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .post-preview-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .work-right, .work-right-page {
    width: 100%;
  }

  .work-left-page {
    width: 100%;
    margin-bottom: 40px;
  }

  .pricing-button-box {
    width: 100%;
    border-bottom: 1px solid var(--lines);
    border-right-style: solid;
    margin-bottom: 20px;
    padding-top: 25px;
  }

  .relative-height {
    overflow: visible;
  }

  .text-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-button-first {
    width: 100%;
    border: 1px solid var(--lines);
    text-align: center;
    margin-bottom: 20px;
  }

  .flex-blog-previews {
    justify-content: flex-start;
  }

  .text-container-6 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newsletter-cta-container, .hero-heading-left, .max-width-400 {
    width: 100%;
  }

  .max-width-400.mobile-margin {
    margin-top: 60px;
  }

  .left-chart {
    width: 100%;
  }

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

  .image-column, .newsletter-cta-left {
    width: 100%;
    min-height: 300px;
  }

  .faq-left {
    width: 100%;
  }

  .post-left-column {
    display: none;
  }

  .badge-update {
    margin-top: 67px;
    display: none;
  }

  .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-17 {
    overflow-wrap: break-word;
  }

  .image-3 {
    margin-left: 49px;
  }
}


