@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Inter", var(--fallback);
  --headline: "DM Sans", var(--fallback);
  --mainColor: #00ACEA;
  --mainColorRGB: 0, 99, 200;
  --mainColorLight: #1ec3ff;
  --mainColorDark: #00749e;
  --secondColor: #0094ff;
  --secondColorLight: #33a9ff;
  --secondColorDark: #0068b3;
  --fontColor: #2C2C2C;
  --backgroundColor: #fff;
  --backgroundColorRGB: 241, 241, 241;
  --backgroundColorDark: #a5a5a5;
  --warningColor: #b10000;
  --formBorderColor: #ebebeb;
  --lightGrayColor: #C1C1C1;
  --darkgrayColor: #404040;
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255, 255, 255;
  --contrastColorDark: #e6e6e6;
  --smallFontSize: 15px;
  --baseFontSize: 17px;
  --navFontSize: 17px;
  --baseLineheight: 170%;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --baseBorderRadius: 10px;
  --baseWidth: 92%;
  --reducedWidth: 1285px;
  --maxWidth: 1288px;
  --maxWidthBig: 1394px;
  --contentWidth: 1504px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--mainColor);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 45px;
  --fl-margin-before-medium: 70px;
  --fl-margin-before-large: 130px;
  --fl-margin-before-extra-large: 200px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 45px;
  --fl-margin-after-medium: 70px;
  --fl-margin-after-large: 130px;
  --fl-margin-after-extra-large: 200px;
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 80px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 80px;
    --fl-margin-after-extra-large: 100px;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/dm-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v15-latin-500.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dm-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-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: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/dm-sans-v15-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2"), url("../fonts/inter-v18-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.woff2") format("woff2"), url("../fonts/inter-v18-latin-700.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: 27px;
  line-height: calculateRem(27px);
  -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(--mainColor);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
  font-family: var(--headline);
  line-height: 120%;
  text-wrap: balance;
  color: var(--contrastColor);
}
h1 + p, h1 + ul, h2 + p, h2 + ul, h3 + p, h3 + ul, h4 + p, h4 + ul, h5 + p, h5 + ul, h6 + p, h6 + ul {
  padding-top: 30px;
}
h1.is-style-uppercase, h2.is-style-uppercase, h3.is-style-uppercase, h4.is-style-uppercase, h5.is-style-uppercase, h6.is-style-uppercase {
  text-transform: uppercase;
}
h1 .has-color-main-line-color, h1 s, h2 .has-color-main-line-color, h2 s, h3 .has-color-main-line-color, h3 s, h4 .has-color-main-line-color, h4 s, h5 .has-color-main-line-color, h5 s, h6 .has-color-main-line-color, h6 s {
  text-decoration: none;
  color: var(--mainColor);
  position: relative;
  display: inline-block;
}
h1 .has-color-main-line-color::after, h1 s::after, h2 .has-color-main-line-color::after, h2 s::after, h3 .has-color-main-line-color::after, h3 s::after, h4 .has-color-main-line-color::after, h4 s::after, h5 .has-color-main-line-color::after, h5 s::after, h6 .has-color-main-line-color::after, h6 s::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/underlines.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  bottom: -20px;
  left: 0;
  aspect-ratio: 16;
}
h1 {
  font-size: clamp(2.3529411765rem, calc(1.7529411765rem + 2.2666666667vw), 3.3529411765rem);
}
h2 {
  font-size: clamp(1.7647058824rem, calc(1.0588235294rem + 2.6666666667vw), 2.9411764706rem);
}
h3 {
  font-size: clamp(1.5882352941rem, calc(0.9882352941rem + 2.2666666667vw), 2.5882352941rem);
}
h4 {
  font-size: clamp(1.3529411765rem, calc(0.9294117647rem + 1.6vw), 2.0588235294rem);
}
h5 {
  font-size: clamp(1.1764705882rem, calc(1.1764705882rem + 0vw), 1.1764705882rem);
}
h6 {
  font-size: clamp(1.0588235294rem, calc(1.0588235294rem + 0vw), 1.0588235294rem);
}
p[class*="roofline"] {
  font-weight: 700;
}
p:not([class*="roofline"]) + h1, p:not([class*="roofline"]) + h2, p:not([class*="roofline"]) + h3, p:not([class*="roofline"]) + h4, p:not([class*="roofline"]) + h5, p:not([class*="roofline"]) + h6, p:not([class*="roofline"]) + p, p:not([class*="roofline"]) + ul, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ul + ul, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + p, ol + ul, header + h1, header + h2, header + h3, header + h4, header + h5, header + h6, header + p, header + ul {
  margin-top: 1em;
}
i, em {
  font-style: italic;
}
strong, b {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.cont a {
  text-decoration: none;
  color: var(--mainColor);
  transition: var(--baseTransition);
}
.cont a[href$=".jpg"]:hover > img, .cont a[href$=".jpeg"]:hover > img, .cont a[href$=".JPG"]:hover > img, .cont a[href$=".png"]:hover > img, .cont a[href$=".PNG"]:hover > img {
  opacity: 0.8;
}
.wp-block-buttons {
  column-gap: 40px;
  row-gap: 15px;
  margin-top: 45px;
}
.wp-block-buttons + .wp-block-buttons, .wp-block-spacer + .wp-block-buttons {
  margin-top: 0;
}
.wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  border-radius: 9999px 9999px 9999px 0;
}
button.submit, a.btn, .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
  color: var(--contrastColorInverted);
  background: var(--mainColor);
  transition: var(--baseTransition);
  line-height: 120%;
}
button.submit:hover, a.btn:hover, .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover {
  background: var(--contrastColor);
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  text-decoration: none;
  padding: 0 0 15px;
  color: var(--fontColor);
  background-color: unset;
  position: relative;
  display: inline-block;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/underlines.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  bottom: -20px;
  left: 0;
  aspect-ratio: 16;
  bottom: 0;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover::after {
  opacity: 0;
  bottom: -15px;
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color) {
  text-decoration: none;
  padding: 0px;
  font-size: 15px;
  color: var(--mainColor);
  background-color: unset;
  position: relative;
  display: inline-block;
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  margin-left: 15px;
  width: 15px;
  transition: var(--baseTransition);
  height: 15px;
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color):hover::after {
  margin-left: 20px;
}
.wp-block-button.is-style-icon-phone > a.wp-block-button__link:not(.has-text-color) {
  text-decoration: none;
  padding: 5px;
  font-size: 15px;
  color: var(--fontColor);
  background-color: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.wp-block-button.is-style-icon-phone > a.wp-block-button__link:not(.has-text-color)::before {
  content: "";
  display: inline-block;
  mask-image: url("../img/phone1.svg");
  mask-repeat: no-repeat;
  mask-size: 67%;
  mask-position: center;
  background-color: var(--mainColor);
  margin-right: 10px;
  width: 30px;
  height: 30px;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-icon-phone > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
}
.wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color) {
  text-decoration: none;
  padding: 5px;
  font-size: 15px;
  color: var(--fontColor);
  background-color: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color)::before {
  content: "";
  display: inline-block;
  mask-image: url("../img/mail.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: center;
  background-color: var(--mainColor);
  margin-right: 10px;
  width: 30px;
  height: 30px;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
}
.wp-block-buttons:has(.is-style-icon-mail) + .wp-block-buttons .wp-block-button.is-style-icon-phone > a.wp-block-button__link:not(.has-text-color), .wp-block-buttons:has(.is-style-icon-phone) + .wp-block-buttons .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color) {
  margin-top: unset;
}
.has-color-main-color {
  color: var(--mainColor);
}
#allcont table {
  width: 100%;
  margin: 10px 0px 5px;
}
#allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: var(--mainColor);
  padding: 10px 15px;
}
#allcont table tr td {
  padding: 5px 15px;
}
#allcont table thead tr th {
  border-bottom: 1px solid var(--mainColor);
}
#site {
  max-width: var(--pageLimit);
  width: 100%;
  margin: 0 auto;
  background: var(--backgroundColor);
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../img/Header_bg_white.svg");
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
@media screen and (max-width: 1600px) {
  #site::before {
    right: 0;
    transform: translateX(162px);
  }
}
@media screen and (max-width: 1480px) {
  #site::before {
    right: 0;
    transform: translateX(300px);
  }
}
#site .allcont {
  position: relative;
  z-index: 5;
  container-type: inline-size;
}
#site .allcont .entry-content > form, #site .allcont .entry-content > hr, #site .allcont .entry-content > .ce:not(.ce-fw), #site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6, #site .allcont .entry-content > p, #site .allcont .entry-content > ul, #site .allcont .entry-content > ol, #site .allcont .entry-content > table, #site .allcont .entry-content > *[class*="wp-block-"], #site .allcont .entry-content > section.no-results.not-found {
  max-width: var(--contentWidth);
  width: 96%;
  margin: 0 auto 30px;
  margin: 0 auto calculateRem(30px);
}
#site .allcont .entry-content > *:last-child {
  padding: unset;
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
}
#site .allcont .entry-content > ul:not(.wp-block-gallery) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content ul li::before {
  content: "";
  display: inline-block;
  background-image: url("../img/list-icon.svg");
  height: 20px;
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#site .allcont .entry-content > ol {
  counter-reset: index;
}
#site .allcont .entry-content > ol li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content > ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#site .allcont .entry-content > ol li ol li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content > table td {
  padding: 16px;
  padding: calculateRem(16px);
}
#site .allcont .entry-content .wp-block-table table {
  width: auto;
}
#site .allcont .entry-content .wp-block-table table tr td {
  border: 0;
}
#site .allcont .entry-content .wp-block-table table tr:nth-child(even) {
  background-color: #f1f1f1;
}
#site .allcont .entry-content > hr.wp-block-separator {
  width: 20%;
  max-width: var(--contentWidth);
  margin: 20px auto 50px;
  margin: calculateRem(20px) auto calculateRem(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;
}
#site .allcont .entry-content figure.alignright {
  float: right;
  margin-left: 20px;
}
#site .allcont .entry-content figure.alignleft {
  float: left;
  margin-right: 20px;
}
body.page-template-page-no-banner #site {
  background-image: none;
}
body.page-template-page-no-banner #site::before {
  display: none;
}
option:first-child, label {
  color: #C1C1C1;
}
.floating-label {
  position: relative;
}
.floating-label :is(input, textarea) {
  padding: 20px 15px;
}
.floating-label label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(1rem);
  pointer-events: none;
  font-weight: 500;
}
.floating-label:focus-within label, .floating-label input:not(:placeholder-shown) + label, .floating-label textarea:not(:placeholder-shown) + label, .floating-label :-webkit-autofill + label {
  transform: translateY(0.25rem);
  font-size: 80% !important;
}
.floating-label:focus-within input, .floating-label:focus-within textarea, .floating-label input:not(:placeholder-shown), .floating-label textarea:not(:placeholder-shown), .floating-label :-webkit-autofill {
  padding: 25px 15px 15px;
}
.floating-label ::-webkit-input-placeholder {
  color: transparent;
}
.floating-label :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label :-ms-input-placeholder {
  color: transparent;
}
.gform_wrapper.floating-labels input, .gform_wrapper.floating-labels textarea, .gform_wrapper.floating-labels select {
  padding: 30px 15px 20px !important;
}
.gform_wrapper.floating-labels input[type="submit"] {
  padding: 15px 25px !important;
}
.gform_wrapper .gform_footer {
  justify-content: flex-end;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 0;
  font-family: var(--mainFont);
}
input:focus, select:focus, textarea:focus {
  border: 1px solid var(--mainColor);
  outline: none;
}
input[type="submit"] {
  width: auto;
  cursor: pointer;
}
input[type="submit"]:focus {
  border: none;
  outline: none;
}
select {
  appearance: none;
  cursor: pointer;
  background: url("../img/select.svg") no-repeat center right 10px/15px auto;
}
select option {
  color: var(--fontColor);
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
  height: 150px;
}
input[type="radio"], input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}
input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--contrastColorInverted) inset;
  -webkit-text-fill-color: var(--contrastColor);
}
::-webkit-input-placeholder {
  color: var(--mainColorDark);
}
:-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}
::-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}
:-ms-input-placeholder {
  color: var(--mainColorDark);
}
:focus {
  outline: rgba(var(--contrastColorInvertedRGB), 0);
}
.checkbox, .radio {
  padding: 10px;
}
.checkbox input, .radio input {
  cursor: pointer;
  appearance: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--contrastColorInverted);
  background-position: center;
  border: 2px solid var(--formBorderColor);
  transition: var(--baseTransition);
}
.checkbox input:hover, .radio input:hover {
  border-color: var(--mainColor);
}
.checkbox input:checked, .radio input:checked {
  background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto;
  border: 1px solid var(--mainColor);
}
.checkbox input[type="radio"], .radio input[type="radio"] {
  border-radius: 100%;
}
BODY.blog span.edit-link, BODY.single span.edit-link, BODY.archive span.edit-link, BODY.search span.edit-link {
  display: none;
}
BODY.blog .allcont .cont > .type-post, BODY.blog .allcont .cont > .item.inner, BODY.single .allcont .cont > .type-post, BODY.single .allcont .cont > .item.inner, BODY.archive .allcont .cont > .type-post, BODY.archive .allcont .cont > .item.inner, BODY.search .allcont .cont > .type-post, BODY.search .allcont .cont > .item.inner {
  max-width: var(--maxWidth);
  width: 96%;
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .type-post .entry-content, BODY.blog .allcont .cont > .item.inner .entry-content, BODY.single .allcont .cont > .type-post .entry-content, BODY.single .allcont .cont > .item.inner .entry-content, BODY.archive .allcont .cont > .type-post .entry-content, BODY.archive .allcont .cont > .item.inner .entry-content, BODY.search .allcont .cont > .type-post .entry-content, BODY.search .allcont .cont > .item.inner .entry-content {
  flex: 1 1 65%;
  padding-right: 5%;
}
BODY.blog .allcont .cont > .type-post .entry-content header, BODY.blog .allcont .cont > .item.inner .entry-content header, BODY.single .allcont .cont > .type-post .entry-content header, BODY.single .allcont .cont > .item.inner .entry-content header, BODY.archive .allcont .cont > .type-post .entry-content header, BODY.archive .allcont .cont > .item.inner .entry-content header, BODY.search .allcont .cont > .type-post .entry-content header, BODY.search .allcont .cont > .item.inner .entry-content header {
  margin-bottom: 40px;
}
BODY.blog .allcont .cont > .type-post .entry-content article.post::after, BODY.blog .allcont .cont > .item.inner .entry-content article.post::after, BODY.single .allcont .cont > .type-post .entry-content article.post::after, BODY.single .allcont .cont > .item.inner .entry-content article.post::after, BODY.archive .allcont .cont > .type-post .entry-content article.post::after, BODY.archive .allcont .cont > .item.inner .entry-content article.post::after, BODY.search .allcont .cont > .type-post .entry-content article.post::after, BODY.search .allcont .cont > .item.inner .entry-content article.post::after {
  margin: 30px 0;
  content: "";
  display: block;
  display: inline-block;
  height: 2px;
  width: 100%;
  border-style: none;
  background-image: url(../img/dot.svg);
  background-size: 13px 2px;
  background-position: left;
  background-repeat: repeat-x;
  transition: var(--baseTransition);
}
BODY.blog .allcont .cont > .type-post .entry-content article.post .entry-header, BODY.blog .allcont .cont > .item.inner .entry-content article.post .entry-header, BODY.single .allcont .cont > .type-post .entry-content article.post .entry-header, BODY.single .allcont .cont > .item.inner .entry-content article.post .entry-header, BODY.archive .allcont .cont > .type-post .entry-content article.post .entry-header, BODY.archive .allcont .cont > .item.inner .entry-content article.post .entry-header, BODY.search .allcont .cont > .type-post .entry-content article.post .entry-header, BODY.search .allcont .cont > .item.inner .entry-content article.post .entry-header {
  padding-bottom: 20px;
}
BODY.blog .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.blog .allcont .cont > .item.inner .entry-content article.post:last-of-type, BODY.single .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.single .allcont .cont > .item.inner .entry-content article.post:last-of-type, BODY.archive .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.archive .allcont .cont > .item.inner .entry-content article.post:last-of-type, BODY.search .allcont .cont > .type-post .entry-content article.post:last-of-type, BODY.search .allcont .cont > .item.inner .entry-content article.post:last-of-type {
  border: none;
}
BODY.blog .allcont .cont > .type-post .entry-content .text, BODY.blog .allcont .cont > .item.inner .entry-content .text, BODY.single .allcont .cont > .type-post .entry-content .text, BODY.single .allcont .cont > .item.inner .entry-content .text, BODY.archive .allcont .cont > .type-post .entry-content .text, BODY.archive .allcont .cont > .item.inner .entry-content .text, BODY.search .allcont .cont > .type-post .entry-content .text, BODY.search .allcont .cont > .item.inner .entry-content .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.blog .allcont .cont > .item.inner .entry-content .text .post-thumb, BODY.single .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.single .allcont .cont > .item.inner .entry-content .text .post-thumb, BODY.archive .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.archive .allcont .cont > .item.inner .entry-content .text .post-thumb, BODY.search .allcont .cont > .type-post .entry-content .text .post-thumb, BODY.search .allcont .cont > .item.inner .entry-content .text .post-thumb {
  flex: 1 1 150px;
}
BODY.blog .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.blog .allcont .cont > .item.inner .entry-content .text .post-thumb + P, BODY.single .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.single .allcont .cont > .item.inner .entry-content .text .post-thumb + P, BODY.archive .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.archive .allcont .cont > .item.inner .entry-content .text .post-thumb + P, BODY.search .allcont .cont > .type-post .entry-content .text .post-thumb + P, BODY.search .allcont .cont > .item.inner .entry-content .text .post-thumb + P {
  flex: 1 1 calc(100% - 150px - 40px);
  margin: 0 20px;
}
BODY.blog .allcont .cont > .type-post .entry-content .nav-links, BODY.blog .allcont .cont > .item.inner .entry-content .nav-links, BODY.single .allcont .cont > .type-post .entry-content .nav-links, BODY.single .allcont .cont > .item.inner .entry-content .nav-links, BODY.archive .allcont .cont > .type-post .entry-content .nav-links, BODY.archive .allcont .cont > .item.inner .entry-content .nav-links, BODY.search .allcont .cont > .type-post .entry-content .nav-links, BODY.search .allcont .cont > .item.inner .entry-content .nav-links {
  display: flex;
  justify-content: space-between;
}
BODY.blog .allcont .cont > .type-post .entry-content .nav-links a, BODY.blog .allcont .cont > .item.inner .entry-content .nav-links a, BODY.single .allcont .cont > .type-post .entry-content .nav-links a, BODY.single .allcont .cont > .item.inner .entry-content .nav-links a, BODY.archive .allcont .cont > .type-post .entry-content .nav-links a, BODY.archive .allcont .cont > .item.inner .entry-content .nav-links a, BODY.search .allcont .cont > .type-post .entry-content .nav-links a, BODY.search .allcont .cont > .item.inner .entry-content .nav-links a {
  text-decoration: none;
  padding: 0px;
  font-size: 15px;
  color: var(--mainColor);
  background-color: unset;
  position: relative;
  display: inline-block;
}
BODY.blog .allcont .cont > .type-post .entry-content .nav-links .nav-next a::after, BODY.blog .allcont .cont > .item.inner .entry-content .nav-links .nav-next a::after, BODY.single .allcont .cont > .type-post .entry-content .nav-links .nav-next a::after, BODY.single .allcont .cont > .item.inner .entry-content .nav-links .nav-next a::after, BODY.archive .allcont .cont > .type-post .entry-content .nav-links .nav-next a::after, BODY.archive .allcont .cont > .item.inner .entry-content .nav-links .nav-next a::after, BODY.search .allcont .cont > .type-post .entry-content .nav-links .nav-next a::after, BODY.search .allcont .cont > .item.inner .entry-content .nav-links .nav-next a::after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  margin-left: 15px;
  transform: rotateY(180deg);
  width: 15px;
  transition: var(--baseTransition);
  height: 15px;
}
BODY.blog .allcont .cont > .type-post .entry-content .nav-links .nav-previous a::before, BODY.blog .allcont .cont > .item.inner .entry-content .nav-links .nav-previous a::before, BODY.single .allcont .cont > .type-post .entry-content .nav-links .nav-previous a::before, BODY.single .allcont .cont > .item.inner .entry-content .nav-links .nav-previous a::before, BODY.archive .allcont .cont > .type-post .entry-content .nav-links .nav-previous a::before, BODY.archive .allcont .cont > .item.inner .entry-content .nav-links .nav-previous a::before, BODY.search .allcont .cont > .type-post .entry-content .nav-links .nav-previous a::before, BODY.search .allcont .cont > .item.inner .entry-content .nav-links .nav-previous a::before {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  margin-right: 15px;
  width: 15px;
  transition: var(--baseTransition);
  height: 15px;
}
BODY.blog .allcont .cont > .type-post .entry-content .nav-links:hover, BODY.blog .allcont .cont > .item.inner .entry-content .nav-links:hover, BODY.single .allcont .cont > .type-post .entry-content .nav-links:hover, BODY.single .allcont .cont > .item.inner .entry-content .nav-links:hover, BODY.archive .allcont .cont > .type-post .entry-content .nav-links:hover, BODY.archive .allcont .cont > .item.inner .entry-content .nav-links:hover, BODY.search .allcont .cont > .type-post .entry-content .nav-links:hover, BODY.search .allcont .cont > .item.inner .entry-content .nav-links:hover {
  color: var(--mainColor);
}
BODY.blog .allcont .cont > .type-post .entry-content .nav-links:hover::after, BODY.blog .allcont .cont > .item.inner .entry-content .nav-links:hover::after, BODY.single .allcont .cont > .type-post .entry-content .nav-links:hover::after, BODY.single .allcont .cont > .item.inner .entry-content .nav-links:hover::after, BODY.archive .allcont .cont > .type-post .entry-content .nav-links:hover::after, BODY.archive .allcont .cont > .item.inner .entry-content .nav-links:hover::after, BODY.search .allcont .cont > .type-post .entry-content .nav-links:hover::after, BODY.search .allcont .cont > .item.inner .entry-content .nav-links:hover::after {
  margin-left: 20px;
}
BODY.blog .allcont .cont > .type-post #secondary, BODY.blog .allcont .cont > .item.inner #secondary, BODY.single .allcont .cont > .type-post #secondary, BODY.single .allcont .cont > .item.inner #secondary, BODY.archive .allcont .cont > .type-post #secondary, BODY.archive .allcont .cont > .item.inner #secondary, BODY.search .allcont .cont > .type-post #secondary, BODY.search .allcont .cont > .item.inner #secondary {
  flex: 1 1 30%;
  padding: 50px;
  border-radius: 50px 50px 50px 0;
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
BODY.blog .allcont .cont > .type-post #secondary .widget, BODY.blog .allcont .cont > .item.inner #secondary .widget, BODY.single .allcont .cont > .type-post #secondary .widget, BODY.single .allcont .cont > .item.inner #secondary .widget, BODY.archive .allcont .cont > .type-post #secondary .widget, BODY.archive .allcont .cont > .item.inner #secondary .widget, BODY.search .allcont .cont > .type-post #secondary .widget, BODY.search .allcont .cont > .item.inner #secondary .widget {
  margin-bottom: 30px;
}
BODY.blog .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper, BODY.blog .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper, BODY.single .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper, BODY.single .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper, BODY.archive .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper, BODY.archive .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper, BODY.search .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper, BODY.search .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper {
  position: relative;
}
BODY.blog .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input, BODY.blog .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input, BODY.single .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input, BODY.single .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input, BODY.archive .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input, BODY.archive .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input, BODY.search .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input, BODY.search .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 20px 50px 20px 15px !important;
  border-radius: 50px;
}
BODY.blog .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button, BODY.blog .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button, BODY.single .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button, BODY.single .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button, BODY.archive .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button, BODY.archive .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button, BODY.search .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button, BODY.search .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  aspect-ratio: 1;
  background-color: #f0f8ff00;
  border: none;
}
BODY.blog .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon, BODY.blog .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon, BODY.single .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon, BODY.single .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon, BODY.archive .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon, BODY.archive .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon, BODY.search .allcont .cont > .type-post #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon, BODY.search .allcont .cont > .item.inner #secondary .widget .wp-block-search__inside-wrapper .wp-block-search__button .search-icon {
  height: 100%;
  width: 100%;
}
BODY.blog .allcont .cont > .type-post #secondary li a, BODY.blog .allcont .cont > .item.inner #secondary li a, BODY.single .allcont .cont > .type-post #secondary li a, BODY.single .allcont .cont > .item.inner #secondary li a, BODY.archive .allcont .cont > .type-post #secondary li a, BODY.archive .allcont .cont > .item.inner #secondary li a, BODY.search .allcont .cont > .type-post #secondary li a, BODY.search .allcont .cont > .item.inner #secondary li a {
  padding-left: 35px;
  position: relative;
}
BODY.blog .allcont .cont > .type-post #secondary li a::before, BODY.blog .allcont .cont > .item.inner #secondary li a::before, BODY.single .allcont .cont > .type-post #secondary li a::before, BODY.single .allcont .cont > .item.inner #secondary li a::before, BODY.archive .allcont .cont > .type-post #secondary li a::before, BODY.archive .allcont .cont > .item.inner #secondary li a::before, BODY.search .allcont .cont > .type-post #secondary li a::before, BODY.search .allcont .cont > .item.inner #secondary li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url(../img/list-icon.svg);
  margin-right: 10px;
}
.stickybuttons {
  position: fixed;
  top: 30%;
  right: max(0px, calc((100% - var(--pageLimit)) / 2));
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 15px;
  pointer-events: none;
  overflow: hidden;
  padding: 20px 0 25px 25px;
}
@media screen and (max-width: 1286px) {
  .stickybuttons {
    top: auto;
    bottom: 4%;
    right: 4%;
    padding: unset;
    overflow: visible;
    display: none;
  }
}
.stickybuttons-inner {
  pointer-events: visible;
  transition: var(--baseTransition);
  transform: translateX(calc(100% - 85px));
  padding: 18px 20px 20px;
}
@media screen and (max-width: 1286px) {
  .stickybuttons-inner {
    padding: 20px;
    height: 82px;
    width: 82px;
    overflow: hidden;
    transform: unset;
  }
}
.stickybuttons-inner::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 80px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: var(--baseTransition);
  background-color: var(--mainColor);
  box-shadow: 0 4px 25px 0 rgba(var(--contrastColorRGB), 0.15);
}
@media screen and (max-width: 1286px) {
  .stickybuttons-inner::before {
    max-width: unset;
  }
}
.stickybuttons-inner:hover {
  transform: translateX(0);
  height: unset;
  width: unset;
}
@media screen and (max-width: 1286px) {
  .stickybuttons-inner:hover {
    padding: 18px 20px 20px;
  }
}
.stickybuttons-inner:hover::before {
  border-radius: 0;
  border-top-left-radius: var(--baseBorderRadius);
  border-bottom-left-radius: var(--baseBorderRadius);
  max-width: 100%;
}
@media screen and (max-width: 1286px) {
  .stickybuttons-inner:hover::before {
    max-width: 100%;
    background-color: var(--mainColor);
    border-radius: var(--baseBorderRadius);
  }
}
.stickybuttons-inner:hover .cta a {
  font-size: var(--smallFontSize);
}
@media screen and (max-width: 1286px) {
  .stickybuttons-inner:hover .cta a:hover {
    pointer-events: all;
    cursor: pointer;
  }
}
.stickybuttons-inner:hover .cta.adress {
  font-size: var(--smallFontSize);
}
@media screen and (max-width: 1286px) {
  .stickybuttons-inner:hover .cta.adress {
    padding-bottom: 20px;
    margin-bottom: 15px;
    gap: 25px;
  }
}
.stickybuttons-inner:hover .cta.adress::after {
  width: 100%;
}
@media screen and (max-width: 1286px) {
  .stickybuttons-inner:hover .cta.adress::after {
    display: unset;
  }
}
.stickybuttons-inner:hover .cta.adress img {
  max-width: 42px;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1286px) {
  .stickybuttons .cta {
    pointer-events: none;
    cursor: default;
  }
}
.stickybuttons .cta a {
  padding: 10px 9px;
  color: var(--contrastColorInverted);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  transition: var(--baseTransition);
}
.stickybuttons .cta a:hover {
  color: var(--contrastColor);
}
.stickybuttons .cta a:hover img {
  filter: brightness(0) invert(0);
}
.stickybuttons .cta.adress {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  color: var(--contrastColorInverted);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0;
}
@media screen and (max-width: 1286px) {
  .stickybuttons .cta.adress {
    margin-bottom: unset;
    gap: unset;
    align-items: unset;
  }
}
.stickybuttons .cta.adress img {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  width: 42px;
}
@media screen and (max-width: 1286px) {
  .stickybuttons .cta.adress img {
    transition: none;
    min-width: 42px;
    max-width: 62px;
    margin-right: 0;
  }
}
.stickybuttons .cta.adress::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 2px;
  mask: url("../img/dot.svg") repeat-x left center/14px 3px;
  background-color: rgba(var(--contrastColorInvertedRGB), 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1286px) {
  .stickybuttons .cta.adress::after {
    display: none;
  }
}
.stickybuttons .cta img {
  filter: brightness(0) invert(1);
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  transition: var(--baseTransition);
}
.stickybuttons .cta.phone img {
  height: 30px;
}
:root {
  --is-style-gap-small: 10px;
  --is-style-gap-large: 150px;
}
.is-style-gap-small {
  column-gap: var(--is-style-gap-small) !important;
}
.is-style-gap-large {
  column-gap: var(--is-style-gap-large) !important;
}
header.head {
  container-type: inline-size;
  font-family: var(--headline);
  font-weight: 600;
  position: sticky;
  font-size: 17px;
  top: 0;
  width: 100%;
  max-width: var(--pageLimit);
  z-index: 99;
  padding: 30px 0 25px 0;
}
header.head .inner {
  width: var(--baseWidth);
  max-width: var(--contentWidth);
  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;
  height: 70px;
  aspect-ratio: 2.8571428571;
  backface-visibility: hidden;
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
header.head .inner .phone {
  margin-top: 18px;
}
header.head .inner .phone a {
  transition: unset;
  color: var(--contrastColorInverted);
  align-items: center;
  display: flex;
  gap: 10px;
}
header.head .inner .phone a .svg-custom {
  height: 26px;
  aspect-ratio: 0.6538461538;
  background-color: var(--contrastColorInverted);
  mask-image: url("../img/phone1.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
header.head .inner .phone a span {
  transition: var(--baseTransition);
}
header.head .inner .phone a:hover {
  transition: var(--baseTransition);
}
header.head .inner .phone a:hover .svg-custom {
  background-color: var(--contrastColor);
}
header.head .inner .phone a:hover span {
  color: var(--contrastColor);
}
header.head div#page-scroll-position {
  height: 5px;
  width: 100%;
  display: block;
  background: var(--formBorderColor);
  position: absolute;
  top: 100%;
  transition: width 0.1s;
}
header.head div#page-scroll-position #indicator-bar {
  height: 100%;
  width: 0;
  display: block;
  background: var(--mainColor);
}
header.head.is-sticky {
  background-color: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
header.head.is-sticky > .inner #logo {
  height: 35px;
}
header.head.is-sticky > .inner .phone a {
  color: var(--contrastColor);
  align-items: center;
  display: flex;
  gap: 10px;
}
header.head.is-sticky > .inner .phone a .svg-custom {
  background-color: var(--contrastColor);
}
header.head.is-sticky > .inner .phone a:hover {
  transition: var(--baseTransition);
}
header.head.is-sticky > .inner .phone a:hover .svg-custom {
  background-color: var(--mainColor);
}
header.head.is-sticky > .inner .phone a:hover span {
  color: var(--mainColor);
}
.page-template-page-no-banner header.head .inner .phone, body:not(:has(.px-banner)) header.head .inner .phone {
  margin-top: 18px;
}
.page-template-page-no-banner header.head .inner .phone a, body:not(:has(.px-banner)) header.head .inner .phone a {
  transition: unset;
  color: var(--contrastColor);
  align-items: center;
  display: flex;
  gap: 10px;
}
.page-template-page-no-banner header.head .inner .phone a .svg-custom, body:not(:has(.px-banner)) header.head .inner .phone a .svg-custom {
  height: 26px;
  aspect-ratio: 0.6538461538;
  background-color: var(--contrastColor);
  mask-image: url("../img/phone1.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.page-template-page-no-banner header.head .inner .phone a span, body:not(:has(.px-banner)) header.head .inner .phone a span {
  transition: var(--baseTransition);
}
.page-template-page-no-banner header.head .inner .phone a:hover, body:not(:has(.px-banner)) header.head .inner .phone a:hover {
  transition: var(--baseTransition);
}
.page-template-page-no-banner header.head .inner .phone a:hover .svg-custom, body:not(:has(.px-banner)) header.head .inner .phone a:hover .svg-custom {
  background-color: var(--mainColor);
}
.page-template-page-no-banner header.head .inner .phone a:hover span, body:not(:has(.px-banner)) header.head .inner .phone a:hover span {
  color: var(--mainColor);
}
#site-navigation #primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(1.1764705882rem, calc(0.4705882353rem + 2.6666666667vw), 2.3529411765rem);
}
#site-navigation #primary-menu > li {
  position: relative;
}
#site-navigation #primary-menu > li a {
  color: var(--fontColor);
  font-size: var(--navFontSize);
  position: relative;
  display: block;
  transition: var(--baseTransition);
}
#site-navigation #primary-menu > li > a {
  padding: 20px 0 0 0;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
