/**
 * Theme Name: Umaye
 * Template: Impreza
 * Version: 1.0
 * Author: LBH */
html {
  background: #F4F1EA;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/**----------------- HEADER --------------------**/ 
#page-header .w-nav a {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-family: "Pitch Sans";
}
#page-header.id_85 .w-nav .current-menu-item a {
  color: #fff;
}
#page-header.id_85 .w-nav .w-nav-control {
  color: #fff;
}
#page-header .w-nav-close {
  background: url('data:image/svg+xml;utf8, <svg fill="none" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><path d="m.912927 18.5905 7.997043-7.997-7.912864-7.91287 1.683584-1.68359 7.91291 7.91286 7.997-7.997038 1.8519 1.851948-7.997 7.99699 7.9129 7.9129-1.6836 1.6836-7.9129-7.9129-7.99703 7.9971z" fill="%23505355"/></svg>') no-repeat center;
  background-size: 21px;
  width: 100px;
  height: 60px;
}
#page-header .w-nav-close::before {
  display: none;
}
@media screen and (max-width: 1200px), print {
  #page-header .w-nav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px), print {
  #page-header .l-subheader {
    padding: 0 20px !important;
  }
  #page-header .w-nav-list {
    background: #F4F1EA;
    padding: 40px 20px;
  }
  #page-header .w-nav-list .menu-logo {
    width: 179px;
    height: 37px;
    position: absolute;
    left: 40px;
    top: 70px;
    cursor: pointer;
  }
  #page-header .w-nav-list .menu-logo img {
    display: block;
  }
  #page-header .w-nav-list::after {
    width: 37px;
    height: 57px;
    position: absolute;
    right: 40px;
    top: 60px;
    content: "";
    background: url("assets/images/brand-menu.svg") no-repeat;
    background-size: contain;
  }
  #page-header .w-nav-list li:nth-of-type(2) {
    margin-top: auto;
  }
  #page-header .w-nav-list a {
    font-size: 20px;
  }
  #page-header .w-nav-list .current-menu-item a {
    color: #000 !important;
  }
}
@media screen and (max-width: 600px) {
  #page-header .l-subheader {
    padding: 0 40px !important;
  }
  #page-header .w-nav-list {
    background: #F4F1EA;
    padding: 40px;
  }
  #page-header .w-nav-list .current-menu-item a {
    color: #000 !important;
  }
}

/**----------------- HOME --------------------**/ 
.home #page-content {
  background: url("assets/images/home-line-1.svg") no-repeat top 40px right;
}
@media screen and (max-width: 600px) {
  .home #page-content {
    background: none;
  }
}

@media screen and (max-width: 600px) {
  body.page-id-7 {
    background-color: #F4F1EA;
    background-image: url("assets/images/home-line-mobile-1.svg"), url("assets/images/home-line-mobile-2.svg");
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
  }
  body.page-id-7 .l-canvas {
    background: transparent;
  }
}

.home-header {
  min-height: 580px;
  background: url("assets/images/home-header-bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 75px !important;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #F4F1EA;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: -0.05em;
  font-weight: 300;
}
.home-header h1 {
  color: #F4F1EA;
  margin: 0 0 25px;
}
@media screen and (max-width: 1200px), print {
  .home-header {
    font-size: 27px;
  }
  .home-header h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .home-header {
    min-height: 470px;
    padding-bottom: 30px !important;
    font-size: 24px;
    line-height: 1em;
  }
  .home-header h1 {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 12px;
  }
}

.home-intro {
  padding: 140px 20px !important;
  text-align: center;
  position: relative;
}
.home-intro * {
  position: static;
}
.home-intro .w-btn-wrapper {
  position: absolute;
  margin: 0 !important;
  top: 50px;
  right: 40px;
  cursor: pointer;
  z-index: 100;
}
.home-intro .w-btn-wrapper .w-btn {
  margin: 0;
}
.home-intro h1 {
  margin: 0 0 30px;
}
.home-intro p {
  font-size: 25px;
  max-width: 687px;
  margin: 0 auto;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 1200px), print {
  .home-intro p {
    font-size: 22.5px;
  }
  .home-intro h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .home-intro {
    padding: 42px 40px 30px !important;
  }
  .home-intro h1 {
    margin: 0 0 22px;
    font-size: 40px;
  }
  .home-intro p {
    font-size: 15px;
  }
  .home-intro .w-btn-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin: 30px auto 0 !important;
    width: 222px;
  }
  .home-intro .w-btn-wrapper .w-btn {
    font-size: 15px;
    line-height: 26px !important;
    padding: 0;
    text-align: center;
  }
}

