
.ul-none {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.ul-style ul {
  list-style: none;
  padding-left: 14px;
}
.ul-style ul li {
  line-height: 22px;
}
.ul-style ul li:before {
  content: "\2022";
  color: #64584b;
  font-size: 20px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  width: 17px;
  margin-left: -20px;
}
hr {
  background: #fff url(../images/hr.gif) repeat-x scroll center;
  height: 3px;
  border: none;
}
.gradient_type_1 {
  background: #ad8e6f;
  background: -moz-linear-gradient(left, #ad8e6f 0%, #ccaa87 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad8e6f), color-stop(100%, #ccaa87));
  background: -webkit-linear-gradient(left, #ad8e6f 0%, #ccaa87 100%);
  background: -o-linear-gradient(left, #ad8e6f 0%, #ccaa87 100%);
  background: -ms-linear-gradient(left, #ad8e6f 0%, #ccaa87 100%);
  background: linear-gradient(to right, #ad8e6f 0%, #ccaa87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad8e6f', endColorstr='#ccaa87', GradientType=1);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}
.icon {
  background-image: url('../images/icons.png');
  display: inline-block;
}
.icon.icon-logo {
  width: 124px;
  height: 52px;
}
.icon.icon-logo2 {
  width: 76px;
  height: 32px;
  background-position: -126px 0;
}
.icon.icon-floor-medium {
  width: 134px;
  height: 60px;
  background-position: -205px 0;
}
.icon.icon-floor-small-dark {
  width: 49px;
  height: 23px;
  background-position: -343px 0;
}
.icon.icon-floor-small-light {
  width: 49px;
  height: 23px;
  background-position: -343px -23px;
}
.icon.icon-floor-big-vertical-dark {
  width: 91px;
  height: 200px;
  background-position: -149px -64px;
}
@media (max-width: 1350px) {
  .icon.icon-floor-big-vertical-dark {
    display: none;
  }
}
.icon.icon-floor-big-vertical-light {
  width: 91px;
  height: 200px;
  background-position: -240px -64px;
}
.icon.icon-floor-big-black {
  width: 200px;
  height: 91px;
  background-position: -335px -72px;
}
.icon.icon-floor-big {
  width: 200px;
  height: 91px;
  background-position: -335px -169px;
}
.icon.icon-home {
  width: 18px;
  height: 14px;
  background-position: -392px 0;
}
.icon.icon-home-small {
  width: 15px;
  height: 12px;
  background-position: -410px 0;
}
.icon.icon-fb {
  width: 28px;
  height: 26px;
  background-position: -424px 0px;
}
.icon.icon-fb-small {
  width: 24px;
  height: 22px;
  background-position: -453px 0px;
}
.icon.icon-linkedin-small {
  width: 22px;
  height: 21px;
  background-position: -484px 0px;
}
.icon.icon-arrow-white-left {
  width: 14px;
  height: 24px;
  background-position: -506px 0px;
}
.icon.icon-arrow-white-right {
  width: 14px;
  height: 24px;
  background-position: -520px 0px;
}
.icon.icon-arrow-brown-top {
  width: 24px;
  height: 14px;
  background-position: -535px 0px;
}
.icon.icon-arrow-brown-bottom {
  width: 24px;
  height: 14px;
  background-position: -535px -13px;
}
.icon.icon-mail {
  width: 16px;
  height: 12px;
  background-position: -561px 0px;
}
.icon.icon-phone {
  width: 16px;
  height: 15px;
  background-position: -577px 0px;
}
.icon.icon-arrow-double-right {
  width: 10px;
  height: 10px;
  background-position: -594px 0px;
}
.icon.icon-sampler {
  width: 47px;
  height: 57px;
  background-position: 0px -57px;
}
.icon.icon-sampler-hover {
  width: 47px;
  height: 57px;
  background-position: 0px -114px;
}
.icon.icon-chat {
  width: 46px;
  height: 57px;
  background-position: -47px -57px;
}
.icon.icon-chat-hover {
  width: 46px;
  height: 57px;
  background-position: -47px -114px;
}
.icon.icon-newspaper {
  width: 46px;
  height: 57px;
  background-position: -93px -57px;
}
.icon.icon-newspaper-hover {
  width: 46px;
  height: 57px;
  background-position: -93px -114px;
}
.icon.icon-drop {
  width: 46px;
  height: 57px;
  background-position: -2px -173px;
}
.icon.icon-drop-hover {
  width: 46px;
  height: 57px;
  background-position: -50px -173px;
}
@media (max-width: 767px) {
  .icon-leaf-1,
  .icon-leaf-2,
  .icon-leaf-3,
  .icon-leaf-4,
  .icon-leaf-5,
  .icon-leaf-6,
  .icon-leaf-7,
  .icon-leaf-8,
  .icon-leaf-9 {
    display: none;
  }
}
.icon-float-left-bottom {
  position: absolute;
  bottom: 7px;
  left: 10px;
}
.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
  border: 0px;
  padding: 12px 36px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  z-index: 2;
}
.btn.btn-primary {
  background-color: #817161;
  color: white;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #9b8b7a !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.btn.btn-outline {
  background-color: #817161;
  color: white;
  border: 1px solid white;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
  background-color: #9b8b7a !important;
  outline: none !important;
  box-shadow: none !important;
}
h1,
h2,
h3 {
  font-weight: 300;
}
h1 .icon,
h2 .icon,
h3 .icon {
  margin-right: 20px;
}
@media (max-width: 500px) {
  h1 .icon,
  h2 .icon,
  h3 .icon {
    margin-right: 10px;
  }
}
h1,
h2 {
  margin-bottom: 26px;
  font-size: 30px;
}
p {
  margin: 0 0 14px;
  line-height: 26px;
}
a {
  color: black;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
  color: black;
}
.a-white a {
  color: white;
}
.a-white a:hover {
  text-decoration: underline;
  color: white;
}
.a-brown a {
  color: #e2cab0;
}
.a-brown a:hover {
  text-decoration: underline;
  color: #e2cab0;
}
.form .form-control {
  background-color: #f1ede9;
  margin-bottom: 10px;
  padding: 13px;
  height: 50px;
  color: black;
  border-radius: 0px;
  border: none;
}
.form .form-control::placeholder {
  font-style: italic;
}
.form textarea.form-control {
  height: auto;
}
.form option[value=''] {
  color: #808080;
}
.form .btn {
  margin-top: 17px;
  padding: 6px 48px;
}
.arrow-to-anchor {
  height: 28px;
  width: 56px;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  background-color: #e2cab0;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  margin-left: -28px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.arrow-to-anchor:hover {
  background-color: #d4b18b;
}
.arrow-to-anchor i {
  margin-top: 4px;
}
.img-bordered img {
  border: 7px solid #817161;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.img-bordered:hover img {
  border-color: #e2cab0;
}
.img-bordered-reverse img {
  border: 7px solid #e2cab0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.img-bordered-reverse:hover img {
  border-color: #817161;
}
header {
  border-bottom: 8px solid #817161;
  overflow: hidden;
}
header a.logo .icon {
  margin-top: 10px;
}
header .menu-toggler {
  display: none;
  min-height: 40px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  z-index: 301;
  cursor: pointer;
  text-align: right;
  padding: 10px 55px 10px 15px;
  float: right;
  margin: 11px 0px;
}
@media (max-width: 991px) {
  header .menu-toggler {
    display: inline-block;
  }
}
header .menu-toggler.active .icon span._1 {
  transform: rotate(45deg);
  top: 9px;
  left: 0px;
}
header .menu-toggler.active .icon span._2 {
  transform: rotate(-45deg);
  top: 9px;
  left: 0px;
}
header .menu-toggler.active .icon span._3 {
  transform: rotate(-45deg);
  top: 7px;
  left: 4px;
  opacity: 0;
}
header .menu-toggler .icon {
  height: 21px;
  position: absolute;
  top: 12px;
  right: 42px;
}
header .menu-toggler .icon span {
  display: block;
  width: 32px;
  height: 3px;
  background: #000;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
}
header .menu-toggler .icon span._2 {
  top: 9px;
}
header .menu-toggler .icon span._3 {
  top: 18px;
  opacity: 1;
}
header .only-mobile {
  display: none;
}
@media (max-width: 991px) {
  header .only-mobile {
    display: block;
  }
}
header .main-menu {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
}
header .main-menu .icon-floor-medium {
  margin: 5px 20px 0px 0px;
}
header .main-menu ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  header .main-menu ul {
    width: 100%;
    display: none;
  }
}
header .main-menu ul li {
  float: left;
  position: relative;
  margin: 0px 8px 0px;
}
@media (max-width: 991px) {
  header .main-menu ul li {
    float: none;
    border-top: 1px solid #817161;
    margin: 0;
  }
}
header .main-menu ul li.active a {
  position: relative;
  background: #e2cab0;
}
header .main-menu ul li.active a:hover {
  color: black;
}
header .main-menu ul li:first-child:before {
  display: none;
}
header .main-menu ul li:before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #e2cab0;
  position: absolute;
  top: 32px;
  left: -11px;
}
@media (max-width: 991px) {
  header .main-menu ul li:before {
    display: none;
  }
}
header .main-menu ul li a {
  margin-bottom: 9px;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 26px 8px 15px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header .main-menu ul li a:hover {
  text-decoration: none;
  color: #817161;
}
@media (max-width: 991px) {
  header .main-menu ul li a {
    padding: 10px 8px 10px;
    margin: 0;
  }
}
header .icon-fb {
  margin-top: 20px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 1;
  background-color: #00000030;
  width: 75px;
  border-radius: 100%;
  height: 75px;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.slick-arrow:after {
  content: "icon";
  text-indent: -999em;
  display: block;
  width: 15px;
  height: 24px;
  background: url(../images/icons.png);
}
.slick-arrow.slick-prev {
  left: -35px;
}
.slick-arrow.slick-prev:after {
  background-position: -506px 0px;
  margin-left: 45px;
}
.slick-arrow.slick-next {
  right: -35px;
}
.slick-arrow.slick-next:after {
  background-position: -520px 0px;
  margin-left: 15px;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  background-color: rgba(0, 0, 0, 0.52);
  outline: none;
}
.hp-slider {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.hp-slider .slick-slide {
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
}
.hp-slider .text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.hp-slider .text-wrapper .container {
  position: relative;
  height: 100%;
}
.hp-slider .text-wrapper .text-wrapper-inner {
  position: absolute;
  right: 0px;
  bottom: 33px;
  background-color: rgba(0, 0, 0, 0.55);
  max-width: 462px;
  color: white;
  font-weight: 300;
  padding: 25px 40px;
}
@media (max-width: 380px) {
  .hp-slider .text-wrapper .text-wrapper-inner {
    padding: 15px 15px;
  }
}
.hp-slider .text-wrapper .text-wrapper-inner .icon-floor-big-black {
  position: absolute;
  bottom: 10px;
  left: -212px;
}
.main-category {
  padding-bottom: 14px;
  position: relative;
}
.main-category h1 {
  margin-top: 50px;
  margin-bottom: 16px;
}
.main-category .categories {
  margin-top: 36px;
}
.main-category .category-box ul {
  list-style: none;
  padding-left: 14px;
}
.main-category .category-box ul li {
  line-height: 22px;
}
.main-category .category-box ul li:before {
  content: "\2022";
  color: #64584b;
  font-size: 20px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  width: 17px;
  margin-left: -20px;
}
.main-category .category-box img {
  border-radius: 100%;
}
.main-category .category-box h2 {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 10px;
  line-height: 26px;
  padding-right: 15px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 991px) {
  .main-category .category-box h2 {
    padding-right: 0px;
  }
}
.main-category .category-box h2:hover {
  color: #817161;
}
.main-category .category-box a:hover {
  color: #817161;
  text-decoration: underline;
}
.visualization-banner {
  position: relative;
  overflow: hidden;
}
.visualization-banner img {
  margin: 0 auto;
  display: block;
}
.visualization-banner .text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.visualization-banner .text-wrapper .container {
  position: relative;
  height: 100%;
}
.visualization-banner .text-wrapper .text-wrapper-inner {
  position: absolute;
  right: 0px;
  bottom: 50px;
  background-color: rgba(0, 0, 0, 0.55);
  max-width: 462px;
  color: white;
  font-weight: 300;
  padding: 44px 60px;
  text-align: center;
}
@media (max-width: 576px) {
  .visualization-banner .text-wrapper .text-wrapper-inner {
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 400px) {
  .visualization-banner .text-wrapper .text-wrapper-inner {
    padding: 30px 23px;
  }
}
.visualization-banner .text-wrapper .text-wrapper-inner h2 {
  text-transform: uppercase;
  margin-bottom: 22px;
}
.visualization-banner .text-wrapper .text-wrapper-inner .icon-floor-big-black {
  position: absolute;
  bottom: 10px;
  left: -212px;
}
.about {
  padding-top: 43px;
  padding-bottom: 51px;
  background-color: #f1ede9;
}
.about .text {
  column-count: 2;
  column-gap: 26px;
}
@media (max-width: 576px) {
  .about .text {
    column-count: initial;
    column-gap: initial;
  }
}
.about .btn {
  margin-top: 7px;
}
.blogs {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.blogs .boxes .box {
  position: relative;
  border: 1px solid #e2cab0;
  padding: 27px 35px;
  height: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blogs .boxes .box .box-icon {
  position: absolute;
  top: -8px;
  right: 26px;
  color: #817161;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.blogs .boxes .box .box-icon:before {
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .blogs .boxes .box .box-icon {
    right: -17px;
  }
}
.blogs .boxes .box h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blogs .boxes .box h3 {
  font-size: 21px;
  text-decoration: underline;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 3px;
  line-height: 24px;
  color: #817161;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blogs .boxes .box .date {
  font-size: 16px;
  font-weight: bold;
  color: #517010;
  margin-bottom: 4px;
  display: inline-block;
}
.blogs .boxes .box img {
  border: 7px solid #817161;
  max-width: 100%;
}
.blogs .boxes .box:hover {
  box-shadow: 0px 0px 9px 0px #c7c7c6;
}
.blogs .boxes .box:hover h3 {
  color: black;
}
.blogs .boxes .box:hover .box-icon {
  color: white;
  background-position: -50px -173px;
}
.blogs .icon-floor-big {
  position: absolute;
  bottom: 8px;
  right: 7px;
}
@media (max-width: 1500px) {
  .blogs .icon-floor-big {
    display: none;
  }
}
footer {
  position: relative;
  background-color: #817161;
  background-image: url('/images/bg-footer.png');
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
  padding-top: 34px;
}
@media (max-width: 576px) {
  footer {
    background-size: 125%;
  }
}
@media (max-width: 500px) {
  footer {
    background-size: 145%;
  }
}
@media (max-width: 400px) {
  footer {
    background-size: 165%;
  }
}
footer a {
  color: white;
}
footer a:hover {
  text-decoration: underline;
  color: white;
}
footer .footer-top {
  position: relative;
  padding-bottom: 47px;
}
footer .footer-top p {
  line-height: 24px;
}
footer .footer-top .icon-floor-big-vertical-light {
  position: absolute;
  bottom: 7px;
  left: 10px;
}
@media (max-width: 1325px) {
  footer .footer-top .icon-floor-big-vertical-light {
    display: none;
  }
}
footer .footer-bottom {
  background-color: #00000087;
  padding-top: 36px;
  color: #817161;
  font-size: 11px;
  padding-bottom: 35px;
}
@media (max-width: 420px) {
  footer .footer-bottom {
    padding-bottom: 95px;
  }
}
footer .footer-bottom a {
  color: #e2cab0;
}
footer .footer-bottom a:hover {
  text-decoration: underline;
  color: #e2cab0;
}
footer .footer-bottom .socials .icon {
  margin-right: 7px;
}
footer .footer-bottom p {
  line-height: 24px;
}
.breadcrumb-wrapper .breadcrumb {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: white;
  padding: 18px 0 0 0;
  margin-bottom: 0;
}
.breadcrumb-wrapper .breadcrumb li {
  margin: 0px 10px 0px 0px;
  color: #517010;
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb li .icon {
  margin-right: 10px;
}
.breadcrumb-wrapper .breadcrumb li a {
  color: #000;
  text-decoration: underline;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.breadcrumb-wrapper .breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb-wrapper hr {
  margin-top: 12px;
  margin-bottom: 12px;
}
.subpage h1 {
  margin-top: 20px;
  margin-bottom: 16px;
}
.subpage hr {
  margin-top: 25px;
  margin-bottom: 40px;
}
.subcategory {
  position: relative;
  padding-bottom: 22px;
}
.subcategory .category-box .photo {
  margin-bottom: 26px;
}
.subcategory .category-box img {
  max-width: 100%;
  border-radius: 100%;
}
.subcategory .category-box h2 {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #817161;
}
.subcategory .category-box p {
  line-height: 26px;
}
.subcategory .category-box:hover h2 {
  text-decoration: none;
}
.product {
  position: relative;
  margin-bottom: 60px;
}
.product .gallery img {
  margin-bottom: 26px;
  max-width: 100%;
}
.product h2 {
  border-left: 6px solid #e2cab0;
  line-height: 18px;
  font-size: 23px;
  padding-left: 8px;
  font-weight: 400;
  margin-top: 26px;
  margin-bottom: 22px;
}
.product p {
  font-size: 18px;
  line-height: 26px;
}
.sl-overlay {
  background: #e2cab0;
}
.article {
  margin-bottom: 40px;
  position: relative;
}
.article h1 {
  margin-top: 20px;
  margin-bottom: 13px;
}
.article p {
  line-height: 24px;
  margin: 0 0 7px;
}
.article img[style*="float:left"],
.article img[style*="float: left"],
.article video[style*="float:left"],
.article video[style*="float: left"] {
  margin: 5px 15px 0px 0px;
}
@media (max-width: 767px) {
  .article img[style*="float:left"],
  .article img[style*="float: left"],
  .article video[style*="float:left"],
  .article video[style*="float: left"] {
    max-width: 100%;
    height: initial;
    display: block;
    margin: 20px auto;
    float: none !important;
  }
}
.article img[style*="float:right"],
.article img[style*="float: right"],
.article video[style*="float:right"],
.article video[style*="float: right"] {
  margin: 5px 0px 0px 15px;
}
@media (max-width: 576px) {
  .article img[style*="float:right"],
  .article img[style*="float: right"],
  .article video[style*="float:right"],
  .article video[style*="float: right"] {
    max-width: 100%;
    height: initial;
    display: block;
    margin: 20px auto;
    float: none !important;
  }
}
.article img {
  height: initial;
}
@media (max-width: 576px) {
  .article img {
    max-width: 100%;
  }
}
.article h2 {
  border-left: 6px solid #e2cab0;
  line-height: 18px;
  font-size: 23px;
  padding-left: 8px;
  font-weight: 400;
  margin-top: 45px;
  margin-bottom: 16px;
}
.article h3 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 16px;
}
.article h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 16px;
}
.article ol {
  margin: 0 0 12px;
  padding: 0;
  counter-reset: item;
}
.article ol ol {
  margin: 0 0 0em;
}
.article ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  line-height: 22px;
}
.article ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 3px;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.article ul {
  list-style: none;
  padding-left: 14px;
}
.article ul li {
  line-height: 22px;
}
.article ul li:before {
  content: "\2022";
  color: #64584b;
  font-size: 20px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  width: 17px;
  margin-left: -20px;
}
.article ul {
  padding-left: 20px;
  margin-bottom: 8px;
}
.article ul ul {
  margin-bottom: 0px;
}
.article ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  margin-bottom: 4px;
  background: #817161;
}
.article ul ul li:before {
  background: #e2cab0;
}
.article table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 26px;
}
@media (max-width: 576px) {
  .article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.article table thead tr td {
  background: #817161;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #817161;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 991px) {
  .article table thead tr td {
    font-size: 14px;
  }
}
.article table tr td {
  border: 1px solid #d1d1d1;
  padding: 12px 25px;
}
@media (max-width: 991px) {
  .article table tr td {
    padding: 5px 10px;
  }
}
.article hr {
  margin-top: 43px;
  margin-bottom: 28px;
}
.article .article-text a {
  text-decoration: underline;
}
.articles {
  position: relative;
  padding-bottom: 40px;
}
.articles .boxes .box {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #e2cab0;
  padding: 27px 35px;
  height: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.articles .boxes .box .box-icon {
  position: absolute;
  top: -8px;
  right: -17px;
  color: #817161;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.articles .boxes .box .box-icon:before {
  margin-bottom: 8px;
}
.articles .boxes .box h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.articles .boxes .box h2.h2-smaller {
  font-size: 24px;
}
.articles .boxes .box .date {
  font-size: 16px;
  font-weight: bold;
  color: #517010;
  margin-bottom: 4px;
  display: inline-block;
}
.articles .boxes .box img {
  border: 7px solid #817161;
  max-width: 100%;
  margin-bottom: 12px;
}
.articles .boxes .box:hover {
  box-shadow: 0px 0px 9px 0px #c7c7c6;
}
.articles .boxes .box:hover h3 {
  color: black;
}
.articles .boxes .box:hover .box-icon {
  color: white;
  background-position: -50px -173px;
}
.visualization {
  line-height: 20px;
  padding-bottom: 54px;
}
.visualization .visualization-img {
  margin-top: 20px;
  height: 423px;
  background-repeat: no-repeat;
  background-position: center center;
}
.visualization .visualization-img .text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .visualization .visualization-img .text-wrapper {
    position: relative;
  }
}
.visualization .visualization-img .text-wrapper .container {
  position: relative;
  height: 100%;
}
.visualization .visualization-img .text-wrapper .text-wrapper-inner {
  position: absolute;
  bottom: 35px;
  background-color: rgba(0, 0, 0, 0.55);
  color: white;
  font-weight: 300;
  padding: 40px 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .visualization .visualization-img .text-wrapper .text-wrapper-inner {
    bottom: auto;
  }
}
.visualization .visualization-img .text-wrapper .text-wrapper-inner h2 {
  text-transform: uppercase;
}
.visualization .visualization-img .text-wrapper .text-wrapper-inner .btn {
  padding: 12px 56px;
}
.scroll-to-top {
  position: fixed;
  cursor: pointer;
  bottom: 83px;
  right: 6px;
  background-color: #e2cab0;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.scroll-to-top:hover {
  background-color: #d4b18b;
}
@media (max-width: 576px) {
  .grecaptcha-badge {
    display: none !important;
  }
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small {
  background: #817161;
  color: white;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small:hover {
  color: white;
  background: #726456;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button {
  background: #f5f5f5;
  color: #000;
  border: 1px solid #aaa;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button:hover {
  color: #726456;
  border-color: #726456;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-text a {
  color: #817161;
}
#cookie-bar {
  font-size: 14px;
}
#cookie-bar p {
  line-height: 20px;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small {
  background: #817161;
  color: white;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small:hover {
  color: white;
  background: #726456;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button {
  background: #f5f5f5;
  color: #000;
  border: 1px solid #aaa;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button:hover {
  color: #726456;
  border-color: #726456;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-text a {
  color: #817161;
}
#cookie-settings {
  font-size: 14px;
}
#cookie-settings p {
  line-height: 20px;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-text a {
  color: #817161;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-choice .cookie-settings-type-text-toggle span {
  color: #817161;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all {
  background: #817161;
  color: #fff;
}
@media (max-width: 767px) {
  #cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all {
    margin-bottom: 10px;
  }
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all:hover {
  background: #726456;
  text-decoration: none;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-selection:hover {
  color: #726456;
  border-color: #726456;
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */