html {
  scroll-behavior: smooth;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}

.forminator-label {
  font-size: 15px !important;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
#responsive-menu-button {
  display: none !important;
}

iframe {
  max-width: 100%;
}

@media (max-width: 991px) {
  .invert .wp-block-column:first-child {
    order: 2;
  }
  .invert .wp-block-column:last-child {
    order: 1;
  }
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

.single-item {
  margin-bottom: 40px;
}
.single-item .img {
  padding-bottom: 56%;
  background-size: contain;
  background-position: center;
  margin: 0 0 15px;
  display: block;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
}
.single-item h3 {
  font-size: 18px !important;
  text-align: center;
}
.single-item:hover .img {
  opacity: 0.7;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags a {
  border-radius: 5px;
  background: #1E8230;
  padding: 8px 10px;
  margin: 0 10px 10px 0;
  color: #fff;
}
.tags a:hover {
  background: #7BC024;
  color: #fff;
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0d0e0e;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

.page:after,
.page > figure,
.page:before {
  display: none;
}

.wrap {
  overflow: hidden;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
a {
  color: #4D2801;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #4D2801;
  text-decoration: underline;
}

.wpcf7-list-item-label {
  font-size: 15px !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  width: auto;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
.row {
  margin: 0 -10px;
}

.row [class*=col-] {
  padding: 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
}

.container {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.header .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  width: 100%;
}
.header__top p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.header__top p strong {
  font-weight: 500;
}
.header__top p a {
  color: #fff;
  display: block;
  line-height: 30px;
  padding-left: 36px;
  background: url("img/phone.svg") no-repeat left top;
  background-size: 30px;
  margin-left: 30px;
}
.header .logo {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 32px;
  flex-shrink: 0;
}
.header .logo:before {
  background: #532A01;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33);
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  content: "";
  position: absolute;
}
.header .logo img {
  position: relative;
}
.header ul.navigation {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  z-index: 11;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header ul.navigation span {
  display: none;
}
.header ul.navigation li {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.header ul.navigation li:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #B25A04;
  content: "";
  opacity: 0;
  transition-duration: 0.2s;
}
.header ul.navigation li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation li > a {
  font-size: 14px;
  line-height: 88px;
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  z-index: 3;
}
.header ul.navigation li.current-menu-parent::after, .header ul.navigation li.current-page-ancestor::after, .header ul.navigation li.current_page_item::after {
  opacity: 1;
}
.header ul.navigation li.current-menu-parent > a, .header ul.navigation li.current-page-ancestor > a, .header ul.navigation li.current_page_item > a {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8;
}
.header ul.navigation li:hover::after {
  opacity: 1;
}
.header ul.navigation li:hover > a {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8;
}
.header ul.navigation li ul {
  position: absolute;
  top: 80px;
  left: 50%;
  min-width: 220px;
  background: #fff;
  padding: 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 6px;
  margin: 0;
  transform: translate(-50%, 10px);
  transition-duration: 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.header ul.navigation li ul span {
  display: none;
}
.header ul.navigation li ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  position: absolute;
  box-shadow: none !important;
}
.header ul.navigation li ul li {
  float: none;
  display: block;
  width: auto;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none !important;
}
.header ul.navigation li ul li:last-child {
  border: 0 !important;
}
.header ul.navigation li ul li:after, .header ul.navigation li ul li:before {
  display: none !important;
}
.header ul.navigation li ul li a {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0 !important;
  background: none;
  display: block;
  color: #979797;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  font-style: normal;
}
.header ul.navigation li ul li a:after {
  display: none;
}
.header ul.navigation li ul li a:hover {
  box-shadow: none;
  background: none;
  color: #4D2801;
  text-decoration: none;
}
.header ul.navigation li ul li.current-menu-parent > a, .header ul.navigation li ul li.current-page-ancestor > a, .header ul.navigation li ul li.current_page_item > a, .header ul.navigation li ul li:hover > a {
  color: #4D2801 !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.header ul.navigation li ul li.current-menu-parent > a:hover, .header ul.navigation li ul li.current-page-ancestor > a:hover, .header ul.navigation li ul li.current_page_item > a:hover, .header ul.navigation li ul li:hover > a:hover {
  color: #4D2801;
}
.header ul.navigation li ul li.current-menu-parent > a, .header ul.navigation li ul li.current-page-ancestor > a, .header ul.navigation li ul li.current_page_item > a, .header ul.navigation li ul li:hover > a {
  color: #4D2801 !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.header ul.navigation li ul li.current-menu-parent > a:hover, .header ul.navigation li ul li.current-page-ancestor > a:hover, .header ul.navigation li ul li.current_page_item > a:hover, .header ul.navigation li ul li:hover > a:hover {
  color: #4D2801;
}
.header ul.navigation li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header .menu-trigger {
  display: none;
}
@media (max-width: 991px) {
  .header {
    top: 0;
  }
  .header .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    width: 100%;
  }
  .header__top p {
    color: #fff;
    font-size: 0;
    font-weight: 300;
    margin: 0;
  }
  .header__top p strong {
    font-weight: 500;
  }
  .header__top p a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 30px;
    padding-left: 36px;
    background: url("img/phone.svg") no-repeat left top;
    background-size: 30px;
    margin-left: 30px;
  }
  .header .logo {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    flex-shrink: 0;
  }
  .header .logo:before {
    background: #532A01;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33);
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    content: "";
    position: absolute;
  }
  .header .logo img {
    position: relative;
    height: 20px;
  }
  .header ul.navigation {
    display: none;
  }
  .header .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #532A01;
  }
  .header .menu-trigger svg {
    height: 30px;
    width: auto;
  }
}

.hero {
  position: relative;
  z-index: 5;
  background: #F8F8F8;
  padding: 320px 0 0;
  height: 1000px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
}
.hero figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: 0;
}
.hero figure:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  background: url("img/overlay.png") no-repeat top left;
}
.hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero h1 {
  color: #fff;
  font-size: 41px;
  font-weight: 100;
  margin: 0 0 30px;
  line-height: 1.2;
}
.hero h1 strong {
  font-weight: 500;
}
.hero p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 50px;
  line-height: 1.5;
}
.hero p a {
  width: 234px;
  line-height: 56px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: #532A01;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  transition-duration: 0.2s;
}
.hero p a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .hero {
    padding: 200px 0 0;
    height: 600px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .hero figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: 0;
  }
  .hero figure:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    pointer-events: none;
    background: url("img/overlay.png") no-repeat top left;
  }
  .hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 20px;
    line-height: 1.2;
  }
  .hero h1 strong {
    font-weight: 500;
  }
  .hero p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 50px;
    line-height: 1.5;
  }
  .hero p a {
    width: 234px;
    line-height: 56px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #532A01;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33);
    border-radius: 5px;
    transition-duration: 0.2s;
  }
  .hero p a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.page-title {
  position: relative;
  height: 300px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 138px), 0 100%);
}
.page-title figure {
  position: absolute;
  top: 0;
  left: calc(50% - 360px);
  margin: 0;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #1B232E;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 138px), 0 100%);
}
.page-title:after {
  position: absolute;
  left: 0;
  top: -200px;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: url("img/bg2.png") no-repeat top left, url("img/bg3.png") no-repeat top 0 right;
  filter: grayscale(100%);
}
@media (max-width: 991px) {
  .page-title {
    height: 200px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .page-title figure {
    position: absolute;
    top: 0;
    left: calc(50% - 360px);
    margin: 0;
  }
  .page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #1B232E;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .page-title:after {
    position: absolute;
    left: 0;
    top: -200px;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.5;
    background: url("img/bg2.png") no-repeat top left;
    background-size: auto500px;
    filter: grayscale(100%);
  }
}

