/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/main.scss ***!
  \**************************************************************************************************************************************************************/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: "RecifeText";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/RecifeText-Book_5d149cc1f055c09a4890.woff2) format("woff2"), url(fonts/RecifeText-Book_130860c626e5643d7e5c.woff) format("woff");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/DMSans-Light_53a64cddf8d24762c75e.woff2) format("woff2"), url(fonts/DMSans-Light_c746116f1edd43d51683.woff) format("woff");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DMSans-Regular_f0618dda17f7d8b2a910.woff2) format("woff2"), url(fonts/DMSans-Regular_9664119179ffbe932d9b.woff) format("woff");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/DMSans-Medium_ce08e82b15f3d079359a.woff2) format("woff2"), url(fonts/DMSans-Medium_4c613bcc262a0b2c3a8e.woff) format("woff");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DMSans-Bold_db400a7d3fc3a51569d5.woff2) format("woff2"), url(fonts/DMSans-Bold_a772bd48d9c6e58a41b3.woff) format("woff");
}
body {
  font-family: "DMSans", sans-serif;
}

h1 {
  font-family: "RecifeText", sans-serif;
  font-size: 72px;
  font-weight: 350;
  line-height: 80px;
}
h1 p {
  font-family: "RecifeText", sans-serif;
}

h2 {
  font-size: 48px;
  font-weight: 350;
  line-height: 56px;
}
h2 p {
  font-family: "RecifeText", sans-serif;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
h3 p {
  font-family: "RecifeText", sans-serif;
}

@media screen and (max-width: 580px) {
  h1 {
    font-size: 45px;
    font-weight: 350;
    line-height: 49px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .home-banner .slider-item .slider-titles, .home-banner .slider-item, .footer-brands .brand-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .footer-bottom-row, .menu-main .menu-inner, .header-wrap, .section-titles-between {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .scroll-to-top, .logo, header, .yellow-button:after, .yellow-button {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .home-banner .slider-item .slider-titles, .home-banner .slider-item, .footer-brands .brand-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .footer-bottom-row, .menu-main .menu-inner, .header-wrap, .section-titles-between {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .scroll-to-top, .logo, header, .yellow-button, .yellow-button:after {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.error404 header, .page-template-ty-page header, .page-template-default header, .single-post header {
  border-bottom: 1px solid #DCD8CC;
  background-color: #fff;
}
.error404 header .logo-light, .page-template-ty-page header .logo-light, .page-template-default header .logo-light, .single-post header .logo-light {
  display: none;
}
.error404 header .logo-dark, .page-template-ty-page header .logo-dark, .page-template-default header .logo-dark, .single-post header .logo-dark {
  display: block;
}

.single-post {
  padding-top: 144px;
}

header {
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 99;
}
header.fixed {
  border-bottom: 1px solid #DCD8CC;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
header.fixed .logo-light {
  display: none;
}
header.fixed .logo-dark {
  display: block;
  width: 350px;
}
header .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
header .logo-dark {
  display: none;
}

.header-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  display: block;
  width: 450px;
}

.hamburger {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C88D36 url(img/hamburger_6de52c57e20e80d0ffc9.svg) center no-repeat;
  background-size: 20px;
  cursor: pointer;
}

.menu-main {
  display: none;
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;
  background: #D1D3D4;
  padding: 120px 30px 48px 30px;
  z-index: 999;
  overflow-y: auto;
}
.menu-main .menu-inner {
  width: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-main .close-menu {
  position: absolute;
  top: 48px;
  right: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C88D36 url(img/cross_e1c611b946850e3ba75e.svg) center no-repeat;
  background-size: 20px;
  z-index: 99;
  cursor: pointer;
}
.menu-main .menu-nav {
  margin-bottom: 150px;
  padding-left: 90px;
}
.menu-main .menu-nav ul {
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.menu-main .menu-nav li {
  display: block;
  margin-bottom: 8px;
}
.menu-main .menu-nav li:last-child {
  margin-bottom: 0;
}
.menu-main .menu-nav li a {
  font-family: "RecifeText", sans-serif;
  display: inline-block;
  font-size: 48px;
  line-height: 56px;
  color: #162A26;
}
.menu-main .menu-nav li a:hove r {
  color: #162A26;
}
.menu-main .menu-nav .menu-item.blured {
  opacity: 0;
}
.menu-main .menu-nav .menu-item-has-children.active {
  opacity: 1 !important;
}
.menu-main .menu-nav .menu-item-has-children.active .sub-menu {
  display: block;
}
.menu-main .menu-nav .menu-item-has-children.active .close-submenu {
  display: block;
}
.menu-main .menu-nav .menu-item-has-children .close-submenu {
  display: none;
  position: absolute;
  top: 48px;
  right: 104px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C88D36 url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 20px;
  z-index: 99;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-main .menu-nav .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #D1D3D4;
  padding: 120px 30px 48px 120px;
  z-index: 10;
}
.menu-main .menu-nav .menu-item-has-children .sub-menu li a {
  font-family: "DMSans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
.menu-main .menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-main .menu-social a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #FDFDFC;
  background: #162A26;
  text-align: center;
  text-transform: uppercase;
  margin-right: 6px;
  border-radius: 4px;
}
.menu-main .menu-social a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  header .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1550px) {
  .menu-main .menu-inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .menu-main .menu-nav {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 991.5px) {
  header.fixed .logo-dark {
    width: 200px;
  }
  header .logo {
    width: 265px;
  }
  header .hamburger {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
  .menu-main {
    width: 100%;
  }
  .menu-main .menu-inner {
    height: auto;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 580px) {
  .single-post {
    padding-top: 0;
  }
  header {
    padding: 32px 16px;
    border-bottom: 0 !important;
  }
  .menu-main {
    padding: 100px 16px 40px 40px;
  }
  .menu-main .close-menu {
    top: 32px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
  .menu-main .menu-nav {
    padding-left: 0;
    margin-bottom: 56px;
  }
  .menu-main .menu-nav li {
    margin-bottom: 6px;
  }
  .menu-main .menu-nav li a {
    font-size: 25px;
    line-height: 32px;
  }
  .menu-main .menu-nav .menu-item-has-children.active .close-submenu {
    width: 40px;
    height: 40px;
    background-size: 16px;
    top: 32px;
    right: 72px;
  }
  .menu-main .menu-nav .menu-item-has-children .sub-menu {
    padding: 100px 16px 40px 40px;
  }
  .menu-main .menu-nav .menu-item-has-children .sub-menu li a {
    font-size: 18px;
    line-height: 26px;
  }
  .menu-main .menu-social a {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 350px) {
  header .logo {
    width: 200px;
  }
}
footer.site-footer {
  background: #191E19;
  padding: 112px 0 40px 0;
  position: relative;
}

.footer-brands {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-bottom: 112px;
}
.footer-brands .brand-item {
  margin-right: 48px;
}
.footer-brands .brand-item:last-child {
  margin-right: 0;
}

.footer-bottom-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #616E6C;
}
.footer-bottom-row a {
  color: #616E6C;
}
.footer-bottom-row .center-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom-row .center-links a {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1.5px solid #616E6C;
}
.footer-bottom-row .center-links a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.footer-bottom-row .developed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom-row .developed img {
  width: 50px;
  height: auto;
  margin-left: 4px;
  margin-bottom: 2px;
}

.scroll-to-top {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C88D36 url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.scroll-to-top.fixed {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199.5px) {
  .scroll-to-top {
    bottom: 80px;
  }
}
@media screen and (max-width: 991.5px) {
  .footer-brands {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-brands .brand-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .footer-brands .brand-item img {
    max-width: 50%;
  }
  .footer-bottom-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom-row .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-bottom-row .center-links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-bottom-row .developed {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-bottom-row div {
    width: 100%;
    margin-bottom: 16px;
  }
  .footer-bottom-row div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  footer.site-footer {
    padding: 72px 0 80px;
  }
  .footer-brands {
    margin-bottom: 40px;
  }
  .footer-brands .brand-item img {
    max-width: 100%;
  }
  .scroll-to-top {
    right: 16px;
    bottom: 72px;
    width: 40px;
    height: 40px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .home-banner .slider-item .slider-titles, .home-banner .slider-item, .footer-brands .brand-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.home-banner {
  position: relative;
  width: 100%;
}
.home-banner .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-banner .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw !important;
}
.home-banner .slider-item {
  width: 100%;
  height: 100%;
  padding: 228px 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-banner .slider-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #191E19;
  opacity: 0.4;
  z-index: 1;
}
.home-banner .slider-item .slider-titles {
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 946px;
}
.home-banner .slider-item .slider-titles h1 {
  color: #fff;
  text-align: center;
}
.home-banner .slider-item .slider-titles .yellow-button {
  margin-top: 32px;
}
.home-banner .slider-item img, .home-banner .slider-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.home-banner .scroll-button {
  padding: 24px 14px;
  background: #DCD8CC url(img/arrow-down-long_5b1a88ad57068f17de12.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 20;
  cursor: pointer;
  width: 48px;
  height: 88px;
  border-radius: 100px;
}

#main-owl {
  position: relative;
}
#main-owl .owl-nav {
  display: none;
}
#main-owl .owl-dots {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  background: #DCD8CC;
  padding: 12px 16px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-owl .owl-dots button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #fff;
}
#main-owl .owl-dots button.active {
  background: #162A26;
}
#main-owl .owl-dots button span {
  display: none;
}
#main-owl .owl-dots button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991.5px) {
  .home-banner .slider-item {
    padding: 240px 0 280px;
  }
  .home-banner .slider-item .slider-titles {
    width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 580px) {
  .home-banner .scroll-button {
    left: 16px;
    padding: 20px 12px;
  }
  #main-owl .owl-dots {
    right: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.services-section__bottom {
  position: relative;
}

.services-section__top .services-section__content h2 {
  color: #C88D36;
  margin-bottom: 32px;
}
.services-section__top .services-section__content .yellow-button {
  margin-top: 32px;
}

.services-section__bottom {
  background: #162A26;
  color: #fff;
}
.services-section__bottom .bottom-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-section__bottom .services-section__image {
  position: absolute;
  top: -60%;
}
.services-section__bottom h2 {
  color: #D1D3D4;
}
.services-section__bottom h2 b, .services-section__bottom h2 strong {
  color: #C88D36;
}

.services-section-services {
  background: #162A26;
  color: #fff;
  padding-bottom: 112px;
}

.services-owl .owl-dots {
  display: none;
}
.services-owl .owl-nav {
  right: 112px;
  bottom: -104px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 56px;
}
.services-owl .owl-nav button {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C88D36 url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat !important;
  background-size: 18px !important;
}
.services-owl .owl-nav button span {
  display: none;
}
.services-owl .owl-nav button:last-child {
  margin-right: 0;
}
.services-owl .owl-nav button.owl-prev {
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.services-owl .owl-nav button:focus {
  outline: none;
}
.services-owl .owl-item:nth-child(odd) .item-title {
  top: 40px;
  bottom: unset;
}

.team-col .service-item {
  position: relative;
}
.team-col .service-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(25, 30, 25, 0)), to(#191E19));
  background: linear-gradient(180deg, rgba(25, 30, 25, 0) 50%, #191E19 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.service-slider-item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 576px;
  color: #fff;
  padding: 40px 32px;
  border-radius: 8px;
}
.service-slider-item:hover {
  color: #fff;
}
.service-slider-item.hovered .item-thumbnail {
  -webkit-animation: bounceClipCustom 0.5s forwards;
          animation: bounceClipCustom 0.5s forwards;
}
.service-slider-item.leaving .item-thumbnail {
  -webkit-animation: reverseBounceClip 0.5s forwards;
          animation: reverseBounceClip 0.5s forwards;
}
.service-slider-item .item-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(var(--clip-start));
          clip-path: circle(var(--clip-start));
  -webkit-transition: -webkit-clip-path 0.5s ease-out;
  transition: -webkit-clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out, -webkit-clip-path 0.5s ease-out;
}
.service-slider-item .item-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.2;
}
.service-slider-item .item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-slider-item .item-title {
  max-width: 80%;
  position: absolute;
  right: 32px;
  bottom: 40px;
  z-index: 10;
}
.service-slider-item .item-title h2 {
  text-align: right;
}

@-webkit-keyframes bounceClipCustom {
  0% {
    -webkit-clip-path: circle(var(--clip-start));
            clip-path: circle(var(--clip-start));
  }
  50% {
    -webkit-clip-path: circle(var(--clip-middle));
            clip-path: circle(var(--clip-middle));
  }
  100% {
    -webkit-clip-path: circle(var(--clip-end));
            clip-path: circle(var(--clip-end));
  }
}

@keyframes bounceClipCustom {
  0% {
    -webkit-clip-path: circle(var(--clip-start));
            clip-path: circle(var(--clip-start));
  }
  50% {
    -webkit-clip-path: circle(var(--clip-middle));
            clip-path: circle(var(--clip-middle));
  }
  100% {
    -webkit-clip-path: circle(var(--clip-end));
            clip-path: circle(var(--clip-end));
  }
}
@-webkit-keyframes reverseBounceClip {
  0% {
    -webkit-clip-path: circle(var(--clip-end));
            clip-path: circle(var(--clip-end));
  }
  100% {
    -webkit-clip-path: circle(var(--clip-start));
            clip-path: circle(var(--clip-start));
  }
}
@keyframes reverseBounceClip {
  0% {
    -webkit-clip-path: circle(var(--clip-end));
            clip-path: circle(var(--clip-end));
  }
  100% {
    -webkit-clip-path: circle(var(--clip-start));
            clip-path: circle(var(--clip-start));
  }
}
@media screen and (max-width: 1499.5px) {
  .service-slider-item .item-title h2 {
    font-size: 37px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1399.5px) {
  .services-section__bottom .services-section__image {
    top: -35%;
  }
}
@media (min-width: 580px) {
  .services-owl .owl-nav, .team-owl .owl-nav {
    padding-right: calc((100% - 540px) / 2 + 20px) !important;
  }
}
@media (min-width: 767.5px) {
  .services-owl .owl-nav, .team-owl .owl-nav {
    padding-right: calc((100% - 720px) / 2 + 20px) !important;
  }
}
@media (min-width: 991.98px) {
  .services-owl .owl-nav, .team-owl .owl-nav {
    padding-right: calc((100% - 960px) / 2 + 12px) !important;
  }
}
@media (min-width: 1199.98px) {
  .services-owl .owl-nav, .team-owl .owl-nav {
    padding-right: calc((100% - 1140px) / 2 + 12px) !important;
  }
}
@media (min-width: 1399.98px) {
  .services-owl .owl-nav, .team-owl .owl-nav {
    padding-right: calc((100% - 1320px) / 2 + 12px) !important;
  }
}
@media screen and (max-width: 1399.5px) {
  .services-section__bottom .services-section__image {
    top: -45%;
    max-width: 355px;
  }
}
@media screen and (max-width: 1199.5px) {
  .services-section__bottom .services-section__image {
    top: -20%;
    max-width: 355px;
  }
}
@media screen and (max-width: 991.5px) {
  .services-section__top {
    padding-bottom: 414px !important;
  }
  .services-section__bottom {
    padding-top: 176px !important;
  }
  .services-section__bottom .services-section__image {
    top: -45%;
  }
}
@media screen and (max-width: 767.5px) {
  .services-section__bottom .services-section__image {
    top: -35%;
  }
}
@media screen and (max-width: 580px) {
  .services-section-services {
    padding-bottom: 55px;
    position: relative;
  }
  .services-section-services .mobile-button-container {
    text-align: left;
  }
  .services-section__bottom .services-section__image {
    top: -355px;
    width: calc(100% - 32px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #services-owl {
    padding-left: 16px;
  }
  #services-owl .owl-stage {
    padding-left: 0 !important;
  }
  #services-owl .owl-nav {
    position: absolute;
    right: 16px;
    bottom: -103px;
  }
  .service-slider-item {
    height: 446px;
    padding: 30px 24px;
  }
  .service-slider-item .item-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 380px) {
  .services-section__bottom .services-section__image {
    top: -295px;
  }
}
@media screen and (max-width: 340px) {
  .services-section__top {
    padding-bottom: 350px !important;
  }
  .services-section__bottom .services-section__image {
    top: -275px;
  }
  .service-slider-item .item-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.testimonails-section {
  background-color: #C88D36;
}
.testimonails-section .testimonials-main-title {
  color: #191E19;
}

.testimonails-item .uppertitle {
  background-color: #162A26;
  margin-bottom: 24px;
  color: #FDFDFC;
}
.testimonails-item .item-content {
  color: #FDFDFC;
  margin-bottom: 24px;
}
.testimonails-item .item-content h3 {
  font-family: "DMSans", sans-serif;
}
.testimonails-item .item-content p {
  font-family: "DMSans", sans-serif;
  color: #FDFDFC;
}
.testimonails-item .item-author {
  color: #FDFDFC;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

#testimonails-owl {
  position: relative;
}
#testimonails-owl .owl-nav {
  display: none;
}
#testimonails-owl .owl-dots {
  position: absolute;
  right: -40px;
  bottom: -26px;
  z-index: 10;
  background: #A1712B;
  padding: 12px 16px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#testimonails-owl .owl-dots button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #C88D36;
}
#testimonails-owl .owl-dots button.active {
  background: #fff;
}
#testimonails-owl .owl-dots button span {
  display: none;
}
#testimonails-owl .owl-dots button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991.5px) {
  .testimonails-section {
    padding-bottom: 160px !important;
  }
  .testimonials-main-title {
    margin-bottom: 32px;
  }
  #testimonails-owl .owl-dots {
    right: 0;
    bottom: -88px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.team-section .section-titles-between h2 {
  color: #C88D36;
}

.team-member-item {
  display: block;
  height: 576px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  padding: 40px;
}
.team-member-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(25, 30, 25, 0)), to(#191E19));
  background: linear-gradient(180deg, rgba(25, 30, 25, 0) 50%, #191E19 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.team-member-item:hover {
  color: #fff;
}
.team-member-item:hover .yellow-button {
  padding-right: 46px;
  color: #fff;
}
.team-member-item:hover .yellow-button:after {
  opacity: 1;
}
.team-member-item .item-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team-member-item .item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-item .item-titles {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.team-member-item h3 {
  font-family: "DMSans", sans-serif;
  color: #fff;
  margin-bottom: 8px;
}
.team-member-item .card-bottom-holder {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.team-member-item .position {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-member-item .position p {
  margin-bottom: 0;
}
.team-member-item .lang-icons-container p {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.team-member-item .lang-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.team-member-item .lang-icons img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.lang-icons-container p {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.lang-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.lang-icons img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.lang-icons-container-single {
  margin-bottom: 48px;
}
.lang-icons-container-single p {
  color: #191E19;
}

.service-item h3 {
  margin-bottom: 32px;
}

#team-owl .owl-dots {
  display: none;
}
#team-owl .owl-nav {
  right: 112px;
  bottom: -104px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 56px;
}
#team-owl .owl-nav button {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C88D36 url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat !important;
  background-size: 18px !important;
}
#team-owl .owl-nav button span {
  display: none;
}
#team-owl .owl-nav button:last-child {
  margin-right: 0;
}
#team-owl .owl-nav button.owl-prev {
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#team-owl .owl-nav button:focus {
  outline: none;
}

@media screen and (max-width: 580px) {
  .team-categories-section .team-col:nth-child(even) {
    padding-left: 0;
  }
  .team-section .mobile-button-container {
    text-align: left;
  }
  #team-owl {
    padding-left: 16px;
  }
  #team-owl .owl-stage {
    padding-left: 0 !important;
  }
  #team-owl .owl-nav {
    position: absolute;
    right: 16px;
    bottom: -103px;
  }
  .team-member-item {
    padding: 40px 32px;
    height: 446px;
  }
  .team-member-item h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .team-member-item .lang-icons-container p {
    font-size: 6px;
    margin-bottom: 6px;
  }
  .team-member-item .lang-icons img {
    width: 12px;
    height: 12px;
  }
  .lang-icons-container p {
    font-size: 6px;
    margin-bottom: 6px;
  }
  .lang-icons img {
    width: 12px;
    height: 12px;
  }
  .lang-icons-container-single {
    margin-bottom: 32px;
  }
  .lang-icons-container-single p {
    color: #191E19;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.posts-section .center-titles h2 {
  color: #C88D36;
}

.blog-section {
  background: #DCD8CC;
}

.blog-item {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  background: #162A26;
}
.blog-item.blog-item-page {
  background: rgba(220, 216, 204, 0.2392156863);
  color: #191E19;
}
.blog-item.blog-item-page:hover {
  color: #191E19;
}
.blog-item:hover {
  color: #fff;
}
.blog-item:hover .yellow-button {
  padding-right: 46px;
  color: #fff;
}
.blog-item:hover .yellow-button:after {
  opacity: 1;
}
.blog-item .item-thumb {
  display: block;
  width: 100%;
  height: 248px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item .item-titles {
  display: block;
  width: 100%;
  height: calc(100% - 246px);
  padding: 40px 35px;
}
.blog-item h3 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 16px;
}
.blog-item .position {
  display: block;
  margin-bottom: 32px;
}

.posts-section .blog-col {
  margin-top: 32px;
}
.posts-section .blog-col:first-child, .posts-section .blog-col:nth-child(2), .posts-section .blog-col:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 991.5px) {
  .posts-section .blog-col {
    margin-top: 32px;
  }
  .posts-section .blog-col:nth-child(2), .posts-section .blog-col:nth-child(3) {
    margin-top: 32px;
  }
  .blog-col {
    margin-bottom: 32px;
  }
  .blog-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .blog-item .item-thumb {
    height: 220px;
  }
  .blog-item .item-titles {
    height: auto;
    padding: 40px 32px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.case-banner-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-banner-section-row .banner-image-wrap {
  border-radius: 500px 500px 16px 16px;
  overflow: hidden;
}

.case-banner__titles h2 {
  color: #C88D36;
  margin-bottom: 32px;
}
.case-banner__titles .banner-content {
  margin-bottom: 32px;
}

@media screen and (max-width: 991.5px) {
  .case-banner__titles {
    margin-bottom: 72px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.locations-contact-section .loc-row {
  position: relative;
}
.locations-contact-section .loc-row:before {
  display: block;
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  position: absolute;
  top: -112px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #DCD8CC;
}
.locations-contact-section .center-titles h2 {
  color: #C88D36;
}
.locations-contact-section .location-item .item-description {
  background: #162A26;
}

.locations-section {
  background: #162A26;
  color: #fff;
}

.location-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.location-item .item-thumb {
  height: 248px;
  position: relative;
}
.location-item .item-thumb .uppertitle {
  position: absolute;
  top: 40px;
  left: 35px;
  background-color: #191E19;
  color: #FDFDFC;
}
.location-item .item-description {
  background-color: #000;
  padding: 40px 35px;
  height: calc(100% - 248px);
}
.location-item .item-description h3 {
  font-family: "DMSans", sans-serif;
  color: #FDFDFC;
  margin-bottom: 32px;
}
.location-item .item-description .item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location-item .item-description .item-links a {
  display: inline-block;
  margin-right: 16px;
}
.location-item .item-description .item-links a:last-child {
  margin-right: 0;
}
.location-item .item-phones {
  margin-bottom: 16px;
}
.location-item .item-phones a {
  display: block;
  color: #fff;
}
.location-item .item-hours {
  color: #fff;
  margin-bottom: 56px;
}

@media screen and (max-width: 991.5px) {
  .location-col {
    margin-bottom: 28px;
  }
  .location-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .locations-section .section-titles-between {
    margin-bottom: 56px;
  }
  .locations-contact-section .loc-row:before {
    width: calc(100% - 32px);
    top: -72px;
  }
  .location-item .item-thumb {
    height: 220px;
  }
  .location-item .item-thumb .uppertitle {
    top: 35px;
    left: 31px;
  }
  .location-item .item-description {
    height: auto;
    padding: 32px;
  }
  .location-item .item-description h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 28px;
  }
  .location-item .item-hours {
    margin-bottom: 32px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.about-main-banner {
  background: #162A26;
}
.about-main-banner .about-main-banner--top {
  padding: 269px 0 224px;
}
.about-main-banner .services-section__bottom {
  background: transparent;
}
.about-main-banner .services-section__content {
  position: relative;
}
.about-main-banner .services-section__content:after {
  display: block;
  content: "";
  width: 1px;
  height: 112px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -224px;
}
.about-main-banner .services-section__content h2 {
  color: #FDFDFC;
}

.about-banner-section {
  padding-bottom: 112px;
}

.about-banner-section-content {
  background-color: #fff;
  padding: 118px 61px;
  text-align: center;
  border-radius: 16px;
}
.about-banner-section-content h2 {
  color: #C88D36;
  margin-bottom: 32px;
}
.about-banner-section-content h3 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 24px;
}
.about-banner-section-content .about-banner-section__content p {
  display: block;
  margin-bottom: 32px;
}
.about-banner-section-content .about-banner-section__content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991.5px) {
  .about-main-banner .about-main-banner--top {
    padding: 240px 0 72px;
  }
  .about-main-banner .services-section__bottom {
    padding-top: 0 !important;
    padding-bottom: 256px !important;
    position: relative;
  }
  .about-main-banner .services-section__bottom:after {
    display: block;
    content: "";
    width: 1px;
    height: 112px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 72px;
  }
  .about-main-banner .services-section__bottom .services-section__image {
    top: 0;
    left: 0;
    padding-bottom: 256px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .about-main-banner .services-section__bottom .services-section__image:after {
    display: block;
    content: "";
    width: 1px;
    height: 112px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 72px;
  }
  .about-main-banner .services-section__content {
    text-align: center;
  }
  .about-main-banner .services-section__content:after {
    display: none;
  }
  .about-main-banner .services-section__content h2 {
    text-align: center;
  }
  .about-main-banner .services-section__content .uppertitle {
    margin: 0 auto 16px auto;
  }
}
@media screen and (max-width: 580px) {
  .about-banner-section {
    padding-bottom: 72px;
  }
  .about-banner-section-content {
    padding: 72px 24px;
  }
  .about-banner-section-content h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.image-description-row {
  margin-bottom: 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-description-row:last-child {
  margin-bottom: 0;
}
.image-description-row.imageBorderRadius .image-wrap {
  border-radius: 500px 500px 50px 50px;
}
.image-description-row .image-wrap {
  border-radius: 50px 50px 500px 500px;
  overflow: hidden;
}
.image-description-row h2 {
  color: #C88D36;
  margin-bottom: 32px;
}
.image-description-row .undertitle {
  margin-bottom: 32px;
  font-weight: 600;
  color: #191E19;
}
.image-description-row .undertitle p {
  margin-bottom: 0;
}
.image-description-row h6 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 8px;
  font-weight: 700;
}
.image-description-row p {
  display: block;
  margin-bottom: 32px;
}
.image-description-row p:last-child {
  margin-bottom: 0;
}
.image-description-row p br {
  display: none;
}
.image-description-row .content-wrap__text a {
  display: block;
  color: #C88D36;
  text-decoration: underline;
  margin-bottom: 8px;
}
.image-description-row .yellow-button {
  margin-top: 32px;
}

@media screen and (max-width: 991.5px) {
  .image-description-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .image-description-row.reverse-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .image-description-row.reverse-section .content-wrap {
    margin-bottom: 72px;
  }
  .image-description-row.reverse-section .content-wrap__text {
    margin-bottom: 0;
  }
  .image-description-row:nth-child(odd) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .image-description-row .content-wrap__text {
    margin-bottom: 72px;
  }
  .image-description-row .desc-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .image-description-row .image-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-team-member .image-description-row .desc-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-team-member .image-description-row .desc-col .content-wrap {
    margin-bottom: 0;
  }
  .single-team-member .image-description-row .image-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 580px) {
  .image-description-row {
    margin-bottom: 72px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.custom-banner-centered {
  padding: 168px 0;
  position: relative;
  text-align: center;
}
.custom-banner-centered .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-banner-centered .banner-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #191E19;
  opacity: 0.5;
}
.custom-banner-centered .banner-titles {
  position: relative;
  z-index: 10;
  text-align: center;
}
.custom-banner-centered .banner-titles h2 {
  margin-bottom: 32px;
  color: #FDFDFC;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.inner-banner {
  padding: 190px 0 145px;
  position: relative;
}
.inner-banner .banner-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .banner-image-wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #191E19;
  opacity: 0.4;
}
.inner-banner .banner-titles {
  position: relative;
  z-index: 10;
  text-align: center;
}
.inner-banner .banner-titles h1 {
  color: #FDFDFC;
}

@media screen and (max-width: 580px) {
  .inner-banner {
    padding: 198px 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.team-categories-section.grey-bg {
  background: rgba(220, 216, 204, 0.2392156863);
}

.team-cat-title {
  margin-bottom: 32px;
}

.team-cat-descr {
  width: 50%;
}
.team-cat-descr p {
  display: block;
  margin-bottom: 24px;
}
.team-cat-descr p:last-child {
  margin-bottom: 0;
}

.team-members-row {
  padding-bottom: 112px;
  margin-bottom: 112px;
  border-bottom: 1px solid #DCD8CC;
}
.team-members-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.team-col {
  margin-top: 32px;
}
.team-col:first-child, .team-col:nth-child(2), .team-col:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 991.5px) {
  .team-members-row .team-col {
    width: 50%;
  }
  .team-members-row .team-member-item {
    padding: 16px;
  }
  .team-cat-descr {
    width: 100%;
  }
}
@media screen and (max-width: 991.5px) {
  .team-col:nth-child(3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  .inner-banner {
    padding: 198px 0;
  }
  .team-members-row {
    padding-bottom: 72px;
    margin-bottom: 72px;
  }
  .team-members-row .team-member-item {
    height: 240px;
  }
  .team-members-row .team-member-item h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .team-members-row .team-member-item .position {
    margin-bottom: 12px;
    font-size: 7px;
    line-height: 14px;
  }
  .team-members-row .team-col:nth-child(odd) {
    padding-right: 16px;
  }
  .team-members-row .team-col:nth-child(even) {
    padding-left: 0;
  }
  .team-members-row .yellow-button {
    font-size: 8px;
    line-height: 12px;
    padding: 5px 7px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .form-inner .form-row, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .form-inner .form-dropdown-holder:after, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.default-page-section {
  padding: 280px 0 112px;
}

.page-content-section .page-title {
  color: #C88D36;
  text-align: center;
  margin-bottom: 56px;
}
.page-content-section .content-inner *:first-child {
  margin-top: 0;
}
.page-content-section .content-inner *:last-child {
  margin-bottom: 0;
}
.page-content-section .content-inner .content-note {
  margin-bottom: 64px;
}
.page-content-section .content-inner h2 {
  color: #C88D36;
  margin: 80px 0 32px;
}
.page-content-section .content-inner h3 {
  font-family: "DMSans", sans-serif;
  margin: 80px 0 24px;
}
.page-content-section .content-inner h6 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 32px;
  font-weight: 600;
}
.page-content-section .content-inner p {
  display: block;
  margin-bottom: 32px;
}
.page-content-section .content-inner p a {
  color: #C88D36;
}
.page-content-section .content-inner p a.yellow-button {
  color: #fff;
}
.page-content-section .content-inner p .yellow-button {
  color: #fff;
}
.page-content-section .content-inner .yellow-button {
  color: #fff;
}
.page-content-section .content-inner ul, .page-content-section .content-inner ol {
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 32px;
}
.page-content-section .content-inner ul li a, .page-content-section .content-inner ol li a {
  color: #C88D36;
}
.page-content-section .content-inner .wp-block-image, .page-content-section .content-inner .wp-block-columns {
  margin-bottom: 56px;
}
.page-content-section .content-inner .wp-block-image img, .page-content-section .content-inner .wp-block-columns img {
  width: 1000%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-inner {
  margin-top: 80px;
  padding: 32px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(220, 216, 204, 0.2392156863);
}
.form-inner h3 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 24px;
}
.form-inner span[data-name=your-service] {
  display: none;
}
.form-inner .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.form-inner .wpcf7-form-control-wrap input, .form-inner .wpcf7-form-control-wrap textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 0;
  background-color: #FDFDFC;
  padding: 12px 24px;
  border-radius: 32px;
}
.form-inner .wpcf7-form-control-wrap input::-webkit-input-placeholder, .form-inner .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #191E19;
}
.form-inner .wpcf7-form-control-wrap input::-moz-placeholder, .form-inner .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #191E19;
}
.form-inner .wpcf7-form-control-wrap input:-ms-input-placeholder, .form-inner .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #191E19;
}
.form-inner .wpcf7-form-control-wrap input:-moz-placeholder, .form-inner .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #191E19;
}
.form-inner .wpcf7-form-control-wrap input:focus, .form-inner .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.form-inner .wpcf7-form-control-wrap textarea {
  height: 144px;
}
.form-inner .form-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inner .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 49%;
}
.form-inner .form-dropdown-holder {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}
.form-inner .form-dropdown-holder:after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #C88D36 url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.form-inner .form-dropdown-holder.active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.form-inner .form-dropdown-holder.active .current {
  border-radius: 32px 32px 0 0;
}
.form-inner .form-dropdown-holder.active .form-dropdown {
  display: block;
}
.form-inner .form-dropdown-holder .current {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 0;
  background-color: #FDFDFC;
  padding: 12px 24px;
  border-radius: 32px;
  padding-right: 40px;
}
.form-inner .form-dropdown-holder .form-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FDFDFC;
  padding: 12px 24px;
  border-radius: 0 0 32px 32px;
  z-index: 10;
  -webkit-box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
  height: 240px;
  overflow-y: auto;
  /* Track */
  /* Handle */
}
.form-inner .form-dropdown-holder .form-dropdown::-webkit-scrollbar {
  width: 5px;
}
.form-inner .form-dropdown-holder .form-dropdown::-webkit-scrollbar-track {
  background: #DCD8CC;
}
.form-inner .form-dropdown-holder .form-dropdown::-webkit-scrollbar-thumb {
  background: #C88D36;
  border-radius: 6px;
}
.form-inner .form-dropdown-holder .form-dropdown div {
  margin-bottom: 8px;
}
.form-inner .form-dropdown-holder .form-dropdown div:last-child {
  margin-bottom: 0;
}
.form-inner .submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 146px;
  height: 48px;
  float: right;
}
.form-inner .submit-wrap:after {
  opacity: 1;
}
.form-inner .submit-wrap .form-submit {
  border: 0;
  background: transparent;
  padding: 0;
  color: #FDFDFC;
}

.contact-form-section .form-inner {
  margin-top: 0;
}

.wishlist-banner {
  padding: 40px 32px;
  border-radius: 16px;
  background: #333;
  color: #fff;
}
.wishlist-banner h3 {
  margin-bottom: 40px;
}
.wishlist-banner .descr {
  margin-bottom: 48px;
}
.wishlist-banner .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wishlist-banner .yellow-button {
  padding-right: 46px;
  color: #fff;
}
.wishlist-banner .yellow-button:after {
  opacity: 1;
  clear: both;
}

@media screen and (max-width: 580px) {
  .default-page-section {
    padding: 144px 0 72px;
  }
  .page-content-section .content-inner h2 {
    margin-top: 64px;
  }
  .page-content-section .content-inner h3 {
    margin-top: 56px;
  }
  .form-inner {
    padding: 32px 16px;
    margin-top: 72px;
  }
  .form-inner .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-inner .form-row .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form-inner .wpcf7-form-control-wrap {
    margin-bottom: 24px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .pagination a, .pagination span, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.case-studies-section {
  background: rgba(220, 216, 204, 0.2392156863);
}
.case-studies-section .section-titles-between h2 {
  color: #C88D36;
}

.case-col-item {
  margin-top: 32px;
}
.case-col-item:first-child, .case-col-item:nth-child(2), .case-col-item:nth-child(3) {
  margin-top: 0;
}

.case-item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  color: #191E19;
}
.case-item:hover .yellow-button {
  padding-right: 46px;
  color: #fff;
}
.case-item:hover .yellow-button:after {
  opacity: 1;
}
.case-item .item-thumb {
  display: block;
  width: 100%;
  height: 248px;
  border-radius: 8px;
}
.case-item .item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-item .item-description {
  display: block;
  width: 100%;
  height: calc(100% - 248px);
  background-color: #fff;
  padding: 40px 32px;
}
.case-item h3 {
  font-family: "DMSans", sans-serif;
  color: #191E19;
  margin-bottom: 32px;
  text-transform: lowercase;
}
.case-item h3:first-letter {
  text-transform: uppercase;
}

.pagination {
  margin-top: 112px;
}
.pagination a, .pagination span {
  width: 48px;
  height: 48px;
  color: #C7C1AD;
  margin-right: 8px;
  background: rgba(220, 216, 204, 0.2392156863);
  border-radius: 50%;
}
.pagination a:last-child, .pagination span:last-child {
  margin-right: 0;
}
.pagination span {
  color: #fff;
  background-color: #162A26;
}
.pagination .next {
  background: #C7C1AD url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 15px;
}
.pagination .prev {
  background: #C7C1AD url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 991.5px) {
  .case-col-item {
    margin-bottom: 32px;
  }
  .case-col-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .case-item .item-thumb {
    height: 220px;
  }
  .case-item .item-description {
    height: auto;
    padding: 35px 31px;
  }
  .pagination {
    margin-top: 72px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .video-holder .video-placeholder, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.service-video-holder .top-content {
  margin-bottom: 112px;
}
.service-video-holder .top-content p {
  display: block;
  margin-bottom: 32px;
}

.video-holder {
  position: relative;
  height: 510px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.video-holder.active .video-placeholder {
  display: none;
}
.video-holder .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-holder .video-placeholder:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #162A26;
  opacity: 0.8;
}
.video-holder .play-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.video-holder video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 580px) {
  .service-video-holder .top-content {
    margin-bottom: 72px;
  }
  .video-holder {
    height: 215px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .prices-table .table-row .right, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.prices-table__inner .back-button {
  margin-bottom: 64px;
  padding-left: 48px;
}
.prices-table__inner .back-button:hover {
  padding: 12px 24px;
  padding-left: 48px;
}
.prices-table__inner .back-button:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: unset;
  left: 16px;
}
.prices-table__inner .top-content {
  margin-bottom: 56px;
}

.table-container .table-title {
  color: #C88D36;
  margin-bottom: 32px;
}

.prices-tabls-row {
  margin-bottom: 64px;
}
.prices-tabls-row:last-child {
  margin-bottom: 0;
}

.prices-table {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #B9B9B9;
}
.prices-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #B9B9B9;
}
.prices-table .table-row:last-child {
  border-bottom: 0;
}
.prices-table .table-row .left {
  background: #F7F6F3;
  font-weight: 300;
  border-right: 1px solid #B9B9B9;
}
.prices-table .table-row .left b, .prices-table .table-row .left strong {
  font-weight: 600;
}
.prices-table .table-row .right {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-weight: 600;
}
.prices-table .table-row .right b, .prices-table .table-row .right strong {
  font-weight: 600;
}
.prices-table .table-row .left, .prices-table .table-row .right {
  width: 50%;
  color: #191E19;
  padding: 10px 12px;
}
.prices-table .table-row .left p, .prices-table .table-row .right p {
  display: block;
  margin-top: 24px;
  width: 100%;
}
.prices-table .table-row .left p:first-child, .prices-table .table-row .right p:first-child {
  margin-top: 0;
}
.prices-table .table-row.top-row {
  background-color: #162A26;
  font-weight: 600;
  color: #fff;
}
.prices-table .table-row.top-row .left {
  background: transparent;
}
.prices-table .table-row.top-row .left, .prices-table .table-row.top-row .right {
  font-weight: 600;
  color: #fff;
  padding: 10px 12px;
}

.bottom-form-holder {
  margin-top: 112px;
  padding-top: 112px;
  border-top: 1px solid #DCD8CC;
}
.bottom-form-holder .form-inner {
  margin-top: 0;
}

@media screen and (max-width: 580px) {
  .prices-table-section {
    overflow-x: hidden;
  }
  .prices-table__inner .back-button {
    margin-bottom: 56px;
  }
  .prices-table__inner .top-content {
    margin-bottom: 72px;
  }
  .table-container {
    padding-right: 0;
  }
  .table-container .col-lg-10 {
    padding-right: 24px;
    overflow-x: auto;
  }
  .prices-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .bottom-form-holder {
    padding-top: 0;
    margin-top: 72px;
    border-top: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder, .prices-table .table-row .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .gallery-image-item .yellow-button, .gallery-image-item:before, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.gallery-section {
  background: rgba(220, 216, 204, 0.2392156863);
}

.gallery-image-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 24px;
  height: calc(33% - 14px);
  border-radius: 8px;
  overflow: hidden;
}
.gallery-image-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.gallery-image-item.big-gallery-image {
  margin-bottom: 0;
  height: 530px;
}
.gallery-image-item:last-child {
  margin-bottom: 0;
}
.gallery-image-item:hover:before {
  opacity: 1;
}
.gallery-image-item:hover .yellow-button {
  opacity: 1;
}
.gallery-image-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-image-item .yellow-button {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
}

@media screen and (max-width: 991.5px) {
  .gallery-image-item.big-gallery-image {
    height: 456px;
  }
  .small-gallery-image {
    display: inline-block;
    height: 120px;
    width: calc(33% - 6px);
    margin-bottom: 0;
    margin-right: 8px;
    margin-top: 16px;
  }
  .small-gallery-image:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.5px) {
  .small-gallery-image {
    width: calc(33% - 7px);
  }
}
@media screen and (max-width: 580px) {
  .gallery-image-item.big-gallery-image {
    height: 256px;
  }
  .gallery-image-item .yellow-button {
    font-size: 7px;
    height: 33px;
  }
  .gallery-image-item .yellow-button:hover {
    padding-right: 30px;
  }
  .gallery-image-item .yellow-button:after {
    width: 8px;
    height: 8px;
    background-size: 8px;
  }
  .small-gallery-image {
    display: inline-block;
    height: 72px;
    width: calc(33% - 7.5px);
    margin-bottom: 0;
    margin-right: 8px;
    margin-top: 16px;
  }
  .small-gallery-image:last-child {
    margin-right: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder, .prices-table .table-row .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .cases-images-list, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after, .gallery-image-item:before, .gallery-image-item .yellow-button {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.cases-images-holder {
  margin-top: 64px;
}
.cases-images-holder h3 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 32px;
  font-weight: 400;
}
.cases-images-holder .prices-table__inner .back-button {
  margin-bottom: 0 !important;
}

.cases-images-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 56px;
}
.cases-images-list .case-image-item {
  width: 49%;
  margin-bottom: 56px;
  color: #191E19;
}
.cases-images-list .case-image-item:last-child, .cases-images-list .case-image-item:nth-last-child(2) {
  margin-bottom: 0;
}
.cases-images-list .case-image-item .image-holder {
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

@media screen and (max-width: 580px) {
  .cases-images-holder h3 {
    margin-bottom: 56px;
  }
  .cases-images-list .case-image-item {
    width: 100%;
  }
  .cases-images-list .case-image-item:nth-last-child(2) {
    margin-bottom: 56px;
  }
  .cases-images-list .case-image-item .image-holder {
    height: 190px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder, .prices-table .table-row .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row, .cases-images-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .form-sidebar .form-inner .form-submit, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after, .gallery-image-item:before, .gallery-image-item .yellow-button {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.accordion-item {
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #DCD8CC;
  padding-bottom: 40px;
  margin-bottom: 32px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header {
  font-family: "DMSans", sans-serif;
}
.accordion-item .accordion-button {
  font-size: 32px;
  line-height: 40px;
  color: #191E19;
  position: relative;
  padding: 0;
  padding-right: 55px;
  border-bottom: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed):after {
  background: #C7C1AD url(img/minus_aa5cf71534b6aa77ad04.svg) center no-repeat;
  background-size: 20px;
}
.accordion-item .accordion-button:after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #C7C1AD url(img/plus_f5ea3534ccd2306b7712.svg) center no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.accordion-item .accordion-collapse {
  margin-top: 16px;
}
.accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}

.form-sidebar .form-inner {
  margin-top: 0;
}
.form-sidebar .form-inner .form-submit {
  display: block;
  width: 100%;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
  text-align: center;
  border: 0;
}

@media screen and (max-width: 991.5px) {
  .faq-inner {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 580px) {
  .accordion-item {
    padding-bottom: 32px;
  }
  .accordion-item .accordion-button {
    font-size: 28px;
    line-height: 40px;
    padding-right: 50px;
  }
  .accordion-item .accordion-button:not(.collapsed):after {
    background-size: 16px;
  }
  .accordion-item .accordion-button:after {
    width: 34px;
    height: 34px;
    background-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder, .prices-table .table-row .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row, .cases-images-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after, .gallery-image-item:before, .gallery-image-item .yellow-button, .form-sidebar .form-inner .form-submit {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.sp-section-inner {
  border-bottom: 1px solid #DCD8CC;
}

.sp-title {
  color: #C88D36;
  margin-bottom: 56px;
}

.single-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #191E19;
  border-radius: 16px;
  overflow: hidden;
}
.single-post-item:hover {
  color: #191E19;
}
.single-post-item .item-thumb {
  display: block;
  width: 33.3%;
}
.single-post-item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-item .item-description {
  width: 66.6%;
  background: rgba(220, 216, 204, 0.2392156863);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 164px 142px;
}
.single-post-item .item-description h3 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 16px;
}
.single-post-item .item-description p {
  display: block;
  margin-bottom: 32px;
}

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 0 72px;
  overflow-x: auto;
}
.categories-list a {
  display: inline-block;
  padding: 12px 16px;
  text-align: center;
  border-radius: 50px;
  background: var(--Bone, #DCD8CC);
  color: #162A26;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 16px;
}
.categories-list a:last-child {
  margin-right: 0;
}
.categories-list a.active {
  background: var(--Harvest-Gold, #C88D36);
  color: #fff;
}
.categories-list a:hover {
  background: var(--Harvest-Gold, #C88D36);
  color: #fff;
}

@media screen and (max-width: 991.5px) {
  .single-post-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-post-item .item-thumb, .single-post-item .item-description {
    width: 100%;
  }
  .single-post-item .item-description {
    padding: 120px;
  }
}
@media screen and (max-width: 580px) {
  .categories-list-col {
    padding-right: 0 !important;
  }
  .categories-list {
    padding-right: 12px;
    padding: 40px 0 56px;
  }
  .categories-list a {
    margin-right: 8px;
    white-space: nowrap;
  }
  .single-post-item .item-thumb {
    height: 506px;
  }
  .single-post-item .item-description {
    padding: 40px 32px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder, .prices-table .table-row .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row, .cases-images-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after, .gallery-image-item:before, .gallery-image-item .yellow-button, .form-sidebar .form-inner .form-submit {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.post-content .prices-table__inner .back-button {
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.post-content-holder .post-title {
  font-family: "DMSans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 56px;
}

.posts-sidebar .posts-sidebar-title {
  color: #C88D36;
  margin-bottom: 56px;
}
.posts-sidebar .sidebar-post-item {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  color: #191E19;
}
.posts-sidebar .sidebar-post-item:hover {
  color: #191E19;
}
.posts-sidebar .sidebar-post-item:last-child {
  margin-bottom: 0;
}
.posts-sidebar .sidebar-post-item .item-thumb {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  height: 220px;
}
.posts-sidebar .sidebar-post-item .item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-sidebar .sidebar-post-item h3 {
  font-family: "DMSans", sans-serif;
  margin-bottom: 32px;
}

@media screen and (max-width: 991.5px) {
  .posts-sidebar {
    margin-top: 72px;
  }
}
@media screen and (max-width: 580px) {
  .post-content {
    margin-top: 72px;
  }
  .post-content-holder .post-title {
    font-size: 40px;
    line-height: 48px;
  }
  .posts-sidebar .sidebar-post-item .item-thumb {
    height: 192px;
    margin-bottom: 32px;
  }
  .posts-sidebar .sidebar-post-item h3 {
    margin-bottom: 24px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder, .prices-table .table-row .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row, .cases-images-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after, .gallery-image-item:before, .gallery-image-item .yellow-button, .form-sidebar .form-inner .form-submit {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.careers-section {
  background: rgba(220, 216, 204, 0.2392156863);
}
.careers-section .no-posts-message {
  font-size: 24px;
  line-height: 40px;
}

.careers-item {
  background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "RecifeText", sans-serif;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

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

.flex-center, .error-section .error-section__inner, .footer-brands .brand-item, .home-banner .slider-item, .home-banner .slider-item .slider-titles, .pagination a, .pagination span, .video-holder .video-placeholder, .prices-table .table-row .right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between, .section-titles-between, .header-wrap, .menu-main .menu-inner, .footer-bottom-row, .form-inner .form-row, .cases-images-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.transition, .yellow-button, .yellow-button:after, header, .logo, .scroll-to-top, .form-inner .form-dropdown-holder:after, .gallery-image-item:before, .gallery-image-item .yellow-button, .form-sidebar .form-inner .form-submit {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contain-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.yellow-button {
  display: inline-block;
  background-color: #C88D36;
  text-align: center;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  position: relative;
}
.yellow-button:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(img/arrow-right_8a7e3c03dee245be9255.svg) center no-repeat;
  background-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  opacity: 0;
}
.yellow-button:hover {
  padding-right: 46px;
  color: #fff;
}
.yellow-button:hover:after {
  opacity: 1;
}

.uppertitle {
  display: inline-block;
  padding: 5.5px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #DCD8CC;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #000;
}

.section-padding {
  padding: 112px 0;
}

.section-titles-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.section-titles-between.al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-titles-between .gold-title {
  color: #C88D36;
}

.center-titles {
  text-align: center;
  margin-bottom: 56px;
}

.mobile-show {
  display: none;
}

.mobile-button-container {
  display: none;
}
.mobile-button-container a {
  display: none;
}
.mobile-button-container a:first-child {
  display: inline-block;
}

.hidden, .wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991.5px) {
  .section-titles-between.al-start {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .section-padding {
    padding: 72px 0;
  }
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .colsm-12, .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .mobile-button-container {
    display: block;
  }
  .mobile-button-container {
    margin-top: 56px;
    text-align: center;
  }
  .section-titles-between {
    margin-bottom: 32px;
  }
}
.error-section .error-section__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 280px 0 135px;
  min-height: 100vh;
}
.error-section .error-section__inner h1 {
  color: #C88D36;
  margin-bottom: 56px;
}
.error-section .error-section__inner .undertitle {
  margin-bottom: 96px;
}

@media screen and (max-width: 580px) {
  .error-section .error-section__inner {
    padding: 144px 0 72px;
    min-height: 100%;
  }
  .error-section .error-section__inner h1 {
    margin-bottom: 40px;
  }
  .error-section .error-section__inner .undertitle {
    margin-bottom: 72px;
  }
}
body {
  padding: 0;
  margin: 0;
  color: #191E19;
}
body.overflow {
  overflow: hidden;
  position: relative;
}
body.overflow:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 999;
}
