h1 {
  font-size: 55px !important;
  font-weight: normal !important;
  line-height: 110%;
  font-family: "cera_promedium";
  padding: 0;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}

h2 {
  font-weight: normal !important;
  font-size: 50px !important;
  line-height: 110%;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h3 {
  font-weight: normal !important;
  font-size: 40px !important;
  line-height: 111%;
  font-family: "cera_promedium";
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h4 {
  font-weight: normal !important;
  font-size: 35px !important;
  font-family: "cera_promedium";
  line-height: 111%;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h5 {
  font-weight: normal !important;
  font-size: 25px !important;
  font-family: "cera_promedium";
  line-height: 115%;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h6 {
  font-weight: normal !important;
  font-size: 20px !important;
  font-family: "cera_promedium";
  line-height: 120%;
  padding: 0;
  margin: 0;
}

p {
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: "cera_promedium";
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.orange {
  color: #ea6744 !important;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 26px !important;
  }
  h5 {
    font-size: 20px !important;
  }
  h6 {
    font-size: 17px !important;
  }
}
.primary-button {
  padding: 20px 0;
  line-height: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #221f20;
  border: 0;
  text-align: left;
  position: relative;
  transition: all 0.35s;
  background: transparent;
  cursor: pointer;
}
.primary-button span {
  position: relative;
  z-index: 2;
}
.primary-button span svg {
  vertical-align: middle;
  width: 20px;
  padding-left: 10px;
  transition: all 0.35s;
}
.primary-button:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
}
.primary-button:hover {
  color: #fff;
}
.primary-button:hover span svg {
  padding-left: 20px;
}
.primary-button:hover::after {
  width: 100%;
}

.secondary-button {
  padding: 20px 0;
  line-height: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  border: 0;
  text-align: left;
  position: relative;
  transition: all 0.5s;
  background: transparent;
  cursor: pointer;
}
.secondary-button span {
  position: relative;
  z-index: 2;
}
.secondary-button span svg {
  vertical-align: middle;
  width: 20px;
  padding-left: 10px;
  transition: all 0.35s;
}
.secondary-button:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
}
.secondary-button:hover {
  color: #fff;
}
.secondary-button:hover span svg {
  padding-left: 20px;
}
.secondary-button:hover::after {
  width: 100%;
}

.submit-button {
  padding: 15px 25px;
  line-height: 100%;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  border: 0;
  text-align: left;
  position: relative;
  transition: all 0.5s;
  background: transparent;
  border: 1px #fff solid;
  cursor: pointer;
}
.submit-button span {
  position: relative;
  z-index: 2;
}
.submit-button span svg {
  vertical-align: middle;
  width: 20px;
  padding-left: 10px;
  transition: all 0.35s;
}
.submit-button span svg g line {
  stroke: #fff;
}
.submit-button span svg g path {
  stroke: #fff;
}
.submit-button:hover {
  color: #221f20;
  background: #fff;
}
.submit-button:hover span svg {
  padding-left: 20px;
}
.submit-button:hover span svg g line {
  stroke: #221f20;
}
.submit-button:hover span svg g path {
  stroke: #221f20;
}

#closeButton {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-family: "cera_prolight";
  cursor: pointer;
}

#closeButtonBlack {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-family: "cera_prolight";
  cursor: pointer;
}

#openButton {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

#openButtonBlack {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.js-video-button {
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, -50%);
}
.js-video-button svg g circle {
  transition: all 0.3s ease-out;
  opacity: 1;
}
.js-video-button svg g path {
  transition: all 0.3s ease-out;
  opacity: 1;
}
.js-video-button:hover svg g circle {
  fill: #fff;
  opacity: 0.8;
}
.js-video-button:hover svg g path {
  fill: #ea6744;
  opacity: 0.8;
}
.js-video-button:focus {
  outline: none;
}

.modal-video-close-btn {
  cursor: pointer;
}

@media (max-width: 768px) {
  .btn__white {
    margin: auto;
  }
}
html,
body {
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "cera_promedium" !important;
  position: relative;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  display: block;
}

a {
  color: #221f20;
  text-decoration: none;
}

.scrollUp {
  top: -100px !important;
}

.bg-black {
  background-color: #221f20;
}

.bg-light {
  background-color: #dedbd8;
}

.open {
  opacity: 1 !important;
  visibility: visible !important;
}
.open .mob-link {
  display: block !important;
}

.hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.black svg g path {
  fill: #221f20 !important;
}
.black svg g rect {
  fill: #221f20 !important;
}

.black-stroke svg g path {
  stroke: #221f20 !important;
}

.active {
  opacity: 0.6;
}

@media (max-width: 1060px) {
  .hidden {
    display: block !important;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: 0.3s;
  z-index: 999;
  height: 100px;
}
.header .home__icon {
  position: absolute;
  top: 2em;
  left: 3%;
}
.header .whatsapp-icon {
  position: absolute;
  top: 7em;
  left: 3%;
  transition: all 0.35s;
}
.header .whatsapp-icon svg {
  width: 33px;
}
.header .whatsapp-icon svg g {
  clip-path: unset;
}
.header .navigation .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  list-style-type: none;
  list-style: none;
}
.header .navigation .menu li {
  padding: 1em 1.5em;
}
.header .navigation .menu li a {
  text-decoration: none;
  color: #fff;
  font-family: "cera_promedium";
  transition: all 0.35s;
}
.header .navigation .menu li a:hover {
  opacity: 0.6;
}