.about {
  padding: 70px 0 145px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.07));
}
.about:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
}
.about h2 {
  color: #4D2602;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1.2;
}
.about h2 strong {
  font-weight: 500;
  color: #845325;
}
.about p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 50px;
  line-height: 1.7;
}
.about p strong {
  font-weight: 500;
}
.about .col-lg-5 {
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.27));
}
.about__box {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(233, 232, 233) 100%);
  clip-path: polygon(0 46px, 100% 0, 100% calc(100% - 46px), 0 100%);
  padding: 100px 60px 90px;
  margin-top: -140px;
}
.about__box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.about__box ul li {
  line-height: 37px;
  background: url("img/li.png") no-repeat left top;
  padding-left: 50px;
  color: #383838;
  font-size: 18px;
  margin: 0 0 12px;
}
.about__box ul li:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .about {
    padding: 50px 0 80px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.07));
  }
  .about:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .about h2 {
    color: #4D2602;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.2;
  }
  .about h2 strong {
    font-weight: 500;
    color: #845325;
  }
  .about p {
    color: #383838;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 40px;
    line-height: 1.7;
  }
  .about p strong {
    font-weight: 500;
  }
  .about .col-lg-5 {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.27));
  }
  .about__box {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(233, 232, 233) 100%);
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
    padding: 90px 30px 70px;
    margin-top: 0;
  }
  .about__box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .about__box ul li {
    line-height: 37px;
    background: url("img/li.png") no-repeat left top;
    padding-left: 50px;
    color: #383838;
    font-size: 16px;
    margin: 0 0 12px;
  }
  .about__box ul li:last-child {
    margin: 0;
  }
}

