@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

:root {
  --primary: #4c4229;
  --secondary: #c84f20;
  --h1_size: 7.5rem;
  --h2_size: 4rem;
  --h3_size: 2.75rem;
  --h4_size: 2.5rem;
  --h5_size: 1.875rem;
  --h6_size: 1.625rem;
  --content_size: 1.375rem;
  --nav_size: 1.125rem;
  --button_size: 1.375rem;
  --font_120: 6.4rem;
  --font_64: 4rem;
  --font_50: 3.125rem;
  --font_44: 2.75rem;
  --font_40: 2.5rem;
  --font_30: 1.875rem;
  --font_24: 1.5rem;
  --font_22: 1.375rem;
  --font_18: 1.125rem;
  --bs-body-font-family: 'General Sans Variable Bold', sans-serif;
  --bs-body-font-size: 1.375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 150%;
  --bs-body-color: #c84f20;
  --bs-body-bg: #4c4229;
  --bs-primary: #4c4229;
  --bs-secondary: #c84f20; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

p strong {
  font-family: 'GeneralSans-Bold'; }

body {
  font-size: var(--content_size);
  line-height: 150%;
  color: #c84f20;
  font-family: 'General Sans Variable Bold', sans-serif;
  background: #4c4229;
  font-weight: 400;
  zoom: 1; }

#container {
  width: 100%;
  overflow: hidden; }

#page-wrap, .container {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px; }

body.page-template-template_full-width #page-wrap {
  max-width: 100% !important; }

body.single .entry-content {
  padding-top: 40px; }

#container {
  padding-top: 64px; }

body.admin-bar #primary-nav {
  top: 32px; }

#primary-nav {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0px;
  z-index: 99999;
  background: #4c4229;
  color: #c84f20 !important; }
  #primary-nav a, #primary-nav a.nav-link {
    color: #c84f20 !important; }
  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
    font-size: var(--nav_size) !important; }

li.current-menu-item .underlined::after {
  transform: scaleX(1); }

.gm-navbar {
  position: relative;
  z-index: 99999 !important;
  background: #4c4229; }

.gm-navigation-drawer.gm-navigation-drawer {
  -webkit-transform: translate3d(0%, -100%, 0) !important; }

.gm-navigation-drawer.gm-navigation-drawer--open {
  -webkit-transform: translate3d(0%, 0%, 0) !important; }

.gm-drawer--open .gm-logo, .gm-drawer--open .gm-menu-actions-wrapper {
  opacity: 1; }

.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {
  margin-right: 60px;
  margin-left: 60px; }

.gm-navbar .gm-main-menu-wrapper .gm-navbar-nav.nav--left {
  padding-right: 15% !important; }
  .gm-navbar .gm-main-menu-wrapper .gm-navbar-nav.nav--right {
    padding-left: 15% !important; }

.gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top-color: #4c4229 !important;
  background: #4c4229 !important;
  color: #c84f20 !important; }
  .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt {
    color: #c84f20 !important; }
    .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link:hover, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt:hover {
      color: #c84f20 !important; }

.gm-navigation-drawer--mobile {
  background: #4c4229 !important;
  border-left: 2px solid #c84f20; }
  .gm-navigation-drawer--mobile a.gm-anchor, .gm-navigation-drawer--mobile .gm-menu-item__txt {
    color: #c84f20 !important; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before {
  background-color: #c84f20 !important;
  opacity: 1 !important; }

.gm-burger.hamburger.is-active .hamburger-inner, .gm-burger.hamburger.is-active .hamburger-inner::after, .gm-burger.hamburger.is-active .hamburger-inner::before, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {
  background-color: #c84f20 !important;
  opacity: 1 !important; }

#page-wrap {
  padding: 0px 40px; }

#preloader {
  width: 100vw;
  height: 100vh;
  background: #4c4229;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999999; }
  #preloader img {
    max-width: 30%; }

#home-page #header {
  position: relative; }
  #home-page #video video {
    width: 100vw;
    height: 100vh;
    object-fit: cover; }
  #home-page #overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  #home-page #overlay .overlay__logo {
    margin-top: 10vh; }
    #home-page #overlay .overlay__heading {
      font-family: 'Mazius Display Regular', sans-serif;
      font-size: var(--font_64);
      line-height: 120%;
      width: 100%;
      max-width: 680px;
      margin: 0 auto;
      margin-top: -10vh; }
    #home-page #overlay .overlay__placeholder {
      height: 220px; }
    #home-page #overlay .overlay__line {
      height: 2px;
      -moz-transition: all 1s linear;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      width: 2px;
      background-color: #c84f20;
      margin: 0 auto;
      margin-bottom: 60px; }
    #home-page #overlay .overlay__line.active {
      opacity: 1;
      height: 220px; }
  #home-page #intro {
    padding: 10% 5% 0px 5%; }
  #home-page #intro .intro__heading {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_120);
    line-height: 100%; }
    #home-page #intro .intro__heading em {
      font-family: 'Mazius Display Extra italic', sans-serif; }
    #home-page #intro .intro__btn {
      padding-top: 40px; }
  #home-page #feature {
    padding: 10% 5% 0px 5%; }
  #home-page #feature .feature__content {
    padding-right: 10%;
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--h2_size);
    line-height: 100%; }
    #home-page #feature .feature__content h5 {
      font-weight: 400;
      font-family: 'General Sans Variable Bold', sans-serif;
      font-size: var(--content_size) !important; }
  #home-page #pullout {
    background: #cbbdac; }