.header-black {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: 0.3s;
  z-index: 999;
  height: 100px;
}
.header-black .home__icon {
  position: absolute;
  top: 2em;
  left: 3%;
}
.header-black .whatsapp-icon {
  position: absolute;
  top: 7em;
  left: 3%;
  transition: all 0.35s;
}
.header-black .whatsapp-icon svg {
  width: 33px;
}
.header-black .whatsapp-icon svg g {
  clip-path: unset;
}
.header-black .navigation .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  list-style-type: none;
  list-style: none;
}
.header-black .navigation .menu li {
  padding: 1em 1.5em;
}
.header-black .navigation .menu li a {
  text-decoration: none;
  color: #221f20;
  font-family: "cera_promedium";
}
.header-black .navigation .menu li a svg g path {
  fill: #221f20;
}
.header-black .navigation .menu li a svg g rect {
  fill: #221f20;
}

.header-mob {
  display: none;
}
.header-mob .mob-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.header-mob .mob-navigation .mob-link {
  display: none;
}

.header-mob-black {
  display: none;
}
.header-mob-black .mob-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.header-mob-black .mob-navigation .mob-link {
  display: none;
}

@media (max-width: 1060px) {
  .header {
    display: none;
  }
  .header-black {
    display: none;
  }
  .header-mob {
    z-index: 999;
    display: block;
    position: relative;
  }
  .header-mob .header-mob-icons {
    position: fixed;
    top: 5%;
    left: 6%;
    z-index: 9999;
    color: white;
    text-align: center;
  }
  .header-mob .logo-mob {
    position: absolute;
    top: 0;
    left: 360%;
  }
  .header-mob .house__icon__mob {
    padding-top: 15px;
  }
  .header-mob .house__icon__mob svg:not(:root) {
    overflow: hidden;
  }
  .header-mob .whatsapp-icon {
    padding-top: 0.8em;
  }
  .header-mob .whatsapp-icon svg {
    width: 30px;
  }
  .header-mob .whatsapp-icon svg g {
    clip-path: unset;
  }
  .header-mob .mob-navigation {
    position: fixed;
    top: 0;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index: 999;
  }
  .header-mob .mob-navigation .close-button {
    color: white;
    position: absolute;
    top: 5%;
    right: 10%;
    font-family: "cera_prolight";
    padding: 10px;
    font-size: 20px;
  }
  .header-mob .mob-navigation .mob-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10em;
  }
  .header-mob .mob-navigation .mob-menu ul {
    padding: 0;
    margin: 0;
  }
  .header-mob .mob-navigation .mob-menu ul li {
    line-height: 60px;
  }
  .header-mob .mob-navigation .mob-menu ul li a {
    color: #dedbd8;
    font-size: 20px;
    font-family: "cera_prolight";
  }
  .header-mob-black {
    z-index: 999;
    display: block;
    position: relative;
  }
  .header-mob-black .header-mob-icons {
    position: fixed;
    top: 5%;
    left: 6%;
    z-index: 9999;
    color: white;
    text-align: center;
  }
  .header-mob-black .logo-mob {
    position: absolute;
    top: 0;
    left: 360%;
  }
  .header-mob-black .house__icon__mob {
    padding-top: 15px;
  }
  .header-mob-black .house__icon__mob svg:not(:root) {
    overflow: hidden;
  }
  .header-mob-black .whatsapp-icon {
    padding-top: 0.8em;
  }
  .header-mob-black .whatsapp-icon svg {
    width: 30px;
  }
  .header-mob-black .whatsapp-icon svg g {
    clip-path: unset;
  }
  .header-mob-black .mob-navigation {
    position: fixed;
    top: 0;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index: 999;
  }
  .header-mob-black .mob-navigation .close-button-black {
    color: white;
    position: absolute;
    top: 5%;
    right: 10%;
    font-family: "cera_prolight";
    padding: 10px;
    font-size: 20px;
  }
  .header-mob-black .mob-navigation .mob-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10em;
  }
  .header-mob-black .mob-navigation .mob-menu ul {
    padding: 0;
    margin: 0;
  }
  .header-mob-black .mob-navigation .mob-menu ul li {
    line-height: 60px;
  }
  .header-mob-black .mob-navigation .mob-menu ul li a {
    color: #dedbd8;
    font-size: 20px;
    font-family: "cera_prolight";
  }
}
@media (max-width: 768px) {
  .header-mob .header-mob-icons {
    left: 5.5%;
  }
}
@media (max-width: 678px) {
  .header-mob .header-mob-icons {
    left: 25px;
  }
}
.footer {
  background-color: #221f20;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 6em;
  padding-bottom: 6em;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.footer .footer-wrapper .footer-logo {
  padding-bottom: 4em;
}
.footer .footer-wrapper .footer-logo svg {
  max-width: 200px;
}
.footer .footer-wrapper p {
  font-family: "cera_prolight" !important;
}
.footer .footer-wrapper .footer-content {
  max-width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "cera_prolight" !important;
}
.footer .footer-wrapper .footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-wrapper .footer-content ul li {
  padding-bottom: 1.8em;
}
.footer .footer-wrapper .footer-content ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-wrapper .footer-content ul li a:hover {
  text-decoration: underline !important;
}
.footer .footer-wrapper .footer-links {
  padding-top: 2em;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "cera_prolight" !important;
}
.footer .footer-wrapper .footer-links .social svg {
  padding-right: 0.8em;
}
.footer .vector-footer {
  top: 0;
  position: absolute;
  left: 45%;
}
.footer .vector-footer svg {
  max-height: 455px;
}

@media (max-width: 678px) {
  .footer .footer-wrapper .footer-content {
    display: block;
  }
  .footer .footer-wrapper .footer-links {
    display: block;
  }
  .footer .footer-wrapper .footer-links .privacy-policy {
    padding-top: 1em;
  }
  .footer .vector-footer {
    top: 0;
    position: absolute;
    left: 45%;
  }
  .footer .vector-footer svg {
    max-height: 455px;
  }
}
.aside {
  background-color: #221f20;
  width: 8%;
  height: 100%;
  position: absolute;
}

@media (max-width: 1060px) {
  .aside {
    width: 15%;
  }
}
@media (max-width: 678px) {
  .aside {
    width: 80px;
  }
}
/*CONTACT*/
.contact__wrapper {
  padding-left: 10%;
  display: flex;
  align-items: flex-start;
  background-color: #ea6744;
}
.contact__wrapper .contact__content {
  width: 60%;
}
.contact__wrapper .contact__content .contact__title {
  padding-top: 5em;
}
.contact__wrapper .contact__content .contact__title h2 {
  color: #fff;
  padding-bottom: 0.5em;
}
.contact__wrapper .contact__content .contact__title p {
  padding-top: 1.5em;
  color: white;
}
.contact__wrapper .contact__content .contact__form {
  width: 80%;
  max-width: 900px;
  padding-top: 1em;
}
.contact__wrapper .contact__content .contact__form .form-control {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}
.contact__wrapper .contact__content .contact__form .form-control .half-col {
  width: 47%;
}
.contact__wrapper .contact__content .contact__form .form-control label {
  display: block;
  padding-bottom: 1em;
}
.contact__wrapper .contact__content .contact__form .form-control input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  height: 23px;
  padding: 10px;
  font-family: "cera_prolight";
  color: #808080;
}
.contact__wrapper .contact__content .contact__form .form-control input:focus-visible {
  outline: none;
}
.contact__wrapper .contact__content .contact__form .form-control-textarea label {
  display: block;
  padding-bottom: 1em;
}
.contact__wrapper .contact__content .contact__form .form-control-textarea textarea {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 10px;
  height: 170px;
  font-family: "cera_prolight";
  color: #808080;
}
.contact__wrapper .contact__content .contact__form .form-control-textarea textarea:focus-visible {
  outline: none;
}
.contact__wrapper .contact__content .contact__form .btn {
  margin-top: 1em;
  text-align: right;
  padding-top: 1.5em;
  width: 103%;
}
.contact__wrapper .map {
  width: 40%;
  border-left: 1px solid #fff;
  background-color: #221f20;
  margin-top: -48px;
  min-height: 1200px;
  z-index: 2;
}