.usp {
  margin-top: -150px;
  padding: 173px 0 60px;
  position: relative;
  z-index: 2;
}
.usp:before {
  position: absolute;
  left: 0;
  top: -300px;
  right: 0;
  bottom: 0;
  content: "";
  background: url("img/bg2.png") no-repeat top left, url("img/bg3.png") no-repeat top 0 right;
  filter: grayscale(100%);
  pointer-events: none;
}
.usp h2 {
  color: #37434E;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 65px;
  line-height: 1.2;
}
.usp__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 29px;
  margin: 0 0 70px;
}
.usp__items .item {
  text-align: center;
}
.usp__items .item figure {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}
.usp__items .item h3 {
  color: #222A34;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 1.2;
}
.usp__items .item p {
  color: #383838;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}
.usp .more {
  width: 234px;
  line-height: 56px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: #532A01;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  transition-duration: 0.2s;
}
.usp .more:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 991px) {
  .usp {
    margin-top: -50px;
    padding: 100px 0 40px;
    position: relative;
    z-index: 2;
  }
  .usp:before {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    bottom: 0;
    content: "";
    background: url("img/bg2.png") no-repeat top left;
    filter: grayscale(100%);
    background-size: auto 400px;
  }
  .usp h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.2;
  }
  .usp__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 0 0 40px;
  }
  .usp__items .item {
    text-align: center;
  }
  .usp__items .item figure {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
  }
  .usp__items .item figure img {
    width: 140px;
    height: auto;
  }
  .usp__items .item h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 14px;
    line-height: 1.2;
  }
  .usp__items .item p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
  }
}

.boxes {
  position: relative;
  padding: 186px 0;
  z-index: 2;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.07));
}
.boxes:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #1B232E;
  clip-path: polygon(0 138px, 100% 0, 100% calc(100% - 138px), 0 100%);
  pointer-events: none;
}
.boxes:after {
  position: absolute;
  left: 0;
  top: -200px;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: url("img/bg2.png") no-repeat top left, url("img/bg3.png") no-repeat top 0 right;
  filter: grayscale(100%);
  pointer-events: none;
}
.boxes .container {
  position: relative;
  z-index: 2;
}
.boxes__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.boxes__items .item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  transition-duration: 0.3s;
  text-decoration: none;
}
.boxes__items .item:hover {
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.boxes__items .item__text {
  padding: 36px 36px 24px;
  flex-grow: 1;
}
.boxes__items .item h3 {
  color: #55300E;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 1.3;
}
.boxes__items .item p {
  color: #707174;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.boxes__items .item figure {
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.boxes__items .item figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.boxes__items .item .corner {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 106px;
  height: auto;
  pointer-events: none;
  z-index: 2;
}
.boxes__items .item .corner img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .boxes {
    padding: 100px 0 90px;
  }
  .boxes:before {
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  }
  .boxes__items {
    display: block;
  }
  .boxes__items .item {
    margin: 0 auto 25px;
    max-width: 420px;
  }
  .boxes__items .item:last-child {
    margin-bottom: 0;
  }
  .boxes__items .item__text {
    padding: 25px 25px 18px;
  }
  .boxes__items .item h3 {
    font-size: 17px;
    margin: 0 0 16px;
  }
  .boxes__items .item p {
    font-size: 14px;
  }
}

.content {
  position: relative;
  z-index: 5;
}
.content--page {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}
.content--page .container {
  position: relative;
  z-index: 2;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 40px;
  font-size: 44px;
  color: #212220;
  font-weight: 600;
  position: relative;
}
.content h2 {
  margin: 0 0 30px;
  font-size: 30px;
  color: #212220;
  font-weight: 600;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #212220;
  font-weight: 600;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #212220;
  font-weight: 700;
}
.content h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: -15px 0 25px;
  text-transform: uppercase;
}
.content h6 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 15px;
  color: #000;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #000;
}
.content p {
  font-size: 16px;
  color: #0c0d36;
  margin: 0 0 16px;
  line-height: 24px;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #0c0d36;
  line-height: 24px;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content hr {
  margin: 30px 0;
  clear: both;
}
@media (max-width: 991px) {
  .content--page {
    padding: 40px 0 50px;
    position: relative;
  }
  .content--page a img.alignright {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 15px;
  }
  .content h1 {
    font-size: 32px;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
  .content form .row {
    margin: 0 -5px;
  }
  .content form input[type=email],
  .content form input[type=text],
  .content form textarea {
    height: 45px;
  }
  .content form textarea {
    height: 120px;
  }
}

.ultp-block-item .ultp-block-image img,
.ultp-block-empty-image {
  height: 250px !important;
}

ul.list {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
}
ul.list li {
  background: url("img/li.svg") no-repeat top left;
  background-size: 32px;
  padding-left: 52px;
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 300;
  min-height: 32px;
  padding-top: 3px;
  margin-bottom: 12px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  ul.list li {
    background: url("img/li.svg") no-repeat top left;
    background-size: 24px;
    padding-left: 36px;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 300;
    min-height: 24px;
    padding-top: 2px;
    margin-bottom: 10px;
  }
  ul.list li:last-child {
    margin-bottom: 0;
  }
  ul.list li strong {
    font-weight: 600;
  }
}

.content--page .wp-block-heading {
  scroll-margin-top: 30px;
}
.content--page h2.wp-block-heading {
  margin-top: 50px;
}
.content--page h3.wp-block-heading {
  margin-top: 30px;
  color: #4D2602;
}
.content--page ul.wp-block-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.content--page ul.wp-block-list li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 10px;
  color: #383838;
  font-size: 16px;
  line-height: 1.6;
}
.content--page ul.wp-block-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #845325;
  border-radius: 1px;
  transform: rotate(45deg);
}
.content--page ul.wp-block-list li a {
  color: #4D2602;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content--page ul.wp-block-list li a:hover {
  color: #845325;
}
.content--page ul.wp-block-list ul {
  margin: 10px 0 0;
}
.content--page .wp-block-column .wp-block-columns {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px !important;
  margin: 0 0 20px !important;
}
.content--page .wp-block-column .wp-block-columns > .wp-block-column {
  display: block;
  flex: 0 1 auto;
  margin: 0;
}
.content--page .wp-block-column .wp-block-columns .wp-block-image {
  margin: 0;
}
.content--page .wp-block-image {
  margin: 0 0 25px;
}
.content--page .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.content--page .wp-block-image figcaption {
  color: #8A857F;
  font-size: 13px;
  line-height: 1.4;
  margin: 12px 0 0;
  text-align: left;
}
.content--page .wp-block-embed {
  margin: 0 0 20px;
}
.content--page .wp-block-embed .wp-block-embed__wrapper {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.content--page .wp-block-embed iframe {
  display: block;
  width: 100%;
  border: 0;
}
.content--page .video-embed {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 20px;
  background: #000;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.content--page .video-embed iframe,
.content--page .video-embed .cmplz-placeholder-element,
.content--page .video-embed > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 0;
  display: block;
}
.content--page .wp-block-separator {
  border: 0;
  border-top: 1px solid #E6E0D9;
  opacity: 1;
  margin: 55px 0;
}
.content--page .wp-block-table {
  margin: 0 0 30px;
  overflow-x: auto;
}
.content--page .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
.content--page .wp-block-table th {
  background: #532A01;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 14px 16px;
  border: 0;
  white-space: nowrap;
}
.content--page .wp-block-table td {
  padding: 13px 16px;
  border: 0;
  border-top: 1px solid #EFE9E2;
  color: #383838;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: top;
}
.content--page .wp-block-table tbody tr:nth-child(even) td {
  background: #FAF8F6;
}
.content--page .wp-block-table a {
  color: #845325;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content--page .wp-block-table a:hover {
  color: #532A01;
}
@media (max-width: 991px) {
  .content--page .wp-block-table th {
    font-size: 13px;
    padding: 11px 12px;
  }
  .content--page .wp-block-table td {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.content--page .wp-block-details {
  background: #fff;
  border: 1px solid #EAE4DD;
  border-radius: 5px;
  padding: 20px 25px;
  margin: 0 0 15px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.content--page .wp-block-details summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 30px;
  color: #4D2602;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.content--page .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.content--page .wp-block-details summary:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #845325;
  border-bottom: 2px solid #845325;
  transform: rotate(45deg);
  transition-duration: 0.2s;
}
.content--page .wp-block-details[open] summary {
  margin-bottom: 20px;
}
.content--page .wp-block-details[open] summary:after {
  transform: rotate(-135deg);
  top: 9px;
}
.content--page .wp-block-buttons {
  margin: 30px 0;
}
.content--page .wp-block-column > .wp-block-buttons:last-child {
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  .content--page .wp-block-column > .wp-block-buttons:last-child {
    margin-top: auto;
    padding-top: 25px;
  }
}
.content--page .wp-block-column:has(> h3.wp-block-heading),
.content--page .wp-block-column:has(> h4.wp-block-heading) {
  position: relative;
  padding: 38px 32px 30px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(250, 248, 246) 100%);
  border: 1px solid #EFE9E2;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition-duration: 0.3s;
}
.content--page .wp-block-column:has(> h3.wp-block-heading):before,
.content--page .wp-block-column:has(> h4.wp-block-heading):before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7px;
  background: #532A01;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
  transition-duration: 0.3s;
}
.content--page .wp-block-column:has(> h3.wp-block-heading):hover,
.content--page .wp-block-column:has(> h4.wp-block-heading):hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}
.content--page .wp-block-column:has(> h3.wp-block-heading):hover:before,
.content--page .wp-block-column:has(> h4.wp-block-heading):hover:before {
  background: #845325;
}
.content--page .wp-block-column:has(> h3.wp-block-heading) > h3.wp-block-heading,
.content--page .wp-block-column:has(> h3.wp-block-heading) > h4.wp-block-heading,
.content--page .wp-block-column:has(> h4.wp-block-heading) > h3.wp-block-heading,
.content--page .wp-block-column:has(> h4.wp-block-heading) > h4.wp-block-heading {
  margin-top: 0;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
  line-height: 1.35;
}
.content--page .wp-block-column:has(> h3.wp-block-heading) > h3.wp-block-heading,
.content--page .wp-block-column:has(> h4.wp-block-heading) > h3.wp-block-heading {
  font-size: 20px;
}
.content--page .wp-block-column:has(> h3.wp-block-heading) > h4.wp-block-heading,
.content--page .wp-block-column:has(> h4.wp-block-heading) > h4.wp-block-heading {
  font-size: 17px;
  color: #4D2602;
}
.content--page .wp-block-column:has(> h3.wp-block-heading) > *:last-child,
.content--page .wp-block-column:has(> h4.wp-block-heading) > *:last-child {
  margin-bottom: 0;
}
.content--page .wp-block-column:has(> h3.wp-block-heading) .wp-block-image,
.content--page .wp-block-column:has(> h4.wp-block-heading) .wp-block-image {
  overflow: hidden;
  border-radius: 5px;
}
.content--page .wp-block-column:has(> h3.wp-block-heading) .wp-block-image img,
.content--page .wp-block-column:has(> h4.wp-block-heading) .wp-block-image img {
  transition-duration: 0.3s;
}
.content--page .wp-block-column:has(> h3.wp-block-heading) .wp-block-image a:hover img,
.content--page .wp-block-column:has(> h4.wp-block-heading) .wp-block-image a:hover img {
  transform: scale(1.04);
}
@media (max-width: 991px) {
  .content--page .wp-block-column:has(> h3.wp-block-heading),
  .content--page .wp-block-column:has(> h4.wp-block-heading) {
    padding: 28px 22px 24px;
  }
}
.content--page .wp-block-button__link {
  min-width: 234px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background: #532A01;
  border: 0;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  transition-duration: 0.2s;
}
.content--page .wp-block-button__link:hover, .content--page .wp-block-button__link:focus {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 991px) {
  .content--page h2.wp-block-heading {
    margin-top: 35px;
  }
  .content--page .wp-block-separator {
    margin: 35px 0;
  }
  .content--page .wp-block-details {
    padding: 16px 18px;
  }
  .content--page .wp-block-details summary {
    font-size: 16px;
  }
  .content--page .wp-block-button {
    width: 100%;
  }
  .content--page .wp-block-button__link {
    width: 100%;
    min-width: 0;
    line-height: 50px;
  }
}

