:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Asap", var(--fallback);
  --headline: "Asap", var(--fallback);
  --backgroundColor: #f2f2f2;
  --backgroundColorLightBlue: #F5F7FB;
  --warningColor: #b10000;
  --colorGray: #798191;
  --colorGrayLight: #bfbfbf;
  --colorGreen: #00C714;
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255, 255, 255;
  --contrastColorDark: #e6e6e6;
  --gradientLightTop: linear-gradient(357deg, #fff 8.17%, #f5f7fb 93.07%);
  --gradientLightBottom: linear-gradient(177deg, #fff 8.66%, #f5f7fb 93.57%);
  --baseFontSize: 18px;
  --baseLineheight: 162%;
  --miniFontSize: 12px;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all 0.3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 960px;
  --maxWidth: 1300px;
  --maxWidthBig: 1510px;
  --pageLimit: 1920px;
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 45px;
  --fl-margin-before-medium: 70px;
  --fl-margin-before-large: 120px;
  --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: 120px;
  --fl-margin-after-extra-large: 200px;
}
@media screen and (max-width: 1024px) {
  :root {
    --fl-margin-before-small: 35px;
    --fl-margin-before-medium: 60px;
    --fl-margin-before-large: 80px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-after-small: 35px;
    --fl-margin-after-medium: 60px;
    --fl-margin-after-large: 80px;
    --fl-margin-after-extra-large: 100px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --fl-margin-before-small: 30px;
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 60px;
    --fl-margin-before-extra-large: 80px;
    --fl-margin-after-small: 30px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 60px;
    --fl-margin-after-extra-large: 80px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-small: 30px;
    --fl-margin-before-medium: 40px;
    --fl-margin-before-large: 50px;
    --fl-margin-before-extra-large: 60px;
    --fl-margin-after-small: 30px;
    --fl-margin-after-medium: 40px;
    --fl-margin-after-large: 50px;
    --fl-margin-after-extra-large: 60px;
  }
}
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;
}
/* asap-100 - 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: "Asap";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/asap-v30-latin-100.woff2") format("woff2"), url("../fonts/asap-v30-latin-100.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-100italic - 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: "Asap";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/asap-v30-latin-100italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-100italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-200 - 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: "Asap";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/asap-v30-latin-200.woff2") format("woff2"), url("../fonts/asap-v30-latin-200.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-200italic - 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: "Asap";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/asap-v30-latin-200italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-200italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-300 - 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: "Asap";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/asap-v30-latin-300.woff2") format("woff2"), url("../fonts/asap-v30-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-300italic - 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: "Asap";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/asap-v30-latin-300italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-300italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-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: "Asap";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/asap-v30-latin-regular.woff2") format("woff2"), url("../fonts/asap-v30-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-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: "Asap";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/asap-v30-latin-italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-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: "Asap";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/asap-v30-latin-500.woff2") format("woff2"), url("../fonts/asap-v30-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-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: "Asap";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/asap-v30-latin-500italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-500italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-600 - 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: "Asap";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/asap-v30-latin-600.woff2") format("woff2"), url("../fonts/asap-v30-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-600italic - 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: "Asap";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/asap-v30-latin-600italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-600italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-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: "Asap";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/asap-v30-latin-700.woff2") format("woff2"), url("../fonts/asap-v30-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-700italic - 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: "Asap";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/asap-v30-latin-700italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-700italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-800 - 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: "Asap";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/asap-v30-latin-800.woff2") format("woff2"), url("../fonts/asap-v30-latin-800.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-800italic - 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: "Asap";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/asap-v30-latin-800italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-800italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-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: "Asap";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/asap-v30-latin-900.woff2") format("woff2"), url("../fonts/asap-v30-latin-900.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* asap-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: "Asap";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/asap-v30-latin-900italic.woff2") format("woff2"), url("../fonts/asap-v30-latin-900italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html:not(.wp-toolbar) {
  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(--backgroundColor);
  font-family: var(--mainFont);
  color: var(--fontColor);
  line-height: var(--baseLineheight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body:not(.wp-admin) {
  font-size: var(--baseFontSize);
}
hr {
  display: block;
  height: 1px;
  background: var(--backgroundColor);
  margin: 1em 0;
  border: none;
}
a {
  color: var(--mainColor);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: var(--secondColor);
}
.block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon, .block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
  background: var(--colorGreen);
}
.block-editor-button-block-appender {
  align-items: center;
  box-shadow: inset 0 0 0 1px var(--colorGreen);
  color: var(--colorGreen);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
  font-family: var(--headline);
  line-height: 120%;
  color: var(--fontColor);
  text-wrap: balance;
}
h1 + p, h1 + ul, h2 + p, h2 + ul, h3 + p, h3 + ul, h4 + p, h4 + ul, h5 + p, h5 + ul, h6 + p, h6 + ul {
  margin-top: clamp(0.8333333333rem, calc(0.6666666667rem + 0.6666666667vw), 1.1111111111rem);
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + p, h1 + ul, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + p, h2 + ul, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + p, h3 + ul, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + p, h4 + ul, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + p, h5 + ul, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + p, h6 + ul {
  margin-top: clamp(0.8333333333rem, calc(0.6666666667rem + 0.6666666667vw), 1.1111111111rem);
}
h1 {
  font-size: clamp(1.7777777778rem, calc(0.6777777778rem + 4.4vw), 3.6111111111rem);
}
h2 {
  font-size: clamp(1.4444444444rem, calc(0.6444444444rem + 3.2vw), 2.7777777778rem);
}
h3 {
  font-size: clamp(1.3333333333rem, calc(0.6666666667rem + 2.6666666667vw), 2.4444444444rem);
}
h4 {
  font-size: clamp(1.2222222222rem, calc(0.6888888889rem + 2.1333333333vw), 2.1111111111rem);
}
h5 {
  font-size: clamp(1rem, calc(0.6rem + 1.6vw), 1.6666666667rem);
}
h6 {
  font-size: clamp(0.8888888889rem, calc(0.6555555556rem + 0.9333333333vw), 1.2777777778rem);
}
p {
  font-size: var(--baseFontSize);
  text-wrap: balance;
}
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, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + p, p + ul {
  margin-top: clamp(0.8333333333rem, calc(0.6666666667rem + 0.6666666667vw), 1.1111111111rem);
}
ul + p, ul ul:not(.sub-menu), ul ol, ol + p, ol ul:not(.sub-menu), ol ol, header + p, header ul:not(.sub-menu), header ol, p + p, p ul:not(.sub-menu), p ol {
  margin-top: clamp(0.8333333333rem, calc(0.6666666667rem + 0.6666666667vw), 1.1111111111rem);
}
.minitext, .is-style-minitext {
  font-size: var(--miniFontSize);
}
i, em {
  font-style: italic;
}
strong, b {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.cont a {
  text-decoration: none;
  color: var(--mainColor);
  transition: var(--baseTransition);
  word-wrap: break-word;
}
.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;
}
.editor-styles-wrapper .block-editor-block-list__block ul:not(.wp-block-gallery):not(.is-style-list-check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
.editor-styles-wrapper .block-editor-block-list__block ul:not(.wp-block-gallery):not(.is-style-list-check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--secondColor);
}
.editor-styles-wrapper .block-editor-block-list__block ol {
  counter-reset: index;
}
.editor-styles-wrapper .block-editor-block-list__block ol li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.editor-styles-wrapper .block-editor-block-list__block ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondColor);
  font-size: 19px;
  font-weight: 600;
}
.editor-styles-wrapper .block-editor-block-list__block ol li ol li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button a.wp-block-button__link {
  text-align: center;
}
.editor-styles-wrapper .wp-block-buttons:where(.is-layout-flex) {
  gap: 1em !important;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button > .wp-block-button__link:not(.has-text-color) {
  display: inline-block;
  width: auto;
  padding: 12px 35px;
  background: var(--mainGradient);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: var(--baseFontSize);
  border: 0;
  outline: 0;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  padding: 10px 35px;
  background: transparent;
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  transition: var(--baseTransition);
}
.wp-block-buttons {
  margin-top: clamp(1.3888888889rem, calc(1.0555555556rem + 1.3333333333vw), 1.9444444444rem);
}
.wp-block-buttons.is-layout-flex {
  column-gap: 30px !important;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  text-align: center;
}
.wp-block-buttons:where(.is-layout-flex) {
  gap: 1em !important;
}
.nav-previous a, .nav-next a {
  margin-top: 20px;
}
button.submit, .gform_footer input[type="submit"], .gform_button[type="submit"], .map_btn button, a.button, a.btn, .wp-block-button > .wp-block-button__link:not(.has-text-color), .nav-previous a, .nav-next a, .hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn, .hph-gpdr-google-maps BUTTON.button, .postsloop .btn_section .btn, .eventsloop .btn_section .btn, button.popup_btn {
  display: inline-block;
  width: auto;
  padding: 12px 35px;
  background: var(--mainGradient);
  transition: var(--baseTransition);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: var(--baseFontSize);
  background-size: 100%;
  border: 0;
  overflow: hidden;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
button.submit:before, .gform_footer input[type="submit"]:before, .gform_button[type="submit"]:before, .map_btn button:before, a.button:before, a.btn:before, .wp-block-button > .wp-block-button__link:not(.has-text-color):before, .nav-previous a:before, .nav-next a:before, .hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:before, .hph-gpdr-google-maps BUTTON.button:before, .postsloop .btn_section .btn:before, .eventsloop .btn_section .btn:before, button.popup_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--mainColor);
  z-index: -1;
  transition: var(--baseTransition);
}
button.submit:hover, .gform_footer input[type="submit"]:hover, .gform_button[type="submit"]:hover, .map_btn button:hover, a.button:hover, a.btn:hover, .wp-block-button > .wp-block-button__link:not(.has-text-color):hover, .nav-previous a:hover, .nav-next a:hover, .hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:hover, .hph-gpdr-google-maps BUTTON.button:hover, .postsloop .btn_section .btn:hover, .eventsloop .btn_section .btn:hover, button.popup_btn:hover {
  opacity: 1;
  color: #fff;
  border: 0;
}
button.submit:hover:before, .gform_footer input[type="submit"]:hover:before, .gform_button[type="submit"]:hover:before, .map_btn button:hover:before, a.button:hover:before, a.btn:hover:before, .wp-block-button > .wp-block-button__link:not(.has-text-color):hover:before, .nav-previous a:hover:before, .nav-next a:hover:before, .hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:hover:before, .hph-gpdr-google-maps BUTTON.button:hover:before, .postsloop .btn_section .btn:hover:before, .eventsloop .btn_section .btn:hover:before, button.popup_btn:hover:before {
  opacity: 1;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button .btn_section .btn, .wp-block-button button.popup_btn, .postsloop.is-style-outline > .wp-block-button__link:not(.has-text-color), .postsloop .btn_section .btn, .postsloop button.popup_btn, .eventsloop.is-style-outline > .wp-block-button__link:not(.has-text-color), .eventsloop .btn_section .btn, .eventsloop button.popup_btn, .contact-person-slide.is-style-outline > .wp-block-button__link:not(.has-text-color), .contact-person-slide .btn_section .btn, .contact-person-slide button.popup_btn {
  padding: 10px 35px;
  position: relative;
  background: transparent;
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  transition: var(--baseTransition);
  z-index: 1;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):before, .wp-block-button .btn_section .btn:before, .wp-block-button button.popup_btn:before, .postsloop.is-style-outline > .wp-block-button__link:not(.has-text-color):before, .postsloop .btn_section .btn:before, .postsloop button.popup_btn:before, .eventsloop.is-style-outline > .wp-block-button__link:not(.has-text-color):before, .eventsloop .btn_section .btn:before, .eventsloop button.popup_btn:before, .contact-person-slide.is-style-outline > .wp-block-button__link:not(.has-text-color):before, .contact-person-slide .btn_section .btn:before, .contact-person-slide button.popup_btn:before {
  background: var(--mainGradient);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button .btn_section .btn:hover, .wp-block-button button.popup_btn:hover, .postsloop.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .postsloop .btn_section .btn:hover, .postsloop button.popup_btn:hover, .eventsloop.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .eventsloop .btn_section .btn:hover, .eventsloop button.popup_btn:hover, .contact-person-slide.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .contact-person-slide .btn_section .btn:hover, .contact-person-slide button.popup_btn:hover {
  color: #fff;
  background: transparent;
  border: 2px solid var(--mainColor);
}
.has-color-main-color {
  color: var(--mainColor);
}
.has-color-secondary-color {
  color: var(--secondColor);
}
.has-color-main-light-color {
  color: var(--mainColorLight);
}
.has-color-gray-color {
  color: var(--colorGray);
}
.has-color-font-color {
  color: var(--fontColor);
}
.has-color-white-color {
  color: #fff;
}
.has-color-warning-color {
  color: var(--colorGreen);
}
.has-color-main-background-color {
  background-color: var(--mainColor);
}
.has-color-secondary-background-color {
  background-color: var(--secondColor);
}
.has-color-main-light-background-color {
  background-color: var(--mainColorLight);
}
.has-color-gray-background-color {
  background-color: var(--colorGray);
}
.has-color-font-background-color {
  background-color: var(--fontColor);
}
.has-color-white-background-color {
  background-color: #fff;
}
.has-color-warning-background-color {
  background-color: var(--colorGreen);
}
.largetext, .is-style-largetext {
  font-size: clamp(1rem, calc(0.6rem + 1.6vw), 1.6666666667rem);
  line-height: 130%;
}
.uppercase, .is-style-uppercase {
  text-transform: uppercase;
}
p[class*="is-style-icon"] {
  display: block;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
  margin-top: 15px;
}
p[class*="is-style-icon"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
p[class*="is-style-icon"] a {
  color: var(--fontColor);
  transition: var(--baseTransition);
  padding-right: 10px;
}
p[class*="is-style-icon"] a:hover {
  margin-left: 10px;
  padding-right: 0;
  opacity: 1;
  color: var(--secondColor);
  text-decoration: underline;
}
p[class*="is-style-icon"] + p[class*="is-style-icon"] {
  margin-top: 0.7em;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
ul.is-style-list-check li, .info_box ul li, p.is-style-list-check {
  position: relative;
  padding-left: 26px;
}
ul.is-style-list-check li:before, .info_box ul li:before, p.is-style-list-check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
}
p.is-style-list-check {
  display: inline-block;
  margin-right: 35px;
}
.external-link:not(.wp-block-social-links .external-link):not(.px-teaser .image_link):not(.wp-block-button .external-link):not(a.external-link[href*="mailto:"]):not(a.external-link[href*="tel:"]):not(.logo_box__link-button):not(.image_link) {
  display: inline-flex;
  align-items: center;
}
.external-link:not(.wp-block-social-links .external-link):not(.px-teaser .image_link):not(.wp-block-button .external-link):not(a.external-link[href*="mailto:"]):not(a.external-link[href*="tel:"]):not(.logo_box__link-button):not(.image_link):after {
  content: "";
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: url("../img/external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  vertical-align: middle;
}
.wp-block-button .external-link:not(a.external-link[href*="mailto:"]):not(a.external-link[href*="tel:"]) {
  display: inline-flex;
  align-items: center;
}
.wp-block-button .external-link:not(a.external-link[href*="mailto:"]):not(a.external-link[href*="tel:"]):after {
  content: "";
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url("../img/external_button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}
.mega-menu-link.external-link {
  display: inline-flex !important;
  width: 100% !important;
  align-items: center;
  position: relative;
}
.mega-menu-link.external-link:after {
  content: "" !important;
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  background: url("../img/external_button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px !important;
  vertical-align: middle;
}
@media (min-width: 1331px) {
  .mega-menu-link.external-link:after {
    filter: brightness(0) invert(1);
  }
}
@media (min-width: 1331px) {
  .mega-sub-menu .mega-menu-link.external-link::after {
    filter: none;
  }
}
.wp-block-image:not(figure.wp-block-image).is-style-icon-bg-style {
  margin-bottom: 0;
}
.wp-block-image:not(figure.wp-block-image).is-style-icon-bg-style figure {
  background: var(--mainGradient);
  padding: 13px;
  border-radius: 9px;
  margin-bottom: 20px !important;
}
.wp-block-image:not(figure.wp-block-image).is-style-icon-bg-style figure img {
  filter: brightness(0) invert(1);
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}
figure.is-style-icon-bg-style {
  background: var(--mainGradient);
  padding: 13px;
  border-radius: 9px;
  margin-bottom: 20px !important;
  display: table;
}
figure.is-style-icon-bg-style img {
  filter: brightness(0) invert(1);
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}
#tinymce p.is-style-icon-mail, #tinymce p.is-style-icon-tel {
  display: block;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
  margin-top: 15px;
}
#tinymce p.is-style-icon-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url("./img/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#tinymce p.is-style-icon-mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url("./img/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#allcont table {
  max-width: 100%;
  overflow: auto;
  width: 100%;
}
#allcont table tr {
  background: transparent;
}
#allcont table tr th {
  font-weight: normal;
  font-size: 18px;
  border: 0 !important;
  font-weight: 700;
  border: none;
  padding: 10px 15px;
  border-bottom: 1px solid var(--mainColorLight);
  text-align: left;
}
#allcont table tr td {
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid var(--mainColorLight);
}
#allcont table thead, #allcont table tfoot {
  border: 0;
  border: none;
}
#allcont table tfoot td {
  font-weight: normal;
  border: 0;
  border: none;
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid var(--mainColorLight);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: var(--backgroundColorLightBlue) !important;
}
.wp-block-table.is-style-stripes td:not(tfoot td) {
  padding: 18px 15px;
}
#site {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
}
#site .allcont {
  container-type: inline-size;
  overflow: hidden;
  font-size: var(--baseFontSize);
  min-height: 80vh;
}
#site .allcont .image-credits li {
  margin: 0 !important;
}
#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-left: auto;
  margin-right: auto;
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.is-style-list-check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.is-style-list-check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  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: 20px;
  margin: 10px 0;
}
#site .allcont .entry-content ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondColor);
  font-size: 19px;
  font-weight: 600;
}
#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;
}
#site .allcont .entry-content > hr.wp-block-separator {
  width: 20%;
  max-width: var(--maxWidth);
  margin: 20px auto 50px;
}
#site .allcont .entry-content > hr.wp-block-separator.is-style-wide {
  width: 60%;
}
#site .allcont .entry-content figure {
  max-width: 100%;
}
#site .allcont .entry-content figure img {
  max-width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  #site .allcont .entry-content figure img {
    max-height: 400px;
  }
}
#site .allcont .entry-content figure.alignright {
  float: right;
  margin-left: 20px;
}
#site .allcont .entry-content figure.alignleft {
  float: left;
  margin-right: 20px;
}
BODY.error404 #site {
  min-height: 100vh;
  background: var(--secondColorLight);
}
BODY.error404 .allcont {
  height: 100%;
  display: grid;
  place-content: center;
  padding: 4%;
}
BODY.error404 .cont h1 {
  margin: 0;
  margin-bottom: clamp(1.1111111111rem, calc(0.4444444444rem + 2.6666666667vw), 2.2222222222rem);
  font-size: clamp(5.5555555556rem, calc(2.2222222222rem + 13.3333333333vw), 11.1111111111rem) !important;
  text-align: center;
  animation: idle 2s infinite alternate;
}
BODY.error404 .cont h2 {
  text-align: center;
}
BODY.error404 .cont .buttons {
  margin-top: clamp(1.6666666667rem, calc(0.6666666667rem + 4vw), 3.3333333333rem);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes idle {
  to {
    transform: translateY(10px);
  }
}
Body.search #allcont .search-form, BODY.error404 #allcont .search-form {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 33px;
  margin: 30px 0;
  max-width: 500px;
}
Body.search #allcont .search-submit, BODY.error404 #allcont .search-submit {
  color: transparent;
  font-size: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
}
Body.search #allcont input[type="search"], BODY.error404 #allcont input[type="search"] {
  border-radius: 1px;
  border: 1px solid var(--mainColor);
  font-size: 16px !important;
  color: var(--fontColor);
  padding: 15px !important;
  background: transparent !important;
  min-width: 260px;
  width: 100%;
}
@media (max-width: 400px) {
  Body.search #allcont input[type="search"], BODY.error404 #allcont input[type="search"] {
    min-width: 100%;
  }
}
Body.search #allcont input[type="search"]:focus, Body.search #allcont input[type="search"]:active, BODY.error404 #allcont input[type="search"]:focus, BODY.error404 #allcont input[type="search"]:active {
  outline: 0;
  border: 1px solid var(--secondColor);
}
Body.search #allcont label, BODY.error404 #allcont label {
  width: 100%;
}
BODY.search.search-results .item .entry-content .page-title, BODY.search.search-no-results .item .entry-content .page-title {
  margin-bottom: 50px;
}
BODY.search.search-results .item .entry-content article, BODY.search.search-no-results .item .entry-content article {
  padding-bottom: 10px;
  margin: 30px 0 20px;
  border-bottom: 1px solid var(--secondColor);
}
BODY.search.search-results .item .entry-content article:last-child, BODY.search.search-no-results .item .entry-content article:last-child {
  border-bottom: 0;
  border-bottom: none;
}
BODY.search.search-results .item .entry-content article p, BODY.search.search-no-results .item .entry-content article p {
  margin-bottom: 10px;
}
BODY.search.search-results .item .entry-content article .entry-title, BODY.search.search-no-results .item .entry-content article .entry-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--fontColor);
}
BODY.search.search-results .item .entry-content article .entry-title > a, BODY.search.search-no-results .item .entry-content article .entry-title > a {
  color: var(--fontColor);
}
@media (max-width: 768px) {
  BODY.search.search-results .item .entry-content article .entry-title, BODY.search.search-no-results .item .entry-content article .entry-title {
    font-size: 18px;
  }
}
BODY.search.search-results .item .entry-content article .linktoarticle, BODY.search.search-no-results .item .entry-content article .linktoarticle {
  word-break: break-word;
}
BODY.search.search-results .item .entry-content article .content_section > a, BODY.search.search-no-results .item .entry-content article .content_section > a {
  word-break: break-word;
}
.mfp-bg {
  background: var(--colorGrayLight) !important;
}
.mfp-wrap .mfp-container .mfp-content {
  max-width: 80%;
}
.mfp-wrap .mfp-container .mfp-content .popupform {
  max-width: 800px;
  max-height: 80vh;
  overflow: auto;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: clamp(1.6666666667rem, calc(1rem + 2.6666666667vw), 2.7777777778rem) clamp(1.1111111111rem, calc(-0.5555555556rem + 6.6666666667vw), 3.8888888889rem);
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
}
.mfp-wrap .mfp-container .mfp-content .popupvideo {
  width: 80%;
  max-height: 80vh;
  margin: 0 auto;
  position: relative;
}
.mfp-wrap .mfp-container .mfp-content .popupvideo > video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close {
  background: #fff;
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
  border-radius: 50%;
  position: absolute;
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
  z-index: 9;
  opacity: 1;
  right: 14px;
  top: 14px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  padding: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close:hover, .mfp-wrap .mfp-container .mfp-content .mfp-close:focus {
  opacity: 0.9;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close:focus-visible {
  outline: var(--colorGreen, #000) solid 2px;
}
BODY.blog .cont, BODY.single .cont, BODY.archive .cont, BODY.search .cont {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 0 auto;
}
BODY.blog .page-title, BODY.single .page-title, BODY.archive .page-title, BODY.search .page-title {
  margin-bottom: 30px;
}
BODY.blog span.edit-link, BODY.single span.edit-link, BODY.archive span.edit-link, BODY.search span.edit-link {
  display: none;
}
BODY.blog .postsloop, BODY.single .postsloop, BODY.archive .postsloop, BODY.search .postsloop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  BODY.blog .postsloop, BODY.single .postsloop, BODY.archive .postsloop, BODY.search .postsloop {
    display: block;
  }
}
BODY.blog .postsloop > article, BODY.single .postsloop > article, BODY.archive .postsloop > article, BODY.search .postsloop > article {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  BODY.blog .postsloop > article, BODY.single .postsloop > article, BODY.archive .postsloop > article, BODY.search .postsloop > article {
    margin-bottom: 18px;
  }
}
BODY.blog .postsloop > article .postimagesection, BODY.single .postsloop > article .postimagesection, BODY.archive .postsloop > article .postimagesection, BODY.search .postsloop > article .postimagesection {
  flex: 0 0 300px;
  position: relative;
  margin: 0;
  width: 100%;
  transition: var(--baseTransition);
}
BODY.blog .postsloop > article .postimagesection a, BODY.single .postsloop > article .postimagesection a, BODY.archive .postsloop > article .postimagesection a, BODY.search .postsloop > article .postimagesection a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
BODY.blog .postsloop > article .postimagesection img, BODY.single .postsloop > article .postimagesection img, BODY.archive .postsloop > article .postimagesection img, BODY.search .postsloop > article .postimagesection img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--baseTransition);
}
BODY.blog .postsloop > article .postimagesection:hover img, BODY.blog .postsloop > article .postimagesection:focus img, BODY.single .postsloop > article .postimagesection:hover img, BODY.single .postsloop > article .postimagesection:focus img, BODY.archive .postsloop > article .postimagesection:hover img, BODY.archive .postsloop > article .postimagesection:focus img, BODY.search .postsloop > article .postimagesection:hover img, BODY.search .postsloop > article .postimagesection:focus img {
  transform: scale(1.1);
}
BODY.blog .postsloop > article .content, BODY.single .postsloop > article .content, BODY.archive .postsloop > article .content, BODY.search .postsloop > article .content {
  padding: 35px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 768px) {
  BODY.blog .postsloop > article .content, BODY.single .postsloop > article .content, BODY.archive .postsloop > article .content, BODY.search .postsloop > article .content {
    padding: 30px 20px;
  }
}
BODY.blog .postsloop > article .content .meta-info, BODY.single .postsloop > article .content .meta-info, BODY.archive .postsloop > article .content .meta-info, BODY.search .postsloop > article .content .meta-info {
  background: var(--mainGradient);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@supports not (-webkit-background-clip: text) {
  BODY.blog .postsloop > article .content .meta-info, BODY.single .postsloop > article .content .meta-info, BODY.archive .postsloop > article .content .meta-info, BODY.search .postsloop > article .content .meta-info {
    color: var(--mainColor);
  }
}
BODY.blog .postsloop > article .content .entry-header h3, BODY.single .postsloop > article .content .entry-header h3, BODY.archive .postsloop > article .content .entry-header h3, BODY.search .postsloop > article .content .entry-header h3 {
  font-size: clamp(1.0555555556rem, calc(0.9222222222rem + 0.5333333333vw), 1.2777777778rem);
  font-weight: 600;
}
BODY.blog .postsloop > article .content .entry-header h3 a, BODY.single .postsloop > article .content .entry-header h3 a, BODY.archive .postsloop > article .content .entry-header h3 a, BODY.search .postsloop > article .content .entry-header h3 a {
  color: var(--fontColor);
}
BODY.blog .postsloop > article .content .btn_section, BODY.single .postsloop > article .content .btn_section, BODY.archive .postsloop > article .content .btn_section, BODY.search .postsloop > article .content .btn_section {
  margin-top: auto;
}
BODY.blog .postsloop > article .content .introtext, BODY.single .postsloop > article .content .introtext, BODY.archive .postsloop > article .content .introtext, BODY.search .postsloop > article .content .introtext {
  color: var(--colorGray);
  margin-top: 15px;
  margin-bottom: 30px;
}
BODY.blog .navigation.pagination, BODY.single .navigation.pagination, BODY.archive .navigation.pagination, BODY.search .navigation.pagination {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
BODY.blog .navigation.pagination .nav-links, BODY.single .navigation.pagination .nav-links, BODY.archive .navigation.pagination .nav-links, BODY.search .navigation.pagination .nav-links {
  margin: 20px 0;
  text-align: right;
}
BODY.blog .navigation.pagination .nav-links > a + a, BODY.single .navigation.pagination .nav-links > a + a, BODY.archive .navigation.pagination .nav-links > a + a, BODY.search .navigation.pagination .nav-links > a + a {
  margin-left: 5px;
  margin-top: 0;
}
BODY.blog .navigation.pagination .nav-links span.current, BODY.single .navigation.pagination .nav-links span.current, BODY.archive .navigation.pagination .nav-links span.current, BODY.search .navigation.pagination .nav-links span.current {
  display: inline-block;
  background: var(--mainColor);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.hph_job_list {
  list-style: none;
  margin: 0 auto;
}
.job_info_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  background: #fafafa;
  padding: 13px 25px;
  margin: 0;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 25px;
}
.job_detail_rightcol {
  flex: 1 30%;
  width: 96%;
  max-width: 400px;
  background: linear-gradient(-29deg, #2578cb 0%, #10439b 100%);
  color: #fff !important;
  align-self: flex-start;
  padding: 25px 30px;
  margin: 30px auto;
}
.job_detail_rightcol ul {
  list-style: none;
}
.job_detail_rightcol h4 {
  color: #fff !important;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
  padding-top: 30px;
}
.job_detail_rightcol h6 {
  color: #fff !important;
}
.job_detail_rightcol a {
  color: #fff !important;
}
.job_detail_rightcol IMG.partner_image {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  max-width: 200px;
  display: block;
}
.job_detail_rightcol .wp-block-button:not(.px-teaser .wp-block-button) > .wp-block-button__link:not(.has-text-color) {
  background: #fff;
  color: var(--mainColor);
  margin-top: 25px;
}
.job_detail_rightcol .wp-block-button:not(.px-teaser .wp-block-button) > .wp-block-button__link:not(.has-text-color)::before {
  display: none;
  content: none;
}
.job_detail_rightcol .wp-block-button:not(.px-teaser .wp-block-button) > .wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
  background: var(--mainColor);
}
.list_item.job_location {
  background-position: left;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-image: url(../../../plugins/hph-jobs-api/assets/img/location.svg);
}
.list_item.job_range {
  background-position: left;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-image: url(../../../plugins/hph-jobs-api/assets/img/clock.svg);
}
.list_item.job_start {
  background-position: left;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-image: url(../../../plugins/hph-jobs-api/assets/img/date.svg);
}
.list_item.job_type {
  background-position: left;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-image: url(../../../plugins/hph-jobs-api/assets/img/document.svg);
}
.hph_job_list_entry {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
  border-top: 4px solid var(--mainColor);
  padding: 25px 0 30px;
  margin: 30px auto;
  transition: 300ms ease all;
}
.hph_job_list_entry .desc_text {
  transition: 300ms ease all;
}
.hph_job_list_entry h2 {
  line-height: 29px;
  font-size: 26px;
}
.hph_job_list_entry h2 a {
  color: var(--fontColor);
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
}
.hph_job_list_entry:hover {
  background: var(--mainGradient);
}
.hph_job_list_entry:hover h2 {
  color: #fff;
}
.hph_job_list_entry:hover h2 a {
  color: #fff;
}
.hph_job_list_entry:hover .desc_text {
  color: #fff;
}
.hph_job_list_entry:hover .list_item.job_location {
  filter: invert(100%) sepia(100%) saturate(25%) hue-rotate(101deg) brightness(107%) contrast(106%);
}
.hph_job_list_entry:hover .list_item.job_range {
  filter: invert(100%) sepia(100%) saturate(25%) hue-rotate(101deg) brightness(107%) contrast(106%);
}
.hph_job_list_entry:hover .list_item.job_start {
  filter: invert(100%) sepia(100%) saturate(25%) hue-rotate(101deg) brightness(107%) contrast(106%);
}
.hph_job_list_entry:hover .list_item.job_type {
  filter: invert(100%) sepia(100%) saturate(25%) hue-rotate(101deg) brightness(107%) contrast(106%);
}
.hph_job_list_entry:hover .job_info_list {
  background: var(--mainColor);
}
.hph_job_list_entry:hover .wp-block-button:not(.px-teaser .wp-block-button) > .wp-block-button__link:not(.has-text-color) {
  background: #fff;
  color: var(--mainColor);
}
.hph_job_list_entry:hover .wp-block-button:not(.px-teaser .wp-block-button) > .wp-block-button__link:not(.has-text-color)::before {
  display: none;
  content: none;
}
.hph_job_list_entry:hover .wp-block-button:not(.px-teaser .wp-block-button) > .wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
  background: var(--mainColor);
}
.hph_job_list_entry:hover .wp-block-button:not(.px-teaser .wp-block-button).is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}
.hph_job_list_entry:hover .wp-block-button:not(.px-teaser .wp-block-button).is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
  background: #fff;
}
.job_info_header {
  padding: 0 clamp(1.1111111111rem, calc(0.6111111111rem + 2vw), 1.9444444444rem);
}
.job_info_header h2 {
  text-align: left;
}
.job_info_footer {
  padding: 0 clamp(1.1111111111rem, calc(0.6111111111rem + 2vw), 1.9444444444rem);
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.job_detail .job_detail_inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(1.1111111111rem, calc(0.1111111111rem + 4vw), 2.7777777778rem);
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 30px auto;
}
.job_detail .job_detail_inner .popup {
  display: none;
}
.job_detail .job_detail_inner .detailscontainer span[style] {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}
.job_detail .job_detail_inner .job_detail_leftcol {
  flex: 1 60%;
  border-top: 4px solid var(--mainColor);
  margin: 30px auto;
  padding: clamp(1.6666666667rem, calc(0.5rem + 4.6666666667vw), 3.6111111111rem);
  width: var(--baseWidth);
  max-width: 850px;
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
}
.job_detail .job_detail_inner .job_detail_leftcol button:focus {
  outline: 2px solid var(--colorGreen);
  outline-offset: 2px;
}
.job_detail .job_detail_inner .job_detail_leftcol ul:not(.wp-block-gallery):not(.is-style-list-check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul):not(.job_info_list) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
.job_detail .job_detail_inner .job_detail_leftcol ul:not(.wp-block-gallery):not(.is-style-list-check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul):not(.job_info_list) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--secondColor);
}
.job_detail .job_detail_inner .job_detail_leftcol .job_info_list {
  background: transparent;
  gap: clamp(0.8333333333rem, calc(0.6666666667rem + 0.6666666667vw), 1.1111111111rem) clamp(1.1111111111rem, calc(0.4444444444rem + 2.6666666667vw), 2.2222222222rem);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .job_detail .job_detail_inner .job_detail_leftcol {
    flex: 0 0 100%;
  }
}
.job_detail .job_detail_inner .job_detail_leftcol p {
  font-size: 16px;
}
.job_detail .job_detail_inner .job_detail_leftcol h1 {
  color: var(--mainColor);
  font-size: clamp(1.2222222222rem, calc(0.6888888889rem + 2.1333333333vw), 2.1111111111rem);
  margin-bottom: 30px;
}
.job_detail .job_detail_inner .job_detail_leftcol .wp-block-button {
  margin-top: 25px;
  margin-right: 25px;
}
.job_detail .job_detail_inner .job_detail_leftcol .single-stellenangebot h2, .job_detail .job_detail_inner .job_detail_leftcol .single-stellenangebot h3, .job_detail .job_detail_inner .job_detail_leftcol .single-stellenangebot h4 {
  font-size: clamp(1rem, calc(0.6rem + 1.6vw), 1.6666666667rem);
  margin-top: clamp(1.3888888889rem, calc(1.2222222222rem + 0.6666666667vw), 1.6666666667rem);
}
.job_detail .job_detail_inner .job_detail_leftcol .single-stellenangebot > * {
  margin-top: clamp(0.8333333333rem, calc(0.6666666667rem + 0.6666666667vw), 1.1111111111rem);
}
.job_filter_form {
  max-width: var(--maxWidth);
  margin: 80px auto;
  width: var(--baseWidth);
  display: flex;
  gap: clamp(1.1111111111rem, calc(0.7777777778rem + 1.3333333333vw), 1.6666666667rem) clamp(1.1111111111rem, calc(0.9444444444rem + 0.6666666667vw), 1.3888888889rem);
  flex-wrap: wrap;
  align-items: center;
}
.job_filter_form INPUT.search-job {
  background-image: url(../../../plugins/hph-jobs-api/assets/img/search.svg);
  background-position: 20px;
  background-size: 25px;
  background-repeat: no-repeat;
}
.job_filter_form > * {
  flex: 1 15%;
  min-width: 200px;
}
.job_filter_form input {
  flex: 1 20%;
  background: transparent;
  padding: 12px 12px 12px 75px;
  border: 2px solid var(--mainColor);
  border-radius: 50px;
  font-size: 16px;
}
.job_filter_form SELECT {
  border: 2px solid var(--mainColor);
  border-radius: 50px;
  font-size: 16px;
  color: var(--fontColor);
  padding: 12px 30px 12px 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.287346 5.71909C-0.0957825 5.31356 -0.0957825 4.69251 0.287346 4.31066C0.670475 3.9288 1.29362 3.9288 1.7005 4.31066L8 10.5891L14.2995 4.31065C14.6826 3.9288 15.3295 3.9288 15.7127 4.31065C16.0958 4.69251 16.0958 5.31358 15.7127 5.71909L8.69442 12.6897C8.31129 13.0715 7.68814 13.0715 7.28126 12.6897L0.287346 5.71909Z' fill='url(%23paint0_linear_6868_7846)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6868_7846' x1='8.00003' y1='4.02427' x2='8.00003' y2='12.9761' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2305142e'/%3E%3Cstop offset='1' stop-color='%2305142e'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 16px auto !important;
}
.job_filter_form BUTTON {
  margin: 0 !important;
}
.pagination {
  margin: 20px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.pagination .current {
  color: var(--secondColor);
  opacity: 0.8;
  pointer-events: none;
}
.columns.contactbar {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px auto;
}
.doerner_partner img {
  max-width: 290px;
  margin: 0 0 30px;
}
.banner.banner_jobs_detail {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 0 auto;
}
.banner.banner_jobs_detail .banner_background_image img {
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 550px;
  display: block;
  object-fit: cover;
}
:root {
  --is-style-gap-small: 15px;
  --is-style-gap-large: 100px;
}
.wp-block-columns {
  column-gap: 20px !important;
  row-gap: 20px !important;
}
@media (max-width: 781px) {
  .wp-block-columns {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
}
.wp-block-columns.is-style-gap-small {
  column-gap: var(--is-style-gap-small) !important;
  row-gap: var(--is-style-gap-small) !important;
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-gap-small .wp-block-column {
    margin-bottom: var(--is-style-gap-small) !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-gap-small {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
}
.wp-block-columns.is-style-gap-large {
  column-gap: var(--is-style-gap-large) !important;
  row-gap: var(--is-style-gap-large) !important;
}
@media (max-width: 1200px) {
  .wp-block-columns.is-style-gap-large {
    column-gap: 50px !important;
    row-gap: 50px !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-gap-large {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
}
.wp-block-columns .wp-block-column {
  margin-bottom: 20px;
}
@media (min-width: 781px) {
  .wp-block-columns.has-3-columns {
    display: flex;
    row-gap: inherit !important;
    flex-wrap: wrap !important;
  }
  .wp-block-columns.has-3-columns .wp-block-column {
    min-width: 300px;
  }
  .wp-block-columns.has-4-columns {
    display: flex;
    row-gap: inherit !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .wp-block-columns.has-4-columns .wp-block-column {
    min-width: 240px;
    max-width: 32%;
  }
}
@media (max-width: 1370px) and (min-width: 781px) {
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: calc(50% - 20px) !important;
    max-width: 100%;
  }
  .wp-block-columns.has-4-columns.is-style-gap-small .wp-block-column {
    flex-basis: calc(50% - 15px) !important;
    max-width: 100%;
  }
  .wp-block-columns.has-4-columns.is-style-gap-large .wp-block-column {
    flex-basis: calc(50% - 100px) !important;
    max-width: 32%;
  }
}
.wp-block-image {
  margin-bottom: 30px;
}
@media (max-width: 781px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start !important;
  }
  #site .allcont .entry-content figure.alignright {
    float: none !important;
  }
}
header.head {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--mainGradient);
}
header.head .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  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;
  background-position: left center;
  width: 302px;
  height: 100px;
  margin: 8px 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 #site-navigation {
  display: flex;
  align-items: center;
  gap: 22.5px;
  align-self: stretch;
}
@media (max-width: 600px) {
  header.head .inner #site-navigation .wp-block-button {
    display: none;
    pointer-events: none;
  }
}
header.head.is-sticky {
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
}
header.head.is-sticky > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 180px;
  height: 80px;
}
header.head:not(.white_bg) .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  background: #fff;
  color: var(--mainColor);
  margin-top: 0;
}
header.head:not(.white_bg) .wp-block-button > a.wp-block-button__link:not(.has-text-color)::before {
  display: none;
  content: none;
}
header.head:not(.white_bg) .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--secondColor);
}
header.head.white_bg {
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
  background: #fff !important;
}
body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu .mega-has-icon > a.mega-custom-icon {
  padding: 7px 15px;
  background: var(--backgroundColorLightBlue);
  border-radius: 9px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: none;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1330px) {
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu .mega-has-icon > a.mega-custom-icon {
    font-size: 16px;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-top: 3px;
  }
}
body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu .mega-has-icon > a.mega-custom-icon:before {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-right: 15px;
  margin-top: 4px;
}
@media (max-width: 1330px) {
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu .mega-has-icon > a.mega-custom-icon:before {
    margin-right: 5px;
  }
}
body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu .mega-has-icon > a.mega-custom-icon:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu .mega-has-icon > a.mega-custom-icon:focus {
  color: var(--mainColor);
}
body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--fontColor);
  text-transform: none;
}
@media (max-width: 1330px) {
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
}
body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:focus, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: var(--mainColor);
}
body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  color: var(--mainColor);
}
body #site #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, body #site #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, body #site #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 50px;
  background-color: #fff;
}
@media (min-width: 1331px) {
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 20px 10px;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 22.5px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
    content: "";
    position: absolute;
    width: 0;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    transition: var(--baseTransition);
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:not([href*="#"]), body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:not([href*="#"]):before, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:before, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:before, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:before, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus:before, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
    width: calc(100% - 45px);
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: white;
    color: var(--fontColor);
    font-family: inherit;
    padding: 0px 15px 0px 15px;
    line-height: 45px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid var(--backgroundColor);
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.mega-menu-flyout) > ul.mega-sub-menu {
    padding: 30px 0;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    top: calc(100% + 38px);
    box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
  }
  body #site #masthead.is-sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    top: calc(100% + 16px);
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 0 0 0;
  }
  body #site #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu > .mega-menu-row > .mega-sub-menu {
    display: flex !important;
    align-items: stretch;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding: 0 30px 0 30px;
    border-right: 1px solid var(--backgroundColor);
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    margin-bottom: 6px;
    font-weight: 500 !important;
    text-transform: none;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-menu-item > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-menu-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-page-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-menu-item > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-menu-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-page-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-menu-item > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-menu-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-page-ancestor > a {
    color: var(--mainColor) !important;
  }
}
@media (max-width: 1330px) {
  body #site #mega-menu-wrap-primary span.mega-indicator:after {
    color: var(--mainColor) !important;
    font-size: 20px;
  }
  body #site #mega-menu-primary {
    max-height: 80vh !important;
    overflow: auto !important;
    border-top: 0 !important;
    box-shadow: 0px 10px 45px 0px rgba(var(--contrastColorRGB), 0.1) !important;
    top: 160% !important;
    border-radius: 0.75rem !important;
    top: 190% !important;
  }
  body #site #mega-menu-primary * {
    box-shadow: none !important;
    background-image: none !important;
  }
  body #site #mega-menu-primary .mega-sub-menu {
    padding: 0 !important;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    height: auto !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    line-height: normal;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a {
    padding: 12px 25px;
    font-weight: 500;
    line-height: 125%;
    height: auto;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item + li a {
    border-top: 2px dashed #f2f2f2;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.widget_maxmegamenu_image_swap {
    display: none;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    text-transform: none !important;
    height: auto;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li a {
    padding: 15px 25px 15px 40px;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent !important;
  }
  body #site #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    padding: 10px 0px;
    background: #fff;
  }
  body #site #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link {
    color: var(--mainColor);
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link .mega-indicator::after {
    color: var(--mainColor) !important;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on ul li a .mega-indicator::after {
    color: var(--mainColor) !important;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--mainColor) !important;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link .mega-indicator::after {
    color: var(--mainColor) !important;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-menu-item > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-menu-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-page-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-menu-item > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-menu-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-page-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-menu-item > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-menu-ancestor > a, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-page-ancestor > a {
    color: var(--mainColor) !important;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-menu-item > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-menu-ancestor > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item ul > li.mega-menu-item.mega-current-page-ancestor > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-menu-item > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-menu-ancestor > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor ul > li.mega-menu-item.mega-current-page-ancestor > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-menu-item > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-menu-ancestor > a .mega-indicator::after, body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor ul > li.mega-menu-item.mega-current-page-ancestor > a .mega-indicator::after {
    color: var(--mainColor) !important;
  }
  body #site #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    color: var(--mainolor) !important;
  }
}
body #site header.head.white_bg #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, body #site header.head.white_bg #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, body #site header.head.white_bg #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: var(--mainColor);
}
body #site header.head.white_bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: var(--mainColor);
}
body #site header.head.white_bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
  background: var(--mainColor);
}
body #site header.head.white_bg .mega-menu-link.external-link:after {
  filter: none !important;
}
footer.foot {
  width: 100%;
  margin: 30px auto 0;
  padding: 0;
  position: relative;
}
footer.foot .inner {
  position: relative;
}
footer.foot .inner .row h1 + p, footer.foot .inner .row h1 + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row h2 + p, footer.foot .inner .row h2 + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row h3 + p, footer.foot .inner .row h3 + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row h4 + p, footer.foot .inner .row h4 + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row h5 + p, footer.foot .inner .row h5 + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row h6 + p, footer.foot .inner .row h6 + ul:not(.wpml-ls-sub-menu) {
  margin-top: 8px;
}
footer.foot .inner .row h1 + h1, footer.foot .inner .row h1 + h2, footer.foot .inner .row h1 + h3, footer.foot .inner .row h1 + h4, footer.foot .inner .row h1 + h5, footer.foot .inner .row h1 + h6, footer.foot .inner .row h1 + p, footer.foot .inner .row h1 + ul, footer.foot .inner .row h2 + h1, footer.foot .inner .row h2 + h2, footer.foot .inner .row h2 + h3, footer.foot .inner .row h2 + h4, footer.foot .inner .row h2 + h5, footer.foot .inner .row h2 + h6, footer.foot .inner .row h2 + p, footer.foot .inner .row h2 + ul, footer.foot .inner .row h3 + h1, footer.foot .inner .row h3 + h2, footer.foot .inner .row h3 + h3, footer.foot .inner .row h3 + h4, footer.foot .inner .row h3 + h5, footer.foot .inner .row h3 + h6, footer.foot .inner .row h3 + p, footer.foot .inner .row h3 + ul, footer.foot .inner .row h4 + h1, footer.foot .inner .row h4 + h2, footer.foot .inner .row h4 + h3, footer.foot .inner .row h4 + h4, footer.foot .inner .row h4 + h5, footer.foot .inner .row h4 + h6, footer.foot .inner .row h4 + p, footer.foot .inner .row h4 + ul, footer.foot .inner .row h5 + h1, footer.foot .inner .row h5 + h2, footer.foot .inner .row h5 + h3, footer.foot .inner .row h5 + h4, footer.foot .inner .row h5 + h5, footer.foot .inner .row h5 + h6, footer.foot .inner .row h5 + p, footer.foot .inner .row h5 + ul, footer.foot .inner .row h6 + h1, footer.foot .inner .row h6 + h2, footer.foot .inner .row h6 + h3, footer.foot .inner .row h6 + h4, footer.foot .inner .row h6 + h5, footer.foot .inner .row h6 + h6, footer.foot .inner .row h6 + p, footer.foot .inner .row h6 + ul {
  margin-top: 8px;
}
footer.foot .inner .row ul + h1, footer.foot .inner .row ul + h2, footer.foot .inner .row ul + h3, footer.foot .inner .row ul + h4, footer.foot .inner .row ul + h5, footer.foot .inner .row ul + h6, footer.foot .inner .row ul + p, footer.foot .inner .row ul + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row ol + h1, footer.foot .inner .row ol + h2, footer.foot .inner .row ol + h3, footer.foot .inner .row ol + h4, footer.foot .inner .row ol + h5, footer.foot .inner .row ol + h6, footer.foot .inner .row ol + p, footer.foot .inner .row ol + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row header + h1, footer.foot .inner .row header + h2, footer.foot .inner .row header + h3, footer.foot .inner .row header + h4, footer.foot .inner .row header + h5, footer.foot .inner .row header + h6, footer.foot .inner .row header + p, footer.foot .inner .row header + ul:not(.wpml-ls-sub-menu), footer.foot .inner .row p + h1, footer.foot .inner .row p + h2, footer.foot .inner .row p + h3, footer.foot .inner .row p + h4, footer.foot .inner .row p + h5, footer.foot .inner .row p + h6, footer.foot .inner .row p + p, footer.foot .inner .row p + ul:not(.wpml-ls-sub-menu) {
  margin-top: 8px;
}
footer.foot .inner .row ul + p, footer.foot .inner .row ul ul:not(.sub-menu):not(.wpml-ls-sub-menu), footer.foot .inner .row ul ol, footer.foot .inner .row ol + p, footer.foot .inner .row ol ul:not(.sub-menu):not(.wpml-ls-sub-menu), footer.foot .inner .row ol ol, footer.foot .inner .row header + p, footer.foot .inner .row header ul:not(.sub-menu):not(.wpml-ls-sub-menu), footer.foot .inner .row header ol, footer.foot .inner .row p + p, footer.foot .inner .row p ul:not(.sub-menu):not(.wpml-ls-sub-menu), footer.foot .inner .row p ol {
  margin-top: 8px;
}
footer.foot .inner .row.row-1 {
  background: var(--mainGradient);
  padding: 80px 0 40px;
}
footer.foot .inner .row.row-1 .inner_section {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 20px;
}
@media (max-width: 1420px) {
  footer.foot .inner .row.row-1 .inner_section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    column-gap: 30px;
    row-gap: 30px;
  }
}
footer.foot .inner .row.row-1 .inner_section .col {
  min-height: 190px;
  padding-left: 4%;
  padding-right: 4%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 295px;
}
@media (max-width: 1420px) {
  footer.foot .inner .row.row-1 .inner_section .col {
    min-height: 0;
    padding: 0;
    max-width: 100%;
    border-left: 0;
  }
}
footer.foot .inner .row.row-1 .inner_section .col:first-child {
  padding-left: 0;
  border-left: 0;
}
footer.foot .inner .row.row-1 .inner_section .col:last-child {
  padding-right: 0;
}
footer.foot .inner .row.row-1 .inner_section .col.col-logo > img {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: 100px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
footer.foot .inner .row.row-1 .inner_section .col .wp-block-social-links {
  font-size: 27px;
  margin-top: 30px;
}
@media (max-width: 1420px) {
  footer.foot .inner .row.row-1 .inner_section .col .wp-block-social-links {
    margin-top: 15px;
  }
}
footer.foot .inner .row.row-1 .inner_section .col .wp-block-social-links * {
  transition: var(--baseTransition);
}
footer.foot .inner .row.row-1 .inner_section a {
  color: #fff;
  text-decoration: none;
}
footer.foot .inner .row.row-1 .inner_section a:hover, footer.foot .inner .row.row-1 .inner_section a:focus {
  text-decoration: underline;
}
footer.foot .inner .row.row-1 .inner_section h1, footer.foot .inner .row.row-1 .inner_section h2, footer.foot .inner .row.row-1 .inner_section h3, footer.foot .inner .row.row-1 .inner_section h4, footer.foot .inner .row.row-1 .inner_section h5, footer.foot .inner .row.row-1 .inner_section h6 {
  color: #fff;
  font-size: 18px;
  position: relative;
}
footer.foot .inner .row.row-1 .country-selector.weglot-dropdown {
  background: transparent;
  margin-top: 22px;
}
footer.foot .inner .row.row-1 .country-selector.weglot-dropdown .wgcurrent {
  border: 0;
}
footer.foot .inner .row.row-1 .country-selector.weglot-dropdown .wgcurrent:after {
  filter: brightness(0) invert(1);
}
footer.foot .inner .row.row-1 .country-selector.weglot-dropdown .wglanguage-name {
  font-size: 16px;
  font-weight: 500;
  padding-right: 33px;
}
footer.foot .inner .row.row-1 .country-selector.weglot-dropdown a, footer.foot .inner .row.row-1 .country-selector.weglot-dropdown span {
  font-size: 16px;
  font-weight: 500;
}
footer.foot .inner .row.row-1 .country-selector.weglot-dropdown ul {
  border: 0;
  background: transparent;
  left: 0;
  bottom: auto;
  top: 100%;
}
footer.foot .inner .row.row-1 .country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
  transform: rotate(0);
  top: 14px;
}
footer.foot .inner .row.row-1 .wpml-ls {
  width: auto;
  margin-top: 22px;
  max-width: 150px;
}
@media (max-width: 1420px) {
  footer.foot .inner .row.row-1 .wpml-ls {
    margin-top: 10px;
  }
}
footer.foot .inner .row.row-1 .wpml-ls a {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  font-size: var(--baseFontSize);
  font-weight: 500;
}
footer.foot .inner .row.row-1 .wpml-ls a:hover {
  text-decoration: none;
  color: var(--colorGreen);
}
footer.foot .inner .row.row-1 .wpml-ls .wpml-ls-flag + span {
  margin-left: 15px;
}
footer.foot .inner .row.row-1 .wpml-ls a.wpml-ls-item-toggle:after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.305305 5.54532C-0.101769 5.11444 -0.101769 4.45457 0.305305 4.04885C0.712379 3.64314 1.37448 3.64314 1.80678 4.04885L8.5 10.7197L15.1932 4.04885C15.6003 3.64313 16.2876 3.64313 16.6947 4.04885C17.1018 4.45457 17.1018 5.11446 16.6947 5.54532L9.23782 12.9516C8.83074 13.3573 8.16864 13.3573 7.73634 12.9516L0.305305 5.54532Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  right: 0;
  top: 8px;
}
footer.foot .inner .row.row-2 {
  background: var(--backgroundColor);
  padding: 15px 0;
  font-size: 16px;
}
footer.foot .inner .row.row-2 .col {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 8px;
  font-weight: 500;
  font-size: 16px;
}
footer.foot .inner .row.row-2 .col p {
  margin-top: 0;
  font-size: 16px;
}
footer.foot .inner .row.row-2 .col a {
  color: var(--fontColor);
  text-decoration: none;
  font-size: 16px;
}
footer.foot .inner .row.row-2 .col a:hover, footer.foot .inner .row.row-2 .col a:focus {
  text-decoration: underline;
}
footer.foot.white_bg .row-1 {
  background: #fff !important;
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
}
footer.foot.white_bg .row-1 .inner_section {
  color: var(--mainColor);
}
footer.foot.white_bg .row-1 .inner_section .col {
  color: var(--mainColor);
}
footer.foot.white_bg .row-1 .inner_section .col a {
  color: var(--mainColor);
}
footer.foot.white_bg .row-1 .inner_section .col h1, footer.foot.white_bg .row-1 .inner_section .col h2, footer.foot.white_bg .row-1 .inner_section .col h3, footer.foot.white_bg .row-1 .inner_section .col h4, footer.foot.white_bg .row-1 .inner_section .col h5, footer.foot.white_bg .row-1 .inner_section .col h6 {
  color: var(--mainColor);
}
footer.foot.white_bg .row-1 .inner_section .col .wpml-ls a.wpml-ls-item-toggle:after {
  filter: brightness(0) invert(0.1) !important;
}
footer.foot.white_bg .row-1 .inner_section .col .country-selector.weglot-dropdown .wgcurrent:after {
  filter: none;
}
#backToTop {
  position: absolute;
  top: -28px;
  right: 10%;
  transition: var(--baseTransition);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  outline-color: var(--colorGreen);
  transition: var(--baseTransition);
}
#backToTop .backToTop_circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  background: #fff;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--baseTransition);
}
#backToTop .backToTop_circle svg {
  transition: var(--baseTransition);
}
#backToTop:hover .backToTop_circle svg, #backToTop:focus .backToTop_circle svg {
  animation: upDown 0.8s ease-in-out infinite;
}
.footer.foot.white_bg #backToTop {
  color: var(--mainColor);
}
.footer.foot.white_bg #backToTop .backToTop_circle {
  background: var(--mainColor);
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.image-credits {
  column-count: 3;
}
@media screen and (max-width: 1200px) {
  .image-credits {
    column-count: 2;
  }
}
@media screen and (max-width: 960px) {
  .image-credits {
    column-count: 1;
  }
}
.gform_wrapper {
  max-width: var(--maxWidth);
  width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 15px !important;
}
.gform_wrapper .gform_body input, .gform_wrapper .gform_body select, .gform_wrapper .gform_body textarea {
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
  color: var(--fontColor);
  padding: 16px;
  background: var(--backgroundColorLightBlue);
  border: 1px solid var(--mainColor);
  border-radius: 9px;
}
.gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body input:focus-within, .gform_wrapper .gform_body input:active, .gform_wrapper .gform_body select:focus, .gform_wrapper .gform_body select:focus-within, .gform_wrapper .gform_body select:active, .gform_wrapper .gform_body textarea:focus, .gform_wrapper .gform_body textarea:focus-within, .gform_wrapper .gform_body textarea:active {
  outline: 0;
  border: 1px solid var(--secondColor);
}
@media (max-width: 1024px) {
  .gform_wrapper .gform_body input, .gform_wrapper .gform_body select, .gform_wrapper .gform_body textarea {
    line-height: 1 !important;
  }
}
.gform_wrapper .gform_body textarea {
  height: 168px !important;
  resize: vertical;
  display: block;
}
.gform_wrapper .gform_body .gfield_description {
  margin-top: 0;
}
.gform_wrapper .gform_body .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent) .gfield_label {
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_body .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent) .gfield_label span.gfield_required {
  color: var(--colorGray);
}
.gform_wrapper .gform_body .gfield--type-radio .gfield_label, .gform_wrapper .gform_body .gfield--type-checkbox .gfield_label, .gform_wrapper .gform_body .gfield--type-fileupload .gfield_label, .gform_wrapper .gform_body .gfield--type-consent .gfield_label {
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  display: block !important;
}
.gform_wrapper .gform_body .ginput_container.ginput_container_consent {
  display: flex;
}
.gform_wrapper .gform_body .gfield_description.gfield_validation_message {
  background: transparent;
  border: 0;
  padding: 0;
}
.gform_wrapper .gfield.gfield--type-html {
  font-size: 15px;
  margin: 0 0;
}
.gform_wrapper .gfield.gfield--type-html p {
  margin-bottom: 0;
  font-size: 15px;
}
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.287346 5.71909C-0.0957825 5.31356 -0.0957825 4.69251 0.287346 4.31066C0.670475 3.9288 1.29362 3.9288 1.7005 4.31066L8 10.5891L14.2995 4.31065C14.6826 3.9288 15.3295 3.9288 15.7127 4.31065C16.0958 4.69251 16.0958 5.31358 15.7127 5.71909L8.69442 12.6897C8.31129 13.0715 7.68814 13.0715 7.28126 12.6897L0.287346 5.71909Z' fill='url(%23paint0_linear_6868_7846)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6868_7846' x1='8.00003' y1='4.02427' x2='8.00003' y2='12.9761' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2305142e'/%3E%3Cstop offset='1' stop-color='%2305142e'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 16px auto !important;
  padding: 16px 25px 16px 16px !important;
  font-size: 16px;
}
.gform_wrapper input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.gform_wrapper input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.gform_wrapper input[type="checkbox"] + label:before, .gform_wrapper input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}
.gform_wrapper input[type="checkbox"] + label:after {
  width: 20px;
  height: 20px;
  border: 1.2px solid var(--mainColor);
  border-radius: 2px;
  top: 5px;
}
.gform_wrapper input[type="checkbox"] + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 0px;
  top: 1px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
  border: 1.2px solid var(--mainColor);
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
  width: 10px;
  height: 17px;
  margin-top: 3px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid var(--mainColor);
  border-bottom: 3px solid var(--mainColor);
}
.gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gform_wrapper .gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.gform_wrapper .gchoice input[type="radio"] + .gform-field-label {
  display: flex !important;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
}
.gform_wrapper .gchoice input[type="radio"] + .gform-field-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid var(--mainColor);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  transition: all 250ms ease;
}
.gform_wrapper .gchoice input[type="radio"]:checked + .gform-field-label:before {
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  box-shadow: inset 0 0 0 2px #ecebeb;
}
.gform_wrapper .gchoice input[type="radio"]:focus + .gform-field-label:before {
  border-color: var(--mainColor);
}
.gform_wrapper .gchoice input[type="radio"]:disabled + .gform-field-label:before {
  box-shadow: inset 0 0 0 4px #cccce6;
  border-color: #7676bc;
  background: #7676bc;
}
.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
  border: none !important;
  font-size: 15px;
  line-height: 166% !important;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.gform_wrapper .gfield_consent_label {
  font-size: 15px !important;
  line-height: 166% !important;
}
.gform_wrapper .gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper .gravity-theme .gfield_consent_description {
  margin-top: 0 !important;
  line-height: 166% !important;
  max-height: unset !important;
  overflow-y: auto !important;
}
.gform_wrapper .entry-content > .kontakt_wrapper {
  max-width: var(--maxWidth);
  margin: 0 auto;
  width: var(--baseWidth);
}
.gform_wrapper .gravity-theme .gfield-choice-input {
  top: auto !important;
}
.gform_wrapper .floating-label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) {
  position: relative;
}
.gform_wrapper .floating-label ::-webkit-input-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) ::-webkit-input-placeholder {
  color: transparent;
}
.gform_wrapper .floating-label :-moz-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.gform_wrapper .floating-label ::-moz-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.gform_wrapper .floating-label :-ms-input-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :-ms-input-placeholder {
  color: transparent;
}
.gform_wrapper .floating-label :is(input, textarea), .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :is(input, textarea) {
  padding: 16px;
}
@media (max-width: 1024px) {
  .gform_wrapper .floating-label :is(input, textarea), .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :is(input, textarea) {
    line-height: 1 !important;
  }
}
.gform_wrapper .floating-label label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: -1px;
  left: 16px;
  transform: translateY(1rem);
  pointer-events: none;
  margin-bottom: 0 !important;
  color: var(--colorGray);
}
.gform_wrapper .floating-label:focus-within input:not(:placeholder-shown) + label, .gform_wrapper .floating-label:focus-within textarea:not(:placeholder-shown) + label, .gform_wrapper .floating-label:focus-within select:not(:placeholder-shown) + label, .gform_wrapper .floating-label:focus-within :-webkit-autofill + label, .gform_wrapper .floating-label:focus-within label, .gform_wrapper .floating-label.isfilled input:not(:placeholder-shown) + label, .gform_wrapper .floating-label.isfilled textarea:not(:placeholder-shown) + label, .gform_wrapper .floating-label.isfilled select:not(:placeholder-shown) + label, .gform_wrapper .floating-label.isfilled :-webkit-autofill + label, .gform_wrapper .floating-label.isfilled label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within input:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within textarea:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within select:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within :-webkit-autofill + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html).isfilled input:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html).isfilled textarea:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html).isfilled select:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html).isfilled :-webkit-autofill + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html).isfilled label {
  transform: translateY(0.25rem);
  top: -2px;
  font-size: 15px;
  font-weight: 400;
  color: var(--mainColor);
}
.gform_wrapper .floating-label:focus-within label, .gform_wrapper .floating-label input:not(:placeholder-shown) + label, .gform_wrapper .floating-label textarea:not(:placeholder-shown) + label, .gform_wrapper .floating-label :-webkit-autofill + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) input:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) textarea:not(:placeholder-shown) + label, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :-webkit-autofill + label {
  transform: translateY(0.25rem);
  top: -2px;
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper .floating-label:focus-within input:not(:placeholder-shown), .gform_wrapper .floating-label:focus-within textarea:not(:placeholder-shown), .gform_wrapper .floating-label:focus-within :-webkit-autofill, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within input:not(:placeholder-shown), .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within textarea:not(:placeholder-shown), .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within :-webkit-autofill {
  padding: 16px;
}
.gform_wrapper .floating-label:focus-within input, .gform_wrapper .floating-label:focus-within textarea, .gform_wrapper .floating-label input:not(:placeholder-shown), .gform_wrapper .floating-label textarea:not(:placeholder-shown), .gform_wrapper .floating-label :-webkit-autofill, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within input, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html):focus-within textarea, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) input:not(:placeholder-shown), .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) textarea:not(:placeholder-shown), .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :-webkit-autofill {
  padding: 16px;
}
.gform_wrapper .floating-label ::-webkit-input-placeholder, .gform_wrapper .floating-label :-moz-placeholder, .gform_wrapper .floating-label ::-moz-placeholder, .gform_wrapper .floating-label :-ms-input-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) ::-webkit-input-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :-moz-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) ::-moz-placeholder, .gform_wrapper .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.gfield_html) :-ms-input-placeholder {
  color: transparent;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
  color: var(--fontColor);
  padding: 16px;
  background: var(--backgroundColorLightBlue);
  border: 1px solid var(--mainColor);
  border-radius: 9px;
}
.gform_wrapper input:focus, .gform_wrapper input:focus-within, .gform_wrapper input:active, .gform_wrapper textarea:focus, .gform_wrapper textarea:focus-within, .gform_wrapper textarea:active, .gform_wrapper select:focus, .gform_wrapper select:focus-within, .gform_wrapper select:active {
  outline: 0;
  border: 1px solid var(--secondColor);
}
@media (max-width: 1024px) {
  .gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    line-height: 1 !important;
  }
}
.gform_wrapper body .gform_wrapper .gform_page_footer .gform_ajax_spinner {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0 !important;
  margin: 20px 0 0 !important;
}
.gform_confirmation_wrapper {
  background: var(--mainColor);
  padding: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 30px auto 130px;
  text-align: center;
  z-index: 3;
}
.gform_validation_errors {
  margin-block-end: 35px !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto !important;
}
/* 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;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.splide__arrow:disabled {
  opacity: 0.8;
}
.splide__arrow:focus-visible {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #005fa7;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #005fa7;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #005fa7;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #005fa7;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #005fa7;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  position: relative;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.3;
  z-index: 3;
}
.splide__track--nav > .splide__list > .splide__slide.is-active:before {
  display: none;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
a:focus, input:focus, select:focus, textarea:focus {
  outline: var(--colorGreen, #000) solid 2px;
}
.wp-block-button a.wp-block-button__link:focus, .btn_section .btn:focus, .popup_btn:focus, button.submit:focus, .gform_footer input[type="submit"]:focus, .gform_button[type="submit"]:focus, .map_btn button:focus, a.button:focus, a.btn:focus, .wp-block-button > a.wp-block-button__link:not(.has-text-color):focus, .nav-previous a:focus, .nav-next a:focus, .hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:focus, .hph-gpdr-google-maps BUTTON.button:focus, .postsloop .btn_section .btn:focus, button.popup_btn:focus {
  outline: var(--colorGreen, #000) solid 2px;
}
/* Jump to Content Button Style */
.jump-to-content-button.screen-reader-text {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: var(--secondColor);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  z-index: 9999;
  /* Keep it on top */
}
.jump-to-content-button.screen-reader-text:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.jump-to-content-button.screen-reader-text:focus {
  outline: 3px solid var(--colorGreen);
  background-color: var(--mainColor);
  color: #fff;
}