.home-content {
  padding: 70px 20px 150px !important;
  text-align: center;
  background: url("assets/images/line2.svg") no-repeat top center;
  background-size: auto 100%;
}
.home-content .title {
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 46px;
  font-family: "Pitch Sans";
}
.home-content .wpb_text_column {
  margin: 0 0 30px;
}
.home-content h1 {
  margin: 0 0 30px;
}
.home-content p {
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
}
.home-content .w-html {
  position: relative;
}
.home-content .swiper-main {
  margin-top: 60px;
  margin-bottom: 20px;
}
.home-content .swiper-main .swiper-slide .wpb_text_column {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 26px;
  line-height: 1em;
  text-align: right;
  color: #F4F1EA;
  margin: 0;
}
.home-content .swiper-button-next, .home-content .swiper-button-prev {
  width: 62px;
  height: 26px;
  border-radius: 13px;
  border: 2px solid #505355;
  margin-top: 0;
  top: 270px;
}
.home-content .swiper-button-next::after, .home-content .swiper-button-prev::after {
  display: none;
}
.home-content .swiper-button-next {
  right: -112px;
  background: transparent url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.778 8.7075H0V6.77272H11.778L6.3606 1.35532L7.73913 0.000976562L15.4783 7.74011L7.73913 15.4792L6.3606 14.1249L11.778 8.7075Z" fill="%23505355"/></svg>') no-repeat center;
}
.home-content .swiper-button-next:hover {
  background: #fff url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.778 8.7075H0V6.77272H11.778L6.3606 1.35532L7.73913 0.000976562L15.4783 7.74011L7.73913 15.4792L6.3606 14.1249L11.778 8.7075Z" fill="%23505355"/></svg>') no-repeat center;
}
.home-content .swiper-button-prev {
  left: -112px;
  background: transparent url('data:image/svg+xml;utf8, <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.22201 7.4446L16 7.4446L16 9.37938L4.22201 9.37938L9.6394 14.7968L8.26087 16.1511L0.52174 8.41199L8.26087 0.672861L9.6394 2.02721L4.22201 7.4446Z" fill="%23505355"/></svg>') no-repeat center;
}
.home-content .swiper-button-prev:hover {
  background: #fff url('data:image/svg+xml;utf8, <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.22201 7.4446L16 7.4446L16 9.37938L4.22201 9.37938L9.6394 14.7968L8.26087 16.1511L0.52174 8.41199L8.26087 0.672861L9.6394 2.02721L4.22201 7.4446Z" fill="%23505355"/></svg>') no-repeat center;
}
.home-content .swiper-nav {
  margin-bottom: 150px;
}
.home-content .swiper-nav .swiper-slide {
  cursor: pointer;
}
.home-content .w-image, .home-content .w-video {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1200px), print {
  .home-content .title {
    font-size: 27px;
  }
  .home-content h1 {
    font-size: 54px;
  }
  .home-content p {
    font-size: 22.5px;
  }
  .home-content .swiper-main .swiper-slide .wpb_text_column {
    font-size: 23.4px;
  }
}
@media screen and (max-width: 1024px), print {
  .home-content .swiper-button-next, .home-content .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home-content {
    padding: 30px 40px !important;
    background: transparent;
  }
  .home-content .title {
    font-size: 15px;
    margin: 0 0 24px;
  }
  .home-content h1 {
    margin: 0 0 15px;
    font-size: 40px;
  }
  .home-content p {
    font-size: 15px;
  }
  .home-content .swiper-main {
    margin-top: 38px;
    margin-bottom: 48px;
    overflow: visible;
  }
  .home-content .swiper-main .swiper-slide .wpb_text_column {
    font-size: 15px;
    right: 12px;
    bottom: 12px;
  }
  .home-content .swiper-button-next, .home-content .swiper-button-prev {
    display: none;
  }
  .home-content .w-image, .home-content .w-video {
    border-radius: 2px;
  }
  .home-content .swiper-nav {
    display: none;
  }
}

.home-form {
  padding: 175px 20px 185px !important;
  background: url("assets/images/line-form.svg") no-repeat top right 100px;
  background-size: auto 100%;
}
.home-form .l-section-h, .home-form .vc_column_container {
  position: static;
}
.home-form .close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 62px;
  height: 26px;
  border: 2px solid #505355;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.home-form .close-btn:hover {
  background: #fff;
}
@media screen and (max-width: 600px) {
  .home-form {
    padding: 80px 40px !important;
  }
}

.home-intro, .home-form {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease-in-out;
  max-height: 1000px;
  opacity: 1;
}
.home-intro.hidden, .home-form.hidden {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

#gform_confirmation_message_2 {
  text-align: center;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: #505355;
}

#gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_2 .gfield_label, #gform_wrapper_2 .gfield_required {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: -0.04em;
  font-family: "Pitch Sans";
  text-transform: uppercase;
  color: #505355;
}
#gform_wrapper_2 input[type=text], #gform_wrapper_2 input[type=email] {
  padding: 0;
  font-size: 25px;
  font-weight: 400;
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #505355;
  color: #505355;
  background: transparent;
  padding-bottom: 4px;
  border-radius: 0;
}
#gform_wrapper_2 input[type=submit] {
  width: 100%;
  height: 32px;
  line-height: 28px;
  border-radius: 16px;
  border: 2px solid #505355;
  color: #505355;
  background: transparent;
  font-size: 20px;
  font-family: "Pitch Sans";
  text-transform: uppercase;
  letter-spacing: -0.04em;
  box-shadow: none;
  transition: all 0.2s ease;
  min-height: auto;
}
#gform_wrapper_2 input[type=submit]:hover {
  background: #fff;
  color: #505355;
}
#gform_wrapper_2 #gform_2 {
  display: flex;
  grid-gap: 46px;
  align-items: flex-end;
}
#gform_wrapper_2 #gform_2 .gform_footer {
  margin: 0;
  width: 124px;
  flex: none;
}
#gform_wrapper_2 #gform_2 .gform_body {
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  #gform_wrapper_2 #gform_2 {
    display: block;
  }
  #gform_wrapper_2 #gform_2 .gform_footer {
    margin-top: 30px;
  }
}

/**----------------- SERVICES --------------------**/ 
.page-id-78 #page-content {
  background: url("assets/images/line-services.svg") no-repeat top left;
  background-size: 100vw auto;
}
@media screen and (max-width: 600px) {
  .page-id-78 #page-content {
    background: url("assets/images/services-line-mobile.svg") no-repeat top right;
  }
}

