:root {
  --color-black: #000;
  --color-green: #008075;
  --color-white: #fff;
}

body .elementor-widget-html {
  line-height: 0;
  font-size: 0;
}
body .elementor-widget-text-editor p:last-child {
  margin: 0;
}
body .elementor-widget-text-editor strong {
  font-weight: 500;
}
body .cookies-link {
  cursor: pointer;
}
body .elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
body form .elementor-field-type-acceptance .elementor-field-option {
  position: relative;
  display: block;
  line-height: 1em;
}
body form .elementor-field-type-acceptance .elementor-field-option input {
  display: none !important;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label {
  font-size: 14px !important;
  padding-left: 36px;
  position: relative;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label a {
  text-decoration: underline;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label::before {
  content: "";
  position: absolute;
  background-color: white;
  width: 28px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label::after {
  content: "";
  position: absolute;
  background-color: #0F9288;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 4px;
  transition: all 0.2s ease;
  transform: translateY(-50%);
}
body form .elementor-field-type-acceptance .elementor-field-option input:checked + label::before {
  background-color: #0F9288;
}
body form .elementor-field-type-acceptance .elementor-field-option input:checked + label::after {
  left: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGVjay1pY29uIGx1Y2lkZS1jaGVjayI+PHBhdGggZD0iTTIwIDYgOSAxN2wtNS01Ii8+PC9zdmc+);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body #primary,
body .elementor-location-single {
  overflow: hidden;
}
body #cmplz-manage-consent {
  opacity: 0;
  pointer-events: none;
}
body .cmplz-message {
  padding-bottom: 20px;
}
body .cmplz-cookiebanner {
  --cmplz_text_font_size: 14px;
  --cmplz_link_font_size: 14px;
  --cmplz_category_body_font_size: 14px;
  bottom: 0;
  padding: 40px;
  font-family: "Switzer";
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body .cmplz-cookiebanner {
    --cmplz_text_font_size: 12px;
    --cmplz_link_font_size: 12px;
    --cmplz_category_body_font_size: 12px;
  }
}
body .cmplz-cookiebanner * {
  font-size: 14px;
  font-weight: 200;
}
body .cmplz-cookiebanner .cmplz-links,
body .cmplz-cookiebanner .cmplz-divider {
  display: none;
}

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