/* 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;
}

/* stylelint-disable */
.media-block {
  position: relative;
  overflow: hidden;
}
.media-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  background-image: var(--form-bg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
@media (min-width: 2200px) {
  .media-block__bg {
    background-size: cover;
  }
}
.media-block__wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 1440px) {
  .media-block__wrap {
    padding-bottom: 144px;
  }
}
.media-block__heading {
  padding-top: 72px;
  margin-bottom: 54px;
  width: 100%;
  text-align: center;
}
.media-block__heading img {
  max-width: 129px;
}
@media (min-width: 1800px) {
  .media-block__heading img {
    max-width: 100%;
    margin-bottom: 27px;
    margin-right: 22px;
  }
}
.media-block__logo-media {
  max-width: 55%;
}
@media (min-width: 768px) {
  .media-block__logo-media {
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .media-block__logo-media {
    max-width: 100%;
  }
}
.media-block__heading_title {
  font-family: "Poppins-Light", sans-serif;
  color: #bd8b50;
  font-size: 40px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.media-block__heading_title::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 29%;
  width: 42%;
  height: 2px;
  background-color: #5d4030;
}
@media (min-width: 992px) {
  .media-block__heading_title::after {
    width: 21.5%;
    left: 39.5%;
    bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .media-block__heading_title::after {
    bottom: -40px;
  }
}
@media (min-width: 768px) {
  .media-block__heading_title {
    font-size: 56px;
    line-height: 0.947;
  }
}
@media (min-width: 1200px) {
  .media-block__heading_title {
    font-size: 70px;
  }
}
@media (min-width: 1440px) {
  .media-block__heading_title {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 41px;
    letter-spacing: -2.25px;
  }
}
.media-block iframe {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 44px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 5px solid #fff;
}
@media (min-width: 480px) {
  .media-block iframe {
    width: 390px;
    height: 216px;
  }
}
@media (min-width: 992px) {
  .media-block iframe {
    width: 62%;
    height: 400px;
    border: 10px solid #fff;
  }
}
@media (min-width: 1440px) {
  .media-block iframe {
    height: 670px;
    margin-bottom: 66px;
  }
}