#about-page #intro {
  padding: 10% 5%;
  text-align: center; }
  #about-page #intro .intro__content {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_40);
    line-height: 100%;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    animation-duration: 2s; }
    #about-page #intro .intro__logo {
      padding-top: 5%;
      width: 100%;
      max-width: 55px;
      margin: 0 auto;
      animation-duration: 2s; }
  #about-page #services {
    width: 100%;
    padding: 0px 5% 5% 5%; }
  #about-page #services .services__img {
    padding-bottom: 5%; }
    #about-page #services .services__img img {
      width: 100%; }
    #about-page #services .services__content {
      column-count: 2;
      column-gap: 75px; }
  #about-page #services .ptop {
    padding-top: 20px; }
  #about-page #about {
    background: #cbbdac; }
  #about-page #about .container {
    max-width: 1200px; }
  #about-page #about .about__full {
    text-transform: uppercase;
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: 13.7vw;
    line-height: 100%;
    padding-bottom: 20px;
    text-align: center; }
    #about-page #about .about__wrap {
      padding: 5% 20px; }
    #about-page #about .about__heading {
      font-family: 'Mazius Display Regular', sans-serif;
      font-size: var(--font_64);
      line-height: 100%;
      padding-bottom: 10px;
      padding-left: 40px; }
    #about-page #about .about__content {
      font-size: var(--content__size);
      padding-left: 40px; }
    #about-page #about .about__image {
      width: 100%; }
    #about-page #about .about__image img {
      width: 100%; }
    #about-page #about .about__caption {
      text-align: center;
      padding-top: 10px; }
  #about-page #approach {
    background: #cbbdac;
    padding: 0px 5% 5% 5%; }
  #about-page #approach .approach__heading {
    font-family: 'Mazius Display Extra italic', sans-serif;
    font-size: var(--font_64);
    line-height: 100%;
    padding: 40px 0px 20px 0px; }
    #about-page #approach .approach__subheading {
      font-size: var(--font_44);
      line-height: 150%;
      padding-bottom: 20px; }
    #about-page #approach .approach__image1 img {
      width: 100%;
      max-width: 295px; }
    #about-page #approach .approach__image2 img {
      width: 100%; }
    #about-page #approach .approach__bdr {
      height: 2px;
      background: #c84f20;
      margin: 40px 0px 50px 0px; }
    #about-page #approach .approach__btn {
      padding-top: 40px; }
    #about-page #approach .approach__btn .pr {
      margin-right: 60px; }

#archive-service {
  padding-top: 80px; }

#single-service {
  background: #cbbdac; }
  #single-service #header {
    background: #4c4229; }
  #single-service #header .header__wrap, #single-service #header .header__image {
    width: 100%;
    height: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    padding: 10% 20px; }
    #single-service #header .header__image {
      align-items: center; }
    #single-service #header .header__wrap {
      justify-content: flex-end; }
    #single-service #header .header__heading {
      font-family: 'Mazius Display Regular', sans-serif;
      font-size: var(--font_120);
      line-height: 100%;
      text-align: left;
      padding-bottom: 30px; }
    #single-service #header .header__subheading {
      font-size: var(--font_30);
      line-height: 130%; }
    #single-service #header .header__image {
      background-repeat: no-repeat;
      background-size: cover;
      justify-content: center; }
    #single-service #header .header__image img {
      width: 100%;
      max-width: 50%; }
  #single-service #intro {
    background: #cbbdac;
    padding: 5% 5% 2% 5%; }
  #single-service #intro .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #single-service #intro .intro__heading {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_64);
    line-height: 100%; }
    #single-service #deliverables {
      padding-bottom: 5%; }
  #single-service #deliverables .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #single-service #deliverables .deliverables__wrap {
    padding: 40px 0px; }
    #single-service #deliverables .deliverables__heading {
      font-family: 'Mazius Display Regular', sans-serif;
      font-size: var(--font_64);
      line-height: 100%;
      width: 100%;
      max-width: 1250px;
      margin: 0 auto;
      padding-bottom: 20px; }
    #single-service #deliverables .deliverables__subheading {
      font-size: var(--font_44);
      line-height: 100%;
      padding-bottom: 20px; }
    #single-service #deliverables .deliverables__content {
      padding-right: 40px; }
    #single-service #deliverables .deliverables__btn {
      text-align: center;
      padding: 40px 0px; }
  #single-service #outcomes {
    background: #4c4229;
    padding: 6% 5%; }
  #single-service #outcomes .container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto; }
  #single-service #outcomes .outcomes__wrap {
    padding: 40px 0px; }
    #single-service #outcomes .outcomes__heading {
      font-family: 'Mazius Display Regular', sans-serif;
      font-size: var(--font_64);
      line-height: 100%;
      text-align: center;
      padding-bottom: 80px; }
    #single-service #outcomes .outcomes__subheading {
      font-size: var(--font_44);
      line-height: 100%;
      text-align: center;
      padding-bottom: 20px; }
    #single-service #outcomes .outcomes__content {
      text-align: center; }
    #single-service #outcomes .outcomes__btn {
      text-align: center;
      padding: 80px 0px 40px 0px; }
    #single-service #outcomes .outcomes__icon {
      text-align: center;
      padding-bottom: 40px; }
  #single-service #quote-text {
    background: #4c4229;
    padding: 0px 5% 5% 5%; }
  #single-service #testimonials {
    background: #4c4229; }
  #single-service #review {
    padding: 8% 5% 10% 5%;
    background: #21180a; }
  #single-service #review .review__image1 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px; }
    #single-service #review .review__image1 img {
      width: 100%; }
    #single-service #review .review__image2 {
      width: 100%;
      margin: 0 auto;
      padding: 0px 40px; }
    #single-service #review .review__image2 img {
      width: 100%; }
    #single-service #review .review__caption {
      font-size: var(--font_18);
      text-transform: uppercase;
      line-height: 120%;
      padding-top: 10px; }
    #single-service #review .review__video video {
      width: 100%; }
    #single-service #review .review__quote {
      padding-top: 40px; }
    #single-service #review .review__heading {
      padding: 40px 0px;
      font-family: 'Mazius Display Regular', sans-serif;
      font-size: var(--font_50);
      line-height: 100%; }
    #single-service #review .review__name {
      text-transform: uppercase;
      padding-top: 40px; }
    #single-service #review .review__service {
      text-transform: uppercase;
      text-decoration: underline; }
  #single-service #review .pad-btm {
    padding-bottom: 5%; }
  #single-service #review #main-review {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #single-service #review .dflex {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  #single-service #pullout {
    background: #cbbdac; }
  #single-service #testimonials {
    padding-bottom: 5%; }
  #single-service .bdr {
    margin: 4% 5% 7% 5%;
    border-bottom: 2px solid #c84f20; }
  #single-service #vacancies {
    padding: 5% 5% 10% 5%; }
  #single-service #vacancies .container-fluid, #single-service #vacancies .accordion {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto !important; }
  #single-service #vacancies .vacancy__heading {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_64);
    line-height: 100%;
    text-align: center;
    padding-bottom: 20px; }
    #single-service #vacancies .vacancy__content {
      text-align: center;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding-bottom: 80px; }
  #single-service #vacancies .accordion-header {
    background-color: #cbbdac; }
  #single-service #vacancies .accordion-button {
    background-color: #cbbdac;
    color: #c84f20;
    border-top: 2px solid #c84f20;
    font-size: var(--font_44);
    padding: 30px 0px !important; }
  #single-service #vacancies .accordion-body {
    background-color: #cbbdac;
    color: #c84f20;
    padding: 0px 0px 30px 0px !important; }

