body {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 21.5px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 27.5px;
  line-height: 32px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #000;
  font-size: 21.5px;
  line-height: 30px;
}

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

a:hover {
  text-decoration: underline;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #b6946f;
  font-size: 19px;
}

li {
  margin-bottom: 6px;
  padding-left: 5px;
  color: #252525;
}

blockquote {
  display: block;
  width: 60%;
  margin: 4% auto;
  padding: 5% 3%;
  border-top: 1px solid #b6946f;
  border-bottom: 1px solid #b6946f;
  border-left: 1px none #000;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 40px;
  line-height: 47.5px;
  font-style: italic;
  text-align: center;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(83, 90, 100, 0.8);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
}

.content-wrapper {
  position: relative;
  display: block;
  height: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.button {
  min-height: 45px;
  min-width: 150px;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #b6946f;
  border-radius: 25px;
  background-color: transparent;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #b6946f;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #b6946f;
  color: #fff;
  text-decoration: none;
}

.top-border {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

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

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

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

.top-border._80 {
  margin-top: 80px;
}

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

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

.top-border._80 {
  margin-top: 80px;
}

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

.text-link-block {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #b6946f;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
}

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

.bottom-border.large {
  margin-bottom: 40px;
}

.bottom-border.blog {
  margin-bottom: 13%;
}

.bottom-border.custom {
  margin-bottom: 7%;
}

.link-block {
  font-family: Roboto, sans-serif;
  color: #00adef;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.content-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.blue {
  padding-top: 12%;
  background-color: #d7e8ee;
}

.content-section.service {
  padding-top: 0px;
  background-color: #d7e8ee;
}

.content-section.no-top-padding {
  padding-top: 0%;
}

.content-section.less-top-padding {
  padding-top: 5%;
}

.title {
  font-family: Roboto, sans-serif;
  color: #878d94;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.link-arrow {
  margin-top: -2px;
}

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

.title-link {
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.gray-text {
  color: #878d94;
}

.post-hero {
  position: relative;
  height: 840px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-wrapper {
  position: relative;
  display: block;
  max-width: 1156px;
  margin-top: -10%;
  margin-right: 9%;
  margin-left: 9%;
}

.paragraph.small {
  font-size: 19.5px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.small-line-height {
  font-size: 19.5px;
  line-height: 24px;
}

.paragraph.small-blue {
  color: #d7e8ee;
  font-size: 19.5px;
}

.title-box {
  margin-bottom: 2%;
  padding-bottom: 1%;
  border-bottom: 1px solid #ddd;
}

.title-box.bottom-border {
  margin-bottom: 4%;
}

.title-box.bottom-border-2 {
  margin-bottom: 5%;
}

.title-box.blue {
  border-bottom-color: #abc7d1;
}

.title-box.no-line {
  border-bottom-style: none;
}

.empty-state {
  background-color: transparent;
}

.top-bg {
  display: flex;
  height: 77px;
  flex-direction: row;
}

.white-left {
  display: inline-block;
  width: 80%;
  height: 77px;
  flex: 1;
  background-color: #fff;
}

.post-content {
  padding-right: 6%;
  padding-bottom: 7%;
  padding-left: 6%;
  background-color: #fff;
}

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

.post-wrapper-2 {
  position: relative;
  display: block;
  max-width: 1156px;
  margin-right: 9%;
  margin-left: 9%;
}

.title-text {
  font-size: 25px;
  font-style: italic;
}

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

.collection-item {
  overflow: hidden;
  width: 48%;
  margin-bottom: 7%;
}

.collection-item.bottom-border {
  position: relative;
  overflow: hidden;
  margin-bottom: 7%;
}

.text-link-2 {
  position: relative;
  display: inline-block;
  height: 17px;
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.text-link-2.w--current {
  color: #b6946f;
}

.link-underline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  background-color: #b6946f;
}

.left-content {
  margin-top: 60px;
  text-align: right;
}

.left-content.no-border {
  margin-top: 0px;
}

.left-content.less-border {
  margin-top: 0px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
  border-top: 4px solid #b6946f;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.brand {
  display: flex;
  width: 80px;
  height: 116px;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.nav-link {
  overflow: hidden;
  height: 116px;
  margin-right: 27px;
  padding-top: 40px;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

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

.nav-link.responsive {
  height: 90px;
}

.underline {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #b6946f;
}

.navlink-padding {
  margin-right: 8px;
  margin-left: 8px;
}

.dropdown {
  display: inline-block;
  margin-right: 10px;
  float: none;
}

.dropdown-toggle {
  height: 116px;
  padding-top: 40px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-arrow {
  margin-top: 47.5px;
  color: #b6946f;
  font-size: 15px;
}

.dropdown-link {
  padding: 20px 40px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  transition: background-color 200ms ease;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.dropdown-link.w--current {
  background-color: #f6f6f6;
  color: #b6946f;
}

.dropdown-link.blue {
  border-bottom-color: #abc7d1;
  background-color: #d7e8ee;
}

.dropdown-link.mobile.w--current {
  background-color: #f6f6f6;
}

.hero-section {
  position: relative;
  overflow: hidden;
  height: 800px;
}

.hero-section._3 {
  margin-top: 120px;
}

.hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 1200px;
  background-image: url('../images/jehyun-sung-478112-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._2 {
  height: 100%;
  background-image: url('../images/nkululeko-jonas-664444-unsplash.jpg');
}

.hero-image._3 {
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-box {
  position: relative;
  display: flex;
  height: 100%;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
}

.hero-box.home {
  overflow: hidden;
  height: 100%;
  padding-top: 6%;
}

.hero-box.top-padding {
  padding-top: 115px;
}

.hero-text-box {
  position: relative;
  width: 51%;
  max-width: 700px;
  text-align: center;
}

.hero-text-box.left {
  text-align: left;
}

.hero-text-box.top-border {
  margin-top: 90px;
}

.hero-h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.hero-h1.lowcaps {
  font-size: 82.5px;
  line-height: 77.5px;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-underline {
  width: 100%;
  height: 1px;
  margin-top: 4%;
  background-color: #b6946f;
}

.hero-underline.less-border {
  margin-top: 2%;
}

.hero-subtitle {
  margin-top: 27px;
  color: #fff;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

.header-box {
  display: block;
  width: 56%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
  text-align: center;
}

.title-gold {
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.large-subtitle {
  font-size: 31px;
  line-height: 46px;
}

.inner-wrapper {
  display: block;
  max-width: 1231px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed #f6f6f6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.inner-wrapper.bottom-border {
  margin-bottom: 6%;
}

.inner-wrapper.top-border {
  margin-top: 60px;
}

.intro-box {
  position: relative;
  bottom: -51px;
  z-index: 100;
  padding-top: 2%;
  padding-right: 4%;
  padding-bottom: 1%;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.intro-box._2 {
  padding-left: 3.7%;
}

.intro-box._3 {
  padding-right: 0%;
  padding-left: 3.7%;
  border-right-style: none;
}

.feature-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f8f5ee;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.feature-icon._1 {
  background-image: url('../images/Graph_2Graph.png');
  background-size: 27px;
}

.feature-icon._2 {
  background-image: url('../images/Display_1Display.png');
  background-size: 26px;
}

.feature-icon._3 {
  background-image: url('../images/Culture_1Culture.png');
  background-size: 28px;
}

.feature-icon._4 {
  background-image: url('../images/display-2_1display-2.png');
  background-size: 27px;
}

.feature-icon._5 {
  background-image: url('../images/study_1study.png');
  background-size: 29px;
}

.feature-icon._6 {
  background-image: url('../images/help_1help.png');
  background-size: 24px;
}

.feature-icon._6 {
  background-image: url('../images/graph_1graph.png');
  background-size: 25px;
}

.feature-icon._7 {
  background-image: url('../images/Notebook_1Notebook.png');
  background-size: 24px;
}

.feature-icon._8 {
  background-image: url('../images/umbrella_1umbrella.png');
  background-size: 30px;
}

.white-center-box {
  position: relative;
  display: block;
  width: 76%;
  margin-top: -21%;
  margin-right: auto;
  margin-left: auto;
  padding: 4.5% 7%;
  background-color: #fff;
  text-align: center;
}

.white-center-box._2 {
  background-color: hsla(0, 0%, 100%, 0.98);
}

.white-center-box.city {
  margin-top: 0%;
  background-color: hsla(0, 0%, 100%, 0.98);
}

.content-section-2 {
  position: relative;
  padding-bottom: 7%;
  background-color: #d7e8ee;
  background-image: url('../images/Dot-white_1Dot-white.jpg');
  background-position: 50% 0px;
  background-size: 125px;
  background-repeat: repeat-x;
}

.content-section-3 {
  overflow: hidden;
  padding-top: 7%;
  flex-wrap: wrap;
}

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

._53-column {
  width: 53%;
  min-height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._53-column._1 {
  background-image: url('../images/pierre-chatel-innocenti-710544-unsplash-2-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._53-column._2 {
  background-image: url('../images/rawpixel-665388-unsplash_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._53-column._3 {
  background-image: url('../images/rawpixel-633841-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._53-column._4 {
  background-image: url('../images/tyler-nix-574393-unsplash.jpg');
}

._53-column._5 {
  background-image: url('../images/alexandru-acea-707004-unsplash.jpg');
}

._53-column._6 {
  background-image: url('../images/christian-fregnan-730450-unsplash.jpg');
}

._47-column {
  position: relative;
  z-index: 100;
  display: flex;
  width: 47%;
  justify-content: flex-end;
  align-items: center;
}

._47-column._2 {
  justify-content: flex-start;
}

.column-text-box {
  position: relative;
  right: -13%;
  width: 100%;
  max-width: 615px;
  margin-top: 25%;
  margin-bottom: 25%;
  padding-top: 7%;
  padding-right: 12%;
  padding-bottom: 7%;
  background-color: #fff;
}

.column-text-box._2 {
  right: 13%;
  padding-right: 0%;
  padding-left: 14%;
}

.column-text-box._2-no-border {
  right: 13%;
  padding-right: 0%;
  padding-left: 14%;
}

.h2-large {
  font-size: 45px;
  line-height: 50px;
}

.h2-large.white {
  color: #fff;
}

.gold-line {
  position: relative;
  left: 39%;
  z-index: 10;
  width: 135%;
  height: 1px;
  margin-top: 12%;
  background-color: #b6946f;
}

.gold-line.left {
  left: -89%;
}

.column-items {
  display: flex;
  margin-bottom: 5%;
  flex-wrap: wrap;
}

.blog-left-column {
  width: 64%;
  padding: 2.5%;
  background-color: #fff;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  height: 655px;
}

.inner-hero.presentation {
  height: 850px;
}

.content-section-4 {
  margin-top: -110px;
  padding-bottom: 150px;
}

.title-link-2 {
  transition: color 200ms ease;
  color: #252525;
  font-size: 39.5px;
  line-height: 49px;
}

.title-link-2:hover {
  color: #b6946f;
  text-decoration: none;
}

.title-link-2.medium {
  font-size: 22.5px;
  line-height: 29.5px;
}

.title-link-2.small {
  font-size: 20px;
  line-height: 20px;
}

.title-link-2.custom {
  font-size: 30px;
  line-height: 30px;
}

.title-link-2.h3 {
  font-size: 27.5px;
  line-height: 36px;
}

.title-link-2.large {
  font-size: 25px;
  line-height: 32px;
}

.collection-item-2 {
  overflow: hidden;
}

.blog-right-column {
  width: 33%;
  padding: 2.5%;
  background-color: #fff;
}

.title-box-2 {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 8px;
  align-items: center;
}

.title-line {
  height: 1px;
  margin-left: 20px;
  flex: 1;
  background-color: #ddd;
}

.collection-item-3 {
  overflow: hidden;
  margin-bottom: 5%;
  padding-bottom: 6%;
}

.cta {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 395px;
  margin-bottom: 15%;
  padding: 22% 9% 18%;
  background-image: url('../images/Tip_1Tip.jpg');
  background-position: 100% 0px;
  background-size: 42px;
  background-repeat: no-repeat;
  text-align: center;
}

.cta-title-box {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  padding: 6% 12% 7%;
  border-top: 1px solid #b6946f;
  border-bottom: 1px solid #b6946f;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.square-preview {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 4%;
}

.collection-item-4 {
  display: flex;
  margin-bottom: 7%;
  align-items: center;
}

.collection-item-4.footer {
  padding-top: 0%;
  padding-bottom: 6%;
  border-bottom: 1px solid #ddd;
  border-top-style: none;
}

.expand {
  flex: 1;
}

.expand.right-padding {
  padding-right: 30px;
}

.side-padding {
  padding-right: 8px;
  padding-left: 8px;
}

.side-padding.large {
  padding-right: 20px;
  padding-left: 20px;
}

.footer {
  padding-top: 5%;
  border-top: 1px solid #ddd;
}

.footer-column {
  width: 31%;
  padding-top: 30px;
  padding-right: 3%;
  padding-bottom: 30px;
  border-right: 1px solid #ddd;
}

.social-icon {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  border: 2px solid #b6946f;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  transition: background-color 200ms ease;
}

.social-icon:hover {
  background-color: #b6946f;
}

.social-icon.facebook {
  background-image: url('../images/facebook.svg');
  background-size: 256px 12px;
}

.social-icon.facebook:hover {
  background-image: url('../images/facebook-1.svg');
  background-size: 256px 12px;
}

.social-icon.twitter {
  background-image: url('../images/simbolo-de-twitter.svg');
  background-size: 12px;
}

.social-icon.twitter:hover {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-size: 12px;
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-size: 12px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/logo-linkedin-1.svg');
  background-size: 12px;
}

.social-icon.instagram {
  background-image: url('../images/logo-de-instagram.svg');
  background-size: 12px;
}

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

.social-icon.whatsapp {
  background-image: url('../images/whatsapp-logo.svg');
  background-size: 13px;
}

.social-icon.whatsapp:hover {
  background-image: url('../images/whatsapp-logo-1.svg');
  background-size: 12px;
}

.footer-column-2 {
  display: flex;
  width: 35.333%;
  padding: 2% 4%;
  justify-content: space-between;
  border-right: 1px solid #ddd;
}

.menu-border {
  margin-bottom: 30px;
}

.footer-column-3 {
  width: 33.333%;
  padding: 30px 4%;
}

.contact-details {
  padding: 10%;
  border-top: 1px solid #ddd;
  text-align: center;
}

.footer-notice {
  margin-top: 75px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.notice-text {
  position: relative;
  bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.go-up {
  width: 32.6px;
  height: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #b6946f;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #c7a683;
}

.inner-hero-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/jehyun-sung-478112-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-hero-bg.top-padding {
  padding-top: 50px;
}

.inner-hero-bg._2 {
  background-image: url('../images/nkululeko-jonas-664444-unsplash.jpg');
}

.inner-hero-bg.mobile-padding {
  padding-top: 0px;
}

.header-box-2 {
  display: block;
  width: 22%;
  max-width: 328px;
  margin-right: auto;
  margin-bottom: 4%;
  margin-left: auto;
  text-align: center;
}

.h3-large {
  margin-top: 0px;
  font-size: 40px;
  line-height: 49px;
  font-style: italic;
}

.h3-large.regular {
  margin-top: 0px;
  font-style: normal;
}

.h3-large.blue {
  color: #d7e8ee;
}

.gold-line-short {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5%;
  background-color: #b6946f;
}

.gold-line-short.top-border {
  margin-top: 5%;
}

.collection-item-5 {
  position: relative;
  width: 30.3%;
  margin-right: 1.5%;
  margin-left: 1.5%;
}

.collection-item-5.bottom-border-2 {
  margin-bottom: 10%;
}

.post-offset-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -47px;
  z-index: 10;
  overflow: visible;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6%;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #fff;
  text-align: center;
}

.preview-gold-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b6946f;
}

.collection-item-6 {
  width: 29%;
  max-width: 356px;
  margin-right: 1%;
  margin-bottom: 9%;
  margin-left: 1%;
  text-align: center;
}

.member-picture {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  filter: grayscale(100%);
  transition: filter 200ms ease;
}

.member-picture:hover {
  filter: none;
}

.content-section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d7e8ee;
}

.inner-wrapper-2 {
  display: block;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.subtitle {
  font-size: 25px;
  line-height: 31px;
}

.subtitle.italiced {
  font-style: italic;
}

.text-columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.capital-letter {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 3px;
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
}

._49-column {
  width: 49%;
}

.green-line-short {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5%;
  background-color: #abc7d1;
}

.logo-set {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.logo-set.border {
  margin-bottom: 40px;
}

.tab-link-tab-2 {
  bottom: -1px;
  height: 73px;
  margin-right: 25px;
  padding: 22px 40px 20px;
  background-color: transparent;
  font-size: 25px;
  font-style: italic;
}

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

.tab-link-tab-2.w--current {
  z-index: 100;
  padding-top: 21px;
  padding-right: 39px;
  padding-left: 39px;
  border-style: solid;
  border-width: 1px;
  border-color: #abc7d1 #abc7d1 #fff;
  background-color: transparent;
}

.tabs-menu {
  padding-right: 20px;
  padding-left: 20px;
}

.tab-pane-tab-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #abc7d1;
}

.pricing-title {
  width: 32%;
  padding: 3% 2%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #abc7d1;
}

.pricing-title.empty {
  border-style: none;
}

.pricing-title.no-bottom-line {
  border-bottom-style: none;
}

.pricing-title.mobile-bottom-line {
  border-bottom-style: none;
}

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

.pricing-details {
  width: 22.666%;
  padding: 3% 2.5%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #abc7d1;
  text-align: center;
}

.pricing-details.last {
  border-right-style: solid;
}

.pricing-details.mobile-bottom-line {
  border-bottom-style: none;
}

.pricing-details.bottom-line-last {
  border-right-style: solid;
  border-bottom-style: none;
}

.pricing-details.start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.pricing-details.last-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right-style: solid;
}

.pricing-item {
  display: flex;
  width: 100%;
  margin-bottom: 3%;
  flex-wrap: wrap;
}

.pricing-item.less-border {
  margin-bottom: 10px;
}

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

.pricing-item.mobile-border-2 {
  margin-bottom: 0px;
}

.description-title {
  width: 32%;
  margin-bottom: 3%;
  padding-left: 1.8%;
}

.desciption-title-2 {
  display: flex;
  width: 23.333%;
  justify-content: center;
  flex: 1;
  text-align: center;
}

.price {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #878d94;
  font-size: 12.5px;
  line-height: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2 {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #b6946f;
  transition: color 200ms ease;
  font-size: 19px;
}

.button-2:hover {
  padding: 8px 14px;
  border: 1px solid #b6946f;
  background-color: transparent;
  color: #b6946f;
  text-decoration: none;
}

._32-column {
  width: 32%;
}

.accordion-item-trigger {
  display: flex;
  width: 100%;
  padding-left: 4%;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

.question-title {
  margin-top: 0px;
  font-size: 22.5px;
  font-style: italic;
}

._60-column {
  display: flex;
  width: 60.5%;
  justify-content: space-between;
}

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

.text-box-2 {
  padding-left: 11%;
}

._47-column-right {
  position: relative;
  overflow: hidden;
  width: 47.4%;
  min-height: 674.5px;
  background-image: url('../images/Image-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gold-text-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 85%;
  padding: 6% 7% 5%;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: rgba(182, 148, 111, 0.95);
}

.div-block-8 {
  margin-right: 20px;
}

.header-white {
  margin-top: 0px;
  color: #fff;
}

.header-white.les-border {
  margin-bottom: 5px;
}

.title-white {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

._47-column-left {
  position: relative;
  width: 47.4%;
  min-height: 674.5px;
  background-image: url('../images/Image-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.open-close-box {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #afccd6;
  border-radius: 3px;
}

.horizontal {
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #afccd6;
}

.vertical {
  position: absolute;
  width: 8px;
  height: 1.5px;
  margin-bottom: -1px;
  background-color: #afccd6;
  transform: rotate(90deg);
}

.accordion-wrapper {
  margin-bottom: 3%;
}

.answer {
  margin-bottom: 25px;
}

.set-title {
  margin-bottom: 23px;
  padding-left: 25px;
}

.questions-set {
  margin-bottom: 60px;
}

.questions-set.no-border {
  margin-bottom: 0px;
}

.member-box {
  max-width: 328px;
  filter: grayscale(100%);
  text-align: center;
}

.members-name {
  font-size: 22.5px;
  line-height: 29.5px;
}

.left-column {
  width: 28%;
}

.center-text {
  background-image: url('../images/Bg.jpg'), linear-gradient(180deg, #f6f6f6, #f6f6f6);
  background-position: 0px 0px, 0px 0px;
  background-size: 0%, auto;
  background-repeat: repeat, repeat;
  text-align: center;
}

.center-text.top-border {
  margin-top: 40px;
}

._68-column {
  width: 68%;
}

.contact-details-left {
  padding: 8% 5%;
  border-top: 1px solid #ddd;
  text-align: left;
}

.bottom-line {
  border-bottom: 1px solid #ddd;
}

.bottom-line.top-padding {
  padding-top: 12px;
}

.text-link {
  color: #252525;
  font-size: 22.5px;
  line-height: 29.5px;
}

.text-link:hover {
  color: #b6946f;
  text-decoration: none;
}

.top-offset {
  margin-top: -13px;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0.2;
}

.content-section-11 {
  padding-top: 7%;
  padding-bottom: 7%;
  background-color: #d7e8ee;
  background-image: url('../images/Dot-white_1Dot-white.jpg');
  background-position: 50% 100%;
  background-size: 500px;
  background-repeat: repeat-x;
}

.collection-item-7 {
  width: 48.5%;
}

.service-image-link {
  position: relative;
  overflow: hidden;
  width: 57%;
  min-height: 530px;
}

.service-text-box {
  position: relative;
  display: block;
  width: 91%;
  margin-top: -24%;
  margin-right: auto;
  margin-left: auto;
  padding: 9% 10% 7%;
  background-color: #fff;
}

.collection-item-8 {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.service-text-box-2 {
  position: relative;
  display: block;
  width: 91%;
  margin-right: auto;
  margin-left: -8%;
  padding: 5%;
  flex: 1;
  background-color: #fff;
}

.contact-left {
  width: 40%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.contact-right {
  display: flex;
  width: 60%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 7%;
  justify-content: flex-start;
  border-left: 1px solid #ddd;
}

.contact-right._2 {
  flex-direction: column;
  justify-content: flex-start;
}

._81-column {
  width: 81%;
}

.field-label {
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-field {
  height: 50px;
  border: 1px solid #b6946f;
  background-color: transparent;
}

.text-field::-moz-placeholder {
  font-size: 18px;
  font-style: italic;
}

.text-field::-ms-input-placeholder {
  font-size: 18px;
  font-style: italic;
}

.text-field::placeholder {
  font-size: 18px;
  font-style: italic;
}

.text-field.blue {
  border-color: #abc7d1;
}

.input-item {
  width: 47%;
  margin-bottom: 25px;
}

.input-item.message {
  width: 100%;
}

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

.success-message {
  background-color: transparent;
}

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

.textarea {
  padding-top: 15px;
  padding-bottom: 60px;
  border: 1px solid #b6946f;
  background-color: transparent;
}

.textarea::-moz-placeholder {
  font-size: 18px;
  font-style: italic;
}

.textarea::-ms-input-placeholder {
  font-size: 18px;
  font-style: italic;
}

.textarea::placeholder {
  font-size: 18px;
  font-style: italic;
}

.textarea.blue {
  border-color: #abc7d1;
}

.submit-button {
  min-height: 46px;
  min-width: 180px;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #b6946f;
  background-color: #b6946f;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.submit-button:hover {
  text-decoration: none;
}

.contact-section {
  padding-bottom: 7%;
  border-bottom: 1px solid #ddd;
}

.contact-section._2 {
  padding-top: 90px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.intro-text-box {
  position: relative;
  display: block;
  width: 85%;
  margin-top: -16%;
  margin-right: auto;
  margin-left: auto;
  padding: 7% 9% 9%;
  background-color: #fff;
}

.center-header {
  display: block;
  width: 51%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h3-large-regular {
  margin-top: 0px;
  font-size: 40px;
}

._48-column {
  position: relative;
  width: 48%;
  min-height: 825px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._48-column._1 {
  background-image: url('../images/rawpixel-698599-unsplash.jpg');
}

._48-column._2 {
  background-image: url('../images/rawpixel-658243-unsplash.jpg');
}

._48-column._3 {
  background-image: url('../images/rawpixel-669604-unsplash.jpg');
}

.absolute-text-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 65%;
  max-width: 500px;
  padding: 3%;
  flex-wrap: nowrap;
  background-color: #fff;
}

.absolute-text-box.left {
  left: 0px;
  right: auto;
  bottom: 0px;
}

.icon-bg {
  width: 60px;
  height: 60px;
  margin-right: 17px;
  border-radius: 50%;
  background-color: #f8f5ee;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.icon-bg._1 {
  background-image: url('../images/Target_1Target.png');
  background-size: 29px;
}

.icon-bg._2 {
  background-image: url('../images/Display_1Display.png');
  background-size: 26px;
}

.icon-bg._3 {
  background-image: url('../images/Graph_2Graph.png');
  background-size: 27px;
}

.text-block-2 {
  font-size: 22.5px;
  font-weight: 500;
}

.text-block-2.white {
  color: #fff;
}

._52-column {
  position: relative;
  z-index: 100;
  width: 52%;
}

._52-column._2 {
  display: flex;
  justify-content: flex-end;
}

.column-text-2 {
  position: relative;
  right: -12%;
  width: 81%;
  max-width: 615px;
  margin-top: 25%;
  margin-bottom: 25%;
  padding-top: 11%;
  padding-right: 14%;
  padding-bottom: 11%;
  background-color: #fff;
}

.column-text-2._2 {
  right: 0px;
}

.content-section-6 {
  position: relative;
  background-color: #d7e8ee;
  background-image: url('../images/Dot-white_1Dot-white.jpg'), url('../images/Dot-white_1Dot-white.jpg');
  background-position: 50% 100%, 50% 0px;
  background-size: 85px, 75px;
  background-repeat: repeat-x, repeat-x;
}

.content-section-6.bottom-margin {
  margin-bottom: 100px;
}

.feature-box {
  width: 33.333%;
  padding: 4%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

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

.feature-box._4 {
  border-bottom-style: none;
}

.feature-box._5 {
  border-bottom-style: none;
}

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

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

.absolute-text-brown {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 50%;
  padding: 4%;
  flex-wrap: wrap;
  background-color: rgba(182, 148, 111, 0.93);
}

.absolute-text-brown.left {
  left: 0px;
  right: auto;
  bottom: 0px;
  background-color: #b6946f;
}

.icon-border {
  margin-right: 25px;
}

.lines-box {
  display: flex;
  padding-top: 4%;
  padding-bottom: 4%;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #abc7d1;
  border-bottom: 1px solid #abc7d1;
}

.number-box {
  display: flex;
  width: 29px;
  height: 31px;
  margin-right: 19px;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #abc7d1;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  color: #6c8892;
  font-size: 12.5px;
  line-height: 12.5px;
}

.h3.no-top-border {
  margin-top: 0px;
}

.h3.no-border {
  margin-top: 0px;
  margin-bottom: 0px;
}

._48-column-2 {
  display: flex;
  width: 48%;
}

._45-column {
  width: 45%;
}

.circle-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.number-gold {
  color: #b6946f;
  font-size: 50px;
  line-height: 50px;
  font-style: italic;
  font-weight: 500;
}

.number-gold.medium {
  font-size: 45px;
  line-height: 45px;
}

.number-gold.big {
  font-size: 60px;
}

.relative {
  position: relative;
  z-index: 100;
}

.flex-align-center {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.numbers-text {
  margin-top: 0px;
  font-style: italic;
}

.slide {
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: url('../images/rawpixel-659493-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: url('../images/rawpixel-651362-unsplash.jpg');
}

.slide._2 {
  background-image: url('../images/rawpixel-658245-unsplash.jpg');
}

.testimonial-white-bg {
  display: block;
  width: 67%;
  margin-right: auto;
  margin-left: auto;
  padding: 7% 12%;
  background-color: hsla(0, 0%, 100%, 0.93);
  text-align: center;
}

.slider {
  height: auto;
  background-color: transparent;
}

.testimonial-text {
  background-image: url('../images/Quote-mark.png');
  background-position: 0px 0px;
  background-size: 66px;
  background-repeat: no-repeat;
  font-size: 31px;
  line-height: 48px;
  font-style: italic;
  font-weight: 400;
}

.slide-nav {
  display: none;
  background-color: transparent;
}

.right-arrow {
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 55px;
  margin-right: 56px;
  margin-bottom: 0px;
  background-color: #b6946f;
  transition: background-color 200ms ease;
  font-size: 24px;
  line-height: 24px;
}

.right-arrow:hover {
  background-color: #a98966;
}

.left-arrow {
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 55px;
  margin-right: 115px;
  margin-bottom: 0px;
  background-color: #af8d68;
  transition: background-color 200ms ease;
  font-size: 24px;
  line-height: 24px;
}

.left-arrow:hover {
  background-color: #b6946f;
}

._49-column-2 {
  display: block;
  width: 49%;
  max-width: 689px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-field-2 {
  width: 36%;
  height: 60px;
  padding-left: 21px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #b6946f;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.text-field-2::-moz-placeholder {
  font-size: 19px;
  font-style: italic;
}

.text-field-2::-ms-input-placeholder {
  font-size: 19px;
  font-style: italic;
}

.text-field-2::placeholder {
  font-size: 19px;
  font-style: italic;
}

.text-field-2._2 {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.submit-button-2 {
  width: 10%;
  height: 60px;
  flex: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #b6946f;
}

.intro-image-box {
  position: relative;
  overflow: hidden;
  width: 31.5%;
}

.intro-image-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 9%;
  padding-bottom: 7%;
  padding-left: 9%;
}

.left-padding {
  padding-left: 5%;
}

.bottom-gold-line {
  display: flex;
  margin-bottom: 7%;
  padding-bottom: 5%;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #b6946f;
}

.bottom-gold-line.large {
  padding-bottom: 3%;
}

.icon-block {
  display: flex;
  width: 16%;
  margin-right: 10px;
  padding-top: 4%;
  justify-content: center;
  align-items: flex-start;
}

.h4.less-border {
  margin-bottom: 5px;
}

.gold-box {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #b6946f;
}

.gold-right-text {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  flex: 1;
}

.icon-block-line {
  display: flex;
  width: 16%;
  padding-top: 29px;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #b6946f;
}

.lightbox-link {
  display: flex;
  width: 200px;
  height: 125px;
  justify-content: center;
  align-items: center;
  background-image: url('../images/rawpixel-669604-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.display-none {
  display: none;
}

.side-borders {
  margin-top: 25px;
  margin-bottom: 25px;
}

.play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.97);
  background-image: url('../images/boton-de-reproduccion.svg');
  background-position: 53% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.play-button.large {
  width: 90px;
  height: 90px;
  background-size: 25px;
  transition: transform 200ms ease;
}

.play-button.large:hover {
  transform: scale(1.1);
}

.left-white-box {
  position: relative;
  display: block;
  width: 46%;
  margin-top: -10%;
  margin-right: 9%;
  padding: 4.5% 5%;
  float: right;
  background-color: #fff;
  text-align: left;
}

.content-section-7 {
  padding-top: 7%;
  background-color: #d7e8ee;
  background-image: url('../images/Dot-white_1Dot-white.jpg');
  background-position: 50% 100%;
  background-size: 360px;
  background-repeat: repeat-x;
}

.collection-item-9 {
  overflow: hidden;
  width: 30.33%;
  max-width: 414px;
  margin-right: 1.5%;
  margin-bottom: 3%;
  margin-left: 1.5%;
}

.header-box-3 {
  display: block;
  width: 48%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

._48-column-3 {
  width: 48%;
}

.service-text-box-3 {
  position: relative;
  display: block;
  width: 91%;
  margin-top: -70px;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 7% 7%;
  background-color: #fff;
}

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

.content-section-8 {
  padding-top: 7%;
  background-color: #d7e8ee;
  background-image: url('../images/Dot-white_1Dot-white.jpg');
  background-position: 50% 100%;
  background-size: 530px;
  background-repeat: repeat-x;
}

.pricing-box {
  width: 31%;
  border: 1px solid #abc7d1;
}

.pricing-title-box {
  padding: 9% 9% 7%;
  border-bottom: 1px solid #abc7d1;
  text-align: center;
}

.outline-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #abc7d1;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.outline-icon._1 {
  background-image: url('../images/users_1users.png');
  background-size: 27px;
}

.outline-icon._2 {
  border-color: #abc7d1;
  background-image: url('../images/graph_3graph.png');
  background-size: 25px;
}

.outline-icon._3 {
  background-image: url('../images/gleam_1gleam.png');
  background-size: 18px;
}

.outline-icon._4 {
  background-image: url('../images/paint_1paint.png');
  background-size: 24px;
}

.outline-icon._5 {
  background-image: url('../images/tools_1tools.png');
  background-size: 27px;
}

.outline-icon._6 {
  background-image: url('../images/cart_1cart.png');
  background-size: 27px;
}

.pricing-details-2 {
  display: flex;
  border-bottom: 1px solid #abc7d1;
}

.pricing-left {
  display: flex;
  width: 60px;
  padding-top: 8%;
  justify-content: center;
  align-items: flex-start;
}

.pricing-right {
  padding-top: 7%;
  padding-right: 5%;
  padding-bottom: 5%;
  flex: 1;
}

.pricing-button-box {
  padding: 8% 15% 9%;
  text-align: center;
}

.anchor-menu-2 {
  width: 100%;
  padding: 13px 25px;
  border-bottom: 1px solid #abc7d1;
  color: #252525;
  font-style: italic;
  font-weight: 500;
}

.anchor-menu-2:hover {
  background-color: rgba(215, 232, 238, 0.7);
  text-decoration: none;
}

.anchor-menu-2.first {
  border-top-right-radius: 3px;
}

.anchor-menu-2.last {
  border-bottom-style: none;
}

.accordion-item-content-2 {
  overflow: hidden;
  margin-top: 2%;
  margin-bottom: 3%;
  padding-right: 4%;
  padding-left: 4%;
  border-bottom: 1px solid #abc7d1;
}

.topics-box-2 {
  border: 1px solid #abc7d1;
  border-radius: 3px;
}

.title-gold-2 {
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.support-box {
  padding: 27px 17px;
  border-top: 1px solid #abc7d1;
  border-bottom: 1px solid #abc7d1;
}

._22-column {
  width: 22%;
}

.faq-section {
  margin-top: 3%;
  padding-top: 5%;
  border-top: 1px solid #abc7d1;
}

.header-box-3-copy {
  display: block;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.collection-item-10 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 30%;
  margin-right: 1.5%;
  margin-bottom: 5%;
  margin-left: 1.5%;
  flex-direction: column;
}

.member-description-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 90%;
  padding: 3% 7%;
  background-color: rgba(169, 137, 102, 0.96);
}

.h3-link-white {
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  line-height: 36px;
}

.h3-link-white:hover {
  opacity: 0.85;
  text-decoration: none;
}

.h3-link-white.large {
  font-size: 32px;
}

.scroll-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #b6946f;
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  transition: background-color 200ms ease;
}

.scroll-down:hover {
  background-color: #a98966;
}

.intro-box-2 {
  width: 33.333%;
  padding: 2% 5%;
  border-right: 1px solid #ddd;
  text-align: center;
}

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

.outline-gold {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #b6946f;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/users-1_1users (1).png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.outline-gold._2 {
  background-image: url('../images/graph-1_1graph (1).png');
  background-size: 25px;
}

.outline-gold._3 {
  background-image: url('../images/gleam-1_1gleam (1).png');
  background-size: 18px;
}

.inlines {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.content-section-9 {
  position: relative;
  padding-top: 7%;
  padding-bottom: 7%;
  background-color: #d7e8ee;
  background-image: url('../images/Dot-white_1Dot-white.jpg');
  background-position: 50% 100%;
  background-size: 123%;
  background-repeat: repeat-x;
}

.white-center-box-2 {
  position: relative;
  display: block;
  width: 85%;
  margin-top: -10%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4.5%;
  background-color: #fff;
}

.header-box-4 {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.subtitle-box {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

._70-side-borders {
  margin-right: 6%;
  margin-left: 6%;
}

._35-side-borders {
  margin-right: 3%;
  margin-left: 3%;
}

._55-column {
  width: 55%;
  min-height: 650px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._55-column._1 {
  background-image: url('../images/katy-belcher-660945-unsplash.jpg');
}

._55-column._2 {
  background-image: url('../images/rawpixel-658240-unsplash.jpg');
}

._45-column-2 {
  width: 45%;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 6%;
  background-color: #d7e8ee;
}

._82-column {
  width: 82%;
  max-width: 526px;
}

.h3-medium {
  margin-top: 0px;
  font-size: 35px;
  line-height: 44px;
}

.text-block-3 {
  font-size: 35px;
  line-height: 42.5px;
  font-style: italic;
  font-weight: 600;
}

._44-column {
  width: 44%;
}

._45-column-3 {
  position: relative;
  overflow: hidden;
  width: 45%;
  min-height: 725px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._45-column-3._1 {
  background-image: url('../images/jessica-arends-603132-unsplash.jpg');
}

.flex-space-center {
  display: flex;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.bottom-line-gray {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd;
}

._43-column {
  position: relative;
  width: 43%;
  height: 445px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._43-column._1 {
  background-image: url('../images/rawpixel-707562-unsplash.jpg');
}

._47-column-2 {
  width: 47%;
  justify-content: flex-end;
  align-items: center;
}

.icon-box {
  width: 20px;
  margin-right: 20px;
  padding-top: 9px;
}

.lines-box-2 {
  display: flex;
  margin-bottom: 7%;
  padding: 2% 4% 3%;
  border-top: 1px solid #abc7d1;
  border-bottom: 1px solid #abc7d1;
}

.feature-box-center {
  width: 33.333%;
  padding: 4%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

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

.feature-box-center._4 {
  border-bottom-style: none;
}

.feature-box-center._5 {
  border-bottom-style: none;
}

.feature-box-center._6 {
  border-right-style: none;
  border-bottom-style: none;
}

._63-column {
  display: flex;
  width: 55%;
  justify-content: center;
  align-items: center;
  flex: 1;
}

._18-column {
  width: 25%;
  min-height: 650px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._18-column._1 {
  background-image: url('../images/rawpixel-633841-unsplash_1.jpg');
}

._18-column._2 {
  background-image: url('../images/rawpixel-665388-unsplash.jpg');
  background-position: 0px 50%;
}

._51-column {
  width: 62%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.testimonial-bg {
  display: block;
  width: 67%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 9%;
  padding-left: 9%;
  text-align: center;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.slider-2.bottom-border {
  margin-bottom: 3%;
}

.left-arrow-2 {
  color: #acc2c4;
}

.right-arrow-2 {
  color: #acc2c4;
}

.contact-left-2 {
  width: 38%;
  padding: 3%;
  border: 1px solid #ddd;
}

.contact-right-2 {
  display: flex;
  width: 55%;
  padding: 4% 3%;
  justify-content: flex-end;
  border: 1px solid #ddd;
}

.contact-right-2.blue {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-color: #abc7d1;
}

._28-column {
  width: 28%;
}

.button-3 {
  height: 46px;
  min-width: 150px;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: transparent;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  padding-top: 11px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: none;
  background-color: #b6946f;
  text-decoration: none;
}

.hero-underline-white {
  width: 100%;
  height: 1px;
  margin-top: 28px;
  background-color: #fff;
}

.wide-section {
  position: relative;
  height: 500px;
}

.wide-bg-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wide-bg-section._1 {
  background-image: url('../images/rawpixel-718369-unsplash.jpg');
}

.wide-bg-section._2 {
  background-image: url('../images/rawpixel-702137-unsplash.jpg');
}

.wide-bg-section._3 {
  background-image: url('../images/rawpixel-652593-unsplash.jpg');
}

.wide-bg-section._4 {
  background-image: url('../images/rawpixel-690288-unsplash.jpg');
}

.wide-bg-section._6 {
  background-image: url('../images/rawpixel-718365-unsplash.jpg');
}

.wide-bg-section._7 {
  background-image: url('../images/rawpixel-718385-unsplash.jpg');
}

.wide-bg-section._8 {
  background-image: url('../images/rawpixel-648562-unsplash.jpg');
}

.wide-bg-section._5 {
  background-image: url('../images/rawpixel-706374-unsplash.jpg');
}

.wide-bg-section._9 {
  background-image: url('../images/sasha-stories-639252-unsplash-3.jpg');
}

.wide-bg-section._4 {
  background-image: url('../images/rawpixel-733989-unsplash.jpg');
}

.numbers-box {
  display: flex;
  width: 31%;
  max-width: 382px;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.numbers-right {
  width: 65%;
  padding: 3% 7% 3% 8%;
}

.left-number-box {
  display: flex;
  width: 35%;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
}

.numbers-subtitle {
  font-size: 24px;
  line-height: 25px;
  font-style: italic;
}

.numbers-digit {
  color: #b6946f;
  font-size: 40px;
  line-height: 20px;
  font-style: italic;
  font-weight: 500;
}

.feature-icon-big {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f8f5ee;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.feature-icon-big._1 {
  background-image: url('../images/cash_1cash.png');
  background-size: 39px;
}

.feature-icon-big._2 {
  background-image: url('../images/medal_1medal.png');
  background-size: 23px;
}

.feature-icon-big._3 {
  background-image: url('../images/red_1red.png');
  background-size: 34px;
}

.testimonial-bg-2 {
  display: block;
  width: 67%;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.slide-arrow-3 {
  color: #ddd;
}

.lightbox {
  overflow: hidden;
  width: 30%;
  margin-right: 1.5%;
  margin-bottom: 5%;
  margin-left: 1.5%;
}

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

.collection-list-wrapper {
  padding-right: 9%;
  padding-bottom: 9%;
  padding-left: 9%;
  border: 1px solid #b6946f;
  border-radius: 3px;
}

.date {
  font-size: 50px;
  font-style: italic;
}

.date-box {
  position: relative;
  top: -26px;
  display: inline-block;
  margin-left: -4%;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #fff;
}

._31-column {
  width: 31%;
  max-width: 380px;
}

.footer-3 {
  border-top: 1px solid #ddd;
}

.line-3 {
  width: 24px;
  height: 2px;
  justify-content: center;
  align-items: center;
  background-color: #252525;
}

.line-3.gold {
  background-color: #b6946f;
}

.line-1 {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #252525;
}

.line-1.gold {
  background-color: #b6946f;
}

.line-1.gold {
  background-color: #b6946f;
}

.div-block {
  align-self: flex-start;
}

.menu-item {
  overflow: auto;
}

.nav-menu-3 {
  position: fixed;
  z-index: 1000;
  overflow: auto;
  width: auto;
  height: 100vh;
  min-width: 350px;
  margin-top: 4px;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  border-top: 3px none #b6946f;
  background-color: #fff;
  text-align: left;
}

.navlink-padding-2 {
  margin-right: 8px;
  margin-bottom: 13px;
  font-size: 30px;
}

.italicized {
  font-style: italic;
}

.block-1 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 46%;
  justify-content: center;
  align-items: center;
}

.navbar-4 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 84px;
  border-top: 4px solid #b6946f;
  background-color: #101010;
}

.hero-right {
  width: 54%;
  justify-content: center;
  align-items: center;
}

.block-2 {
  position: relative;
  overflow: hidden;
  height: 650px;
}

.menu-button-4 {
  z-index: 15;
  height: 80px;
  padding: 34px 25px 0px;
  float: right;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.menu-button-4.w--open {
  background-color: #101010;
}

.text-absolute-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40%;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
}

.text-absolute-box._2 {
  width: 80%;
  margin-right: 10%;
  margin-bottom: 10%;
  margin-left: 10%;
}

.block-3 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 500px;
}

.block-4 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 500px;
}

.nav-menu-4 {
  position: fixed;
  z-index: 1000;
  overflow: auto;
  width: auto;
  height: 100vh;
  min-width: 350px;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  background-color: #101010;
  text-align: left;
}

.navlink-padding-3 {
  margin-right: 8px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 30px;
}

.brand-2 {
  display: flex;
  width: 10%;
  height: 116px;
  float: none;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease;
}

.brand-2:hover {
  opacity: 0.8;
}

.footer-4 {
  background-color: #f6f6f6;
}

.navlink-padding-4 {
  margin-right: 8px;
  margin-left: 8px;
  color: #fff;
}

.brand-4 {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease;
}

.brand-4:hover {
  opacity: 0.8;
}

.help-box {
  display: flex;
  width: 100%;
  margin-top: 5%;
  padding-top: 3%;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.help {
  width: 50%;
  margin-bottom: 1.5%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  border-right: 1px solid #ddd;
}

.help.right {
  padding-left: 35px;
  border-right-style: none;
}

.dark-small-text {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #252525;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
  border-top: 4px solid #b6946f;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.footer-2 {
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

.navmenu-2 {
  display: flex;
  float: none;
}

._45-column-nav {
  display: flex;
  width: 45%;
  justify-content: space-around;
}

.dropdown-2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  float: right;
}

.menu-button-3 {
  z-index: 15;
  height: 116px;
  padding: 54px 25px 0px;
  float: right;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
  border-top: 4px solid #b6946f;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.row {
  margin-bottom: 40px;
}

.row.line {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.flex-vertical {
  display: flex;
  flex-direction: column;
}

.profile-pic {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: filter 200ms ease;
}

.profile-pic:hover {
  filter: none;
}

.profile-pic.large {
  width: 80px;
  height: 80px;
  margin-right: 21px;
}

.reference-text {
  margin-right: 5px;
  font-size: 19.5px;
}

.reference-link {
  margin-right: 5px;
  font-size: 19.5px;
  font-weight: 500;
}

.question-tag {
  margin-right: 7px;
  color: #b6946f;
  font-weight: 600;
}

.flex-no-wrap {
  display: flex;
  padding-right: 10px;
  flex-wrap: nowrap;
}

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

.post-content-2 {
  padding-right: 9%;
  padding-bottom: 6%;
  padding-left: 9%;
  background-color: #fff;
}

.post-content-2.flex-space {
  padding-top: 6%;
}

.nav-menu {
  display: flex;
  float: right;
  text-align: left;
}

.block-1-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/nkululeko-jonas-664444-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-2-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/rawpixel-658243-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-2-bg._1 {
  background-image: url('../images/rawpixel-656711-unsplash.jpg');
}

.block-2-bg._2 {
  background-image: url('../images/sasha-stories-639252-unsplash-3.jpg');
}

.overlay-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/Overyal_1Overyal.png'), url('../images/Overyal_1Overyal.png');
  background-position: 50% 100%, 50% 100%;
  background-size: 1px, 1px;
  background-repeat: repeat-x, repeat-x;
}

.gold-box-short {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 60%;
  padding: 6% 7% 5%;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: rgba(182, 148, 111, 0.95);
}

.gold-box-short.left {
  left: 0px;
  right: auto;
  bottom: 0px;
}

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

._100-column {
  display: flex;
  width: 100%;
}

.flex-center-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  background-color: #f6f6f6;
}

.logo-box {
  display: flex;
  width: 25%;
  height: 167px;
  padding: 6%;
  justify-content: center;
  align-items: center;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #abc7d1;
}

.logo-box._4 {
  border-right-style: solid;
}

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

.utility-page-wrap._404 {
  background-image: url('../images/Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.utility-page-content._404 {
  width: 100%;
}

.brand-footer {
  padding: 15px 25px;
  transition: opacity 200ms ease;
}

.brand-footer:hover {
  opacity: 0.8;
}

.brand-footer.w--current {
  width: 100px;
}

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

.utility-bg {
  width: 50%;
  height: 100%;
  background-image: url('../images/tyler-nix-574393-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}

._68-column-2 {
  width: 68%;
}

._22-column-2 {
  width: 22%;
}

.slide-nav-2 {
  display: none;
  background-color: transparent;
}

.right-column {
  width: 68%;
}

.green-line-short-2 {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 5%;
  background-color: #abc7d1;
}

.brand-2-top {
  display: none;
  width: 10%;
  height: 116px;
  float: none;
  justify-content: center;
  align-items: center;
}

.logo {
  transition: opacity 200ms ease;
}

.logo:hover {
  opacity: 0.8;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  border-color: #ddd;
  border-top-style: none;
  border-bottom-style: none;
}

.dropdown-list.blue.w--open {
  border-color: #abc7d1;
}

._52-column-2 {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 52%;
}

._52-column-2._1 {
  min-height: 749px;
  background-image: url('../images/5-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-link {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 87%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4%;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #fff;
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.title-underline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  background-color: #b6946f;
}

.link-block-2 {
  position: relative;
}

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

.image-expand._2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 530px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-expand._3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-expand._4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-underline-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  background-color: #b6946f;
}

.link-block-3 {
  position: relative;
  padding-right: 9px;
  color: #252525;
}

.link-block-3:hover {
  text-decoration: none;
}

.content-link-left {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 100%;
  padding-top: 5px;
  background-color: #fff;
}

.content-link-left._2 {
  padding-left: 3.7%;
}

.content-link-left._3 {
  padding-left: 3.7%;
}

.interaction-box {
  position: relative;
  width: 32%;
}

.dotted-circle {
  transition: transform 200ms ease;
}

.dotted-circle:hover {
  transform: none;
}

.link-block-4 {
  position: relative;
  padding-right: 15px;
}

.link-block-4:hover {
  text-decoration: none;
}

.link-block-4.full {
  width: 100%;
}

.link-underline-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #b6946f;
}

.work-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

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

.hero-underline-2 {
  width: 100%;
  height: 1px;
  margin-top: 4%;
  background-color: #b6946f;
}

.collection-item-1 {
  display: flex;
  width: 29%;
  max-width: 356px;
  margin-right: 1.8%;
  margin-bottom: 9%;
  margin-left: 1.8%;
  padding-bottom: 1px;
  justify-content: center;
  text-align: center;
}

.collection-item-1.mobile-border-2 {
  margin-bottom: 0%;
}

.layouts {
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-right: 0px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
}

.layout-box {
  display: flex;
  width: 30%;
  margin-right: 1.5%;
  margin-bottom: 80px;
  margin-left: 1.5%;
  flex-direction: column;
}

.layout-box._47-col {
  width: 47%;
}

.layout-preview {
  overflow: scroll;
  width: auto;
  height: 640px;
  margin-bottom: 15px;
  box-shadow: 31px 31px 44px -20px rgba(135, 141, 148, 0.45);
  transform: translate(0px, -5px);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.layout-preview:hover {
  box-shadow: none;
  transform: translate(0px, 0px);
}

.layout-preview.auto {
  height: auto;
}

.layout-preview.short {
  height: 300px;
}

.mini-icon-2 {
  margin-top: -2px;
  margin-right: 8px;
}

.text-small-block {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

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

.hero-underline-3 {
  width: 100%;
  height: 1px;
  margin-top: 4%;
  background-color: #b6946f;
}

.z-index {
  position: relative;
  z-index: 10;
}

.sales-rep {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.flex-space-center-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

._50-column {
  display: block;
  width: 48%;
}

._50-column.flex-cener {
  display: flex;
  justify-content: center;
  align-items: center;
}

._100 {
  width: 100%;
}

.title-gold-tag {
  margin-right: 8px;
  padding: 4px 15px;
  border: 1px solid #b6946f;
  border-radius: 20px;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #b6946f;
  font-size: 10px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title-gold-tag:hover {
  background-color: #b6946f;
  color: #fff;
  text-decoration: none;
}

.collection-item-11 {
  display: flex;
  width: 100%;
  margin-bottom: 7%;
  flex-direction: row;
  align-items: center;
}

.heading-1 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
}

.bg-blue {
  background-color: #d7e8ee;
}

.subtitle-2 {
  margin-top: 40px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #abc7d1;
  border-bottom: 1px solid #abc7d1;
}

.lightbox-link-2 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/rawpixel-749470-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-12 {
  overflow: hidden;
  padding-top: 7%;
  padding-bottom: 7%;
  background-color: #25282f;
}

.my-number {
  color: #b6946f;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}

.title-blue {
  font-family: Roboto, sans-serif;
  color: #d7e8ee;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.my-numbers-box {
  width: 25%;
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}

.my-picture {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  filter: grayscale(100%);
  transition: filter 200ms ease;
}

.my-picture:hover {
  filter: none;
}

.div-block-15 {
  margin-right: 1.5%;
  margin-left: 1.5%;
}

.left-block {
  width: 35%;
  padding-top: 4%;
  padding-bottom: 4%;
}

.right-block {
  display: flex;
  width: 60%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 7%;
  justify-content: flex-start;
  border-left: 1px solid #ddd;
}

.right-block._2 {
  flex-direction: column;
  justify-content: flex-start;
  border-left-color: #abc7d1;
}

.experience-box {
  padding: 8% 5%;
  border-top: 1px solid #abc7d1;
  text-align: left;
}

.button-4 {
  min-height: 45px;
  min-width: 150px;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #b6946f;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Cormorant Garamond', sans-serif;
  color: #b6946f;
  font-size: 19px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-4:hover {
  background-color: #b6946f;
  color: #fff;
  text-decoration: none;
}

.navbar-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 120px;
  border-top: 4px solid #b6946f;
  border-bottom: 1px solid #abc7d1;
  background-color: #d7e8ee;
}

.content-section-13 {
  overflow: hidden;
  padding-top: 155px;
  padding-bottom: 3.5%;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.borders {
  position: relative;
  z-index: 10;
  margin-top: 3%;
  margin-bottom: 3%;
}

.button-bg {
  margin-bottom: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #b6946f;
}

._80-column {
  width: 80%;
}

.medium-subtitle {
  font-size: 25px;
  line-height: 33px;
}

.brand-3 {
  display: flex;
  width: 80px;
  height: 116px;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease;
}

.brand-3:hover {
  opacity: 0.8;
}

.brand-5 {
  display: flex;
  width: 80px;
  height: 116px;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease;
}

.brand-5:hover {
  opacity: 0.8;
}

.tag-link {
  margin-right: 10px;
}

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

.tags {
  display: flex;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.absolute-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.absolute-image.city {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/carlos-delgado-732806-unsplash.jpg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-bg.me {
  background-image: url('../images/5b47c89ab998de4b96015176_4.png');
}

.image {
  position: absolute;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 720px;
  bottom: 0%;
  display: flex;
  min-width: 50px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-end;
  font-weight: 500;
}

.paragraph-2 {
  font-weight: 400;
}

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

.heading-2 {
  margin-bottom: 20px;
  background-color: #b6946f;
  color: #f6f6f6;
  text-align: left;
}

.text-block-5 {
  font-weight: 500;
  text-align: left;
}

.div-block-16 {
  height: 20px;
  line-height: 15px;
}

.text-block-6 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.text-block-7 {
  height: 40px;
  font-weight: 500;
}

.text-block-8 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.text-block-9 {
  color: #b6946f;
  font-weight: 600;
  text-align: left;
}

.subscript {
  left: 0px;
  overflow: scroll;
  height: 5px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.div-block-17 {
  padding-bottom: 100px;
}

.div-block-18 {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.div-block-19 {
  padding-bottom: 60px;
}

.heading-3 {
  margin-bottom: 20px;
  background-color: #6c8892;
  color: #f6f6f6;
}

.heading-4 {
  background-color: #120f97;
}

.text-span {
  color: #ddd;
}

.div-block-20 {
  padding-bottom: 30px;
}

.text-block-10 {
  position: static;
  margin-left: 140px;
  padding-right: 220px;
  font-weight: 400;
  text-align: right;
  text-transform: capitalize;
}

.bold-text-3 {
  font-weight: 400;
  text-align: right;
}

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

.column {
  padding-left: 40px;
}

.column-2 {
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  blockquote {
    width: 80%;
  }

  .content-section.blue {
    padding-top: 18%;
  }

  .post-wrapper {
    margin-top: -15%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .left-content.less-border {
    margin-top: 7%;
  }

  .navbar {
    height: 100px;
  }

  .brand {
    height: 96px;
  }

  .brand.w--current {
    height: 96px;
  }

  .nav-link.mobile {
    width: 100%;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    text-align: left;
  }

  .nav-link.mobile:hover {
    background-color: #f8f5ee;
  }

  .nav-link.small-last {
    margin-right: 0px;
  }

  .nav-link.responsive {
    height: 80px;
    padding-top: 8px;
  }

  .underline.mobile-none {
    display: none;
  }

  .dropdown {
    margin-right: 0px;
  }

  .dropdown-toggle {
    height: 70px;
    padding-top: 20px;
    padding-left: 20px;
  }

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

  .dropdown-arrow.mobile {
    margin-top: 27.5px;
  }

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .dropdown-link.mobile {
    border-top: 1px solid #ddd;
  }

  .hero-section._3 {
    margin-top: 95px;
  }

  .hero-text-box {
    width: 80%;
  }

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

  .header-box {
    width: 76%;
  }

  .cta-title-box {
    font-size: 35px;
    line-height: 35px;
  }

  .collection-item-4.footer {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .header-box-2 {
    width: 38%;
  }

  .collection-item-5 {
    margin-bottom: 11%;
  }

  .collection-item-5.bottom-border-2 {
    margin-bottom: 13%;
  }

  .flex-center._2 {
    flex-direction: column;
  }

  .left-column {
    width: 31%;
  }

  ._68-column {
    width: 60%;
  }

  .contact-details-left {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .center-header {
    width: 80%;
  }

  .absolute-text-box {
    width: 90%;
    padding: 5%;
  }

  .absolute-text-brown {
    width: 90%;
  }

  .relative {
    margin-bottom: 5%;
  }

  ._49-column-2 {
    width: 80%;
  }

  .icon-block-line {
    width: 22%;
  }

  ._22-column {
    width: 35%;
  }

  .header-box-3-copy {
    width: 50%;
  }

  .header-box-4 {
    width: 70%;
  }

  .flex-space-center {
    flex-direction: column;
  }

  .contact-right-2.blue {
    width: 80%;
  }

  .footer-3 {
    padding-top: 8%;
  }

  .nav-menu-3 {
    position: absolute;
    margin-top: 0px;
  }

  .text-absolute-box {
    width: 80%;
  }

  .nav-menu-4 {
    position: absolute;
  }

  .brand-2 {
    display: none;
  }

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

  .footer-4 {
    padding-top: 8%;
  }

  .navbar-2 {
    height: 96px;
  }

  .navmenu-2 {
    overflow: scroll;
    height: 100vh;
    background-color: #fff;
  }

  ._45-column-nav {
    width: 100%;
    flex-direction: column;
  }

  .dropdown-2 {
    margin-right: 0px;
  }

  .menu-button-3 {
    height: 92px;
    padding-top: 44px;
  }

  .navbar-3 {
    height: 96px;
  }

  .nav-menu {
    overflow: scroll;
    height: 100vh;
    background-color: #fff;
  }

  .nav-menu.blue {
    background-color: #d7e8ee;
  }

  .menu-button {
    height: 96px;
    padding-top: 44px;
  }

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

  .menu-button.blue {
    height: 92px;
  }

  .menu-button.blue.w--open {
    background-color: #d7e8ee;
  }

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

  .gold-box-short {
    width: 80%;
  }

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

  .flex-center-footer {
    flex-direction: column;
    text-align: center;
  }

  .brand-footer.w--current {
    margin-right: 0px;
  }

  .right-column {
    width: 65%;
  }

  .menu-button-2 {
    height: 92px;
    padding-top: 44px;
  }

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

  .brand-2-top.w--current {
    display: none;
  }

  .dropdown-list.w--open {
    border-right-style: none;
    border-left-style: none;
  }

  .interaction-box {
    margin-bottom: 5%;
  }

  .experience-box {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .navbar-5 {
    height: 96px;
  }

  .footer-columns {
    flex-direction: column;
  }

  .social-icons {
    margin-bottom: 20px;
  }

  ._80-column {
    width: 100%;
  }

  .brand-3.w--current {
    height: 96px;
  }

  .brand-5.w--current {
    height: 96px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .top-border._30 {
    margin-top: 20px;
  }

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

  .content-section.blue {
    padding-top: 24%;
  }

  .post-hero {
    height: 540px;
  }

  .title-box {
    padding-bottom: 3%;
  }

  .post-content.flex-space-2 {
    justify-content: space-between;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 10%;
  }

  .left-content.mobile-border {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .hero-box.home {
    padding-top: 12%;
  }

  .hero-text-box.left {
    margin-right: 5%;
    margin-left: 5%;
  }

  .hero-h1.lowcaps {
    font-size: 73px;
    line-height: 67.5px;
  }

  .header-box {
    margin-bottom: 10%;
  }

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

  .intro-box {
    margin-bottom: 5%;
  }

  .intro-box._2 {
    border-right-style: none;
  }

  .intro-box._3 {
    padding-left: 0%;
  }

  .white-center-box {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }

  .white-center-box.city {
    margin-top: -28%;
  }

  .column-text-box {
    margin-top: 31%;
    margin-bottom: 31%;
    padding-right: 10%;
  }

  .column-text-box._2 {
    padding-left: 10%;
  }

  .h2-large {
    font-size: 40px;
    line-height: 45px;
  }

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

  .inner-hero {
    height: 555px;
  }

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

  .cta {
    margin-top: 2%;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-2 {
    width: 50%;
    border-right-style: none;
  }

  .footer-column-3 {
    width: 50%;
    padding-left: 0%;
  }

  .go-up {
    margin-top: 15px;
  }

  .header-box-2 {
    width: 42%;
    margin-bottom: 8%;
  }

  .collection-item-5 {
    width: 47%;
    margin-bottom: 18%;
  }

  .collection-item-5.bottom-border-2 {
    margin-bottom: 18%;
  }

  .collection-item-6 {
    width: 46%;
  }

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

  .tab-link-tab-2 {
    width: 100%;
    text-align: center;
  }

  .tab-link-tab-2.w--current {
    border-bottom: 1px solid #abc7d1;
  }

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

  ._32-column {
    width: 48%;
    margin-bottom: 10%;
  }

  ._60-column {
    width: 100%;
    margin-bottom: 6%;
  }

  .text-box-2 {
    padding-left: 0%;
  }

  .accordion-wrapper {
    margin-bottom: 8%;
  }

  .left-column {
    width: 38%;
  }

  ._68-column {
    width: 56%;
  }

  .absolute-text-box {
    padding: 7% 8%;
  }

  .content-section-6 {
    margin-top: 11%;
  }

  .feature-box {
    width: 50%;
  }

  .feature-box._2 {
    border-right-style: none;
  }

  .feature-box._3 {
    border-right-style: solid;
  }

  .feature-box._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }

  .absolute-text-brown.left {
    padding: 5% 7%;
  }

  .icon-border {
    margin-bottom: 5%;
  }

  .intro-image-box {
    width: 47%;
    margin-bottom: 8%;
  }

  .left-white-box {
    width: 70%;
  }

  .collection-item-9 {
    width: 47%;
  }

  .pricing-box {
    width: 47%;
    margin-bottom: 7%;
  }

  .header-box-3-copy {
    width: 80%;
  }

  .collection-item-10 {
    width: 47%;
  }

  .intro-box-2 {
    width: 50%;
    margin-bottom: 8%;
  }

  .intro-box-2._3 {
    margin-bottom: 0%;
  }

  .intro-box-2._2 {
    border-right-style: none;
  }

  .feature-box-center {
    width: 50%;
  }

  .feature-box-center._2 {
    border-right-style: none;
  }

  .feature-box-center._3 {
    border-right-style: solid;
  }

  .feature-box-center._4 {
    border-right-style: none;
    border-bottom-style: solid;
  }

  .testimonial-bg {
    width: 80%;
  }

  .contact-left-2 {
    width: 100%;
    margin-bottom: 8%;
  }

  .contact-right-2 {
    width: 100%;
  }

  ._28-column {
    width: 47%;
    margin-bottom: 8%;
  }

  .wide-section {
    height: 400px;
  }

  .numbers-box {
    width: 60%;
    margin-bottom: 8%;
  }

  .feature-icon-big._1 {
    width: 60px;
    height: 60px;
    background-size: 30px;
  }

  .feature-icon-big._2 {
    background-size: 20px;
  }

  .feature-icon-big._3 {
    background-size: 30px;
  }

  .testimonial-bg-2 {
    width: 80%;
  }

  .lightbox {
    width: 47%;
  }

  ._31-column {
    width: 47%;
    margin-bottom: 11%;
  }

  .block-1 {
    width: 100%;
    height: 850px;
    justify-content: flex-start;
  }

  .hero-right {
    width: 100%;
  }

  .help {
    width: 100%;
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    border-bottom: 1px solid #ddd;
    border-right-style: none;
  }

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

  ._100-column {
    width: 100%;
  }

  .logo-box {
    width: 50%;
    padding: 13%;
  }

  .logo-box._1 {
    border-bottom-style: none;
  }

  .logo-box._2 {
    border-right-style: solid;
    border-bottom-style: none;
  }

  .right-column {
    width: 56%;
  }

  .interaction-box {
    width: 48.5%;
    margin-bottom: 7%;
  }

  .collection-item-1 {
    width: 46%;
  }

  .collection-item-1.mobile-border-2 {
    margin-bottom: 7%;
  }

  .layout-box {
    width: 47%;
  }

  .layout-preview {
    height: 385px;
  }

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

  ._50-column {
    width: 100%;
  }

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

  .my-numbers-box {
    width: 50%;
  }

  .my-picture {
    margin-top: 7%;
  }

  .absolute-image.city {
    position: relative;
  }
}

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

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

  .flex.mobile-reverse {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }

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

  .post-hero {
    height: 340px;
  }

  .title-box.bottom-border {
    margin-bottom: 8%;
  }

  .title-box.bottom-border-2 {
    margin-bottom: 10%;
    padding-bottom: 3%;
  }

  .post-content {
    padding-bottom: 14%;
  }

  .post-content.flex-space {
    flex-wrap: wrap-reverse;
  }

  .post-content.flex-space-2 {
    padding-bottom: 14%;
    flex-wrap: wrap-reverse;
  }

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

  .collection-item {
    width: 100%;
    margin-bottom: 17%;
    padding-bottom: 6%;
  }

  .collection-item.bottom-border {
    width: 100%;
    margin-bottom: 14%;
  }

  .nav-link.small {
    height: 80px;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-section._3 {
    height: 600px;
    min-height: 600px;
  }

  .hero-text-box {
    width: 100%;
  }

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

  .hero-h1.lowcaps {
    font-size: 68px;
    line-height: 63px;
  }

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

  .header-box {
    width: 86%;
  }

  .intro-box {
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 4%;
    border-bottom: 1px solid #ddd;
    border-right-style: none;
    text-align: center;
  }

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

  .white-center-box {
    padding-top: 11.5%;
    padding-bottom: 11.5%;
  }

  .white-center-box.city {
    margin-top: 10%;
  }

  ._53-column {
    width: 100%;
    min-height: 350px;
  }

  ._47-column {
    width: 100%;
  }

  .column-text-box {
    right: 0%;
    margin-top: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-text-box._2 {
    right: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-text-box.mobile-no-border {
    margin-top: 0%;
  }

  .column-text-box._2-no-border {
    right: 0%;
    margin-top: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-items {
    margin-bottom: 20%;
  }

  .column-items.mobile-reverse {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }

  .column-items.mobile-no-border {
    margin-bottom: 0%;
  }

  .column-items.mobile-reverse-2 {
    margin-bottom: 0%;
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }

  .blog-left-column {
    padding: 5.5%;
  }

  .collection-item-2 {
    padding-bottom: 6%;
  }

  .collection-item-3 {
    margin-bottom: 12%;
  }

  .collection-item-4.footer {
    width: 100%;
  }

  .footer-column {
    width: 100%;
    padding-right: 0%;
    border-right-style: none;
  }

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

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

  .inner-hero-bg.mobile-padding {
    padding-top: 18%;
  }

  .header-box-2 {
    width: 60%;
    margin-bottom: 12%;
  }

  .collection-item-5 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 32%;
    margin-left: 0%;
  }

  .collection-item-5.bottom-border-2 {
    margin-bottom: 33%;
  }

  .collection-item-6 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18%;
    margin-left: 0%;
  }

  .content-section-5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .text-columns {
    -moz-column-count: 1;
         column-count: 1;
  }

  .tab-link-tab-2 {
    height: auto;
  }

  .pricing-title {
    width: 100%;
    margin-bottom: 5%;
    padding-right: 5%;
    padding-left: 5%;
    border-right-style: solid;
  }

  .pricing-title.mobile-bottom-line {
    border-bottom-style: solid;
  }

  .pricing-details {
    flex: 1;
  }

  .pricing-details.mobile-bottom-line {
    border-bottom-style: solid;
  }

  .pricing-details.bottom-line-last {
    border-bottom-style: solid;
  }

  .pricing-item {
    margin-bottom: 11%;
  }

  .pricing-item.mobile-border-2 {
    margin-bottom: 8%;
  }

  .description-title {
    width: 100%;
    margin-bottom: 6%;
  }

  .desciption-title-2 {
    padding-left: 1.8%;
    justify-content: flex-start;
  }

  .price {
    display: inline;
  }

  ._32-column {
    width: 100%;
  }

  .left-column {
    width: 100%;
  }

  .left-column.mobile-border {
    margin-bottom: 17%;
  }

  ._68-column {
    width: 100%;
  }

  ._68-column.mobile-border {
    margin-bottom: 18%;
  }

  .content-section-11 {
    padding-top: 20%;
    padding-bottom: 20%;
    background-size: 1040px;
  }

  .collection-item-7 {
    width: 100%;
    margin-bottom: 11%;
  }

  .service-image-link {
    width: 100%;
  }

  .collection-item-8 {
    flex-direction: column;
  }

  .service-text-box-2 {
    display: block;
    width: 90%;
    margin-top: -25%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 14%;
  }

  .contact-left.mobile-border {
    margin-bottom: 8%;
  }

  .contact-right {
    width: 100%;
    padding-right: 7%;
    border-left-style: none;
  }

  .contact-right._2 {
    border-left-style: none;
  }

  ._81-column {
    width: 100%;
  }

  ._48-column {
    width: 100%;
  }

  .absolute-text-box {
    padding: 7% 8%;
  }

  ._52-column {
    width: 100%;
  }

  .column-text-2 {
    right: 0%;
    width: 100%;
    margin-top: 0%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .column-text-2._2 {
    margin-bottom: 0%;
  }

  .feature-box {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
    border-right-style: none;
  }

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

  .feature-box._5 {
    border-bottom-style: solid;
  }

  .absolute-text-brown.left {
    padding: 9%;
  }

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

  .lines-box {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  ._48-column-2 {
    width: 100%;
    margin-bottom: 15%;
  }

  ._48-column-2.mobile-no-border {
    margin-bottom: 0%;
  }

  ._45-column {
    width: 100%;
  }

  .relative {
    margin-bottom: 10%;
  }

  .slide {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .testimonial-white-bg {
    width: 90%;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .slide-nav {
    position: relative;
    display: block;
  }

  .text-field-2 {
    width: 100%;
    border-right-style: solid;
    border-radius: 3px;
  }

  .intro-image-box {
    width: 100%;
  }

  .left-white-box {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 9%;
    float: none;
  }

  .collection-item-9 {
    width: 100%;
    margin-bottom: 6%;
  }

  .header-box-3 {
    width: 80%;
  }

  ._48-column-3 {
    width: 100%;
    margin-bottom: 14%;
  }

  .service-text-box-3 {
    padding: 7% 9% 9%;
  }

  .content-section-8 {
    padding-top: 20%;
  }

  .pricing-box {
    width: 100%;
  }

  ._22-column {
    width: 100%;
  }

  ._22-column.mobile-border {
    margin-bottom: 20%;
  }

  .faq-section {
    padding-top: 7%;
  }

  .collection-item-10 {
    width: 100%;
  }

  .intro-box-2 {
    width: 100%;
    border-right-style: none;
  }

  .subtitle-box {
    width: 80%;
  }

  ._55-column._1 {
    width: 100%;
  }

  ._55-column._2 {
    width: 100%;
  }

  ._45-column-2 {
    width: 100%;
    padding-right: 6%;
  }

  ._82-column {
    width: 100%;
  }

  ._44-column {
    width: 100%;
  }

  ._44-column.mobile-border {
    margin-bottom: 11%;
  }

  ._45-column-3._1 {
    width: 100%;
  }

  ._43-column {
    width: 100%;
    margin-bottom: 14%;
  }

  ._47-column-2 {
    width: 100%;
  }

  .feature-box-center {
    width: 100%;
    padding-top: 8%;
    border-right-style: none;
  }

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

  .feature-box-center._5 {
    border-bottom-style: solid;
  }

  ._63-column {
    width: 100%;
  }

  ._18-column._1 {
    width: 100%;
  }

  ._18-column._2 {
    width: 100%;
  }

  ._51-column {
    width: 80%;
  }

  .testimonial-bg {
    width: 100%;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .contact-right-2 {
    padding: 7%;
  }

  .contact-right-2.blue {
    width: 100%;
  }

  ._28-column {
    width: 100%;
  }

  .wide-section {
    height: 300px;
  }

  .numbers-box {
    width: 100%;
  }

  .testimonial-bg-2 {
    width: 90%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .slide-arrow-3 {
    display: none;
  }

  .lightbox {
    width: 100%;
    margin-bottom: 12%;
  }

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

  .nav-menu-3 {
    width: 100%;
    min-width: auto;
  }

  .block-1 {
    height: 800px;
  }

  .text-absolute-box._2 {
    margin-right: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .block-3 {
    width: 100%;
  }

  .block-4 {
    width: 100%;
  }

  .nav-menu-4 {
    width: 100%;
    min-width: auto;
  }

  .help {
    width: 100%;
    border-right-style: none;
  }

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

  ._100-column {
    flex-direction: column;
    justify-content: center;
  }

  .logo-box {
    width: 100%;
    padding: 27%;
  }

  .logo-box._1 {
    border-right-style: solid;
  }

  .logo-box._3 {
    border-right-style: solid;
    border-bottom-style: none;
  }

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

  .utility-page-content {
    width: 100%;
  }

  .brand-footer.w--current {
    margin-bottom: 20px;
  }

  .utility-bg {
    width: 100%;
  }

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

  ._68-column-2 {
    width: 100%;
  }

  ._22-column-2 {
    width: 100%;
    margin-bottom: 8%;
  }

  .right-column {
    width: 100%;
  }

  ._52-column-2 {
    width: 100%;
  }

  .interaction-box {
    width: 90%;
  }

  .collection-item-1 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18%;
    margin-left: 0%;
  }

  .layout-box {
    width: 100%;
  }

  .layout-box._47-col {
    width: 100%;
  }

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

  .content-section-12 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .my-numbers-box {
    width: 100%;
  }

  .left-block {
    width: 100%;
    margin-bottom: 14%;
  }

  .left-block.mobile-border {
    margin-bottom: 8%;
  }

  .right-block {
    width: 100%;
    padding-right: 7%;
    border-left-style: none;
  }

  .right-block._2 {
    border-left-style: none;
  }

  .absolute-image.city {
    position: relative;
    margin-top: -145px;
  }
}

