/* stylelint-disable */
:root {
  --font-primary: sans-serif;
  --font-secondary: serif;
  /* set base values */
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  /* type scale */
  /* stylelint-disable max-line-length */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  /* stylelint-enable max-line-length */
}

::-moz-selection { /* Code for Firefox */
  background-color: #bd8b50;
  color: #fff;
}

::selection {
  background-color: #bd8b50;
  color: #fff;
}

body {
  font-size: var(--text-base-size);
  font-family: "Poppins-Regular", sans-serif;
  color: var(--color-text);
}
body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
  max-width: 1330px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > p, body:not(.home) .post-type-page > ul, body:not(.home) .post-type-page > ol, body:not(.home) .post-type-page > pre, body:not(.home) .post-type-page > blockquote, body:not(.home) .post-type-page > .wp-block-image, body:not(.home) .post-type-page > .wp-block-file, body:not(.home) .post-type-page > .wp-block-button, body:not(.home) .post-type-page > .wp-block-table, body:not(.home) .post-type-page > .wp-block-pullquote, body:not(.home) .post-type-page > .wp-block-columns, body:not(.home) .post-type-page > .wp-block-media-text, body:not(.home) .post-type-page > .wp-block-calendar, body:not(.home) .post-type-page > .wp-block-embed, body:not(.home) .post-type-page > form, body:not(.home) .post-type-page > iframe, body:not(.home) .post-type-page > h1, body:not(.home) .post-type-page > h2, body:not(.home) .post-type-page > h3, body:not(.home) .post-type-page > h4, body:not(.home) .post-type-page > h5, body:not(.home) .post-type-page > h6, body:not(.home) .post-type-page > hr, body:not(.home) .post-type-page > figure {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body:not(.home) .post-type-page > figure figure figcaption {
  background: #bd8b50 !important;
  padding: 10px 8px 8px !important;
}
body:not(.home) .post-type-page > h2 {
  color: #000;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > h2 {
    text-align: left;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  body:not(.home) .post-type-page > h2 {
    padding-top: 100px;
  }
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > h2 {
    font-size: 45px;
    padding-top: 140px;
  }
}
body:not(.home) .post-type-page > .guten-subtitle {
  padding-top: 40px;
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > .guten-subtitle {
    padding-top: 58px;
  }
}
body:not(.home) .post-type-page > p {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 8px;
}
body:not(.home) .post-type-page > p a {
  color: #bd8b50;
}
body:not(.home) .post-type-page > p a:hover {
  color: #30190c;
}
body:not(.home) .post-type-page > p strong {
  font-weight: 700;
}
body:not(.home) .post-type-page > p.form__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  color: #fff;
  background-color: #bd8b50;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
body:not(.home) .post-type-page > p.form__link a:hover {
  background-color: #5d4030;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p.form__link a {
    width: 340px;
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.9px;
    line-height: 42px;
  }
}
body:not(.home) .post-type-page > p:last-child {
  padding-bottom: 109px;
}
body:not(.home) .post-type-page > .wp-block-gallery figure {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border, body:not(.home) .post-type-page > .wp-block-image .is-style-default {
  text-align: center;
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
  float: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
    padding-top: 85px;
    float: right;
    margin: 0.5em 0 0.5em 1em;
  }
}
@media (min-width: 1440px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border .alignright, body:not(.home) .post-type-page > .wp-block-image .is-style-default .alignright {
    padding-top: 40px;
    margin: 0.5em 0 0.5em 1em;
  }
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
  padding-top: 40px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
    margin-top: -40px !important;
    margin-left: 77px !important;
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure {
    padding-top: 0;
  }
}
body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure img, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure img {
  max-width: 90%;
}
@media (min-width: 1800px) {
  body:not(.home) .post-type-page > .wp-block-image .is-style-white-border figure img, body:not(.home) .post-type-page > .wp-block-image .is-style-default figure img {
    max-width: 100%;
  }
}
body:not(.home) .post-type-page > .is-style-white-border img {
  background-color: #fff;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
body:not(.home) .post-type-page > h3 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #bd8b50;
  padding-bottom: 17px;
  padding-top: 61px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > h3 {
    padding-bottom: 11px;
    padding-top: 58px;
  }
}
body:not(.home) .post-type-page > ul li {
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-size: 15px;
  list-style: disc;
  padding-left: 10px;
}
body:not(.home) .post-type-page > ul li span,
body:not(.home) .post-type-page > ul li strong {
  position: relative;
  bottom: 4px;
}
body:not(.home) .post-type-page > ul li a {
  color: #bd8b50;
}
body:not(.home) .post-type-page > ul li a:hover {
  color: #30190c;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul li {
    padding-left: 29px;
    font-weight: 600;
    font-style: normal;
    line-height: 40px;
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  body:not(.home) .post-type-page > ul li {
    font-size: 20px;
  }
}
body:not(.home) .post-type-page > ul li::marker {
  font-size: 20px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul li::marker {
    font-size: 30px;
  }
}
body:not(.home) .post-type-page > ul {
  padding-left: 50px !important;
  padding-top: 10px;
}
@media (min-width: 992px) {
  body:not(.home) .post-type-page > ul {
    padding-left: 95px !important;
  }
}
body:not(.home) .post-type-page > ul.marker-link li::marker {
  color: #bd8b50;
}
body:not(.home) .post-type-page > ul.marker-link li:hover::marker {
  color: #30190c;
}

h1,
h2,
h3,
h4,
form legend {
  color: var(--color-text-heading);
  margin-bottom: var(--space-xxs);
  line-height: var(--heading-line-height);
}

/* text size */
.text--xxxl {
  font-size: var(--text-xxxl);
}

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

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

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

h4,
.text--md {
  font-size: var(--text-md);
}

.text--sm,
small {
  font-size: var(--text-sm);
}

.text--xs {
  font-size: var(--text-xs);
}

p {
  line-height: var(--body-line-height);
}

img {
  max-width: 100%;
  height: auto;
}

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

a {
  text-decoration: none;
}

.wp-block-column p {
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 8px;
}
.wp-block-column p a {
  color: #bd8b50;
}
.wp-block-column p a:hover {
  color: #30190c;
}
.wp-block-column p strong {
  font-weight: 700;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  body.fixed {
    position: fixed;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
}

.site-content {
  flex: 1 0 auto;
  overflow: hidden;
}

.featured-services-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5px 65px;
}
@media (min-width: 1200px) {
  .featured-services-block {
    justify-content: space-between;
    padding: 0 0 120px;
    row-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.featured-services-block-service {
  position: relative;
  min-height: 302px;
  padding: 29px 50px;
  width: 100%;
  max-width: 958px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-services-block-service:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 550px) {
  .featured-services-block-service {
    min-height: 350px;
  }
}
@media (min-width: 768px) {
  .featured-services-block-service {
    min-height: 450px;
  }
}
@media (min-width: 992px) {
  .featured-services-block-service {
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .featured-services-block-service {
    position: relative;
    padding: 48px 91px 50px;
    max-width: calc(50% - 2px);
  }
  .featured-services-block-service:not(:last-child) {
    margin-bottom: 0;
  }
  .featured-services-block-service::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
    background-color: #2c1000;
    opacity: 0.7;
    transition: 0.4s ease-in-out width;
  }
  .featured-services-block-service:hover::before {
    width: 100%;
    transition: 0.4s ease-in-out width;
  }
  .featured-services-block-service:hover .featured-services-block-service__name,
.featured-services-block-service:hover .featured-services-block-service__link {
    transform: translateX(40px);
    transition: 0.4s ease-in-out transform;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .featured-services-block-service:hover .featured-services-block-service__name,
.featured-services-block-service:hover .featured-services-block-service__link {
    transform: translateX(100px);
  }
}
@media (min-width: 1200px) {
  .featured-services-block-service:hover .featured-services-block-service__desc {
    opacity: 1;
    transform: translateX(40px);
    transition: 0.4s ease-in-out all;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .featured-services-block-service:hover .featured-services-block-service__desc {
    transform: translateX(100px);
  }
}
.featured-services-block-service__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right;
}
@media (min-width: 1200px) {
  .featured-services-block-service__image {
    background-position: 50%;
  }
}
.featured-services-block-service__name {
  position: relative;
  font-size: 49px;
  font-weight: 300;
  font-family: "Poppins-Light", sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 210px;
  transform: translateX(0);
  transition: 0.4s ease-in-out transform;
}
@media (min-width: 1200px) {
  .featured-services-block-service__name {
    font-size: 60px;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .featured-services-block-service__name {
    font-size: 75px;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1480px) {
  .featured-services-block-service__name {
    font-size: 90px;
    max-width: 475px;
    margin-bottom: 24px;
  }
}
.featured-services-block-service__desc {
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .featured-services-block-service__desc {
    display: block;
    font-family: "Poppins-Light", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    color: #fff;
    opacity: 0;
    transform: translateX(0);
    transition: 0.4s ease-in-out all;
    padding-right: 15px;
    max-width: 690px;
  }
  .featured-services-block-service__desc p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
}
@media (min-width: 1480px) {
  .featured-services-block-service__desc {
    font-size: 22px;
  }
}
.featured-services-block-service__link {
  position: absolute;
  bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 44px;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
  transform: translateX(0);
  transition: 0.4s ease-in-out transform;
  margin-top: auto;
}
.featured-services-block-service__link::before {
  content: "";
  background-image: url(../../img/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .featured-services-block-service__link::before {
    width: 9px;
    height: 12px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .featured-services-block-service__link {
    width: 170px;
    height: 60px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .featured-services-block-service__link {
    position: static;
  }
}