#blog-page #header {
  padding: 5% 5% 20px 5%; }
  #blog-page #blog {
    padding: 3% 5% 5% 5%;
    border-top: 2px solid #c84f20; }
  #blog-page #blog .row {
    column-gap: 6%; }
  #blog-page #blog .col-md-4 {
    width: 29%;
    margin-bottom: 40px; }
  #blog-page #blog .col-md-4, #blog-page #blog article, #blog-page #blog .entry-wrapper, #blog-page #blog .blog-list__item, #blog-page #blog .blog-list__wrap {
    height: 100%;
    min-height: 600px; }

#contact-page {
  padding: 5%; }
  #contact-page .contact__wrap {
    padding-right: 40px; }
  #contact-page .contact__form {
    border-left: 2px solid #c84f20;
    padding-left: 80px; }
  #contact-page .contact__subheading {
    font-size: var(--font_22);
    text-transform: uppercase;
    padding-bottom: 10px; }
  #contact-page .contact__heading {
    font-size: var(--font_64);
    font-family: 'Mazius Display Regular', sans-serif;
    line-height: 100%; }
  #contact-page .contact__content {
    padding-top: 30px; }
  #contact-page label, #contact-page legend {
    color: #c84f20; }
  #contact-page input::placeholder, #contact-page textarea::placeholder {
    opacity: 1 !important; }
  #contact-page input:focus, #contact-page textarea:focus {
    outline: none;
    box-shadow: none; }
  #contact-page textarea {
    height: 40px;
    margin-bottom: 0px; }
  #contact-page .wpforms-confirmation-container-full p {
    color: #c84f20 !important; }
  #contact-page .upwpforms-uploader .upwpforms-uploader-body {
    border: 2px solid #c84f20 !important;
    border-radius: 0px !important;
    background-color: #4c4229 !important; }
  #contact-page .upwpforms-uploader .uploader-text {
    font-size: var(--content__size) !important;
    color: #c84f20 !important; }
  #contact-page .upwpforms-uploader button {
    margin-left: 10px;
    border-radius: 35px;
    padding: 5px 20px;
    border: 2px solid #c84f20;
    background-color: #4c4229;
    color: #c84f20;
    cursor: pointer;
    font-size: var(--content__size) !important; }
  #contact-page legend.wpforms-field-label {
    margin-bottom: 20px !important; }
  #contact-page #wpforms-404-field_7-container {
    border-bottom: 1px solid #c84f20;
    margin-bottom: 20px; }
  #contact-page .wpforms-submit-container {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  #contact-page .wpforms-submit-container button {
    text-transform: uppercase;
    text-decoration: underline; }
  #contact-page #wpforms-404-field_7 label {
    margin-left: 0px;
    padding-left: 0px; }
  #contact-page #wpforms-404-field_7 li {
    margin-bottom: 10px; }
  #contact-page #wpforms-404-field_7 input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
    #contact-page #wpforms-404-field_7 input[type=checkbox] + label {
      position: relative;
      font-size: 14px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      height: 18px;
      color: #c84f20;
      margin-left: 30px; }
      #contact-page #wpforms-404-field_7 input[type=checkbox] + label::before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        background-color: #4c4229;
        border-width: 1px;
        border-style: solid;
        border-color: #c84f20;
        border-radius: 50px;
        box-shadow: none;
        min-width: 20px;
        min-height: 20px;
        position: absolute;
        top: 0px;
        left: -30px; }
    #contact-page #wpforms-404-field_7 input[type=checkbox]:checked + label::after {
      content: " ";
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjYzg1MDIwIiBkPSJNNTEyIDI1NkM1MTIgMzk3LjQgMzk3LjQgNTEyIDI1NiA1MTJDMTE0LjYgNTEyIDAgMzk3LjQgMCAyNTZDMCAxMTQuNiAxMTQuNiAwIDI1NiAwQzM5Ny40IDAgNTEyIDExNC42IDUxMiAyNTZ6Ii8+PC9zdmc+");
      background-repeat: no-repeat;
      background-size: 10px 10px;
      background-position: center center;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0px;
      left: -28px;
      top: 0px;
      text-align: center;
      background-color: transparent;
      font-size: 10px;
      height: 20px;
      width: 17px; }

#pullout .pullout__wrap {
  padding: 5% 20%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #pullout .pullout__subheading {
    text-transform: uppercase;
    font-size: var(--font_24);
    line-height: 100%;
    padding-bottom: 20px; }
  #pullout .pullout__heading {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_64);
    line-height: 100%;
    padding-bottom: 20px; }
  #pullout .pullout__content {
    font-size: var(--content__size); }
  #pullout .pullout__btn {
    padding-top: 40px; }
  #pullout .pullout__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #pullout .pullout__image img {
      width: 100%;
      max-width: 60%;
      padding: 10% 0px; }

#quote-text {
  padding: 10% 5%;
  text-align: center; }
  #quote-text .quote__marks {
    padding-bottom: 20px; }
  #quote-text .quote__text {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_64);
    line-height: 100%;
    padding: 40px 0px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #quote-text .quote__name {
    font-size: var(--font_18);
    text-transform: uppercase; }

#quote {
  --max-height: 60vh;
  text-align: center;
  position: relative; }
  #quote .quote__img img, #quote .quote__video video {
    width: 100%;
    height: 100%;
    max-height: var(--max-height); }
  #quote .quote__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #quote .quote__text {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_64);
    line-height: 120%;
    padding: 40px 0px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #quote .quote__name {
    font-size: var(--font_18);
    text-transform: uppercase; }
  #quote .quote__media {
    background: #21180a; }
  #quote .quote__img img {
    filter: opacity(0.6); }
  #quote .quote__video video {
    object-fit: cover;
    filter: opacity(0.6);
    margin-bottom: -8px; }

#testimonials {
  position: relative; }
  #testimonials .testimonials__heading {
    font-size: 13vw;
    font-family: 'Mazius Display Regular', sans-serif;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase; }
  #testimonials .testimonials__wrap {
    padding: 60px 40px 40px 40px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #testimonials .testimonials__image {
    position: relative; }
    #testimonials .testimonials__image img {
      width: 100%; }
    #testimonials .testimonials__image span {
      background-color: #cbbdac;
      mix-blend-mode: color;
      width: 100%;
      height: 99%;
      position: absolute;
      top: 1px;
      left: 0px; }
  #testimonials .testimonials__video {
    position: relative;
    width: 100%;
    background-color: #cbbdac; }
    #testimonials .testimonials__video video {
      width: 100%;
      mix-blend-mode: luminosity; }
    #testimonials .testimonials__video span.play {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  #testimonials .testimonials__name {
    padding-top: 40px;
    text-transform: uppercase; }
  #testimonials .slick-prev, #testimonials .slick-next {
    position: absolute;
    top: 0px;
    left: -29%;
    width: 68px;
    height: 22px;
    cursor: pointer; }
  #testimonials .slick-next {
    margin-left: 75px; }

#services .services {
  margin-top: 40px;
  border-top: 2px solid #c84f20; }
  #services .services__subheading {
    font-size: var(--font_22);
    text-transform: uppercase; }
  #services .services__heading {
    font-family: 'Mazius Display Regular', sans-serif;
    font-size: var(--font_64);
    line-height: 100%; }
  #services .services__item a {
    padding: 15% 20%;
    display: block; }
    #services .services__item:hover {
      cursor: pointer; }
    #services .services__item:hover img {
      transform: scale(1.05); }
    #services .services__item:hover .link::before {
      transform: scaleX(1);
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transition-delay: 0.25s;
      -webkit-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      -ms-transition-delay: 0.25s;
      -o-transition-delay: 0.25s; }
      #services .services__item:hover .link::after {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s; }
  #services .services__image {
    width: 300px;
    height: 100%;
    max-height: 430px;
    overflow: hidden;
    margin: 0 auto; }
    #services .services__image img {
      transition: all 0.5s ease; }
  #services .services__name {
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #services .services .col-xl-4 {
    border-bottom: 2px solid #c84f20;
    border-left: 2px solid #c84f20; }
  #services .services .col-xl-4:nth-child(1), #services .services .col-xl-4:nth-child(4) {
    border-left: none; }

#marquee {
  border-top: 2px solid #c84f20; }
  #marquee .marquee {
    padding: 20px 0px; }
  #marquee .marquee__heading {
    font-size: var(--font_22);
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 5px 20px;
    border-bottom: 2px solid #c84f20; }