.home-header.services {
  background: url("assets/images/services-banner.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 130px !important;
}
.home-header.services h1 {
  color: #F4F1EA;
  margin: 0;
}
@media screen and (max-width: 1200px), print {
  .home-header.services h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .home-header.services {
    background: url("assets/images/services-banner-mobile.jpg") no-repeat top center;
    background-size: cover;
    padding: 20px 40px 70px !important;
  }
  .home-header.services h1 {
    max-width: 252px;
    margin: 0 auto;
    font-size: 40px;
  }
}

.service-content {
  padding: 120px 20px 150px !important;
}
.service-content h1 {
  margin: 0 0 60px;
  text-align: center;
}
.service-content .w-tabs .w-tabs-section {
  border-color: #505355;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-header {
  padding-top: 30px !important;
  padding-bottom: 40px !important;
  position: relative;
  background: transparent !important;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-header::after {
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m8.12 17.52v-7.6h-7.52v-1.6h7.52v-7.600001h1.76v7.600001h7.52v1.6h-7.52v7.6z" fill="%23505355"/></svg>') no-repeat;
  background-size: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -9px;
  content: "";
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-header.active::after {
  background: url('data:image/svg+xml;utf8, <svg fill="none" height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m1 9.84v-1.68h16v1.68z" fill="%23505355"/></svg>') no-repeat;
  background-size: 18px;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-header h2 {
  line-height: 1em !important;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content {
  padding: 0 !important;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h {
  padding: 0 40px 40px;
  font-size: 25px;
  line-height: 35px;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h p {
  margin: 0 0 20px;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h p:last-of-type {
  margin: 0;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h ul {
  margin-top: 20px;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h .w-btn-wrapper {
  margin: 30px 0 0 !important;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h .w-btn-wrapper .w-btn {
  cursor: pointer;
}
.service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h .w-btn-wrapper .w-btn:hover {
  background: #fff;
}
@media screen and (max-width: 1200px), print {
  .service-content h1 {
    font-size: 54px;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-header h2 {
    font-size: 36px !important;
    line-height: 1em !important;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h {
    font-size: 22.5px;
    line-height: 32.5px;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h .w-btn-wrapper .w-btn {
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 600px) {
  .service-content {
    padding: 50px 40px !important;
  }
  .service-content h1 {
    margin: 0 0 36px;
    font-size: 40px;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-header {
    padding-top: 20px !important;
    padding-bottom: 24px !important;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-header::after {
    right: 24px;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-header h2 {
    font-size: 25px !important;
    line-height: 1em !important;
    letter-spacing: -0.04em;
    max-width: 238px;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h {
    font-size: 15px;
    line-height: 25px;
  }
  .service-content .w-tabs .w-tabs-section .w-tabs-section-content .w-tabs-section-content-h .w-btn-wrapper .w-btn {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

.w-popup-box-content {
  padding: 120px 20px;
  background: #F4F1EA url("assets/images/line-form.svg") no-repeat top right 100px;
  background-size: auto 100%;
}
.w-popup-box-content #gform_wrapper_2 {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .w-popup-box-content {
    padding: 60px 40px;
  }
}

/**----------------- FAQ   ----------------------**/ 
.page-id-366 #page-content {
  background: url("assets/images/faq-bg.svg") no-repeat top right;
  background-size: 100vw auto;
}

.home-header.faq {
  background: url("assets/images/faq-header-bg.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 100px !important;
}
.home-header.faq h1 {
  color: #F4F1EA;
  margin: 0;
}
.home-header.faq .label {
  font-size: 26px;
  position: absolute;
  bottom: -70px;
  right: 0;
  line-height: 24px;
  color: #F4F1EA;
}
@media screen and (max-width: 1200px), print {
  .home-header.faq h1 {
    font-size: 54px;
  }
  .home-header.faq .label {
    font-size: 20px;
    line-height: 1em;
  }
}
@media screen and (max-width: 600px) {
  .home-header.faq {
    padding: 20px 40px 70px !important;
  }
  .home-header.faq h1 {
    max-width: 252px;
    margin: 0 auto;
    font-size: 40px;
  }
  .home-header.faq .label {
    font-size: 16px;
    line-height: 1em;
    bottom: -50px;
  }
}

.service-content.faq .w-tabs .w-tabs-section .w-tabs-section-header h2 {
  margin: 0;
  padding-right: 80px !important;
}
@media screen and (max-width: 600px) {
  .service-content.faq .w-tabs .w-tabs-section .w-tabs-section-header h2 {
    padding-right: 0 !important;
  }
}

/**-----------------  MEDIA   ----------------------**/ 
.home-header.media {
  background: url("assets/images/header-media.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 100px !important;
}
.home-header.media h1 {
  color: #F4F1EA;
  margin: 0 auto;
  max-width: 915px;
}
@media screen and (max-width: 1200px), print {
  .home-header.media h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .home-header.media {
    padding: 20px 40px 70px !important;
  }
  .home-header.media h1 {
    margin: 0 auto;
    font-size: 40px;
  }
}

.media-content {
  padding: 100px 20px !important;
  font-size: 25px;
  line-height: 35px;
  background: url("assets/images/media-line.svg") no-repeat top -200px right;
  background-size: 100vw;
}
.media-content a {
  color: #505355;
  text-decoration: underline;
}
.media-content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
}
.media-content ul li {
  margin-bottom: 10px;
}
.media-content .w-btn-wrapper {
  margin: 50px 0 0;
}
.media-content .w-btn-wrapper .w-btn {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .media-content {
    padding: 60px 40px 0 !important;
    font-size: 15px;
    line-height: 25px;
    background: url("assets/images/media-line.svg") no-repeat top 100px right;
    background-size: 100vw;
  }
  .media-content h2 {
    font-size: 30px;
  }
  .media-content .w-btn-wrapper {
    margin: 20px 0 0;
  }
  .media-content .w-btn-wrapper .w-btn {
    font-size: 15px;
    line-height: 24px !important;
  }
}

/**----------------- Single blog  ----------------------**/ 
.home-header.single-blog {
  background: url("assets/images/faq-header-bg.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 100px !important;
}
.home-header.single-blog h1 {
  color: #F4F1EA;
  margin: 0 auto;
  max-width: 915px;
}
@media screen and (max-width: 1200px), print {
  .home-header.single-blog h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .home-header.single-blog {
    padding: 20px 40px 70px !important;
  }
  .home-header.single-blog h1 {
    margin: 0 auto;
    font-size: 40px;
  }
}

.single-blog-content {
  padding: 100px 20px !important;
  background: url("assets/images/blog-line.svg") no-repeat top left;
  background-size: 100vw 100%;
}
.single-blog-content .post_content {
  font-size: 25px;
  line-height: 35px;
}
.single-blog-content .w-btn-wrapper {
  margin: 50px 0 0;
}
.single-blog-content .w-btn-wrapper .w-btn {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .single-blog-content {
    padding: 60px 40px !important;
    background-size: 100vw auto;
  }
  .single-blog-content .post_content {
    font-size: 15px;
    line-height: 25px;
  }
  .single-blog-content .post_content h2 {
    font-size: 30px;
  }
  .single-blog-content .post_content h3 {
    font-size: 24px;
  }
  .single-blog-content .w-btn-wrapper {
    margin: 20px 0 0;
  }
  .single-blog-content .w-btn-wrapper .w-btn {
    font-size: 15px;
    line-height: 24px !important;
  }
}

/**----------------- BLOG ----------------------**/ 
.home-header.blog {
  background: url("assets/images/header-case-studies.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 130px !important;
}
.home-header.blog h1 {
  color: #F4F1EA;
  margin: 0;
}
@media screen and (max-width: 1200px), print {
  .home-header.blog h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .home-header.blog {
    background: url("assets/images/header-casestudy-mobile.jpg") no-repeat top center;
    background-size: cover;
    padding: 20px 40px 70px !important;
  }
  .home-header.blog h1 {
    max-width: 252px;
    margin: 0 auto;
    font-size: 40px;
  }
}

.blog-content {
  padding: 80px 20px 0px !important;
}
.blog-content .w-filter {
  margin-left: 230px;
}
.blog-content .w-filter-item .w-filter-item-title {
  display: block !important;
  font-family: "Pitch Sans";
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 32px !important;
  text-transform: uppercase;
}
.blog-content .w-filter-item .w-filter-item-content .w-filter-item-values {
  gap: 10px !important;
}
.blog-content .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value {
  height: 32px;
  line-height: 30px;
  border: 1px solid #505355;
  border-radius: 16px;
  font-family: "Pitch Sans";
  font-size: 25px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #505355;
  cursor: pointer;
  transition: all 0.2s ease;
}
.blog-content .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value:hover, .blog-content .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value.selected {
  background: #fff;
  color: #505355 !important;
}
.blog-content .w-grid {
  margin-top: -30px;
}
.blog-content .w-grid .w-grid-item {
  margin-bottom: 80px;
}
.blog-content .w-grid .post_date {
  font-family: "Pitch Sans";
  font-size: 30px;
  line-height: 1em;
  padding-bottom: 16px;
  margin-bottom: 50px;
  border-bottom: 1px solid #505355;
  display: block;
}
.blog-content .w-grid .w-hwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.blog-content .w-grid h2 {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.blog-content .w-grid .post_image {
  margin-bottom: 26px;
}
.blog-content .w-grid .post_content {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
}
.blog-content .w-grid .w-btn-wrapper {
  margin: 30px 0 0;
}
.blog-content .w-grid .w-btn-wrapper .w-btn {
  cursor: pointer;
}
@media screen and (max-width: 1200px), print {
  .blog-content .w-grid .post_date {
    font-size: 27px;
  }
  .blog-content .w-grid h2 {
    font-size: 54px;
  }
  .blog-content .w-grid .post_content {
    font-size: 22.5px;
    line-height: 32.5px;
  }
}
@media screen and (max-width: 1024px), print {
  .blog-content .w-grid {
    margin: 0;
  }
  .blog-content .w-filter {
    display: block;
    margin: 0 auto 30px;
  }
  .blog-content .w-filter-item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .blog-content {
    padding: 35px 40px 0 !important;
  }
  .blog-content .w-filter {
    display: block;
    margin: 0 auto 30px;
  }
  .blog-content .w-filter-item {
    margin: 0 auto;
  }
  .blog-content .w-filter-item .w-filter-item-title {
    font-size: 15px;
    line-height: 24px !important;
  }
  .blog-content .w-filter-item .w-filter-item-content .w-filter-item-values {
    gap: 6px !important;
    flex-wrap: nowrap !important;
    flex-shrink: 1 !important;
  }
  .blog-content .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value {
    height: 24px;
    line-height: 22px;
    font-size: 15px;
    border-radius: 12px;
    width: auto;
    padding: 0 10px !important;
  }
  .blog-content .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value label {
    padding: 0 !important;
  }
  .blog-content .w-grid {
    margin: 0;
  }
  .blog-content .w-grid .w-grid-item {
    margin-bottom: 35px;
  }
  .blog-content .w-grid .post_date {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .blog-content .w-grid .w-hwrapper {
    grid-template-columns: 100%;
  }
  .blog-content .w-grid h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .blog-content .w-grid .post_content {
    font-size: 15px;
    line-height: 25px;
  }
  .blog-content .w-grid .w-btn-wrapper {
    margin: 16px 0 0;
  }
  .blog-content .w-grid .w-btn-wrapper .w-btn {
    font-size: 15px;
    line-height: 24px !important;
  }
}

/**----------------- TESTIMONIALS ---------------------**/ 
.page-id-156 #page-content {
  background: url("assets/images/testimonials-line.svg") no-repeat top center;
}
@media screen and (max-width: 600px) {
  .page-id-156 #page-content {
    background: url("assets/images/testimonial-mobile-line.svg") no-repeat top right;
  }
}

.testimonial-carousel {
  padding: 140px 20px 132px !important;
}
.testimonial-carousel h1 {
  margin: 0 0 50px;
  text-align: center;
}
.testimonial-carousel .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-carousel .swiper-slide .wpb_text_column {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 26px;
  line-height: 1em;
  text-align: right;
  color: #F4F1EA;
  margin: 0;
}
.testimonial-carousel .swiper-button-next, .testimonial-carousel .swiper-button-prev {
  width: 62px;
  height: 26px;
  border-radius: 13px;
  border: 2px solid #505355;
  margin-top: 40px;
  top: 50%;
}
.testimonial-carousel .swiper-button-next::after, .testimonial-carousel .swiper-button-prev::after {
  display: none;
}
.testimonial-carousel .swiper-button-next.swiper-button-disabled, .testimonial-carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.testimonial-carousel .swiper-button-next {
  right: -112px;
  background: transparent url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.778 8.7075H0V6.77272H11.778L6.3606 1.35532L7.73913 0.000976562L15.4783 7.74011L7.73913 15.4792L6.3606 14.1249L11.778 8.7075Z" fill="%23505355"/></svg>') no-repeat center;
}
.testimonial-carousel .swiper-button-next:hover {
  background: #fff url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.778 8.7075H0V6.77272H11.778L6.3606 1.35532L7.73913 0.000976562L15.4783 7.74011L7.73913 15.4792L6.3606 14.1249L11.778 8.7075Z" fill="%23505355"/></svg>') no-repeat center;
}
.testimonial-carousel .swiper-button-prev {
  left: -112px;
  background: transparent url('data:image/svg+xml;utf8, <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.22201 7.4446L16 7.4446L16 9.37938L4.22201 9.37938L9.6394 14.7968L8.26087 16.1511L0.52174 8.41199L8.26087 0.672861L9.6394 2.02721L4.22201 7.4446Z" fill="%23505355"/></svg>') no-repeat center;
}
.testimonial-carousel .swiper-button-prev:hover {
  background: #fff url('data:image/svg+xml;utf8, <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.22201 7.4446L16 7.4446L16 9.37938L4.22201 9.37938L9.6394 14.7968L8.26087 16.1511L0.52174 8.41199L8.26087 0.672861L9.6394 2.02721L4.22201 7.4446Z" fill="%23505355"/></svg>') no-repeat center;
}
@media screen and (max-width: 1200px), print {
  .testimonial-carousel h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px), print {
  .testimonial-carousel .swiper-button-next {
    right: 10px;
  }
  .testimonial-carousel .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .testimonial-carousel {
    padding: 78px 0 !important;
  }
  .testimonial-carousel h1 {
    padding: 0 40px;
    margin: 0 0 40px;
    font-size: 40px;
  }
  .testimonial-carousel .swiper-testimonials {
    padding: 0 40px;
  }
  .testimonial-carousel .swiper-slide .wpb_text_column {
    font-size: 15px;
    right: 12px;
    bottom: 12px;
  }
}

.testimonial-content {
  padding: 0 20px !important;
}
.testimonial-content h1 {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 640px;
}
@media screen and (max-width: 1200px), print {
  .testimonial-content h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 600px) {
  .testimonial-content {
    padding: 0 40px !important;
  }
  .testimonial-content h1 {
    margin: 0 0 32px;
    font-size: 40px;
  }
}

.testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.testimonial-wrapper .testimonial-item {
  min-height: 510px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
.testimonial-wrapper .testimonial-item h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}
.testimonial-wrapper .testimonial-item.withbg {
  cursor: pointer;
}
.testimonial-wrapper .testimonial-item.withbg::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #5D3606 0%, rgba(93, 54, 6, 0) 35.5%, rgba(93, 54, 6, 0) 85.5%, #5D3606 100%);
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.testimonial-wrapper .testimonial-item.quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-wrapper .testimonial-item.quote .quote-content {
  font-size: 30px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.testimonial-wrapper .testimonial-item.quote .quote-meta {
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  text-align: right;
}
.testimonial-wrapper .testimonial-item.quote .quote-meta strong {
  font-weight: 600;
}
@media screen and (max-width: 1024px), print {
  .testimonial-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .testimonial-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .testimonial-wrapper .testimonial-item {
    min-height: 240px;
  }
  .testimonial-wrapper .testimonial-item h2 {
    font-size: 18px;
  }
  .testimonial-wrapper .testimonial-item.quote .quote-content {
    font-size: 14px;
  }
  .testimonial-wrapper .testimonial-item.quote .quote-meta {
    font-size: 12px;
  }
}

#testimonial-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#testimonial-popup .popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
#testimonial-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0;
  width: 1360px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  border-radius: 8px;
  overflow: hidden;
}
#testimonial-popup .popup-content::after {
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(93, 54, 6, 0) 50%, #5D3606 100%);
  opacity: 0.4;
  content: "";
  z-index: 1;
  position: absolute;
}
#testimonial-popup .popup-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#testimonial-popup h2 {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  letter-spacing: -0.05em;
  z-index: 2;
}
#testimonial-popup .popup-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 2;
  border: 1px solid #fff;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  border-radius: 13px;
  transition: all 0.2s ease;
}
#testimonial-popup .popup-close svg {
  display: block;
}
#testimonial-popup .popup-close:hover {
  background: #fff;
}
#testimonial-popup .popup-close:hover svg line {
  stroke: #505355 !important;
}
#testimonial-popup .learn-more {
  top: 40px;
  right: 115px;
  position: absolute;
  height: 26px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #fff;
  font-family: "Pitch Sans";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 25px;
  letter-spacing: -0.04em;
  padding: 0 16px;
  transition: all 0.2s ease;
}
#testimonial-popup .learn-more:hover {
  background: #fff;
  color: #505355;
}
@media screen and (max-width: 600px) {
  #testimonial-popup h2 {
    font-size: 20px;
  }
  #testimonial-popup .popup-close {
    top: 13px;
    right: 13px;
    width: 46px;
    height: 24px;
    border-radius: 12px;
  }
  #testimonial-popup .learn-more {
    line-height: 24px;
    height: 24px;
    padding: 0 12px;
    top: 13px;
    right: 70px;
    font-size: 15px;
    letter-spacing: -0.04em;
  }
}

/**----------------- ABOUT ----------------------------**/ 
.page-id-101 #page-content {
  background: url("assets/images/about-line.svg") no-repeat top right;
  background-size: 100vw auto;
}
@media screen and (max-width: 600px) {
  .page-id-101 #page-content {
    background-color: #F4F1EA;
    background-image: url("assets/images/about-line-mobile-1.svg"), url("assets/images/about-line-mobile-2.svg");
    background-position: top right, bottom right;
    background-repeat: no-repeat, no-repeat;
  }
}

.about-content {
  padding: 110px 20px 238px !important;
  text-align: center;
}
.about-content .w-image {
  margin-top: 80px;
  margin-bottom: 80px;
}
.about-content h1 {
  margin: 0 0 38px;
}
.about-content h1:last-child {
  margin: 0;
}
.about-content p {
  font-size: 25px;
  line-height: 35px;
  margin: 0 auto 20px;
  max-width: 662px;
}
.about-content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px), print {
  .about-content {
    padding-bottom: 110px !important;
  }
  .about-content h1 {
    font-size: 54px;
  }
  .about-content p {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 600px) {
  .about-content {
    padding: 78px 40px 36px !important;
  }
  .about-content .w-image {
    max-width: 188px;
    margin: 120px auto 30px;
  }
  .about-content p {
    font-size: 15px;
    line-height: 25px;
  }
  .about-content h1 {
    margin: 0 0 35px;
    font-size: 40px;
  }
  .about-content h1:last-child {
    margin: 0;
  }
}

.about-team {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
}
.about-team .l-section-h {
  padding-top: 54px;
  padding-bottom: 54px;
  border-top: 1px solid #505355;
}
.about-team h1 {
  margin: 0 0 25px;
}
.about-team .w-image {
  border-radius: 8px;
}
.about-team .w-vwrapper {
  position: relative;
}
.about-team .w-vwrapper .wpb_text_column {
  font-size: 26px;
  line-height: 1em;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: right;
}
.about-team .w-vwrapper .wpb_text_column strong {
  font-weight: 600;
}
@media screen and (max-width: 1200px), print {
  .about-team {
    font-size: 22.5px;
    line-height: 32.5px;
  }
  .about-team h1 {
    font-size: 54px;
  }
  .about-team .w-vwrapper .wpb_text_column {
    font-size: 22.4px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about-team {
    padding: 0 40px !important;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }
  .about-team h1 {
    font-size: 40px;
  }
  .about-team .l-section-h {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .about-team .w-image {
    max-width: 186px;
    margin: 0 auto;
  }
  .about-team .w-vwrapper .wpb_text_column {
    display: none;
  }
}

.about-featured {
  text-align: center;
  padding: 10px 20px 50px !important;
}
.about-featured h3 {
  margin: 0 0 50px;
}
@media screen and (max-width: 1200px), print {
  .about-featured h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .about-featured {
    padding: 10px 20px 25px !important;
  }
  .about-featured h3 {
    font-size: 15px;
    margin: 0 0 24px;
  }
  .about-featured .w-hwrapper {
    --hwrapper-gap: 20px !important;
  }
}

/**----------------- FOOTER --------------------**/ 
#page-footer {
  background: url("assets/images/footer-bg.svg") no-repeat bottom right;
}
#page-footer .l-section {
  padding: 140px 36px 36px !important;
}
#page-footer .copyright {
  font-size: 11px;
  line-height: 1em;
  max-width: 937px;
}
#page-footer .logo-wrapper {
  margin-bottom: 36px;
  margin-top: 42px;
}
#page-footer .g-cols.cols_2-1 {
  grid-template-columns: 770px auto;
}
#page-footer .g-cols.cols_2-1 .w-html {
  max-width: 440px;
  margin-left: auto;
}
#page-footer .g-cols.cols_2-1 .w-html .newsletter-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: "Pitch Sans";
}
#page-footer .footer-nav {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.04em;
  font-family: "Pitch Sans";
}
#page-footer .footer-nav p {
  margin: 0 0 24px;
}
@media screen and (max-width: 1280px), print {
  #page-footer .g-cols.cols_2-1 {
    grid-template-columns: auto 440px;
  }
}
@media screen and (max-width: 1024px), print {
  #page-footer .g-cols.cols_2-1 {
    grid-template-columns: auto 300px;
  }
  #page-footer .g-cols.cols_2-1 .w-html .newsletter-title {
    font-size: 14px;
    margin-top: 8px;
  }
  #page-footer .footer-nav {
    flex-wrap: wrap;
  }
  #page-footer .footer-nav .wpb_text_column {
    width: 50%;
    margin: 0 0 24px;
  }
  #page-footer .logo-wrapper .w-image:first-of-type {
    height: 80px;
  }
  #page-footer .logo-wrapper .w-image:last-of-type {
    height: 112px;
  }
}
@media screen and (max-width: 600px) {
  #page-footer {
    background: none;
  }
  #page-footer .l-section {
    padding: 80px 40px 28px !important;
  }
  #page-footer .copyright {
    font-size: 7px;
    letter-spacing: 0;
  }
  #page-footer .g-cols.cols_2-1 {
    grid-template-columns: 100%;
    grid-gap: 40px;
  }
  #page-footer .g-cols.cols_2-1 .wpb_column:last-of-type {
    order: -1;
  }
  #page-footer .g-cols.cols_2-1 .w-html {
    max-width: 100%;
  }
  #page-footer .g-cols.cols_2-1 .w-html .newsletter-title {
    font-size: 12px;
    margin-top: 8px;
  }
  #page-footer .footer-nav {
    font-size: 12px;
    flex-wrap: nowrap;
  }
  #page-footer .footer-nav .wpb_text_column {
    width: auto;
    margin: 0;
  }
  #page-footer .footer-nav p {
    margin: 0 0 12px;
  }
  #page-footer .footer-nav p a {
    display: block;
  }
  #page-footer .logo-wrapper {
    margin-top: 18px;
    margin-bottom: 20px;
  }
  #page-footer .logo-wrapper .w-image:first-of-type {
    height: 37px;
  }
  #page-footer .logo-wrapper .w-image:last-of-type {
    height: 57px;
  }
}

