/* custom styles */
/*
.b-block-9__image::after {
  background: #d93;
  opacity: 0.3;
}

.b-block-9__content .hs-2 {
  color: #fff;
  text-shadow: 1px 1px 1px black;
}

.btn--black {
  background: #815534;
  color: #fff;
}

.btn--black:hover {
  background: #254613;
  color: #fff;
} 

.btn--border {
  background: #fff;
  border: 1px #254613 solid;
}

.btn--border:hover {
  background: #fff;
  border: 1px #815534 solid;
}  

.b-block-9__content h1.hs-2 b{color:#fff; }
h1.hs-2 b{color:#815534; }

.b-block-7__image::after {
  background: #d93;
  opacity: 0.5;
}

.b-block-6 h1, .b-block-6 h2, .b-block-6 h3, .b-block-6 h4, .b-block-6 h5, .b-block-6 h6 {
  color: #815534;
  font-weight: bold !important;
}

.header-primary--background-transparent {
  background: #815534;
  box-shadow: none;
}

.home .header-primary--background-transparent {
  background: none;
  box-shadow: none;
}
.b-block-7 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home .header-primary--is-scroll {
  background: var(--header-primary-background, #fff);
  box-shadow: 0 0 1.6rem rgba(0,0,0,0.15);
}

.input--border, .textarea--border {
  border: 1px rgb(205, 133, 63) solid;
  border-radius: 2.4rem;
  background: none;
}

.form-checkboxes__item .wpcf7-list-item-label::before {

  border: 1px rgb(205, 133, 63) solid;
  
}*/

@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Funnel Display", serif;
}
@media (min-width: 1200px) {
.b-block-1--version-3 .b-block-1__text .hs-2 {
  color: #fff;
  font-weight: bold;
  font-size: 8rem;
}
}
.header-primary__nav nav > ul > li > a {
  text-transform: none;
}

.b-block-1__text .hs-2 span {
  color: #d3a12c;
}

.btn {
  font-size: 1.8rem;
  text-transform: none;
}

.btn--black {
  background: #d3a12c;
  color: #fff;
  padding: 2rem 2.4rem;
}
.btn--black:hover {
  background: black;
  color: #d3a12c;
}

.btn--border {
  background: none;
  border: 1px #d3a12c solid;
  color: #d3a12c;
}
.btn--border:hover {
  color: black;
  border-color: black;
  background: #d3a12c;
}

.swiper-pagination-bullet-active::after {
  background: #d3a12c;
}
.hs-2 span {
  color: #d3a12c;
  font-weight: bold;
}

.hs-3 {
  text-transform: none;
}

.b-block-9__content .hs-2 span {
  color: #d3a12c;
}

.b-block-14__item {
  background: none;

}

.b-block-14__header:hover .hs-1 {
  color: #d3a12c;
}
.b-block-14__header:hover svg {
  fill: #d3a12c;
}
.b-block-14__header:hover {
	border-color:#d3a12c;
}

.b-block-4__item:hover .b-block-4__text .btn--black {
  background: none;
  border: 1px solid #d3a12c;
}
.b-block-4--version-2 .b-block-4__text .btn {
  width: 100%;
  margin-top: auto;
  border: 1px solid #d3a12c;
}
.btn-stt:hover {
  background: #d3a12c;
}
.b-block-7__image::after {
  background: #d3a12c;

  opacity: 0.5;

}

.b-block-7 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.b-block-1--version-3 .b-block-1__image::after {
  background: #60481b;
  opacity: 0.6;
}

 .b-block-8__pagination ul li a {
  background: rgb(255, 255, 255);
  border: 1px rgb(0, 0, 0) solid;
}
.b-block-8__pagination ul li a:hover {
  background: #d3a12c;
  color: var(--ui-01);
  border: 1px solid #d3a12c;
}
.b-block-8__pagination ul li .current {
  background: #d3a12c;
  color: var(--ui-01);
  border: 1px solid #d3a12c;
}

.b-block-8__top {
  display: none;
}
.b-block-4__item:hover .b-block-4__text .btn--black {
  background: var(--ui-01);
  color: #d3a12c;
}