#signup {
  background: #ccc8c2;
  padding: 10% 5%;
  border-top: 2px solid #c84f20; }
  #signup .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #signup h3 {
    font-size: var(--font_64);
    margin-bottom: 5px; }
  #signup #signup-form {
    padding-top: 40px; }
  #signup #signup-form input {
    margin-bottom: 40px;
    width: 100%; }
  #signup #signup-form select {
    padding-left: 0px !important; }
  #signup #signup-form .button {
    text-align: right;
    text-decoration: underline; }
  #signup #signup-form input:focus-visible {
    box-shadow: none !important;
    outline: none !important; }

#feed .feed__heading {
  font-size: 6.3vw;
  font-family: 'Mazius Display Regular', sans-serif;
  line-height: 100%;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase; }
  #feed .feed__images {
    padding-top: 20px; }

#footer-wrap {
  background: #4c4229;
  color: #c84f20;
  font-size: var(--font_18); }
  #footer-wrap #footer {
    padding: 80px 20px;
    text-transform: uppercase; }
  #footer-wrap #footer a {
    color: #c84f20; }
  #footer-wrap #footer .container {
    max-width: 1440px; }
  #footer-wrap #footer .text-end, #footer-wrap #footer .text-start {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; }
  #footer-wrap #copyright {
    padding: 5px 0px;
    border-top: 2px solid #c84f20;
    font-size: 13px;
    text-transform: uppercase; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; }

.clear {
  clear: both !important; }

a {
  color: #c84f20; }
  a:hover {
    color: #c84f20; }

.page-title {
  color: #c84f20 !important; }

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none; }

.hr {
  height: 2px;
  background: #c84f20;
  margin: 5%; }

.error404 .wrapper {
  padding: 5% 0px; }
  .error404 h1 {
    font-size: 50px;
    text-align: center; }
  .error404 .entry-content {
    text-align: center;
    padding-top: 3%; }

.on-scroll-color-change {
  transition: background 1s ease;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease; }

.underlined {
  display: inline-block;
  position: relative;
  color: #c84f20; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #c84f20;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .underlined:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

.subheading {
  font-size: var(--font_22);
  text-transform: uppercase; }

.heading {
  font-family: 'Mazius Display Regular', sans-serif;
  font-size: var(--font_64);
  line-height: 100%; }

.reveal {
  position: relative;
  transform: translateY(0px);
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

.reveal-top {
  animation: fadein 1.5s ease-in; }

.fadein {
  animation: fadein 2s ease-in; }

.fadeout {
  animation: fadeout 2s ease-out; }

.fadein-menu {
  animation: fadein 1s ease-in; }

.fadeout-menu {
  animation: fadeout 1s ease-out; }

.marquee-content {
  display: flex;
  animation: scrolling 90s linear infinite; }

.marquee-item {
  flex: 0 0 10vw;
  margin: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: center; }

.marquee-item img {
  display: block;
  height: auto; }

@keyframes scrolling {
  0% {
    transform: translateX(0); }

  100% {
    transform: translatex(-144vw); } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #c84f20;
  line-height: 120%;
  font-weight: 400;
  font-family: 'Mazius Display Regular', sans-serif; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #c84f20;
  line-height: 120%;
  font-weight: 400;
  text-decoration: none; }

h1, .h1 {
  font-size: var(--h1_size); }

h2, .h2 {
  font-size: var(--h2_size); }

h3, .h3 {
  font-size: var(--h3_size); }

h4 {
  font-size: var(--h4_size); }

h5 {
  font-size: var(--h5_size); }

h6 {
  font-size: var(--h6_size); }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: unset !important; }

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #c84f20 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c84f20 !important;
  padding: 5px 0px !important;
  margin-bottom: 20px; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #c84f20 !important; }

input[type=radio] {
  background: #4c4229 !important;
  border-color: #c84f20 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #4c4229 !important;
    border-color: #c84f20 !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #c84f20;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #4c4229; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #4c4229 !important;
  border-color: #c84f20 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #c84f20 !important;
    border-color: #c84f20 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #4c4229;
    position: relative;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -5px; }
  input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important; }

.form-control {
  font-size: var(--content_size) !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

button[type=submit] {
  font-family: 'General Sans Variable Bold', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 0pxpx !important;
  display: inline-block !important;
  font-weight: 500 !important;
  border-radius: 0px !important;
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  color: #c84f20 !important;
  text-shadow: none !important;
  box-shadow: none !important; }

select {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #c84f20 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c84f20 !important;
  padding: 5px 0px !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #c84f20 !important;
  padding: 5px 10px !important; }
  select::placeholder {
    color: #c84f20 !important; }
  select option {
    font-size: var(--content_size) !important; }
  select optgroup {
    font-size: var(--content_size) !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  border-radius: 0px !important; }

.select2-selection__rendered {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #c84f20 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c84f20 !important;
  padding: 5px 0px !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #c84f20 !important;
  padding: 5px 10px !important; }
  .select2-selection__rendered::placeholder {
    color: #c84f20 !important; }
  .select2-selection__rendered:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-results__option, .select2-container--default .select2-results__option[data-selected=true], .select2-search--dropdown {
  background-color: #4c4229; }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'General Sans Variable Bold', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #c84f20; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:target, .btn-primary:visited, .btn-primary:focus-visible {
  font-family: 'General Sans Variable Bold', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #c84f20;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'General Sans Variable Bold', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none;
  text-transform: uppercase;
  background-color: #4c4229;
  border: 2px solid #c84f20;
  color: #c84f20;
  padding: 5px 20px !important; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:target, .btn-secondary:visited, .btn-secondary:focus-visible {
  font-family: 'General Sans Variable Bold', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none;
  text-transform: uppercase;
  background-color: #c84f20;
  border: 2px solid #c84f20;
  color: #4c4229;
  transition: 0.5s ease;
  padding: 5px 20px !important; }

.btn-primary, .link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase; }
  .btn-primary::before, .link::before, .btn-primary::after, .link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #c84f20;
    transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn-primary::before, .link::before {
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0); }
  .btn-primary::after, .link::after {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right; }
  .btn-primary:hover::before, .link:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s; }
  .btn-primary:hover::after, .link:hover::after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

.entry-content ol, .entry-content ul {
  margin-left: 20px; }

.entry-content ol li, .entry-content ul li {
  margin-bottom: 5px; }

ol, ul {
  margin-left: 20px; }

.accordion {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 2px solid #c84f20; }

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: #4c4229; }

.accordion-header {
  font-size: var(--content_size) !important; }

.accordion-body {
  background-color: #4c4229;
  color: #c84f20;
  font-size: var(--content_size);
  padding: 15px 0px !important; }

.accordion-button {
  background-color: #4c4229;
  color: #c84f20;
  font-size: var(--content_size);
  border-top: 2px solid #c84f20;
  font-family: 'General Sans Variable Bold', sans-serif;
  padding: 15px 0px !important; }

.accordion-button:not(.collapsed) {
  background-color: #4c4229;
  color: #c84f20;
  box-shadow: none !important; }

.accordion-button:focus {
  border: none;
  border-top: 2px solid #c84f20;
  box-shadow: none !important; }

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  font-size: 40px;
  font-weight: 300 !important;
  width: auto;
  height: auto; }

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f106";
  font-size: 40px;
  font-weight: 300 !important;
  width: auto;
  height: auto;
  transform: rotate(359deg); }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #c84f20 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c84f20 !important;
  padding: 5px 0px !important;
  margin-bottom: 20px; }
  .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #c84f20 !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #c84f20 !important;
    font-size: var(--content_size) !important;
    border: none !important;
    border-bottom: 1px solid #c84f20 !important;
    padding: 5px 0px !important;
    margin-bottom: 20px; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder {
    color: #c84f20 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'General Sans Variable Bold', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 0pxpx !important;
    display: inline-block !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
    color: #c84f20 !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #4c4229 !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    background: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    color: #4c4229 !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable:focus {
    box-shadow: none !important;
    outline: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #4c4229 !important;
  color: #4c4229 !important;
  font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #4c4229 !important;
    color: #4c4229 !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  border: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

#blog-home {
  border-top: 2px solid #c84f20;
  border-bottom: 2px solid #c84f20; }
  #blog-home .bdr {
    border-left: 2px solid #c84f20;
    border-bottom: 2px solid #c84f20; }
  #blog-home .bdr:nth-child(3), #blog-home .bdr:nth-child(4) {
    border-bottom: none; }
  #blog-home .pt {
    padding: 60px 5%; }