.content--page .wp-block-columns {
  display: flex !important;
  gap: 50px !important;
  align-items: stretch !important;
  margin: 0 0 40px !important;
}
.content--page .wp-block-column {
  display: flex;
  flex-direction: column;
  hyphens: auto;
  overflow-wrap: break-word;
}
.content--page .wp-block-column > * {
  margin-top: 0;
}
.content--page .cmplz-placeholder-parent,
.content--page .wp-block-column > iframe {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  min-height: 500px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.content--page .wp-block-column iframe {
  width: 100% !important;
  height: 100% !important;
  flex: 1 1 auto;
  display: block;
  border: 0;
}
@media (max-width: 991px) {
  .content--page .wp-block-columns {
    display: block !important;
    margin-bottom: 30px !important;
  }
  .content--page .wp-block-column {
    display: block;
    margin-bottom: 35px;
  }
  .content--page .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .content--page .cmplz-placeholder-parent,
  .content--page .wp-block-column > iframe {
    display: block;
    min-height: 0;
  }
  .content--page .wp-block-column iframe {
    height: 340px !important;
  }
}

.forminator-guttenberg {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.forminator-ui.forminator-custom-form {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(244, 242, 240) 100%) !important;
  border-radius: 5px !important;
  padding: 45px 45px 40px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
.forminator-ui.forminator-custom-form:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 8px;
  background: #532A01;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
}
.forminator-ui.forminator-custom-form .forminator-row {
  margin: 0 0 22px !important;
}
.forminator-ui.forminator-custom-form .forminator-row.forminator-row-last {
  margin: 30px 0 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-label {
  display: block;
  color: #4D2602 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  margin: 0 0 10px !important;
  line-height: 1.3 !important;
}
.forminator-ui.forminator-custom-form .forminator-required {
  color: #845325 !important;
}
.forminator-ui.forminator-custom-form .forminator-input,
.forminator-ui.forminator-custom-form .forminator-textarea,
.forminator-ui.forminator-custom-form input[type=text],
.forminator-ui.forminator-custom-form input[type=email],
.forminator-ui.forminator-custom-form input[type=tel],
.forminator-ui.forminator-custom-form input[type=number],
.forminator-ui.forminator-custom-form select,
.forminator-ui.forminator-custom-form textarea {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #E2DCD5 !important;
  border-radius: 5px !important;
  color: #383838 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  transition-duration: 0.2s;
}
.forminator-ui.forminator-custom-form .forminator-input::placeholder,
.forminator-ui.forminator-custom-form .forminator-textarea::placeholder,
.forminator-ui.forminator-custom-form input[type=text]::placeholder,
.forminator-ui.forminator-custom-form input[type=email]::placeholder,
.forminator-ui.forminator-custom-form input[type=tel]::placeholder,
.forminator-ui.forminator-custom-form input[type=number]::placeholder,
.forminator-ui.forminator-custom-form select::placeholder,
.forminator-ui.forminator-custom-form textarea::placeholder {
  color: #A8A29B !important;
  opacity: 1;
}
.forminator-ui.forminator-custom-form .forminator-input:hover,
.forminator-ui.forminator-custom-form .forminator-textarea:hover,
.forminator-ui.forminator-custom-form input[type=text]:hover,
.forminator-ui.forminator-custom-form input[type=email]:hover,
.forminator-ui.forminator-custom-form input[type=tel]:hover,
.forminator-ui.forminator-custom-form input[type=number]:hover,
.forminator-ui.forminator-custom-form select:hover,
.forminator-ui.forminator-custom-form textarea:hover {
  border-color: #C9BFB4 !important;
}
.forminator-ui.forminator-custom-form .forminator-input:focus,
.forminator-ui.forminator-custom-form .forminator-textarea:focus,
.forminator-ui.forminator-custom-form input[type=text]:focus,
.forminator-ui.forminator-custom-form input[type=email]:focus,
.forminator-ui.forminator-custom-form input[type=tel]:focus,
.forminator-ui.forminator-custom-form input[type=number]:focus,
.forminator-ui.forminator-custom-form select:focus,
.forminator-ui.forminator-custom-form textarea:focus {
  outline: none !important;
  border-color: #845325 !important;
  box-shadow: 0 0 0 3px rgba(132, 83, 37, 0.12) !important;
}
.forminator-ui.forminator-custom-form .forminator-input,
.forminator-ui.forminator-custom-form input[type=text],
.forminator-ui.forminator-custom-form input[type=email],
.forminator-ui.forminator-custom-form input[type=tel],
.forminator-ui.forminator-custom-form input[type=number],
.forminator-ui.forminator-custom-form select {
  height: 52px !important;
  padding: 0 18px !important;
}
.forminator-ui.forminator-custom-form .forminator-textarea,
.forminator-ui.forminator-custom-form textarea {
  min-height: 150px !important;
  padding: 15px 18px !important;
  line-height: 1.5 !important;
  resize: vertical;
}
.forminator-ui.forminator-custom-form .forminator-checkbox {
  display: inline-flex;
  align-items: flex-start;
  margin: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
.forminator-ui.forminator-custom-form .forminator-checkbox .forminator-checkbox-box {
  position: relative;
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
  margin: 1px 0 0 !important;
  background: #fff !important;
  border: 1px solid #D5CCC2 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  transition-duration: 0.2s;
}
.forminator-ui.forminator-custom-form .forminator-checkbox .forminator-checkbox-box:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition-duration: 0.2s;
}
.forminator-ui.forminator-custom-form .forminator-checkbox input[type=checkbox]:focus + .forminator-checkbox-box {
  border-color: #845325 !important;
  box-shadow: 0 0 0 3px rgba(132, 83, 37, 0.12) !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox input[type=checkbox]:checked + .forminator-checkbox-box {
  background: #532A01 !important;
  border-color: #532A01 !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox input[type=checkbox]:checked + .forminator-checkbox-box:after {
  transform: rotate(45deg) scale(1);
}
.forminator-ui.forminator-custom-form .forminator-checkbox__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.forminator-ui.forminator-custom-form .forminator-checkbox__label,
.forminator-ui.forminator-custom-form .forminator-consent__label {
  color: #545454 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox__label p,
.forminator-ui.forminator-custom-form .forminator-consent__label p {
  color: #545454 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-checkbox__label a,
.forminator-ui.forminator-custom-form .forminator-consent__label a {
  color: #845325 !important;
  text-decoration: underline;
}
.forminator-ui.forminator-custom-form .forminator-checkbox__label a:hover,
.forminator-ui.forminator-custom-form .forminator-consent__label a:hover {
  color: #532A01 !important;
}
.forminator-ui.forminator-custom-form .forminator-button-submit {
  min-width: 234px;
  line-height: 56px;
  height: auto;
  padding: 0 30px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  background: #532A01 !important;
  border: 0 !important;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.33) !important;
  border-radius: 5px !important;
  cursor: pointer;
  transition-duration: 0.2s;
}
.forminator-ui.forminator-custom-form .forminator-button-submit:hover, .forminator-ui.forminator-custom-form .forminator-button-submit:focus {
  opacity: 0.8;
  color: #fff !important;
  background: #532A01 !important;
}
.forminator-ui.forminator-custom-form .forminator-response-message[aria-hidden=true],
.forminator-ui.forminator-custom-form .forminator-response-message:empty {
  display: none !important;
}
.forminator-ui.forminator-custom-form .forminator-response-message {
  border-radius: 5px;
  font-size: 15px !important;
  line-height: 1.5 !important;
  padding: 16px 20px !important;
  margin: 0 0 25px !important;
}
.forminator-ui.forminator-custom-form .forminator-response-message.forminator-error {
  background: #FBEDE9 !important;
  border-left: 3px solid #C0392B !important;
  color: #8C2A1F !important;
}
.forminator-ui.forminator-custom-form .forminator-response-message.forminator-success {
  background: #F2F5EE !important;
  border-left: 3px solid #6B8E3D !important;
  color: #44601F !important;
}
.forminator-ui.forminator-custom-form .forminator-error-message {
  color: #C0392B !important;
  font-size: 13px !important;
  margin-top: 8px !important;
}
.forminator-ui.forminator-custom-form .forminator-has_error .forminator-input,
.forminator-ui.forminator-custom-form .forminator-has_error .forminator-textarea {
  border-color: #C0392B !important;
}
@media (max-width: 991px) {
  .forminator-ui.forminator-custom-form {
    padding: 30px 25px 28px;
  }
  .forminator-ui.forminator-custom-form .forminator-row {
    margin: 0 0 18px !important;
  }
  .forminator-ui.forminator-custom-form .forminator-button-submit {
    width: 100%;
    min-width: 0;
    line-height: 50px;
  }
}

.forminator-edit-module {
  margin-top: 15px;
}
.forminator-edit-module a {
  color: #845325;
  font-size: 13px;
}
.forminator-edit-module a:hover {
  color: #532A01;
}

.partners {
  position: relative;
  z-index: 2;
  padding: 40px 0 180px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.07));
}
.partners:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
  pointer-events: none;
}
.partners .container {
  position: relative;
  z-index: 2;
}
.partners h2 {
  color: #532A01;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 65px;
  line-height: 1.2;
}
.partners__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  align-items: center;
}
.partners__items .item {
  margin: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__items .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
}
.partners__items .item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.5;
  transition-duration: 0.3s;
}
.partners__items .item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 991px) {
  .partners {
    padding: 30px 0 70px;
  }
  .partners:before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  .partners h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .partners__items {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  .partners__items .item {
    height: 50px;
  }
}

.offers {
  position: relative;
  z-index: 2;
  padding: 0 0 90px;
}
.offers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.offers__item {
  display: flex;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition-duration: 0.3s;
}
.offers__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.offers__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
.offers__link:hover {
  text-decoration: none;
}
.offers__image {
  position: relative;
  margin: 0;
  padding-top: 66%;
  overflow: hidden;
  background: #f1eeeb;
}
.offers__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.offers__badge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 6px 12px;
  background: rgba(83, 42, 1, 0.9);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.offers__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 26px 28px 28px;
}
.offers__title {
  color: #532A01;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.offers__location {
  color: #707174;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.offers__facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0 0 24px;
  padding: 18px 0 0;
  border-top: 1px solid #eceae8;
}
.offers__facts li {
  display: flex;
  flex-direction: column;
}
.offers__facts strong {
  color: #4D2602;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
.offers__facts span {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.4;
}
.offers__more {
  margin-top: auto;
  align-self: flex-start;
  color: #845325;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}
.offers__empty {
  color: #707174;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1199px) {
  .offers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .offers {
    padding: 0 0 40px;
  }
  .offers__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .offers__body {
    padding: 20px;
  }
  .offers__title {
    font-size: 18px;
  }
}

.footer {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 30px;
  background: #fff;
  overflow: hidden;
}
.footer:before {
  position: absolute;
  left: 0;
  top: -300px;
  right: 0;
  bottom: 0;
  content: "";
  background: url("img/bg2.png") no-repeat top left, url("img/bg3.png") no-repeat top 0 right;
  filter: grayscale(100%);
}
.footer__bg {
  position: absolute;
  right: 0;
  bottom: 60px;
  margin: 0;
  width: 50%;
  max-width: 700px;
  pointer-events: none;
  z-index: 1;
}
.footer__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer__brand {
  margin: 0 0 50px;
  text-align: right;
}
.footer__brand img {
  max-width: 280px;
  height: auto;
  display: inline-block;
}
.footer__cols .col-lg-4 {
  padding-bottom: 40px;
}
.footer h5 {
  color: #4D2602;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.3;
}
.footer p {
  line-height: 1.8;
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 14px;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer p strong {
  font-weight: 500;
}
.footer p a {
  color: #545454;
  transition-duration: 0.2s;
}
.footer p a:hover {
  color: #4D2602;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .footer:before {
    display: none;
  }
  .footer__bg {
    display: none;
  }
  .footer__brand {
    text-align: center;
    margin: 0 0 30px;
  }
  .footer__brand img {
    max-width: 200px;
  }
  .footer__cols .col-lg-4 {
    padding-bottom: 25px;
  }
  .footer h5 {
    font-size: 18px;
    margin: 0 0 18px;
  }
  .footer p {
    line-height: 1.6;
    font-size: 15px;
  }
}

.credits {
  padding: 90px 0 0;
  margin-top: 0px;
  position: relative;
  z-index: 3;
}
.credits .col-lg-12 {
  justify-content: space-between;
  display: flex;
  color: #545454;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.credits span {
  display: inline-block;
}
.credits span div {
  display: inline;
}
.credits a {
  color: #545454;
}
.credits a:hover {
  color: #4D2602;
  text-decoration: none;
}
.credits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.credits ul li {
  margin-left: 10px;
  list-style-type: none;
}
@media (max-width: 991px) {
  .credits {
    position: relative;
    padding: 20px 0 0;
  }
  .credits figure {
    display: none;
  }
  .credits .col-lg-12 {
    justify-content: space-between;
    display: block;
    text-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    height: auto;
  }
  .credits .col-lg-12 span {
    display: block;
    margin-bottom: 5px;
  }
}

.breadcrumbs-wrap {
  z-index: 4;
  position: static;
  padding-top: 0;
  margin: -30px 0 30px;
}

.breadcrumbs {
  padding: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4392156863);
}
.breadcrumbs a {
  color: rgba(0, 0, 0, 0.4392156863);
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.wpcf7-list-item {
  display: block !important;
  font-weight: 400;
  margin: 0 !important;
}

.wpcf7-list-item.last {
  margin-bottom: 20px !important;
}

.content small {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin: -10px 0 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.gallery-columns-4 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(25% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 15px) !important;
  }
}

.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-6 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(16.6% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-6 .gallery-item {
    width: calc(33.3% - 15px) !important;
  }
}

.gallery-columns-6 {
  display: flex;
  flex-wrap: wrap;
}

.content img {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .wp-caption-text {
    font-size: 2.1875vw;
  }
}

.wp-caption a img {
  transition-duration: 0.3s;
}
.wp-caption a:hover img {
  opacity: 0.6;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 2px solid red !important;
}

div.wpcf7-validation-errors {
  background: red;
  border: 2px solid red !important;
  color: #fff;
}

.wpcf7-response-output {
  position: relative;
  z-index: 999;
}

.gb-notice-dismiss {
  display: none;
}

#gwolle_gb .gwolle-gb-float div.label {
  width: 25% !important;
}

#gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_write_button .btn:hover, #gwolle-gb-write-button .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_write_button .btn:focus, #gwolle-gb-write-button .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

#gwolle_gb_captcha_verify {
  display: none !important;
}

#gwolle_gb_write_button {
  margin: 0 0 30px !important;
}

#gwolle_gb_new_entry {
  margin-bottom: 40px;
}
#gwolle_gb_new_entry h3 {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 20px;
}
#gwolle_gb_new_entry .text-info {
  color: #000 !important;
}
#gwolle_gb_new_entry .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_new_entry .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_new_entry .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_new_entry .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

.figure.video-embed {
  aspect-ratio: 16/9;
}

.gwolle_gb_notice {
  font-size: 14px;
}

.gwolle_gb_invisible {
  display: none;
}

#gwolle_gb .gb-entry .gb-author-info .gb-author-name,
#gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 0 !important;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/*# sourceMappingURL=style.css.map */
