.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.cboxwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .cboxwrap {
    display: block;
  }
}
.cboxwrap .cbox {
  width: 40%;
  margin-left: 10%;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 768px) {
  .cboxwrap .cbox {
    width: 60%;
    margin-left: 0;
  }
}
@media all and (max-width: 550px) {
  .cboxwrap .cbox {
    width: 70%;
  }
}
.cboxwrap .cbox a {
  text-decoration: none;
}
.cboxwrap .cbox a:hover {
  text-decoration: underline;
}
.formbox {
  width: 50%;
}
@media all and (max-width: 768px) {
  .formbox {
    width: 100%;
  }
}
.formbox h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}
.td__button .button {
  text-transform: uppercase;
  margin-top: 0;
}
.td__4 {
  color: #8f3610 !important;
  font-weight: bold;
}
.color__1 {
  color: #0b8c5d !important;
}
.color__2 {
  color: #ff0000 !important;
}
.color__3 {
  color: #8f3610 !important;
}
.wpcf7-not-valid-tip {
  color: #e3d646 !important;
}
.areasblock .wrap {
  max-width: 1400px;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.areasbox__bg {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.areasbox__bg img {
  width: 100%;
}
.areasbox__areas {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.areasbox {
  position: relative;
}
@keyframes leaves {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.area {
  background: rgba(10, 10, 10, 0.5);
  transition: background 0.3s, transform 0.3s;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
  overflow: visible;
}
.area:hover {
  background: rgba(10, 10, 10, 0.2);
  transform: scale(1.1) rotate(var(--rotation-angle));
}
.area .blink {
  animation: leaves 2s ease-in-out infinite;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
  height: 10px;
  background-color: #fb8500;
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media all and (max-width: 550px) {
  .area .blink {
    width: 6px;
    height: 6px;
  }
}
.area__tooltip {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  z-index: 3;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.area__tooltip.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.area__tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.area__tooltip .button {
  font-size: 11px !important;
  line-height: 14px !important;
  padding: 6px;
  margin-top: 10px;
  font-weight: 400;
}
#area__1 {
  top: 87%;
  left: 30%;
  width: 8.7%;
  height: 11%;
  transform: rotate(5deg);
  clip-path: polygon(43% 6%, 100% 61%, 86% 88%, 48% 96%, 15% 61%);
}
#area__1 .area__tooltip {
  transform: rotate(-5deg);
}
#area__2 {
  top: 59%;
  left: 26%;
  width: 9.7%;
  height: 15%;
  transform: rotate(5deg);
  clip-path: polygon(27% 40%, 62% 9%, 90% 39%, 51% 97%, 11% 64%);
}
#area__2 .area__tooltip {
  transform: rotate(-5deg);
}
#area__3 {
  top: 67%;
  left: 30%;
  width: 10.7%;
  height: 15%;
  transform: rotate(5deg);
  clip-path: polygon(51% 2%, 84% 37%, 53% 91%, 18% 59%);
}
#area__3 .area__tooltip {
  transform: rotate(-5deg);
}
#area__4 {
  top: 74%;
  left: 33%;
  width: 13.7%;
  height: 17%;
  transform: rotate(5deg);
  clip-path: polygon(49% 8%, 77% 44%, 56% 84%, 26% 53%);
}
#area__4 .area__tooltip {
  transform: rotate(-5deg);
}
#area__5 {
  top: 83%;
  left: 39%;
  width: 14.7%;
  height: 15%;
  transform: rotate(5deg);
  clip-path: polygon(36% 9%, 74% 68%, 69% 76%, 40% 83%, 18% 53%);
}
#area__5 .area__tooltip {
  transform: rotate(-5deg);
}
#area__6 {
  top: 77%;
  left: 46%;
  width: 9.7%;
  height: 15%;
  transform: rotate(5deg);
  clip-path: polygon(40% 13%, 80% 68%, 54% 99%, 5% 46%);
}
#area__6 .area__tooltip {
  transform: rotate(-5deg);
}
#area__7 {
  top: 67%;
  left: 39%;
  width: 10.7%;
  height: 15%;
  transform: rotate(5deg);
  clip-path: polygon(70% 13%, 99% 60%, 62% 93%, 28% 54%);
}
#area__7 .area__tooltip {
  transform: rotate(-5deg);
}
#area__8 {
  top: 58%;
  left: 36%;
  width: 10.7%;
  height: 15%;
  transform: rotate(5deg);
  clip-path: polygon(67% 15%, 93% 55%, 48% 98%, 17% 62%);
}
#area__8 .area__tooltip {
  transform: rotate(-5deg);
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #111 !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .header .wrap {
    height: 100px;
  }
}
@media all and (max-width: 650px) {
  .header .wrap {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    height: 100px;
  }
}
@media all and (max-width: 650px) {
  .logo {
    max-width: 160px;
    text-align: left;
    height: 50px;
    padding-left: 60px !important;
    left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .logo img {
    max-width: 30px !important;
  }
}
@media all and (max-width: 650px) {
  .logo img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }
}
@media all and (max-width: 650px) {
  .logo span {
    font-size: 7px;
    line-height: 11px;
  }
}
@media all and (max-width: 650px) {
  body {
    padding-top: 50px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .footer .logo {
    height: 116px;
  }
}
@media all and (max-width: 650px) {
  .footer .logo {
    height: 50px;
  }
}
@media all and (max-width: 600px) {
  .footer .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 650px) {
  .footer .logo img {
    max-width: 30px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main table tr td {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (max-width: 600px) {
  .main table tr td {
    padding: 2px 6px;
    font-size: 10px;
    line-height: 16px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main table tr th {
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
  }
}
@media all and (max-width: 600px) {
  .main table tr th {
    font-size: 11px;
    line-height: 16px;
    padding: 4px 8px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main table tr .td__button .button {
    padding: 5px 10px;
    font-size: 10px;
    width: 170px;
    display: block;
  }
}
.cbox__robert {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 15%;
  max-width: 260px;
  z-index: 0;
}
@media all and (min-width: 990px) and (max-width: 1220px), all and (min-width: 768px) and (max-width: 989px) {
  .cbox__robert {
    max-width: 200px;
  }
}
@media all and (max-width: 768px) {
  .cbox__robert {
    right: 0;
  }
}
@media all and (max-width: 550px) {
  .cbox__robert {
    max-width: 180px;
  }
}
.cbox__robert img {
  width: 100%;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #0b8c5d !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #09744d !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