#site-navigation #primary-menu > li:hover > .sub-menu {
  display: flex;
}
#site-navigation #primary-menu > li:hover[class*="has-children"] > a::after, #site-navigation #primary-menu > li.current_page_item[class*="has-children"] > a::after, #site-navigation #primary-menu > li.current_page_ancestor[class*="has-children"] > a::after {
  border-top-color: var(--mainColor);
}
#site-navigation #primary-menu > li:hover a, #site-navigation #primary-menu > li.current_page_item a, #site-navigation #primary-menu > li.current_page_ancestor a {
  color: var(--mainColor);
}
#site-navigation #primary-menu > li .sub-menu {
  position: absolute;
  border-radius: 0 20px;
  flex-direction: column;
  gap: 15px;
  display: none;
  text-align: left;
  text-transform: uppercase;
  top: 100%;
  left: 0;
  background: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  z-index: 1;
}
#site-navigation #primary-menu > li .sub-menu li a {
  white-space: nowrap;
  color: var(--fontColor);
  padding: 0px 40px 0;
}
#site-navigation #primary-menu > li .sub-menu li:first-child > a {
  padding-top: 40px;
}
#site-navigation #primary-menu > li .sub-menu li:last-child > a {
  padding-bottom: 40px;
}
#site-navigation #primary-menu > li .sub-menu li:hover > .sub-menu {
  display: flex;
}
#site-navigation #primary-menu > li .sub-menu li:hover[class*="has-children"] > a::after, #site-navigation #primary-menu > li .sub-menu li.current_page_item[class*="has-children"] > a::after, #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor[class*="has-children"] > a::after {
  border-top-color: var(--contrastColorInverted);
}
#site-navigation #primary-menu > li .sub-menu li:hover > a, #site-navigation #primary-menu > li .sub-menu li.current_page_item > a, #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor > a {
  color: var(--mainColor);
}
#site-navigation #primary-menu > li .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
#site-navigation #primary-menu li[class*="has-children"] > a::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid var(--contrastColor);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#site-navigation #primary-menu li .sub {
  display: none;
}
#hamburger {
  position: relative;
  display: block;
  height: 33px;
  width: 40px;
  cursor: pointer;
  transition: var(--baseTransition);
  background: transparent;
  border: transparent;
}
@media screen and (min-width: 1366px) {
  #hamburger {
    display: none;
  }
}
#hamburger .hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: var(--contrastColorInverted);
  transition: var(--baseTransition);
}
#hamburger .hamburger-line:first-child {
  transform: translateX(-50%) translateY(calc(-1 * 7px - 3px));
}
#hamburger .hamburger-line:last-child {
  transform: translateX(-50%) translateY(7px);
}
#hamburger.is-active .hamburger-line {
  width: 40px;
}
#hamburger.is-active .hamburger-line:first-child {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
#hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
#hamburger.is-active .hamburger-line:last-child {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}
header.head.is-sticky #hamburger .hamburger-line, body:not(:has(.px-banner)) #hamburger .hamburger-line, .page-template-page-no-banner #hamburger .hamburger-line {
  background: var(--contrastColor);
}
@media (min-width: calc(1365px + 1px)) {
  .head > .inner #site-navigation {
    display: block !important;
  }
}
@media screen and (max-width: 1500px) {
  .head-right .phone span {
    display: none;
  }
  .head-right .phone span.svg-custom {
    display: block;
  }
}
@media screen and (max-width: 1365px) {
  .head-right {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  body #site-navigation #primary-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - var(--stickyHeaderHeightMobile));
    border-bottom: 2px solid var(--mainColor);
    background-color: var(--contrastColorInverted);
  }
  body #site-navigation #primary-menu > li > a {
    padding: 10px 4%;
  }
  body #site-navigation #primary-menu li {
    width: 100%;
    position: relative;
    border-top: 1px solid #d3d3d3;
  }
  body #site-navigation #primary-menu li.focus > ul {
    display: block;
    position: static;
  }
  body #site-navigation #primary-menu li[class*="has-children"] > a::after {
    content: none;
  }
  body #site-navigation #primary-menu li a {
    background: var(--contrastColorInverted);
    text-wrap-mode: wrap !important;
    padding: 15px;
  }
  body #site-navigation #primary-menu li.focus > a {
    background: var(--backgroundColor);
  }
  body #site-navigation #primary-menu li:hover > a, body #site-navigation #primary-menu li:active > a, body #site-navigation #primary-menu li:target > a, body #site-navigation #primary-menu li.focus > a {
    background: var(--mainColor);
    color: var(--contrastColorInverted);
  }
  body #site-navigation #primary-menu li:hover.focus > a, body #site-navigation #primary-menu li:active.focus > a, body #site-navigation #primary-menu li:target.focus > a, body #site-navigation #primary-menu li.focus.focus > a {
    background: var(--mainColor);
  }
  body #site-navigation #primary-menu li:hover, body #site-navigation #primary-menu li:active, body #site-navigation #primary-menu li:target, body #site-navigation #primary-menu li.focus {
    background: var(--mainColor);
  }
  body #site-navigation #primary-menu li:hover .sub::after, body #site-navigation #primary-menu li:active .sub::after, body #site-navigation #primary-menu li:target .sub::after, body #site-navigation #primary-menu li.focus .sub::after {
    transform: rotate(0deg);
  }
  body #site-navigation #primary-menu li .sub {
    border: none;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-color: var(--mainColor);
    z-index: 3;
  }
  body #site-navigation #primary-menu li .sub:after {
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    position: absolute;
    transition: var(--baseTransition);
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid var(--contrastColorInverted);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  body #site-navigation #primary-menu li.focus > button.sub::after {
    transform: translateX(-50%) rotate(0);
  }
  body #site-navigation #primary-menu li .sub-menu {
    margin-left: 10px;
    border-radius: unset;
    padding: unset;
    position: static;
    gap: unset;
  }
  body #site-navigation #primary-menu li .sub-menu li a {
    padding: 10px 30px;
  }
  body #site-navigation #primary-menu li .sub-menu li:first-child > a {
    padding-top: 15px;
  }
  body #site-navigation #primary-menu li .sub-menu li:last-child > a {
    padding-bottom: 15px;
  }
  body #site-navigation #primary-menu li .sub-menu li .sub {
    height: 37px;
  }
  body #site-navigation #primary-menu li .sub-menu li .sub-menu {
    position: static;
  }
  body #site-navigation #primary-menu li .sub-menu li .sub-menu li a {
    padding: 3px 40px;
    font-size: calc(var(--baseFontSize) - 2px);
  }
  body #site-navigation #primary-menu li .sub-menu li:hover a {
    color: var(--contrastColorInverted);
  }
  body #site-navigation.toggled #primary-menu {
    display: block;
  }
  body #site-navigation.toggled li.focus > ul {
    display: block;
  }
  .head-right {
    display: none;
  }
}
footer.foot {
  width: 100%;
  max-width: var(--pageLimit);
  margin: 0 auto;
  background: var(--darkgrayColor);
  color: var(--contrastColorInverted);
  padding: 80px 0 24px;
  position: relative;
  z-index: 3;
}
footer.foot::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/form-top.svg");
  background-size: 101%;
  background-position: bottom;
  background-repeat: no-repeat;
  top: 0;
  transform: translateY(calc(-100% + 1px));
}
footer.foot .inner {
  max-width: var(--contentWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
footer.foot .inner .wp-block-buttons {
  margin-top: 0;
}
footer.foot .inner a {
  color: var(--contrastColorInverted);
  text-decoration: none;
}
footer.foot .inner a:hover {
  color: var(--mainColor);
}
footer.foot .inner p:not([class*="roofline"]) + p {
  margin-top: 0;
}
footer.foot .inner h1, footer.foot .inner h2, footer.foot .inner h3, footer.foot .inner h4, footer.foot .inner h5, footer.foot .inner h6 {
  color: var(--contrastColorInverted);
  font-size: 18px;
  font-size: calculateRem(18px);
  position: relative;
  padding-top: 40px;
  margin-bottom: 35px;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
footer.foot .inner .row:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (max-width: 1040px) {
  footer.foot .inner .row:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
footer.foot .inner .row.row-1 .col-1 {
  padding-top: 6px;
}
@media screen and (max-width: 1040px) {
  footer.foot .inner .row.row-1 .col-1 {
    width: 100%;
  }
}
footer.foot .inner .row.row-1 .col {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 15px;
}
footer.foot .inner .row.row-1 .col .title {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--headline);
}
footer.foot .inner .row.row-1 .col .title + p {
  line-height: 27px;
  margin-top: 0;
}
footer.foot .inner .row.row-1 .col :not(.title) {
  line-height: normal;
}
footer.foot .inner .row.row-1 .col #logo {
  background-repeat: no-repeat;
  height: 70px;
  aspect-ratio: 2.8571428571;
  width: fit-content;
  max-width: 205px;
  background-size: contain;
  background-image: var(--website-logo-sticky-image-url);
}
footer.foot .inner .row.row-1 .col #logo span {
  opacity: 0;
}
footer.foot .inner .row.row-1 .col.socialmedia {
  max-width: 140px;
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
}
footer.foot .inner .row.row-1 .col.socialmedia div {
  width: 20px;
  height: 20px;
  background-color: var(--lightGrayColor);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: var(--baseTransition);
}
footer.foot .inner .row.row-1 .col.socialmedia div:hover {
  background-color: var(--mainColor);
}
footer.foot .inner .row.row-1 .col.socialmedia div.facebook {
  mask-image: url("../img/facebook.svg");
}
footer.foot .inner .row.row-1 .col.socialmedia div.instagram {
  mask-image: url("../img/instagram.svg");
}
footer.foot .inner .row.row-1 .col.socialmedia div.x {
  mask-image: url("../img/x.svg");
}
footer.foot .inner .row.row-1 .col.socialmedia div.xing {
  mask-image: url("../img/xing.svg");
}
footer.foot .inner .row.row-1 .col.socialmedia div.linkedin {
  mask-image: url("../img/linkedin.svg");
}
footer.foot .inner .row.row-1 .col.socialmedia div.youtube {
  mask-image: url("../img/youtube.svg");
}
footer.foot .inner .row.row-1 .col.socialmedia div.tiktok {
  mask-image: url("../img/tiktok.svg");
}
footer.foot .inner .row.row-1 .col.socialmedia a {
  display: block;
  width: 20px;
  height: 20px;
}
footer.foot .inner .row.row-1 .col.socialmedia a span {
  display: none;
}
@media screen and (max-width: 1365px) {
  footer.foot .inner .row.row-1 .col.socialmedia {
    width: 100%;
    max-width: unset;
    flex-direction: row;
  }
}
footer.foot .inner .row.row-1 .col .wp-block-buttons {
  display: flex;
  flex-direction: column;
}
footer.foot .inner .row.row-1 ul li {
  display: block;
}
footer.foot .inner .row.row-2 {
  row-gap: 15px;
  text-transform: uppercase;
  align-items: baseline;
  font-family: var(--headline);
  font-size: 12px;
  font-weight: 700;
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}
footer.foot .inner .row.row-2 .col-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
footer.foot .inner .row.row-2 ul li a {
  border-right: 1px solid var(--contrastColorInverted);
  padding-right: 10px;
}
footer.foot .inner .row.row-2 ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
footer.foot .inner .row.row-2 ul li:not(:last-of-type) {
  margin-right: 10px;
}
.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  transform: rotate(180deg);
  background: var(--mainColor);
  opacity: 0;
  pointer-events: none;
  transform: translateY(75px) rotate(180deg);
  transition: var(--baseTransition);
}
.backtotop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: block;
  background: url("../img/backtotop.svg") no-repeat center center/16px auto;
  transition: var(--baseTransition);
}
.backtotop:hover::after {
  animation: bounce 1s infinite;
}
.backtotop span {
  display: none;
}
.backtotop:hover {
  background-color: var(--secondColor);
}
.backtotop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%) rotate(180deg);
}
.gform_wrapper {
  margin: auto;
  max-width: var(--contentWidth);
}
.gform_wrapper .ginput_container select, .gform_wrapper .ginput_container input {
  padding: 20px 15px 20px !important;
  border-radius: 20px;
}
.gform_wrapper .ginput_container select {
  background: url(../img/arrow-down.svg) no-repeat center right 20px / 20px auto;
}
.gform_wrapper .ginput_container textarea {
  padding: 20px 15px 20px !important;
  border-radius: 20px;
}
.gform_wrapper input[type="submit"] {
  border-radius: 9999px 9999px 9999px 0;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
  color: var(--contrastColorInverted);
  background: var(--mainColor);
  margin-top: 25px;
  transition: var(--baseTransition);
  line-height: 120%;
}
.gform_wrapper input[type="submit"]:hover {
  background: var(--contrastColor);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 20px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 20px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 20px;
}
[dir="rtl"] .slick-next {
  left: 20px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: var(--mainColor);
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0.25;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}
.slick-dots li::before {
  content: none !important;
}
BODY.single-product .cont, BODY.woocommerce-cart .cont, BODY.woocommerce-checkout .cont, BODY.woocommerce-page.search .cont, BODY.woocommerce-page.archive .cont, BODY.woocommerce-account .cont {
  max-width: var(--maxWidth);
  width: 96%;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
}
BODY.woocommerce-page #allcont .head {
  z-index: 9999;
}
BODY.woocommerce-page #allcont .cont #primary {
  flex: 1 1 65%;
}
BODY.woocommerce-page #allcont .cont #secondary {
  flex: 1 1 30%;
  padding: 25px;
  background: var(--backgroundColor);
}
BODY.woocommerce-page #allcont .cont #secondary .widget {
  margin-bottom: 30px;
}
BODY.woocommerce-page:not(.woocommerce-cart) .cont {
  display: flex;
  flex-direction: row-reverse;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce button.alt, .woocommerce input.button.alt, .woocommerce input.alt[type=submit], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button, .woocommerce input.button, .woocommerce input[type=submit], .woocommerce span.onsale {
  background-color: var(--mainColor);
  color: var(--contrastColorInverted);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.alt[type=submit]:hover, .woocommerce input.button.alt:focus, .woocommerce input.alt[type=submit]:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button:hover, .woocommerce button.button:focus, .woocommerce button:focus, .woocommerce input.button:hover, .woocommerce input[type=submit]:hover, .woocommerce input.button:focus, .woocommerce input[type=submit]:focus, .woocommerce span.onsale:hover, .woocommerce span.onsale:focus {
  background-color: rgba(var(--mainColor), 0.5);
  color: var(--contrastColorInverted);
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  color: var(--mainColor);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button, .woocommerce input.button, .woocommerce input[type=submit], .woocommerce span.onsale {
  border-radius: 0;
}
.woocommerce input.button:disabled, .woocommerce input[type=submit]:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input[type=submit][disabled]:disabled {
  color: var(--contrastColorInverted);
}
.woocommerce-message {
  border-top-color: var(--mainColor);
}
.woocommerce-message::before {
  color: var(--mainColor);
}
.woocommerce-checkout .woocommerce {
  width: 96%;
  margin: auto;
  max-width: var(--maxWidth);
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout {
  margin-top: 60px;
}
.woocommerce-checkout .woocommerce #order_review_heading {
  margin-top: 30px;
}
small.wgm-info.wgm-extra-costs-eu {
  line-height: normal;
  display: none;
}
.products > li.product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .price {
  flex: 1 1 100%;
  font-size: 18px;
  font-weight: bold;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product input[type=submit], .woocommerce ul.products li.product button {
  flex: 1 1 100%;
  align-self: flex-end !important;
  align-content: flex-end !important;
  background: var(--mainColor);
  opacity: 0.8;
  color: white;
  transition: var(--baseTransition);
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product input[type=submit]:hover, .woocommerce ul.products li.product button:hover {
  opacity: 1;
}
.woocommerce ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
li.product .wgm-info {
  flex: 1 1 100%;
  margin: -5px 0 !important;
}
td.product-subtotal span.wdr_you_saved_con {
  display: block;
  font-size: 14px;
}
.wdr_you_saved_con {
  color: var(--mainColor);
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product input[type=submit], .woocommerce ul.products li.product button {
  text-align: center;
}
.woocommerce ul.products li.product .button.added, .woocommerce ul.products li.product input.added[type=submit], .woocommerce ul.products li.product button.added {
  opacity: 0.3;
}
.woocommerce a.added_to_cart {
  background: var(--mainColor);
  display: inline-block;
  padding: 0.618em 1em;
  line-height: 1;
  margin-top: -35.75px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product h3 {
  font-size: var(--baseFontSize);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 700;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
  padding: 5px 10px;
  min-height: 0;
  height: auto;
  line-height: normal;
  font-size: var(--baseFontSize);
}
.wgm-info {
  display: block;
  margin-bottom: -8px;
  font-size: 80%;
}
button#place_order {
  float: right;
}
