@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Quicksand", var(--fallback);
  --headline: "Montserrat", var(--fallback);
  --mainColor: #0388a6;
  --mainColorRGB: 3,136,166;
  --mainColorLight: #04b1d8;
  --mainColorDark: #024a5b;
  --secondColor: #8e56a6;
  --secondColorRGB: 142,86,166;
  --secondColorLight: #a577b8;
  --secondColorDark: #633c74;
  --fontColor: #fff;
  --backgroundColor: #f1f1f1;
  --backgroundColorRGB: 241,241,241;
  --backgroundColorDark: #a5a5a5;
  --warningColor: #b10000;
  --formBorderColor: #b6b6b6;
  --greyColor: #0D0D0D;
  --contrastColor: #000;
  --contrastColorRGB: 0,0,0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255,255,255;
  --contrastColorDark: #e6e6e6;
  --smallFontSize: 16px;
  --smallLineheight: 140%;
  --baseFontSize: 19px;
  --baseLetterSpacing: 0.05em;
  --baseLineheight: 170%;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --baseBorderRadius: 10px;
  --baseWidth: 92%;
  --reducedWidth: 960px;
  --maxWidth: 1200px;
  --maxWidthBig: 1500px;
  --maxWidthExtraBig: 1700px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--mainColor);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 45px;
  --fl-margin-before-medium: 70px;
  --fl-margin-before-large: 130px;
  --fl-margin-before-extra-large: 200px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 45px;
  --fl-margin-after-medium: 70px;
  --fl-margin-after-large: 130px;
  --fl-margin-after-extra-large: 200px;
}
@media screen and (max-width: 768px) {
  :root {
    --fl-margin-before-extra-small: 15px;
    --fl-margin-before-small: 20px;
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 80px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-before-extra-small: 15px;
    --fl-margin-after-small: 20px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 80px;
    --fl-margin-after-extra-large: 100px;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand-v31-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/quicksand-v31-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v31-latin-regular.woff2") format("woff2"), url("../fonts/quicksand-v31-latin-regular.woff") format("woff"), url("../fonts/quicksand-v31-latin-regular.ttf") format("truetype"), url("../fonts/quicksand-v31-latin-regular.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand-v31-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/quicksand-v31-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v31-latin-500.woff2") format("woff2"), url("../fonts/quicksand-v31-latin-500.woff") format("woff"), url("../fonts/quicksand-v31-latin-500.ttf") format("truetype"), url("../fonts/quicksand-v31-latin-500.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand-v31-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/quicksand-v31-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand-v31-latin-700.woff2") format("woff2"), url("../fonts/quicksand-v31-latin-700.woff") format("woff"), url("../fonts/quicksand-v31-latin-700.ttf") format("truetype"), url("../fonts/quicksand-v31-latin-700.svg#Quicksand") format("svg");
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v26-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v26-latin-regular.woff") format("woff"), url("../fonts/montserrat-v26-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v26-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v26-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v26-latin-italic.woff2") format("woff2"), url("../fonts/montserrat-v26-latin-italic.woff") format("woff"), url("../fonts/montserrat-v26-latin-italic.ttf") format("truetype"), url("../fonts/montserrat-v26-latin-italic.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v26-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v26-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v26-latin-500.woff") format("woff"), url("../fonts/montserrat-v26-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v26-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v26-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v26-latin-500italic.woff2") format("woff2"), url("../fonts/montserrat-v26-latin-500italic.woff") format("woff"), url("../fonts/montserrat-v26-latin-500italic.ttf") format("truetype"), url("../fonts/montserrat-v26-latin-500italic.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v26-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v26-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v26-latin-900.woff2") format("woff2"), url("../fonts/montserrat-v26-latin-900.woff") format("woff"), url("../fonts/montserrat-v26-latin-900.ttf") format("truetype"), url("../fonts/montserrat-v26-latin-900.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* montserrat-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/montserrat-v26-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat-v26-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v26-latin-900italic.woff2") format("woff2"), url("../fonts/montserrat-v26-latin-900italic.woff") format("woff"), url("../fonts/montserrat-v26-latin-900italic.ttf") format("truetype"), url("../fonts/montserrat-v26-latin-900italic.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: var(--baseFontSize);
}
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
::-moz-selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
::selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
body {
  background: var(--contrastColor);
  font-size: var(--baseFontSize);
  font-family: var(--mainFont);
  color: var(--fontColor);
  line-height: var(--baseLineheight);
  letter-spacing: var(--baseLetterSpacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
body.not_home .allcont {
  margin-top: clamp(5rem, calc(2.375rem + 9.3333333333vw), 9.375rem);
}
hr {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, black 0%, white 50%, black 100%);
  margin: 1em 0;
  border: none;
}
a {
  color: var(--mainColor);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: var(--mainColorLight);
  opacity: 1 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  margin: 0;
  font-family: var(--headline);
  line-height: 120%;
  letter-spacing: var(--baseLetterSpacing);
  color: var(--mainColor);
  text-wrap: balance;
  background: linear-gradient(210deg, rgba(var(--mainColorRGB), 1) 0%, #8d579f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
  }
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 400;
}
h1 + p, h1 + ul, h2 + p, h2 + ul, h3 + p, h3 + ul, h4 + p, h4 + ul, h5 + p, h5 + ul, h6 + p, h6 + ul {
  padding-top: 1.5em;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1em !important;
}
h1 {
  font-size: clamp(1.625rem, calc(0.725rem + 3.2vw), 3.125rem);
}
h2 {
  font-size: clamp(1.5rem, calc(0.9rem + 2.1333333333vw), 2.5rem);
}
h3 {
  font-size: clamp(1.375rem, calc(0.85rem + 1.8666666667vw), 2.25rem);
}
h4 {
  font-size: clamp(1.25rem, calc(1.025rem + 0.8vw), 1.625rem);
}
h5 {
  font-size: clamp(1.125rem, calc(1.05rem + 0.2666666667vw), 1.25rem);
}
h6 {
  font-size: clamp(1rem, calc(0.925rem + 0.2666666667vw), 1.125rem);
}
p[class*="roofline"] {
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  border: 1px solid var(--contrastColorInverted);
  padding: 5px 40px;
  border-radius: 9999px;
  font-size: 17px;
  font-weight: 500;
  max-width: inherit !important;
  width: auto !important;
  transition: var(--baseTransition);
}
@media screen and (max-width: 768px) {
  p[class*="roofline"] {
    padding: 5px 25px;
    font-size: 15px;
  }
}
p[class*="roofline"].has-text-align-center {
  position: relative;
  left: 50%;
  translate: -50% 0;
}
p[class*="roofline"] + h1, p[class*="roofline"] + h2, p[class*="roofline"] + h3, p[class*="roofline"] + h4, p[class*="roofline"] + h5, p[class*="roofline"] + h6, p[class*="roofline"] + p, p[class*="roofline"] + ul {
  margin-top: 0.5em !important;
}
p:not([class*="roofline"]) + h1, p:not([class*="roofline"]) + h2, p:not([class*="roofline"]) + h3, p:not([class*="roofline"]) + h4, p:not([class*="roofline"]) + h5, p:not([class*="roofline"]) + h6, p:not([class*="roofline"]) + p, p:not([class*="roofline"]) + ul, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ul + ul, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + p, ol + ul, header + h1, header + h2, header + h3, header + h4, header + h5, header + h6, header + p, header + ul {
  margin-top: 1em;
}
i, em {
  font-style: italic;
}
strong, b {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.cont a {
  text-decoration: none;
  color: var(--mainColor);
  transition: var(--baseTransition);
}
.cont a:hover {
  opacity: 0.8;
}
.cont a[href$=".jpg"]:hover > img, .cont a[href$=".jpeg"]:hover > img, .cont a[href$=".JPG"]:hover > img, .cont a[href$=".png"]:hover > img, .cont a[href$=".PNG"]:hover > img {
  opacity: 0.8;
}
.wp-block-buttons {
  gap: 0 clamp(0.9375rem, calc(0.375rem + 2vw), 1.875rem);
}
@media screen and (max-width: 640px) {
  .wp-block-buttons {
    flex-direction: column;
  }
  .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
}
button.submit, a.btn, .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 15px 50px;
  color: var(--contrastColorInverted);
  background-color: var(--secondColor);
  margin-top: 1.5em;
  transition: var(--baseTransition);
  line-height: 120%;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  button.submit, a.btn, .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
    padding: 10px 40px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
button.submit::after, a.btn::after, .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #714385 0%, #8e56a6 100%);
  border-radius: 9999px;
  z-index: -1;
  transition: var(--baseTransition);
}
button.submit:hover::after, a.btn:hover::after, .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::after {
  opacity: 0;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: 1px solid var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::after {
  content: none;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover {
  border-color: var(--secondColor);
  color: var(--secondColor);
}
.wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-btn-mail > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-btn-whatsapp > a.wp-block-button__link:not(.has-text-color) {
  padding-left: 65px;
}
.wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-btn-mail > a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-btn-whatsapp > a.wp-block-button__link:not(.has-text-color)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-btn-mail > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-btn-whatsapp > a.wp-block-button__link:not(.has-text-color) {
    padding-left: 55px;
  }
  .wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-btn-mail > a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-btn-whatsapp > a.wp-block-button__link:not(.has-text-color)::before {
    left: 20px;
  }
}
.wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color) {
  background-color: var(--mainColor);
}
.wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color)::before {
  background: url("../img/phone.svg") no-repeat center/100% auto;
}
.wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color)::after {
  background: linear-gradient(0deg, #006a82 0%, #0388a6 100%);
}
.wp-block-button.is-style-btn-mail > a.wp-block-button__link:not(.has-text-color) {
  background-color: var(--mainColor);
}
.wp-block-button.is-style-btn-mail > a.wp-block-button__link:not(.has-text-color)::before {
  background: url("../img/mail.svg") no-repeat center/100% auto;
}
.wp-block-button.is-style-btn-mail > a.wp-block-button__link:not(.has-text-color)::after {
  background: linear-gradient(0deg, #006a82 0%, #0388a6 100%);
}
.wp-block-button.is-style-btn-whatsapp > a.wp-block-button__link:not(.has-text-color)::before {
  background: url("../img/whatsapp.svg") no-repeat center/100% auto;
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color) {
  position: relative;
  background: transparent;
  color: var(--secondColor);
  padding: 7px 50px 6px 0px;
  margin-top: 0;
  text-align: left;
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color)::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  background-color: var(--secondColor);
  mask: url("../img/arrow.svg") no-repeat center/100% auto;
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color)::after {
  content: none;
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color):hover {
  border-color: var(--mainColorLight);
  color: var(--mainColorLight);
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color):hover::before {
  background-color: var(--mainColorLight);
  right: 0;
}
#allcont table {
  width: 100%;
  margin: 10px 0px 5px;
}
#allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: var(--mainColor);
  padding: 10px 15px;
}
#allcont table tr td {
  padding: 5px 15px;
}
#allcont table thead tr th {
  border-bottom: 1px solid var(--mainColor);
}
#site {
  max-width: var(--pageLimit);
  width: 100%;
  margin: 0 auto;
}
#site .allcont {
  container-type: inline-size;
}
#site .allcont .entry-content > form, #site .allcont .entry-content > hr, #site .allcont .entry-content > .ce:not(.ce-fw), #site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6, #site .allcont .entry-content > p, #site .allcont .entry-content > ul, #site .allcont .entry-content > ol, #site .allcont .entry-content > table, #site .allcont .entry-content > *[class*="wp-block-"], #site .allcont .entry-content > section.no-results.not-found {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
}
#site .allcont .entry-content > ul:not(.wp-block-gallery) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content > ul:not(.wp-block-gallery) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--secondColor);
}
#site .allcont .entry-content > ol {
  counter-reset: index;
}
#site .allcont .entry-content > ol li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content > ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#site .allcont .entry-content > ol li ol li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content > table td {
  padding: 16px;
  padding: calculateRem(16px);
}
#site .allcont .entry-content > hr.wp-block-separator {
  width: 100%;
  height: 1px;
  border: 0;
  margin: clamp(3.125rem, calc(1.25rem + 6.6666666667vw), 6.25rem) auto;
  background: linear-gradient(90deg, black 0%, white 50%, black 100%);
}
#site .allcont .entry-content > hr.wp-block-separator.is-style-wide {
  width: 100%;
}
#site .allcont .entry-content figure {
  max-width: 100%;
}
#site .allcont .entry-content figure img {
  max-width: 100%;
  display: block;
  height: auto;
}
#site .allcont .entry-content figure.alignright {
  float: right;
  margin-left: 20px;
}
#site .allcont .entry-content figure.alignleft {
  float: left;
  margin-right: 20px;
}
#site .allcont .entry-content .slick-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1300px) {
  #site .allcont .entry-content .slick-navigation {
    margin-top: 0;
  }
}
#site .allcont .entry-content .slick-navigation ul.slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 0;
  width: auto;
  line-height: 10px;
  padding-bottom: 4px;
}
#site .allcont .entry-content .slick-navigation ul.slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50px;
  transition: var(--baseTransition);
}
#site .allcont .entry-content .slick-navigation ul.slick-dots li.slick-active {
  width: 20px;
  background-color: var(--secondColor);
}
#site .allcont .entry-content .slick-navigation ul.slick-dots li.slick-active button {
  background-color: var(--secondColor);
}
#site .allcont .entry-content .slick-navigation .prev, #site .allcont .entry-content .slick-navigation .next {
  position: relative;
  display: block;
  height: 42px;
  width: 42px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: var(--mainColor);
  color: transparent;
  transition: var(--baseTransition);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50px;
}
#site .allcont .entry-content .slick-navigation .prev::before, #site .allcont .entry-content .slick-navigation .next::before {
  content: "";
  display: inline-block;
  opacity: 1;
  background: url("../img/arrow.svg") no-repeat center center/12px auto;
  width: 12px;
  height: 10px;
  filter: brightness(0) invert(1);
}
#site .allcont .entry-content .slick-navigation .prev:hover, #site .allcont .entry-content .slick-navigation .next:hover {
  background-color: var(--secondColor);
}
#site .allcont .entry-content .slick-navigation .prev::before {
  rotate: 180deg;
}
.px-textimagesteaserslider .slick-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1300px) {
  .px-textimagesteaserslider .slick-navigation {
    top: auto;
    bottom: -40px;
    translate: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .px-textimagesteaserslider .slick-navigation {
    bottom: -55px;
  }
}
.px-textimagesteaserslider .slick-navigation .button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .px-textimagesteaserslider .slick-navigation .button-wrap {
    justify-content: center;
    gap: 20px;
  }
}
body.page-id-50 #site .wp-block-spacer.bottom {
  height: 0 !important;
}
#site .allcont .entry-content .px-textimagesteaserslider .slick-navigation {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #site .allcont .entry-content .px-textimagesteaserslider .slick-navigation {
    padding-left: 4%;
  }
}
#site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .button-wrap {
  width: 100%;
}
#site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .prev, #site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .next {
  background: var(--contrastColorInverted);
  height: 42px;
  width: 42px;
  border: 0;
  pointer-events: all;
}
#site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .prev::before, #site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .next::before {
  filter: none;
}
#site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .prev:hover, #site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .next:hover {
  background: var(--secondColor);
}
#site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .prev:hover::before, #site .allcont .entry-content .px-textimagesteaserslider .slick-navigation .next:hover::before {
  filter: brightness(0) invert(1);
}
#site .allcont .entry-content .px-textimagesteaserslider.imageposition-left .slick-navigation {
  padding-left: 0;
  padding-right: 20px;
}
.floating-label, .gfield {
  position: relative;
}
.floating-label :is(input, textarea), .gfield :is(input, textarea) {
  padding: 20px 15px;
}
.floating-label label, .gfield label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(1rem);
  pointer-events: none;
}
.floating-label:focus-within label, .floating-label input:not(:placeholder-shown) + label, .floating-label textarea:not(:placeholder-shown) + label, .floating-label :-webkit-autofill + label, .gfield:focus-within label, .gfield input:not(:placeholder-shown) + label, .gfield textarea:not(:placeholder-shown) + label, .gfield :-webkit-autofill + label {
  transform: translateY(0.25rem);
  font-size: 80% !important;
}
.floating-label:focus-within input, .floating-label:focus-within textarea, .floating-label input:not(:placeholder-shown), .floating-label textarea:not(:placeholder-shown), .floating-label :-webkit-autofill, .gfield:focus-within input, .gfield:focus-within textarea, .gfield input:not(:placeholder-shown), .gfield textarea:not(:placeholder-shown), .gfield :-webkit-autofill {
  padding: 25px 15px 15px;
}
.floating-label ::-webkit-input-placeholder, .gfield ::-webkit-input-placeholder {
  color: transparent;
}
.floating-label :-moz-placeholder, .gfield :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label ::-moz-placeholder, .gfield ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label :-ms-input-placeholder, .gfield :-ms-input-placeholder {
  color: transparent;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  padding: 30px 15px 20px !important;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 0;
  font-family: var(--mainFont);
}
input:focus, select:focus, textarea:focus {
  border: 1px solid var(--mainColor);
  outline: none;
}
input[type="submit"] {
  width: auto;
  cursor: pointer;
}
input[type="submit"]:focus {
  border: none;
  outline: none;
}
select {
  appearance: none;
  cursor: pointer;
  color: var(--fontColor);
  background: url("../img/select.svg") no-repeat center right 10px/15px auto;
}
select option {
  color: var(--fontColor);
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
  height: 150px;
}
input[type="radio"], input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}
input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--contrastColorInverted) inset;
  -webkit-text-fill-color: var(--contrastColor);
}
::-webkit-input-placeholder {
  color: var(--mainColorDark);
}
:-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}
::-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}
:-ms-input-placeholder {
  color: var(--mainColorDark);
}
:focus {
  outline: rgba(var(--contrastColorInvertedRGB), 0);
}
.checkbox, .radio {
  padding: 10px;
}
.checkbox input, .radio input {
  cursor: pointer;
  appearance: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--contrastColorInverted);
  background-position: center;
  border: 1px solid var(--formBorderColor);
  transition: var(--baseTransition);
}
.checkbox input:hover, .radio input:hover {
  border-color: var(--mainColor);
}
.checkbox input:checked, .radio input:checked {
  background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto;
  border: 1px solid var(--mainColor);
}
.checkbox input[type="radio"], .radio input[type="radio"] {
  border-radius: 100%;
}
BODY.blog span.edit-link, BODY.single span.edit-link, BODY.archive span.edit-link, BODY.search span.edit-link {
  display: none;
}
BODY.blog .allcont .cont > .type-post, BODY.blog .allcont .cont > .item.inner, BODY.single .allcont .cont > .type-post, BODY.single .allcont .cont > .item.inner, BODY.archive .allcont .cont > .type-post, BODY.archive .allcont .cont > .item.inner, BODY.search .allcont .cont > .type-post, BODY.search .allcont .cont > .item.inner {
  max-width: var(--maxWidth);
  width: 96%;
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .type-post .entry-content, BODY.blog .allcont .cont > .item.inner .entry-content, BODY.single .allcont .cont > .type-post .entry-content, BODY.single .allcont .cont > .item.inner .entry-content, BODY.archive .allcont .cont > .type-post .entry-content, BODY.archive .allcont .cont > .item.inner .entry-content, BODY.search .allcont .cont > .type-post .entry-content, BODY.search .allcont .cont > .item.inner .entry-content {
  flex: 1 1 65%;
  padding-right: 5%;
}
BODY.blog .allcont .cont > .type-post .entry-content article.post, BODY.blog .allcont .cont > .item.inner .entry-content article.post, BODY.single .allcont .cont > .type-post .entry-content article.post, BODY.single .allcont .cont > .item.inner .entry-content article.post, BODY.archive .allcont .cont > .type-post .entry-content article.post, BODY.archive .allcont .cont > .item.inner .entry-content article.post, BODY.search .allcont .cont > .type-post .entry-content article.post, BODY.search .allcont .cont > .item.inner .entry-content article.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}
BODY.blog .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.blog .allcont .cont > .item.inner .entry-content article.post:last-of-type, BODY.single .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.single .allcont .cont > .item.inner .entry-content article.post:last-of-type, BODY.archive .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.archive .allcont .cont > .item.inner .entry-content article.post:last-of-type, BODY.search .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.search .allcont .cont > .item.inner .entry-content article.post:last-of-type {
  border: none;
}
BODY.blog .allcont .cont > .type-post .entry-content .text, BODY.blog .allcont .cont > .item.inner .entry-content .text, BODY.single .allcont .cont > .type-post .entry-content .text, BODY.single .allcont .cont > .item.inner .entry-content .text, BODY.archive .allcont .cont > .type-post .entry-content .text, BODY.archive .allcont .cont > .item.inner .entry-content .text, BODY.search .allcont .cont > .type-post .entry-content .text, BODY.search .allcont .cont > .item.inner .entry-content .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.blog .allcont .cont > .item.inner .entry-content .text .post-thumb, BODY.single .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.single .allcont .cont > .item.inner .entry-content .text .post-thumb, BODY.archive .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.archive .allcont .cont > .item.inner .entry-content .text .post-thumb, BODY.search .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.search .allcont .cont > .item.inner .entry-content .text .post-thumb {
  flex: 1 1 150px;
}
BODY.blog .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.blog .allcont .cont > .item.inner .entry-content .text .post-thumb + P, BODY.single .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.single .allcont .cont > .item.inner .entry-content .text .post-thumb + P, BODY.archive .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.archive .allcont .cont > .item.inner .entry-content .text .post-thumb + P, BODY.search .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.search .allcont .cont > .item.inner .entry-content .text .post-thumb + P {
  flex: 1 1 calc(100% - 150px - 40px);
  margin: 0 20px;
}
BODY.blog .allcont .cont > .type-post #secondary, BODY.blog .allcont .cont > .item.inner #secondary, BODY.single .allcont .cont > .type-post #secondary, BODY.single .allcont .cont > .item.inner #secondary, BODY.archive .allcont .cont > .type-post #secondary, BODY.archive .allcont .cont > .item.inner #secondary, BODY.search .allcont .cont > .type-post #secondary, BODY.search .allcont .cont > .item.inner #secondary {
  flex: 1 1 30%;
  padding: 25px;
  background: #f5f5f5;
}
BODY.blog .allcont .cont > .type-post #secondary .widget, BODY.blog .allcont .cont > .item.inner #secondary .widget, BODY.single .allcont .cont > .type-post #secondary .widget, BODY.single .allcont .cont > .item.inner #secondary .widget, BODY.archive .allcont .cont > .type-post #secondary .widget, BODY.archive .allcont .cont > .item.inner #secondary .widget, BODY.search .allcont .cont > .type-post #secondary .widget, BODY.search .allcont .cont > .item.inner #secondary .widget {
  margin-bottom: 30px;
}
.stickybuttons {
  position: fixed;
  top: 30%;
  right: max(0px, calc((100% - var(--pageLimit)) / 2));
  z-index: 99;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .stickybuttons {
    top: auto;
    bottom: 20px;
    right: 4%;
    padding: unset;
  }
  .stickybuttons .contact {
    display: none;
  }
}
.stickybuttons-inner {
  pointer-events: visible;
  transition: var(--baseTransition);
  transform: translateX(calc(100% - 85px));
  padding: 18px 20px 20px;
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner {
    padding: 8px 10px 10px;
    transform: unset;
  }
}
.stickybuttons-inner::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 80px;
  border-radius: 100px;
  background: linear-gradient(0deg, #006a82 0%, #0388a6 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner::before {
    max-width: unset;
    background-color: transparent;
  }
}
.stickybuttons-inner:hover {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner:hover {
    padding: 18px 20px 20px;
  }
}
.stickybuttons-inner:hover::before {
  border-radius: var(--baseBorderRadius);
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner:hover::before {
    max-width: 100%;
    background-color: var(--mainColor);
  }
}
.stickybuttons-inner:hover .contact-person {
  font-size: var(--smallFontSize);
}
.stickybuttons-inner:hover .contact-person::after {
  width: calc(100% - 18px);
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner:hover .contact-person::after {
    display: inline-block;
  }
}
.stickybuttons-inner:hover .cta a {
  font-size: var(--smallFontSize);
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner:hover .cta a {
    pointer-events: all;
    cursor: pointer;
  }
}
.stickybuttons-inner:hover .cta img {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner:hover .contact {
    display: block;
  }
}
.stickybuttons .contact-person {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  color: var(--contrastColorInverted);
  font-weight: 700;
  font-size: 0;
  margin-bottom: 15px;
  padding-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .stickybuttons .contact-person {
    max-height: 40px;
    max-width: 40px;
    margin-bottom: unset;
    padding-bottom: unset;
    gap: unset;
  }
}
.stickybuttons .contact-person::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: rgba(var(--contrastColorInvertedRGB), 0.5);
  position: absolute;
  bottom: 0;
  left: 9px;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1024px) {
  .stickybuttons .contact-person::after {
    display: unset;
    background-color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .stickybuttons .cta {
    pointer-events: none;
    cursor: default;
  }
}
.stickybuttons .cta a {
  padding: 5px 9px;
  color: var(--contrastColorInverted);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  pointer-events: auto;
  transition: var(--baseTransition);
}
.stickybuttons .cta a:hover {
  color: var(--mainColorLight);
}
.stickybuttons .cta img {
  filter: brightness(0) invert(1);
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  transition: var(--baseTransition);
}
.stickybuttons .cta.phone img {
  height: 30px;
}
.stickybuttons .cta.no-link img {
  filter: none;
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .stickybuttons-inner:hover .contact-person {
    padding-bottom: 22px;
    margin-bottom: 15px;
    max-width: inherit;
    gap: 20px;
  }
  .stickybuttons-inner:hover .contact-person::after {
    background-color: rgba(var(--contrastColorInvertedRGB), 0.5);
  }
}
:root {
  --is-style-gap-small: 10px;
  --is-style-gap-large: 80px;
}
.is-style-gap-small {
  column-gap: var(--is-style-gap-small) !important;
}
.is-style-gap-large {
  column-gap: var(--is-style-gap-large) !important;
}
header.head {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: var(--pageLimit);
  z-index: 99;
}
header.head .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthExtraBig);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backface-visibility: hidden;
  gap: 40px;
}
header.head .inner #logo {
  transition: var(--baseTransition);
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 65px;
  margin: 30px 0;
  backface-visibility: hidden;
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
header.head .inner .head-right {
  display: flex;
  gap: 80px;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  header.head .inner .head-right {
    gap: 40px;
  }
}
header.head .inner .head-right .wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color) {
  margin-top: 0;
  font-size: var(--smallFontSize);
  padding: 10px 40px 10px 55px;
}
header.head .inner .head-right .wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color)::before {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 640px) {
  header.head .inner .head-right .wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color) {
    padding: 10px 0 10px 15px;
    font-size: 0;
    background-color: transparent;
  }
  header.head .inner .head-right .wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color)::after {
    content: none;
  }
  header.head .inner .head-right .wp-block-button.is-style-btn-phone > a.wp-block-button__link:not(.has-text-color)::before {
    position: relative;
    top: auto;
    left: auto;
    translate: 0 0;
  }
}
header.head div#page-scroll-position {
  height: 0;
  width: 100%;
  display: block;
  background-color: rgba(var(--contrastColorInvertedRGB), 0.1);
  position: absolute;
  top: 100%;
  transition: width 0.1s;
}
@media screen and (max-width: 1300px) {
  header.head div#page-scroll-position {
    background-color: var(--contrastColor);
  }
}
header.head div#page-scroll-position #indicator-bar {
  height: 100%;
  width: 0;
  display: block;
  background: var(--secondColor);
}
header.head.is-sticky {
  position: fixed;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  background-color: var(--contrastColor);
  opacity: 0.95;
}
@media screen and (max-width: 1300px) {
  header.head.is-sticky {
    opacity: 1;
  }
}
header.head.is-sticky > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 180px;
  height: 35px;
  margin: 20px 0;
}
header.head.is-sticky div#page-scroll-position {
  height: 2px;
}
#site-navigation #primary-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  #site-navigation #primary-menu {
    gap: 20px;
  }
}
#site-navigation #primary-menu > li {
  position: relative;
}
#site-navigation #primary-menu > li a {
  color: var(--fontColor);
  font-size: var(--baseFontSize);
  position: relative;
  display: block;
  transition: var(--baseTransition);
}
#site-navigation #primary-menu > li > a {
  padding: 10px 0;
  font-weight: 500;
  position: relative;
}
#site-navigation #primary-menu > li:hover > .sub-menu {
  display: block;
}
#site-navigation #primary-menu > li:hover[class*="has-children"] > a::after, #site-navigation #primary-menu > li.current_page_item[class*="has-children"] > a::after, #site-navigation #primary-menu > li.current_page_ancestor[class*="has-children"] > a::after {
  border-top-color: var(--mainColor);
}
#site-navigation #primary-menu > li:hover a, #site-navigation #primary-menu > li.current_page_item a, #site-navigation #primary-menu > li.current_page_ancestor a {
  color: var(--mainColor);
}
#site-navigation #primary-menu > li .sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--contrastColor);
  z-index: 1;
  border-radius: var(--baseBorderRadius);
}
#site-navigation #primary-menu > li .sub-menu li a {
  font-size: var(--smallFontSize);
  padding: 10px 25px;
  white-space: nowrap;
  color: var(--fontColor);
}
#site-navigation #primary-menu > li .sub-menu li:hover > .sub-menu {
  display: block;
}
#site-navigation #primary-menu > li .sub-menu li:first-child a {
  border-top-left-radius: var(--baseBorderRadius);
  border-top-right-radius: var(--baseBorderRadius);
}
#site-navigation #primary-menu > li .sub-menu li:last-child a {
  border-bottom-left-radius: var(--baseBorderRadius);
  border-bottom-right-radius: var(--baseBorderRadius);
}
#site-navigation #primary-menu > li .sub-menu li:hover[class*="has-children"] > a::after, #site-navigation #primary-menu > li .sub-menu li.current_page_item[class*="has-children"] > a::after, #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor[class*="has-children"] > a::after {
  border-top-color: var(--contrastColorInverted);
}
#site-navigation #primary-menu > li .sub-menu li:hover > a, #site-navigation #primary-menu > li .sub-menu li.current_page_item > a, #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor > a {
  background: var(--mainColor);
  color: var(--contrastColorInverted);
}
#site-navigation #primary-menu > li .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
#site-navigation #primary-menu li[class*="has-children"] > a::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid var(--contrastColorInverted);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#site-navigation #primary-menu li[class*="has-children"] .sub-menu li {
  position: relative;
}
#site-navigation #primary-menu li[class*="has-children"] .sub-menu li[class*="has-children"] > a::after {
  rotate: -90deg;
}
#site-navigation #primary-menu li[class*="has-children"] .sub-menu li .sub-menu li a {
  border-radius: 0;
}
#site-navigation #primary-menu li[class*="has-children"] .sub-menu li .sub-menu li:first-child a {
  border-top-left-radius: var(--baseBorderRadius);
  border-top-right-radius: var(--baseBorderRadius);
}
#site-navigation #primary-menu li[class*="has-children"] .sub-menu li .sub-menu li:last-child a {
  border-bottom-left-radius: var(--baseBorderRadius);
  border-bottom-right-radius: var(--baseBorderRadius);
}
#site-navigation #primary-menu li .sub {
  display: none;
}
#hamburger {
  position: relative;
  display: block;
  height: 33px;
  width: 40px;
  cursor: pointer;
  transition: var(--baseTransition);
  background: transparent;
  border: transparent;
}
@media screen and (min-width: 1301px) {
  #hamburger {
    display: none;
  }
}
#hamburger .hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: var(--mainColor);
  transition: var(--baseTransition);
}
#hamburger .hamburger-line:first-child {
  transform: translateX(-50%) translateY(calc(-1 * 7px - 3px));
}
#hamburger .hamburger-line:last-child {
  transform: translateX(-50%) translateY(7px);
}
#hamburger.is-active .hamburger-line {
  width: 40px;
}
#hamburger.is-active .hamburger-line:first-child {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
#hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
#hamburger.is-active .hamburger-line:last-child {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}
@media (min-width: calc(1300px + 1px)) {
  .head > .inner #site-navigation {
    display: block !important;
  }
}
@media screen and (max-width: 1300px) {
  #site-navigation {
    order: 1;
  }
  #site-navigation #primary-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 4%;
    width: 92%;
    overflow: auto;
    max-height: calc(100vh - var(--stickyHeaderHeightMobile));
    background: var(--mainColor);
    border-radius: var(--baseBorderRadius);
  }
  #site-navigation #primary-menu > li + li {
    border-top: 1px dashed rgba(var(--contrastColorInvertedRGB), 0.5);
  }
  #site-navigation #primary-menu > li > a {
    padding: 15px 30px;
    font-size: 16px;
  }
  #site-navigation #primary-menu li {
    width: 100%;
    position: relative;
  }
  #site-navigation #primary-menu li.focus > ul {
    display: block;
    position: static;
  }
  #site-navigation #primary-menu li[class*="has-children"] > a::after {
    content: none;
  }
  #site-navigation #primary-menu li.focus > a {
    background: var(--secondColor);
  }
  #site-navigation #primary-menu li:hover > a, #site-navigation #primary-menu li.current_page_item > a, #site-navigation #primary-menu li.current_page_ancestor > a {
    background: var(--secondColor);
    color: var(--contrastColorInverted);
  }
  #site-navigation #primary-menu li:hover.focus > a, #site-navigation #primary-menu li.current_page_item.focus > a, #site-navigation #primary-menu li.current_page_ancestor.focus > a {
    background: var(--secondColor);
  }
  #site-navigation #primary-menu li .sub {
    border: none;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-color: var(--mainColor);
    z-index: 3;
  }
  #site-navigation #primary-menu li .sub:after {
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    position: absolute;
    transition: var(--baseTransition);
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid var(--contrastColorInverted);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  #site-navigation #primary-menu li.focus > button.sub::after {
    transform: translateX(-50%) rotate(0);
  }
  #site-navigation #primary-menu li .sub-menu {
    position: static;
  }
  #site-navigation #primary-menu li .sub-menu li a {
    padding: 5px 30px;
  }
  #site-navigation #primary-menu li .sub-menu li .sub {
    height: 37px;
  }
  #site-navigation #primary-menu li .sub-menu li .sub-menu {
    position: static;
  }
  #site-navigation #primary-menu li .sub-menu li .sub-menu li a {
    padding: 3px 40px;
    font-size: calc(var(--baseFontSize) -  4px);
  }
  #site-navigation.toggled #primary-menu {
    display: block;
  }
  #site-navigation.toggled li.focus > ul {
    display: block;
  }
}
footer.foot {
  width: 100%;
  max-width: var(--pageLimit);
  margin: 0 auto;
  background: linear-gradient(0deg, #006a82 0%, #0388a6 100%);
  color: var(--contrastColorInverted);
  padding: 25px 0 20px;
  position: relative;
}
footer.foot .inner {
  max-width: var(--maxWidthExtraBig);
  width: var(--baseWidth);
  margin: 0 auto;
  font-size: 16px;
}
footer.foot .inner a {
  color: var(--contrastColorInverted);
  text-decoration: none;
}
footer.foot .inner a:hover {
  text-decoration: underline;
}
footer.foot .inner h1, footer.foot .inner h2, footer.foot .inner h3, footer.foot .inner h4, footer.foot .inner h5, footer.foot .inner h6 {
  color: var(--contrastColorInverted);
  font-size: 18px;
  font-size: calculateRem(18px);
  position: relative;
  padding-top: 40px;
  margin-bottom: 35px;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 20px;
}
footer.foot .inner .row:not(:last-of-type) {
  margin-bottom: 70px;
}
footer.foot .inner .row.row-1 .col {
  max-width: 345px;
}
footer.foot .inner .row.row-1 ul li {
  display: block;
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}
footer.foot .inner .row.row-2 ul li a {
  border-right: 1px solid var(--contrastColorInverted);
  padding-right: 10px;
}
footer.foot .inner .row.row-2 ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
footer.foot .inner .row.row-2 ul li:not(:last-of-type) {
  margin-right: 10px;
}
.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  transform: rotate(180deg);
  background: var(--mainColor);
  opacity: 0;
  pointer-events: none;
  transform: translateY(75px) rotate(180deg);
  transition: var(--baseTransition);
}
.backtotop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: block;
  background: url("../img/backtotop.svg") no-repeat center center/16px auto;
  transition: var(--baseTransition);
}
.backtotop:hover::after {
  animation: bounce 1s infinite;
}
.backtotop span {
  display: none;
}
.backtotop:hover {
  background-color: var(--secondColor);
}
.backtotop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%) rotate(180deg);
}
.gform_wrapper {
  max-width: var(--maxWidth);
  margin: 0 auto 100px;
  width: 96%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 20px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 20px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 20px;
}
[dir="rtl"] .slick-next {
  left: 20px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: var(--mainColor);
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0.25;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}
.slick-dots li::before {
  content: none !important;
}
BODY.single-product .cont, BODY.woocommerce-cart .cont, BODY.woocommerce-checkout .cont, BODY.woocommerce-page.search .cont, BODY.woocommerce-page.archive .cont, BODY.woocommerce-account .cont {
  max-width: var(--maxWidth);
  width: 96%;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
}
BODY.woocommerce-page #allcont .head {
  z-index: 9999;
}
BODY.woocommerce-page #allcont .cont #primary {
  flex: 1 1 65%;
}
BODY.woocommerce-page #allcont .cont #secondary {
  flex: 1 1 30%;
  padding: 25px;
  background: var(--backgroundColor);
}
BODY.woocommerce-page #allcont .cont #secondary .widget {
  margin-bottom: 30px;
}
BODY.woocommerce-page:not(.woocommerce-cart) .cont {
  display: flex;
  flex-direction: row-reverse;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce button.alt, .woocommerce input.button.alt, .woocommerce input.alt[type=submit], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button, .woocommerce input.button, .woocommerce input[type=submit], .woocommerce span.onsale {
  background-color: var(--mainColor);
  color: var(--contrastColorInverted);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.alt[type=submit]:hover, .woocommerce input.button.alt:focus, .woocommerce input.alt[type=submit]:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button:hover, .woocommerce button.button:focus, .woocommerce button:focus, .woocommerce input.button:hover, .woocommerce input[type=submit]:hover, .woocommerce input.button:focus, .woocommerce input[type=submit]:focus, .woocommerce span.onsale:hover, .woocommerce span.onsale:focus {
  background-color: rgba(var(--mainColor), 0.5);
  color: var(--contrastColorInverted);
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  color: var(--mainColor);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button, .woocommerce input.button, .woocommerce input[type=submit], .woocommerce span.onsale {
  border-radius: 0;
}
.woocommerce input.button:disabled, .woocommerce input[type=submit]:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input[type=submit][disabled]:disabled {
  color: var(--contrastColorInverted);
}
.woocommerce-message {
  border-top-color: var(--mainColor);
}
.woocommerce-message::before {
  color: var(--mainColor);
}
.woocommerce-checkout .woocommerce {
  width: 96%;
  margin: auto;
  max-width: var(--maxWidth);
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout {
  margin-top: 60px;
}
.woocommerce-checkout .woocommerce #order_review_heading {
  margin-top: 30px;
}
small.wgm-info.wgm-extra-costs-eu {
  line-height: normal;
  display: none;
}
.products > li.product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .price {
  flex: 1 1 100%;
  font-size: 18px;
  font-weight: bold;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product input[type=submit], .woocommerce ul.products li.product button {
  flex: 1 1 100%;
  align-self: flex-end !important;
  align-content: flex-end !important;
  background: var(--mainColor);
  opacity: 0.8;
  color: white;
  transition: var(--baseTransition);
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product input[type=submit]:hover, .woocommerce ul.products li.product button:hover {
  opacity: 1;
}
.woocommerce ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
li.product .wgm-info {
  flex: 1 1 100%;
  margin: -5px 0 !important;
}
td.product-subtotal span.wdr_you_saved_con {
  display: block;
  font-size: 14px;
}
.wdr_you_saved_con {
  color: var(--mainColor);
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product input[type=submit], .woocommerce ul.products li.product button {
  text-align: center;
}
.woocommerce ul.products li.product .button.added, .woocommerce ul.products li.product input.added[type=submit], .woocommerce ul.products li.product button.added {
  opacity: 0.3;
}
.woocommerce a.added_to_cart {
  background: var(--mainColor);
  display: inline-block;
  padding: 0.618em 1em;
  line-height: 1;
  margin-top: -35.75px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product h3 {
  font-size: var(--baseFontSize);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 700;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
  padding: 5px 10px;
  min-height: 0;
  height: auto;
  line-height: normal;
  font-size: var(--baseFontSize);
}
.wgm-info {
  display: block;
  margin-bottom: -8px;
  font-size: 80%;
}
button#place_order {
  float: right;
}
/******************
* HPH Animation JS *
*******************/
html.js {
  /***********
	* bounceIn *
	************/
  /****************
	* bounceInRight *
	****************/
  /******************
	* Bounce in left *
	*******************/
  /******************
	* Bounce in up *
	*******************/
  /******************
	* Bounce in down *
	*******************/
  /**********
	* Fade In *
	**********/
  /*********************
	* fadeInUp
	*********************/
  /*********************
	* fadeInDown
	*********************/
  /*********************
	* fadeInRight
	*********************/
  /*********************
	* fadeInLeft
	*********************/
}
html.js .animate:not(.animate-parent) {
  animation-duration: 1s;
  animation-fill-mode: both;
}
html.js .animate.animate-parent .col {
  animation-duration: 1s;
  animation-fill-mode: both;
}
html.js .bounceIn:not(.animate-parent), html.js .bounceInRight:not(.animate-parent), html.js .bounceInLeft:not(.animate-parent), html.js .bounceInUp:not(.animate-parent), html.js .bounceInDown:not(.animate-parent), html.js .fadeIn:not(.animate-parent), html.js .fadeInRight:not(.animate-parent), html.js .fadeInLeft:not(.animate-parent), html.js .fadeInUp:not(.animate-parent), html.js .fadeInDown:not(.animate-parent) {
  opacity: 0;
  transform: none;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
html.js .bounceIn.go:not(.animate-parent) {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
html.js .animate-parent.bounceIn .col {
  opacity: 0;
}
html.js .animate-parent.bounceIn .col.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInRight.go:not(.animate-parent) {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
html.js .animate-parent.bounceInRight .col {
  opacity: 0;
}
html.js .animate-parent.bounceInRight .col.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInLeft.go:not(.animate-parent) {
  animation-name: bounceInLeft;
}
html.js .animate-parent.bounceInLeft .col {
  opacity: 0;
}
html.js .animate-parent.bounceInLeft .col.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInUp.go:not(.animate-parent) {
  animation-name: bounceInUp;
}
html.js .animate-parent.bounceInUp .col {
  opacity: 0;
}
html.js .animate-parent.bounceInUp .col.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-250px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInDown.go:not(.animate-parent) {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
html.js .animate-parent.bounceInDown .col {
  opacity: 0;
}
html.js .animate-parent.bounceInDown .col.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
html.js .fadeIn:not(.animate-parent) {
  transform: none;
}
html.js .fadeIn.go:not(.animate-parent) {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
html.js .animate-parent.fadeIn .col {
  opacity: 0;
}
html.js .animate-parent.fadeIn .col.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInUp:not(.animate-parent) {
  opacity: 0;
  transform: translateY(20px);
}
html.js .fadeInUp.go:not(.animate-parent) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
html.js .animate-parent.fadeInUp .col {
  opacity: 0;
  transform: translateY(20px);
}
html.js .animate-parent.fadeInUp .col.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInDown:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.js .fadeInDown.go:not(.animate-parent) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
html.js .animate-parent.fadeInDown .col {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.js .animate-parent.fadeInDown .col.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInRight:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
html.js .fadeInRight.go:not(.animate-parent) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
html.js .animate-parent.fadeInRight .col {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
html.js .animate-parent.fadeInRight .col.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInLeft:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
html.js .fadeInLeft.go:not(.animate-parent) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
html.js .animate-parent.fadeInLeft .col {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
html.js .animate-parent.fadeInLeft .col.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