#gform_wrapper_1 .gform_fields {
  border-bottom: 2px solid #505355;
  grid-template-columns: auto 64px;
  grid-gap: 0;
}
#gform_wrapper_1 .gform_fields .gfield {
  grid-column: auto;
}
#gform_wrapper_1 .validation_message {
  margin-top: 0;
}
#gform_wrapper_1 .gform_validation_errors {
  margin: 0 0 6px;
}
#gform_wrapper_1 input[type=email] {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 8px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
#gform_wrapper_1 input[type=submit] {
  width: 64px;
  height: 26px;
  border: 2px solid #505355;
  border-radius: 13px;
  padding: 0;
  text-indent: -9999em;
  background: transparent url('data:image/svg+xml;utf8, <svg fill="none" height="25" viewBox="0 0 24 25" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m16.1799 13.4873h-12.17502v-2h12.17502l-5.6-5.6 1.425-1.4 8 8-8 8-1.425-1.4z" fill="%23505355"/></svg>') no-repeat center;
  min-height: 26px;
  transition: all 0.2s ease;
}
#gform_wrapper_1 input[type=submit]:hover {
  background: #fff url('data:image/svg+xml;utf8, <svg fill="none" height="25" viewBox="0 0 24 25" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m16.1799 13.4873h-12.17502v-2h12.17502l-5.6-5.6 1.425-1.4 8 8-8 8-1.425-1.4z" fill="%23505355"/></svg>') no-repeat center;
}
#gform_wrapper_1 .gform_footer {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #gform_wrapper_1 .gform_fields {
    border-width: 1.5px;
    grid-template-columns: auto 32px;
  }
  #gform_wrapper_1 input[type=email] {
    font-size: 15px;
    line-height: 1em;
    padding-bottom: 6px;
    height: 30px;
    min-height: 30px;
  }
  #gform_wrapper_1 input[type=submit] {
    width: 32px;
    border-width: 1px;
    height: 13px;
    min-height: 13px;
    background-size: 10px;
    margin-top: 4px;
  }
  #gform_wrapper_1 input[type=submit]:hover {
    background-size: 10px;
  }
}

.hidden-thumb {
  display: none;
}/*# sourceMappingURL=style.css.map */