@media (max-width: 968px) {
  /*CONTACT*/
  .contact__wrapper {
    padding-left: 10%;
    display: block;
  }
  .contact__wrapper .contact__content {
    width: 80%;
  }
  .contact__wrapper .contact__content .contact__form {
    width: 100%;
    max-width: 900px;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .contact__wrapper .contact__content .contact__form .form-control {
    display: block;
  }
  .contact__wrapper .contact__content .contact__form .form-control .half-col {
    width: 100%;
    padding-top: 15px;
  }
  .contact__wrapper .contact__content .contact__form .btn {
    padding-top: 1.5em;
  }
  .contact__wrapper .contact__content .contact__form .btn button {
    margin-right: -10px;
  }
  .contact__wrapper .map {
    width: 100%;
    margin-top: 1em;
    min-height: 400px;
  }
}
.home .home__cover {
  position: relative;
}
.home .home__cover .home__hero {
  margin-left: 8%;
  height: 100vh;
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .home__cover .home__hero .home__hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  padding-right: 10%;
}
.home .home__cover .home__cover__vector {
  position: absolute;
  top: -10px;
  right: -70px;
}
.home .home__cover .home__cover__vector svg {
  height: 680px;
}
.home .home__cover .arrow-down {
  position: absolute;
  bottom: 2em;
  left: 2.8%;
}
.home .home__cover .arrow-down svg {
  max-width: 30px;
}
.home .home__cover .arrow-down svg g {
  clip-path: unset;
}
.home .home__about {
  background-color: #dedbd8;
  position: relative;
}
.home .home__about .home__about__vertical__line {
  position: absolute;
  top: 0;
  left: 10%;
}
.home .home__about .home__about__vertical__line svg {
  height: 7em;
}
.home .home__about .home__about__vertical__line:nth-child(2) {
  left: 20% !important;
}
.home .home__about .home__about__horizontal__line {
  position: absolute;
  top: 6.1em;
  left: 0;
}
.home .home__about .home__about__horizontal__line svg {
  width: 100vw;
}
.home .home__about .home__about__wrapper {
  display: flex;
  align-items: center;
  padding-left: 15%;
  padding-top: 7em;
  padding-bottom: 7em;
}
.home .home__about .home__about__wrapper .home__about__text {
  width: 50%;
}
.home .home__about .home__about__wrapper .home__about__text .home__about__text__content {
  max-width: 450px;
  padding: 0 2em;
  margin: auto;
}
.home .home__about .home__about__wrapper .home__about__text .counter {
  display: flex;
  justify-content: space-between;
}
.home .home__about .home__about__wrapper .home__about__text .counter .counter-item {
  padding-top: 3.2em;
  padding-right: 15px;
  width: 33.33%;
}
.home .home__about .home__about__wrapper .home__about__text .counter .counter-item .counter-number {
  color: #ea6744;
  font-size: 30px;
}
.home .home__about .home__about__wrapper .home__about__text .counter .counter-item .counter-text {
  font-family: "cera_prolight";
}
.home .home__about .home__about__wrapper .home__about__text .home__about__button {
  margin-top: 4em;
}
.home .home__about .home__about__wrapper .home__about__image {
  position: relative;
  width: 50%;
}
.home .home__about .home__about__wrapper .home__about__image .square {
  width: 70%;
  position: absolute;
  height: 95%;
  background-color: #e0805e;
  top: -7em;
  right: 0;
  z-index: 1;
}
.home .home__about .home__about__wrapper .home__about__image .home__about__video {
  position: relative;
  min-width: 300px;
  max-width: 70%;
  height: 50vh;
  min-height: 580px;
}
.home .home__about .home__about__wrapper .home__about__image .home__about__video video {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.home .home__projects {
  background-color: #dedbd8;
}
.home .home__projects .home__projects__title {
  padding-left: 25%;
  padding-bottom: 5em;
}
.home .home__projects .home__project {
  display: flex;
  align-items: flex-end;
  background-color: #3d3e40;
  color: #fff;
}
.home .home__projects .home__project:nth-child(even) .primary-button {
  color: white !important;
}
.home .home__projects .home__project:nth-child(odd) {
  flex-direction: row-reverse;
  background-color: #dedbd8 !important;
  color: #221f20 !important;
}
.home .home__projects .home__project .home__project__image {
  width: 75%;
  height: 60vh;
  min-height: 300px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .home__projects .home__project .home__project__text {
  width: 25%;
  padding: 4em;
}
.home .home__projects .home__project .home__project__text h6 {
  color: #ea6744;
  padding-bottom: 4em;
}
.home .home__how {
  background-color: #dedbd8;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
}
.home .home__how .home__how__vertical__line {
  position: absolute;
  top: 0;
  left: 10%;
}
.home .home__how .home__how__vertical__line svg {
  height: 7em;
}
.home .home__how .home__how__vertical__line:nth-child(2) {
  left: 20% !important;
}
.home .home__how .home__how__horizontal__line {
  position: absolute;
  top: 6.1em;
  left: 0;
}
.home .home__how .home__how__horizontal__line svg {
  width: 100vw;
}
.home .home__how .home__how__title {
  display: flex;
  align-items: center;
  padding: 14em 0 7em 0;
}
.home .home__how .home__how__title .home__how__title__header {
  width: 60%;
}
.home .home__how .home__how__title .home__how__title__content {
  width: 40%;
}
.home .home__how .home__how__content {
  padding-bottom: 7em;
}
.home .home__how .home__how__content .home__how__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  position: relative;
  z-index: 99;
}
.home .home__how .home__how__content .home__how__wrapper .home__how__item {
  width: 33.33%;
  margin-bottom: 4em;
}
.home .home__how .home__how__content .home__how__wrapper .home__how__item .how__item__icon svg {
  width: 35px;
  height: 35px;
}
.home .home__how .home__how__content .home__how__wrapper .home__how__item .how__item__text {
  padding-top: 2em;
}
.home .home__how .home__how__content .home__how__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 99;
}
.home .home__how .home__how__content .home__how__vector {
  position: absolute;
  bottom: 6.1em;
  right: 0;
  z-index: 1;
}
.home .home__how .home__how__content .home__how__vector svg {
  max-height: 350px;
}
.home .home__how .home__how__vertical__line__bottom {
  position: absolute;
  bottom: -0.3em;
  left: 10%;
}
.home .home__how .home__how__vertical__line__bottom svg {
  height: 6.5em;
}
.home .home__how .home__how__vertical__second__line__bottom {
  position: absolute;
  bottom: -0.3em;
  left: 20%;
}
.home .home__how .home__how__vertical__second__line__bottom svg {
  height: 6.5em;
}
.home .home__how .home__how__horizontal__line__bottom {
  position: absolute;
  bottom: 6.1em;
  left: 0;
}
.home .home__how .home__how__horizontal__line__bottom svg {
  width: 100vw;
}
.home .home__contact {
  padding-left: 10%;
  padding-top: 3em;
  background-color: #ea6744;
  position: relative;
}
.home .home__contact .home__contact__vector {
  position: absolute;
  bottom: -0.26em;
  left: -4px;
}

@media (max-width: 1200px) {
  .home .home__about .home__about__wrapper .home__about__text .counter {
    flex-wrap: wrap;
  }
  .home .home__about .home__about__wrapper .home__about__text .counter .counter-item:last-child {
    width: 100%;
  }
}
@media (max-width: 1060px) {
  .home .home__cover .arrow-down {
    display: none;
  }
}
@media (max-width: 788px) {
  .home .home__cover .home__hero {
    margin-left: 80px !important;
  }
  .home .home__cover .home__hero .home__hero__title {
    height: 100% !important;
    padding-left: 10% !important;
  }
  .home .home__cover .home__cover__vector {
    position: absolute;
    top: -4px !important;
    right: -130px !important;
  }
  .home .home__cover .home__cover__vector svg {
    height: 400px !important;
  }
  .home .home__about .home__about__vertical__line {
    display: none;
  }
  .home .home__about .home__about__horizontal__line {
    display: none;
  }
  .home .home__about .home__about__wrapper {
    display: block;
    padding-left: 0;
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .home .home__about .home__about__wrapper .home__about__text {
    width: auto;
  }
  .home .home__about .home__about__wrapper .home__about__text .home__about__text__content {
    padding: 0 10px 4em 15%;
  }
  .home .home__about .home__about__wrapper .home__about__text .counter {
    display: flex;
  }
  .home .home__about .home__about__wrapper .home__about__text .counter .counter-item {
    width: 40%;
  }
  .home .home__about .home__about__wrapper .home__about__text .home__about__button {
    margin-top: 4em;
  }
  .home .home__about .home__about__wrapper .home__about__image {
    width: 100%;
    max-height: 350px;
  }
  .home .home__about .home__about__wrapper .home__about__image .square {
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: inherit;
  }
  .home .home__about .home__about__wrapper .home__about__image .home__about__video {
    min-width: 80%;
    max-width: 80%;
    margin-left: auto;
    height: auto;
    min-height: 300px;
  }
  .home .home__projects .home__project {
    display: block;
  }
  .home .home__projects .home__project .home__project__image {
    width: 100% !important;
    height: 30vh;
    min-height: 300px;
  }
  .home .home__projects .home__project .home__project__text {
    width: auto;
    padding: 2em;
  }
  .home .home__projects .home__project .home__project__text h6 {
    padding-bottom: 2em;
  }
  .home .home__how {
    background-color: #dedbd8;
    padding-left: 15%;
    padding-right: 7%;
    position: relative;
  }
  .home .home__how .home__how__vertical__line {
    display: none;
  }
  .home .home__how .home__how__horizontal__line {
    display: none;
  }
  .home .home__how .home__how__title {
    display: block;
    padding: 7em 0 5em 0;
  }
  .home .home__how .home__how__title .home__how__title__header {
    width: auto;
    padding-bottom: 2em;
  }
  .home .home__how .home__how__title .home__how__title__content {
    width: auto;
  }
  .home .home__how .home__how__content {
    padding-bottom: 7em;
    display: flex;
    flex-wrap: wrap;
  }
  .home .home__how .home__how__content .home__how__wrapper {
    display: block;
    width: 50%;
  }
  .home .home__how .home__how__content .home__how__wrapper .home__how__item {
    width: 100%;
    margin-bottom: 4em;
  }
  .home .home__how .home__how__content .home__how__vector {
    position: absolute;
    bottom: -5px;
    right: -150px;
    z-index: 1;
  }
  .home .home__how .home__how__content .home__how__vector svg {
    max-height: 200px;
  }
  .home .home__how .home__how__vertical__line__bottom {
    position: absolute;
    bottom: -0.3em;
    left: 10%;
  }
  .home .home__how .home__how__vertical__line__bottom svg {
    height: 6.5em;
  }
  .home .home__how .home__how__vertical__second__line__bottom {
    position: absolute;
    bottom: -0.3em;
    left: 20%;
  }
  .home .home__how .home__how__vertical__second__line__bottom svg {
    height: 6.5em;
  }
  .home .home__how .home__how__horizontal__line__bottom {
    position: absolute;
    bottom: 6.1em;
    left: 0;
  }
  .home .home__how .home__how__horizontal__line__bottom svg {
    width: 100vw;
  }
}
.about {
  background-color: #dedbd8;
}
.about .about__wrapper {
  padding-top: 10em;
}
.about .about__wrapper .about__first__content {
  display: flex;
  padding-left: 12%;
  padding-right: 5em;
  max-width: 1400px;
  margin: auto;
  border-top: 1px solid #fff;
}
.about .about__wrapper .about__first__content .about__first__content__text {
  width: 50%;
}
.about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper {
  padding: 5em 27% 4em 0;
}
.about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper h2 {
  color: #ea6744;
  padding-bottom: 1em;
}
.about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper p {
  font-family: "cera_prolight";
}
.about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter {
  display: flex;
  padding-top: 5em;
}
.about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter .about__counter__item {
  padding-right: 1.3em;
  width: 33.33%;
}
.about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter .about__counter__item .about__counter__number {
  font-size: 30px;
  color: #ea6744;
}
.about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter .about__counter__item .about__counter__title {
  font-size: 15px;
  font-family: "cera_prolight";
}
.about .about__wrapper .about__first__content .about__first__content__image {
  width: 50%;
  border-right: 1px solid #fff;
}
.about .about__wrapper .about__first__content .about__first__content__image .about__first__content__image__wrapper {
  height: 90vh;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid #fff;
}
.about .about__wrapper .about__first__content .about__first__content__image .divider {
  height: 50px;
  width: 100%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.about .about__wrapper .about__second__content {
  display: flex;
  max-width: 1400px;
  margin: auto;
  padding-left: 12%;
  padding-right: 5em;
}
.about .about__wrapper .about__second__content .about__second__content__image {
  width: 50%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.about .about__wrapper .about__second__content .about__second__content__image svg {
  display: block;
  width: 100%;
  height: 100%;
}
.about .about__wrapper .about__second__content .about__second__content__text {
  width: 50%;
  border: 1px solid #fff;
}
.about .about__wrapper .about__second__content .about__second__content__text .about__second__content__text__wrapper {
  padding: 4em 20% 4em 5em;
}
.about .about__wrapper .about__second__content .about__second__content__text .about__second__content__text__wrapper .inspire h2 {
  padding-bottom: 1em;
}
.about .about__wrapper .about__second__content .about__second__content__text .about__second__content__text__wrapper .inspire p {
  font-family: "cera_prolight";
}
.about .about__wrapper .about__second__content .about__second__content__text .about__second__content__text__wrapper .pt-5 {
  padding-top: 4em;
}
.about .about__wrapper .about__second__content .about__second__content__text .about__second__content__text__wrapper .pt-5 h4 {
  padding-bottom: 1em;
  color: #ea6744;
}
.about .about__wrapper .second__divider {
  height: 9em;
  margin: auto;
  max-width: 1400px;
  padding-right: 5em;
  padding-left: 5em;
}
.about .about__wrapper .second__divider div {
  border-right: 1px solid #fff;
  width: 100%;
  height: 9em;
}

@media (max-width: 968px) {
  .about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter {
    flex-wrap: wrap;
  }
  .about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter .about__counter__item {
    width: 35%;
  }
  .about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter .about__counter__item:last-child {
    padding-top: 1.5em;
    width: 80%;
  }
  .about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper .about__counter .about__counter__item .about__counter__number {
    font-size: 25px;
  }
}
@media (max-width: 821px) {
  .about .about__wrapper .about__first__content {
    display: block;
    padding-left: 12%;
    padding-right: 0;
    margin: auto;
  }
  .about .about__wrapper .about__first__content .about__first__content__text {
    width: 100%;
    border-left: 1px solid #fff;
  }
  .about .about__wrapper .about__first__content .about__first__content__text .about__first__content__text__wrapper {
    padding: 5em 10% 4em 3em;
  }
  .about .about__wrapper .about__first__content .about__first__content__image {
    width: 100%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .about .about__wrapper .about__first__content .about__first__content__image .about__first__content__image__wrapper {
    margin-left: 70px;
    height: 30vh;
    min-height: 300px;
  }
  .about .about__wrapper .about__first__content .about__first__content__image .divider {
    display: none;
  }
  .about .about__wrapper .about__second__content {
    display: block;
    padding-right: 0;
  }
  .about .about__wrapper .about__second__content .about__second__content__image {
    width: 70px;
    border-bottom: 0;
    border-top: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .about .about__wrapper .about__second__content .about__second__content__text {
    width: 100%;
  }
  .about .about__wrapper .about__second__content .about__second__content__text .about__second__content__text__wrapper {
    padding: 4em 12% 6em 3em;
  }
  .about .about__wrapper .second__divider {
    display: none;
  }
}
.projects {
  background-color: #808080;
}
.projects .projects__container {
  max-width: 1600px;
  padding: 10em 10%;
  margin: auto;
}
.projects .projects__container .projects__title {
  margin-left: 10%;
  padding: 4em 0;
}
.projects .projects__container .projects__title h2 {
  color: #fff;
}
.projects .projects__container .projects__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.projects .projects__container .projects__wrapper .projects__top__line {
  position: absolute;
  top: -0.95em;
  left: 0;
}
.projects .projects__container .projects__wrapper .project__item {
  width: 50%;
  min-height: 400px;
  height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.projects .projects__container .projects__wrapper .project__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  background-color: #221f20;
  opacity: 0.2;
}
.projects .projects__container .projects__wrapper .project__item .project__item__text {
  padding: 4em 4em 2.5em 4em;
}
.projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__title {
  z-index: 9;
  position: relative;
  min-height: 300px;
}
.projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__title h3 {
  color: #fff !important;
  max-width: 300px;
}
.projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__title .project__item__label {
  color: #ea6744;
  font-size: 20px;
}
.projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__button {
  position: absolute;
  bottom: 2.3em;
  right: 4em;
}
.projects .projects__container .projects__wrapper .project__item:hover .overlay {
  background-color: #221f20;
  opacity: 0.5;
}
.projects .projects__container .projects__wrapper .projects__bottom__line {
  position: absolute;
  bottom: -0.3em;
  right: 0;
}

.project {
  background-color: #3d3e40;
  color: #fff !important;
}
.project .project__breadcrumb {
  padding-left: 10%;
  padding-bottom: 1em;
  padding-top: 8em;
}
.project .project__breadcrumb .project__breadcrumb__title {
  font-size: 20px;
  font-family: "cera_prolight";
}
.project .project__breadcrumb .project__breadcrumb__title span {
  font-size: 25px;
  font-family: "cera_promedium";
}
.project .project__content {
  display: flex;
  align-items: center;
  padding-top: 1em;
  position: relative;
}
.project .project__content .project__slider {
  width: 60%;
}
.project .project__content .project__slider .project__slider__image {
  height: 80vh;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project .project__content .prev {
  position: absolute;
  bottom: 2em;
  left: 50%;
  cursor: pointer;
}
.project .project__content .next {
  position: absolute;
  bottom: 2em;
  left: 55%;
  cursor: pointer;
}
.project .project__content .project__text {
  width: 40%;
}
.project .project__content .project__text .project__text__wrapper {
  padding: 4em;
}
.project .project__content .project__text .project__text__wrapper h3 {
  padding-bottom: 0.5em;
}
.project .project__content .project__text .project__text__wrapper p {
  max-width: 280px;
}
.project .project__content .project__text .project__text__wrapper .project__counters {
  display: flex;
  flex-wrap: wrap;
}
.project .project__content .project__text .project__text__wrapper .project__counters .project__counter {
  padding-right: 0.5em;
  padding-top: 5em;
  width: 100px;
}
.project .project__content .project__text .project__text__wrapper .project__counters .project__counter:last-child {
  width: 250px;
}
.project .project__content .project__text .project__text__wrapper .project__counters .project__counter .project__counter__number {
  font-size: 32px;
  color: #ea6744;
}
.project .project__content .project__text .project__text__wrapper .project__counters .project__counter .project__counter__title {
  font-family: "cera_prolight";
  font-size: 13px;
}
.project .project__amenities {
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.project .project__amenities .project__amenities__text {
  width: 55%;
}
.project .project__amenities .project__amenities__text .project__amenities__text__title {
  padding: 5em 5em 0 18%;
}
.project .project__amenities .project__amenities__text .project__amenities__text__cols {
  display: flex;
  padding: 5em 5em 5em 18%;
}
.project .project__amenities .project__amenities__text .project__amenities__text__cols ul {
  margin: 0;
  padding: 0;
  padding-right: 1em;
  list-style: none;
  width: 50%;
}
.project .project__amenities .project__amenities__text .project__amenities__text__cols ul li {
  font-family: "cera_prolight";
  display: flex;
  align-items: center;
  line-height: 40px;
}
.project .project__amenities .project__amenities__text .project__amenities__text__cols ul li span {
  padding-right: 25px;
  width: 25px;
}
.project .project__amenities .project__amenities__text .project__amenities__text__cols ul li span img {
  max-width: 25px;
}
.project .project__amenities .project__amenities__image {
  width: 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: 80vh;
}
.project .project__map .project__map__wrapper {
  display: flex;
  align-items: center;
  padding-top: 7em;
}
.project .project__map .project__map__wrapper .project__map__image {
  width: 38%;
  border-bottom: 0.03em solid #fff;
}
.project .project__map .project__map__wrapper .project__map__text {
  width: 63%;
}
.project .project__map .project__map__wrapper .project__map__text h5 {
  padding-top: 1em;
  padding-left: 28%;
  padding-bottom: 1.5em;
}
.project .project__map .project__map__wrapper .project__map__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 28%;
  font-family: "cera_prolight";
  line-height: 35px;
}
.project .project__map .project__map__wrapper .project__map__button {
  text-align: right;
  padding-top: 2em;
  padding-right: 15%;
}
.project .coming__soon {
  text-align: center;
  padding-top: 2em;
  color: #e0805e;
}
.project .pagination {
  display: flex;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 7em;
  padding-bottom: 7em;
}
.project .pagination .pagination-item {
  max-width: 80px;
  color: #fff !important;
  font-size: 14px;
  font-family: "cera_prolight";
}
.project .pagination .pagination-item svg {
  vertical-align: middle;
  padding: 5px;
  width: 20px;
}

@media (max-width: 967px) {
  .project .project__breadcrumb {
    padding-right: 5%;
    padding-left: 20%;
  }
  .project .project__content {
    display: block;
  }
  .project .project__content .project__slider {
    width: 80%;
    margin-left: auto;
  }
  .project .project__content .project__slider .project__slider__image {
    height: auto;
    min-height: 300px;
  }
  .project .project__content .prev {
    bottom: inherit;
    left: 4%;
    top: 263px;
  }
  .project .project__content .prev svg {
    width: 15px;
  }
  .project .project__content .next {
    bottom: inherit;
    left: 12%;
    top: 263px;
  }
  .project .project__content .next svg {
    width: 15px;
  }
  .project .project__content .project__text {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .project .project__content .project__text .project__text__wrapper {
    width: 70%;
    margin-left: auto;
    padding: 4em 1em 4em 1em;
  }
  .project .project__content .project__text .project__text__wrapper h3 {
    display: none;
  }
  .project .project__content .project__text .project__text__wrapper .project__counters .project__counter {
    padding-top: 2em;
  }
  .project .project__content .project__text .project__text__wrapper .project__counters .project__counter .project__counter__number {
    font-size: 25px;
    color: #ea6744;
  }
  .project .project__content .project__text .project__text__wrapper .project__counters .project__counter .project__counter__title {
    font-family: "cera_prolight";
    font-size: 13px;
  }
  .project .project__amenities {
    flex-direction: column-reverse;
    border-top: 0;
    border-bottom: 0;
  }
  .project .project__amenities .project__amenities__text {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .project .project__amenities .project__amenities__text .project__amenities__text__title {
    padding: 4em 1em 0 25%;
  }
  .project .project__amenities .project__amenities__text .project__amenities__text__cols {
    display: block;
    padding: 4em 1em 2em 20%;
  }
  .project .project__amenities .project__amenities__text .project__amenities__text__cols ul {
    width: 100%;
  }
  .project .project__amenities .project__amenities__image {
    width: 80%;
    margin-left: auto;
    min-height: 300px;
    height: 30vh;
  }
  .project .project__map .project__map__wrapper {
    display: block;
    padding-top: 2em;
  }
  .project .project__map .project__map__wrapper .project__map__image {
    width: 100%;
  }
  .project .project__map .project__map__wrapper .project__map__image img {
    width: 80%;
    margin-left: auto;
  }
  .project .project__map .project__map__wrapper .project__map__text {
    width: 70%;
    margin-left: auto;
    padding-right: 2em;
  }
  .project .project__map .project__map__wrapper .project__map__text h5 {
    padding-top: 4em;
    padding-left: 0;
  }
  .project .project__map .project__map__wrapper .project__map__text ul {
    padding-left: 0;
  }
  .project .pagination {
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .project .pagination .pagination-item {
    max-width: 80px;
    color: #fff !important;
    font-size: 14px;
    font-family: "cera_prolight";
  }
  .project .pagination .pagination-item svg {
    vertical-align: middle;
    padding: 5px;
    width: 20px;
  }
}
@media (max-width: 678px) {
  /* PROJECTS*/
  .projects .projects__container {
    padding: 10em 0;
  }
  .projects .projects__container .projects__title {
    border-top: 1px solid #fff;
  }
  .projects .projects__container .projects__wrapper {
    display: block;
  }
  .projects .projects__container .projects__wrapper .project__item {
    width: 100%;
    min-height: 300px;
    height: 30vh;
  }
  .projects .projects__container .projects__wrapper .project__item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    background-color: #221f20;
    opacity: 0.2;
  }
  .projects .projects__container .projects__wrapper .project__item .project__item__text {
    padding: 4em 4em 2.5em 4em;
  }
  .projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__title {
    z-index: 9;
    position: relative;
    min-height: 200px;
  }
  .projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__title h3 {
    color: #fff !important;
    max-width: 300px;
  }
  .projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__title .project__item__label {
    color: #ea6744;
    font-size: 20px;
  }
  .projects .projects__container .projects__wrapper .project__item .project__item__text .project__item__button {
    position: absolute;
    bottom: 2.3em;
    right: 4em;
  }
  .projects .projects__container .projects__wrapper .project__item:hover .overlay {
    background-color: #221f20;
    opacity: 0.5;
  }
  .projects .projects__container .projects__wrapper .projects__bottom__line {
    position: absolute;
    bottom: -0.3em;
    right: 0;
  }
}
.strategies {
  background-color: #3d3e40;
  padding-top: 12em;
}
.strategies .strategies__container {
  border-top: 0.03em solid #fff;
}
.strategies .strategies__container .strategies__hero__wrapper {
  display: flex;
  max-width: 1400px;
  margin: auto;
}
.strategies .strategies__container .strategies__hero__wrapper .strategies__vector {
  width: 20%;
}
.strategies .strategies__container .strategies__hero__wrapper .strategies__vector svg {
  width: 125%;
  height: 332px;
}
.strategies .strategies__container .strategies__hero__wrapper .strategies__title {
  width: 32%;
}
.strategies .strategies__container .strategies__hero__wrapper .strategies__title .strategies__title__wrapper {
  padding: 3em 4em 6em 25%;
  background-color: #e0805e;
}
.strategies .strategies__container .strategies__hero__wrapper .strategies__title .strategies__title__wrapper .strategies__title__header h3 {
  color: #fff;
}
.strategies .strategies__container .strategies__hero__wrapper .strategies__title .strategies__title__wrapper .strategies__title__content p {
  color: #fff;
  padding-top: 1.5em;
}
.strategies .strategies__container .strategies__hero__wrapper .strategies__image__hero {
  width: 22%;
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strategies .strategies__container .strategies__hero__wrapper .strategy__circle {
  margin-left: auto;
  margin-right: auto;
}
.strategies .strategies__container .strategies__content {
  padding-bottom: 7em;
  max-width: 1400px;
  margin-top: -3em;
  margin-left: auto;
  margin-right: auto;
}
.strategies .strategies__container .strategies__content .strategies__content__wrapper {
  padding-left: 28%;
}
.strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item {
  width: 23%;
  margin-bottom: 4em;
}
.strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item .strategies__item__icon svg {
  width: 35px;
  height: 35px;
}
.strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item .strategies__item__text {
  padding-top: 2em;
}
.strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item .strategies__item__text h5 {
  color: #fff;
}
.strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item .strategies__item__text p {
  color: #fff;
  padding-top: 1em;
  font-family: "cera_prolight";
  font-size: 16px;
}

@media (max-width: 992px) {
  .strategies {
    background-color: #3d3e40;
    padding-top: 12em;
  }
  .strategies .strategies__container {
    border-top: 0.03em solid #fff;
  }
  .strategies .strategies__container .strategies__hero__wrapper {
    position: relative;
    display: block;
  }
  .strategies .strategies__container .strategies__hero__wrapper .strategies__vector {
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 45%;
  }
  .strategies .strategies__container .strategies__hero__wrapper .strategies__vector svg {
    width: auto;
    height: 130px;
    display: block;
  }
  .strategies .strategies__container .strategies__hero__wrapper .strategies__title {
    width: 100%;
    margin-left: auto;
    border-bottom: 1px solid #fff;
  }
  .strategies .strategies__container .strategies__hero__wrapper .strategies__title .strategies__title__wrapper {
    padding: 15%;
    margin-left: 20%;
    background-color: #e0805e;
  }
  .strategies .strategies__container .strategies__hero__wrapper .strategies__image__hero {
    width: 45%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .strategies .strategies__container .strategies__hero__wrapper .strategy__circle {
    position: absolute;
    bottom: -5px;
    right: 0;
  }
  .strategies .strategies__container .strategies__hero__wrapper .strategy__circle svg {
    max-width: 74px;
    height: auto;
  }
  .strategies .strategies__container .strategies__content {
    padding-top: 5em;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .strategies .strategies__container .strategies__content .strategies__content__wrapper {
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }
  .strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper {
    display: block;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    width: 50%;
    padding-right: 0.8em;
  }
  .strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item {
    width: 100%;
    margin-bottom: 4em;
    min-height: 250px;
  }
  .strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item .strategies__item__icon svg {
    width: 35px;
    height: 35px;
  }
  .strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item .strategies__item__icon svg path {
    fill: #808080;
  }
}
@media (max-width: 600px) {
  .strategies .strategies__container .strategies__content .strategies__content__wrapper .strategies__wrapper .strategies__item {
    min-height: 350px;
  }
}
.contact {
  padding-top: 13em;
  background-color: #dedbd8;
  padding-left: 10%;
  position: relative;
}
.contact .contact__vertical__line {
  position: absolute;
  top: 6em;
  left: 10%;
}
.contact .contact__vertical__line svg {
  height: 7em;
}
.contact .contact__vertical__line:nth-child(2) {
  left: 20% !important;
}
.contact .contact__horizontal__line {
  position: absolute;
  top: 12em;
  left: 0;
}
.contact .contact__horizontal__line svg {
  width: 100vw;
}
.contact .contact__wrapper .map {
  margin-top: 0 !important;
}
.contact .contact-vector {
  position: absolute;
  bottom: -0.26em;
  left: -4px;
}

.default {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10em;
  padding-bottom: 10em;
  background-color: #808080;
}
.default p {
  color: #fff;
  font-family: "cera_prolight";
}

@media (max-width: 768px) {
  .default {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 7em;
    border-right: 0;
    border-left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