.blog-grid__heading {
  font-size: var(--font_64);
  font-family: 'Mazius Display Regular', sans-serif;
  line-height: 100%;
  padding-bottom: 30px; }
  .blog-grid__desc {
    font-size: var(--content__size); }
  .blog-grid__btn {
    text-transform: uppercase; }

.blog-list__item {
  border: 2px solid #c84f20;
  margin-bottom: 20px;
  padding: 20px; }
  .blog-list__item a {
    display: block; }
  .blog-list__item:hover {
    cursor: pointer; }
  .blog-list__item:hover img {
    transform: scale(1.05); }
  .blog-list__item:hover .link::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s; }
  .blog-list__item:hover .link::after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  .blog-list__image {
    height: 100%;
    max-height: 300px;
    overflow: hidden; }
  .blog-list__image img {
    transition: all 0.5s ease;
    width: 100%; }
  .blog-list__image:hover img {
    transform: scale(1.05); }
  .blog-list__item {
    height: 100%; }
  .blog-list__wrap {
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .blog-list__title {
    margin-bottom: 10px;
    font-size: calc(var(--font_50) - 60%);
    line-height: 110%;
    padding-top: 20px; }
  .blog-list__excerpt {
    margin-bottom: 20px; }
  .blog-list__link {
    text-align: left; }

.blog-item {
  padding: 60px; }
  .blog-item__title {
    font-size: var(--font_50);
    padding-top: 10px; }
  .blog-item__desc {
    font-size: var(--content__size); }
  .blog-item__link {
    text-transform: uppercase; }
  .blog-item__img {
    height: 100%;
    max-height: 300px;
    overflow: hidden; }
  .blog-item__img img {
    transition: all 0.5s ease; }
  .blog-item__img:hover img {
    transform: scale(1.05); }
  .blog-item a {
    display: block; }
  .blog-item:hover {
    cursor: pointer; }
  .blog-item:hover img {
    transform: scale(1.05); }
  .blog-item:hover .link::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s; }
  .blog-item:hover .link::after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

body.single-post #page-wrap {
  padding: 5%; }
  body.single-post .blogentry p, body.single-post .blogentry ol, body.single-post .blogentry ul {
    color: #21180a; }

.blog__title {
  margin-bottom: 40px; }
  .blog__content {
    padding-bottom: 40px; }

.blog__content .alignleft {
  position: relative;
  float: left;
  padding-right: 20px; }
  .blog__content .alignright {
    position: relative;
    float: right;
    padding-left: 20px; }
  .blog__content ul {
    display: inline-block;
    margin-left: 0px; }

#pagination {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.pagination .page-link {
  color: #c84f20 !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0px 5px; }
  .pagination .page-link:hover {
    color: #c84f20 !important;
    background-color: transparent !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #c84f20 !important;
    background-color: transparent !important;
    border: none !important; }
  .pagination .page-link:focus {
    box-shadow: none; }

.card {
  background-color: #4c4229 !important;
  border: 1px solid #c84f20 !important; }
  .card .card-title {
    font-size: var(--h4_size) !important; }
  .card .card-text {
    font-size: var(--content_size) !important; }

table.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #c84f20 !important;
  --bs-table-striped-bg: #4c4229 !important;
  --bs-table-active-color: #c84f20 !important;
  --bs-table-active-bg: #4c4229 !important;
  --bs-table-hover-color: #c84f20 !important;
  --bs-table-hover-bg: #4c4229 !important;
  color: #c84f20;
  border-color: #c84f20; }

@media (max-width: 1500px) {
  #services .services__item a {
    padding: 10% 5%; } }

@media (max-width: 1300px) {
  #single-service #header .header__heading {
    word-wrap: break-word;
    font-size: calc(var(--font_120) - 60%); }
    #single-service #header .header__subheading {
      font-size: calc(var(--font_30) - 20%); }
    #single-service #deliverables {
      padding: 5% 5% 2% 5%; }

  #pullout .pullout__wrap {
    padding: 5% 8%; } }

@media (max-width: 1400px) {
  html {
    font-size: 95%; }

  #quote-text .quote__text br {
    display: none; } }

@media (max-width: 1200px) {
  html {
    font-size: 90%; }

  #services .services .col-xl-4:nth-child(1), #services .services .col-xl-4:nth-child(3), #services .services .col-xl-4:nth-child(5) {
    border-left: none; }
    #services .services .col-xl-4:nth-child(2), #services .services .col-xl-4:nth-child(4), #services .services .col-xl-4:nth-child(6) {
      border-left: 2px solid #c84f20; }

  #blog-home .col-xl-7 {
    border-top: 2px solid #c84f20; }
    #blog-home .bdr:nth-child(1), #blog-home .bdr:nth-child(3) {
      border-left: none; }

  #blog-page #blog .row {
    column-gap: 0%; }
    #blog-page #blog .col-md-4 {
      width: 50%; }

  #contact-page .col-xl-4 {
    width: 100%; }
    #contact-page .col-xl-8 {
      width: 100%; }
    #contact-page .contact__form {
      border-left: none;
      padding-left: 0px;
      padding-top: 60px; }

  #home-page #intro .intro__heading {
    font-size: calc(var(--font_120) - 100%); } }

@media (max-width: 1100px) {
  #feed .feed__heading {
    font-size: 6.1vw; }

  #home-page #testimonials .testimonials__heading {
    font-size: 13vw; }

  #about-page #services .services__content {
    column-count: 1;
    column-gap: 0px; }

  #footer .col-md-5.text-end {
    display: block;
    width: 100%;
    justify-content: center !important; }
    #footer .col-md-5.text-end a {
      padding: 0px 40px; }
    #footer .col-md-2.text-center {
      display: block;
      width: 100%;
      padding: 20px; }
    #footer .col-md-5.text-start {
      display: block;
      width: 100%;
      justify-content: center !important; }
    #footer .col-md-5.text-start a {
      padding: 0px 40px; } }

@media (max-width: 1023px) {
  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
    font-size: calc(var(--nav_size) + 50%) !important; }
    #primary-nav .gm-menu-item > .gm-anchor > .gm-menu-item__txt-wrapper {
      align-items: center;
      display: block;
      width: 100%;
      text-align: center; }
    #primary-nav #menu-primary-navigation-1 {
      padding-top: 10%; }
    #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
      padding: 20px 0px;
      font-family: 'GeneralSans-Medium'; }
    #primary-nav .gm-burger.hamburger.is-active .hamburger-inner::before, #primary-nav .gm-burger.hamburger.is-active .hamburger-inner::after {
      display: none; }
    #primary-nav .hamburger--squeeze.is-active .hamburger-inner {
      transform: rotate(0deg); }
    #primary-nav .hamburger:hover {
      opacity: 1; }
    #primary-nav .underlined:after {
      bottom: 20px; }

  #primary-nav .gm-burger .hamburger-box, #primary-nav .gm-burger .hamburger-inner, #primary-nav .gm-burger .hamburger-inner::after, #primary-nav .gm-burger .hamburger-inner::before, .gm-burger .hamburger-box {
    width: 32px !important; }

  #single-service #header .header__heading {
    word-wrap: break-word;
    font-size: calc(var(--font_120) - 180%); }
    #single-service #header .header__subheading {
      font-size: calc(var(--font_30) - 20%); } }

@media (max-width: 991.98px) {
  html {
    font-size: 85%; }

  #home-page #intro .row {
    display: flex;
    flex-direction: column; }
    #home-page #intro .col-xl-6 {
      width: 100%; }
    #home-page #intro .intro__heading {
      padding-bottom: 40px;
      font-size: var(--font_120); }
    #home-page #feature .row {
      display: flex;
      flex-direction: column; }
    #home-page #feature .col-xl-5, #home-page #feature .col-xl-7 {
      width: 100%; }
    #home-page #feature .feature__content {
      padding-right: 0%; } }

@media (max-width: 767.98px) {
  html {
    font-size: 80%; }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #page-wrap {
    padding: 20px !important; }

  #preloader img {
    max-width: 75%; }

  #home-page #header {
    top: -5px; }
    #home-page #intro {
      padding: 10% 5% 0px 5%; }
      #home-page #intro .intro__heading {
        padding-bottom: 40px; }

  #services .services .col-xl-4 {
    border-left: none !important; }
    #services .heading, #services .subheading {
      padding-left: 10px; }

  #pullout .pullout__wrap {
    padding: 8% 10px;
    min-height: 100%; }

  #blog-home .col-xl-7 {
    border-top: none; }
    #blog-home .bdr {
      border-top: 2px solid #c84f20 !important;
      border-left: none !important;
      border-bottom: none !important; }

  #blog-page #blog .col-md-4 {
    width: 100%;
    margin-bottom: 0px; }
    #blog-page #blog .col-md-4, #blog-page #blog article, #blog-page #blog .entry-wrapper, #blog-page #blog .blog-list__item, #blog-page #blog .blog-list__wrap {
      min-height: auto; }
    #blog-page #blog .blog-list__title {
      font-size: calc(var(--font_50) - 30%);
      line-height: 110%; }

  #quote .quote__img img, #quote .quote__video video {
    width: 100%;
    height: 100%;
    min-height: 60vh !important; }
    #quote .quote__wrap {
      padding: 20px; }
    #quote .quote__marks img {
      width: 100%;
      max-width: 75%; }

  #testimonials .testimonials__quote {
    padding: 20px 0px; }
    #testimonials .testimonials__quote img {
      max-width: 14%;
      width: 100%; }
    #testimonials .testimonials__wrap {
      padding: 60px 10px 40px 10px; }
    #testimonials .slick-prev, #testimonials .slick-next {
      margin-top: 20px; }
    #testimonials .slick-prev {
      left: 0px !important; }
    #testimonials .slick-next {
      right: 0px !important;
      left: auto; }

  #about-page #about .about__heading, #about-page #about .about__content, #about-page #about .about__image, #about-page #about .about__caption {
    padding-left: 20px;
    padding-right: 20px; }
    #about-page #about .about__heading {
      padding-top: 40px; }
    #about-page #about .about__content {
      padding-bottom: 40px; }
    #about-page #about .about__wrap {
      padding: 5% 10px; }

  #single-service #header .header__wrap {
    padding: 10% 20px;
    min-height: auto; }
    #single-service #header .header__heading {
      word-wrap: break-word;
      font-size: calc(var(--font_120) - 80%); }
    #single-service #header .header__subheading {
      font-size: calc(var(--font_30) - 10%); }
    #single-service #header .header__image img {
      max-width: 80%; }
    #single-service #intro .intro__heading {
      padding-bottom: 40px; }
    #single-service #deliverables {
      padding-top: 0px; }
    #single-service #deliverables .deliverables__wrap {
      padding: 20px 0px; }
    #single-service #review .review__image1 {
      padding-bottom: 40px;
      max-width: 100%; }
      #single-service #review .review__image1 img {
        width: 100%; }
    #single-service #review .review__image2 {
      max-width: 100%; }
      #single-service #review .review__image2 img {
        width: 100%; }

  #contact-page .contact__form {
    padding-top: 0px; }

  .marquee-content {
    animation: scrolling 30s linear infinite; }

  .marquee-item {
    flex: 0 0 25vw;
    margin: 0 4vw; }

  #footer {
    padding: 40px 20px !important; }
    #footer .col-md-5.text-end {
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important; }
    #footer .col-md-5.text-end a {
      padding: 5px 20px; }
    #footer .col-md-2.text-center {
      display: block;
      width: 100%;
      padding: 20px; }
    #footer .col-md-5.text-start {
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important; }
    #footer .col-md-5.text-start a {
      padding: 5px 20px; }

  #copyright .col-md-6.text-start, #copyright .col-md-6.text-end {
    text-align: center !important; } }

@media (max-width: 575.98px) {
  html {
    font-size: 75%; }

  #overlay .overlay__heading {
    padding: 20px 20px 0px 20px; }
    #overlay .overlay__heading br {
      display: none; }

  #blog-home .blog-item {
    padding: 20px; }

  #single-service #header .header__heading {
    word-wrap: break-word;
    font-size: calc(var(--font_120) - 180%); }
    #single-service #header .header__subheading {
      font-size: calc(var(--font_30) - 10%); }

  #contact-page input {
    margin-bottom: 0px; }
    #contact-page .wpforms-one-half {
      width: 100%;
      margin-left: 0px; }
    #contact-page #wpforms-404-field_7-container label {
      height: auto !important; }

  #marquee .marquee-item img {
    height: 40px; }

  #quote .quote__text {
    font-size: calc(var(--font_64) - 30%);
    line-height: 110%; } }

@media (max-width: 400px) {
  html {
    font-size: 60%; }

  :root {
    --content_size: calc(1.375rem + 30%) !important; }

  #home-page #intro .intro__heading {
    font-size: calc(var(--font_120) - 100%); }
    #home-page #feature .feature__content h5 {
      font-size: calc(var(--content_size) - 22%) !important; }

  #about-page #about .about__wrap {
    padding: 5% 0px; }
    #about-page #approach {
      padding: 0px 20px 20px 20px; }

  #marquee .marquee-item img {
    height: 30px; } }

@media (max-width: 330px) {
  #feed .feed__heading {
    font-size: 5.8vw; } }
