@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Open Sans", var(--fallback);
  --headline: "Roboto", var(--fallback);
  --mainColor: #E6007E;
  --secondColor: #FFED00;
  --blue: #009FE3;
  --greyDark: #1B1B1B;
  --grey: #808080;
  --greyLight: #DADADA;
  --greyLightest: #F2F2F2;
  --fontColor: #363636;
  --backgroundColor: #fff;
  --warningColor: #b10000;
  --formBorderColor: #CACACA;
  --contrastColor: #000;
  --contrastColorRGB: 0,0,0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255,255,255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 17px;
  --baseLineheight: 170%;
  --miniFontSize: 15px;
  --baseBorderRadius: 10px;
  --stickyHeaderHeight: 118px;
  --stickyHeaderHeightMobile: 118px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 94%;
  --reducedWidth: 960px;
  --maxWidth: 1200px;
  --maxWidthBig: 1500px;
  --maxWidthBigger: 1820px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--mainColor);
  --fl-layout-reduced: var(--maxWidth);
  --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;
}
/******************
* HPH Animation JS *
*******************/
html.js {
  /***********
	* bounceIn *
	************/
  /****************
	* bounceInRight *
	****************/
  /******************
	* Bounce in left *
	*******************/
  /******************
	* Bounce in up *
	*******************/
  /******************
	* Bounce in down *
	*******************/
  /**********
	* Fade In *
	**********/
  /*********************
	* fadeInUp
	*********************/
  /*********************
	* fadeInDown
	*********************/
  /*********************
	* fadeInRight
	*********************/
  /*********************
	* fadeInLeft
	*********************/
}
html.js .animate:not(.animate-parent) {
  animation-duration: 1s;
  animation-fill-mode: both;
}
html.js .animate.animate-parent .col {
  animation-duration: 1s;
  animation-fill-mode: both;
}
html.js .bounceIn:not(.animate-parent), html.js .bounceInRight:not(.animate-parent), html.js .bounceInLeft:not(.animate-parent), html.js .bounceInUp:not(.animate-parent), html.js .bounceInDown:not(.animate-parent), html.js .fadeIn:not(.animate-parent), html.js .fadeInRight:not(.animate-parent), html.js .fadeInLeft:not(.animate-parent), html.js .fadeInUp:not(.animate-parent), html.js .fadeInDown:not(.animate-parent) {
  opacity: 0;
  transform: none;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
html.js .bounceIn.go:not(.animate-parent) {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
html.js .animate-parent.bounceIn .col {
  opacity: 0;
}
html.js .animate-parent.bounceIn .col.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInRight.go:not(.animate-parent) {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
html.js .animate-parent.bounceInRight .col {
  opacity: 0;
}
html.js .animate-parent.bounceInRight .col.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInLeft.go:not(.animate-parent) {
  animation-name: bounceInLeft;
}
html.js .animate-parent.bounceInLeft .col {
  opacity: 0;
}
html.js .animate-parent.bounceInLeft .col.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInUp.go:not(.animate-parent) {
  animation-name: bounceInUp;
}
html.js .animate-parent.bounceInUp .col {
  opacity: 0;
}
html.js .animate-parent.bounceInUp .col.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-250px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInDown.go:not(.animate-parent) {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
html.js .animate-parent.bounceInDown .col {
  opacity: 0;
}
html.js .animate-parent.bounceInDown .col.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
html.js .fadeIn:not(.animate-parent) {
  transform: none;
}
html.js .fadeIn.go:not(.animate-parent) {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
html.js .animate-parent.fadeIn .col {
  opacity: 0;
}
html.js .animate-parent.fadeIn .col.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInUp:not(.animate-parent) {
  opacity: 0;
  transform: translateY(20px);
}
html.js .fadeInUp.go:not(.animate-parent) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
html.js .animate-parent.fadeInUp .col {
  opacity: 0;
  transform: translateY(20px);
}
html.js .animate-parent.fadeInUp .col.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInDown:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.js .fadeInDown.go:not(.animate-parent) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
html.js .animate-parent.fadeInDown .col {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.js .animate-parent.fadeInDown .col.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInRight:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
html.js .fadeInRight.go:not(.animate-parent) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
html.js .animate-parent.fadeInRight .col {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
html.js .animate-parent.fadeInRight .col.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInLeft:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
html.js .fadeInLeft.go:not(.animate-parent) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
html.js .animate-parent.fadeInLeft .col {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
html.js .animate-parent.fadeInLeft .col.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* Open Sans - Variable Font */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 100 900;
  /* Variable font weight range */
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype-variations");
}
/* Open Sans - Variable Font Italic */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 100 900;
  /* Variable font weight range */
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
}
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: 1.6875rem;
  -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(--mainColorLight);
}
.otgs-development-site-front-end {
  display: none;
}
.d-none {
  display: none !important;
}
.cols-2 .mega-sub-menu .mega-sub-menu {
  columns: 2;
}
h1, h2, h3, h4, h5, h6, .is-style-likeh1, .is-style-likeh2, .is-style-likeh3, .is-style-likeh4, .is-style-likeh5, .is-style-likeh6 {
  font-weight: 700;
  margin: 0;
  font-family: var(--headline);
  line-height: 120%;
  color: var(--fontColor);
  margin-bottom: clamp(1.1764705882rem, calc(0.7486631016rem + 2.2727272727vw), 2.3529411765rem);
}
h1 {
  font-size: clamp(1.8823529412rem, calc(0.2139037433rem + 8.8636363636vw), 6.4705882353rem);
  text-transform: uppercase;
  line-height: 90%;
}
h2, .is-style-likeh2 {
  font-size: clamp(1.6470588235rem, calc(0.7486631016rem + 4.7727272727vw), 4.1176470588rem);
}
h3, .is-style-likeh3 {
  font-size: clamp(1.5294117647rem, calc(0.8663101604rem + 3.5227272727vw), 3.3529411765rem);
}
h4, .is-style-likeh4 {
  font-size: clamp(1.4117647059rem, calc(0.9625668449rem + 2.3863636364vw), 2.6470588235rem);
}
h5, .is-style-likeh5 {
  font-size: clamp(1.2941176471rem, calc(1.1229946524rem + 0.9090909091vw), 1.7647058824rem);
}
h6, .is-style-likeh6 {
  font-size: clamp(1.1764705882rem, calc(1.1336898396rem + 0.2272727273vw), 1.2941176471rem);
}
p {
  color: var(--fontColor);
  font-size: var(--baseFontSize);
  margin-bottom: clamp(1.1764705882rem, calc(0.7486631016rem + 2.2727272727vw), 2.3529411765rem);
}
p[class*="roofline"] {
  font-weight: 700;
}
.minitext, .is-style-minitext {
  font-size: var(--miniFontSize);
  font-family: var(--headline);
  line-height: normal;
}
i, em {
  font-style: italic;
}
strong, b {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
a {
  text-decoration: none;
  color: var(--mainColor);
  transition: var(--baseTransition);
}
button.submit, input[type="submit"], button[type="submit"], a.btn, .wp-block-button > .wp-block-button__link:not(.has-text-color), .nav-links a, .hph-gpdr-google-maps .map_btn .iframewrap BUTTON.loadiframebtn, .hph-gpdr-google-maps .map_btn BUTTON.button {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 20px 30px;
  color: var(--greyDark);
  background: var(--secondColor);
  transition: var(--baseTransition);
  line-height: 120%;
  font-family: var(--headline);
  font-weight: 700;
  border-radius: 10px;
  text-align: left;
}
button.submit:hover, input[type="submit"]:hover, button[type="submit"]:hover, a.btn:hover, .wp-block-button > .wp-block-button__link:not(.has-text-color):hover, .nav-links a:hover, .hph-gpdr-google-maps .map_btn .iframewrap BUTTON.loadiframebtn:hover, .hph-gpdr-google-maps .map_btn BUTTON.button:hover {
  background: var(--greyDark);
  color: var(--contrastColorInverted);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: 2px solid var(--mainColor);
  color: var(--mainColor);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  background: var(--mainColor);
  color: var(--contrastColorInverted);
}
.wp-block-button.is-style-simple > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: none;
  color: var(--contrastColorInverted);
  font-weight: 700;
  font-size: clamp(1.0588235294rem, calc(0.9732620321rem + 0.4545454545vw), 1.2941176471rem);
  padding: 0;
}
.wp-block-button.is-style-simple > .wp-block-button__link:not(.has-text-color):hover {
  background: transparent;
  color: var(--secondColor);
}
.wp-block-button.is-style-arrowlight > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: none;
  color: var(--contrastColorInverted);
  position: relative;
  padding: 40px 70px 40px 0;
}
.wp-block-button.is-style-arrowlight > .wp-block-button__link:not(.has-text-color)::after, .wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-pink.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  border: 1px dashed var(--grey);
  border-radius: 50%;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-arrowlight > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
}
.wp-block-button.is-style-arrowlight > .wp-block-button__link:not(.has-text-color):hover::after, .wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color):hover::after {
  padding: 35px;
  right: 15px;
}
@media (max-width: 960px) {
  .wp-block-button.is-style-arrowlight > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color) {
    padding: 20px 50px 20px 0;
  }
  .wp-block-button.is-style-arrowlight > .wp-block-button__link:not(.has-text-color)::after, .wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color)::after {
    padding: 35px;
    right: -5px;
  }
  .wp-block-button.is-style-arrowlight > .wp-block-button__link:not(.has-text-color):hover::after, .wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color):hover::after {
    padding: 25px;
    right: 5px;
  }
}
.wp-block-button.is-style-arrowdark > .wp-block-button__link:not(.has-text-color) {
  color: var(--fontColor);
}
.wp-block-buttons {
  gap: 15px 40px;
}
button.submit, input[type="submit"], button[type="submit"], .hph-gpdr-google-maps .map_btn BUTTON.loadiframebtn, .hph-gpdr-google-maps .map_btn BUTTON.button {
  background-color: var(--blue);
  color: var(--contrastColorInverted);
  margin-top: 30px;
}
.has-grey-color {
  color: var(--grey);
}
.is-style-p-outline {
  border: 1px solid var(--contrastColorInverted);
  border-radius: 10px;
  padding: 10px;
  font-family: var(--headline);
  font-weight: 700;
  font-size: 15px;
  width: fit-content;
  line-height: normal;
}
@media (max-width: 768px) {
  .hph-gpdr-google-maps {
    max-height: 50vh;
  }
}
#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 {
  width: 100%;
  margin: 0 auto;
}
#site .allcont {
  container-type: inline-size;
  overflow: hidden;
}
#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(--maxWidthBig);
  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(.splide__list) {
  margin-bottom: clamp(0.5882352941rem, calc(0.1604278075rem + 2.2727272727vw), 1.7647058824rem);
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.splide__list) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.splide__list) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: black;
}
#site .allcont .entry-content ol.wp-block-list {
  counter-reset: index;
  margin-bottom: clamp(0.5882352941rem, calc(0.1604278075rem + 2.2727272727vw), 1.7647058824rem);
}
#site .allcont .entry-content ol.wp-block-list li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
#site .allcont .entry-content ol.wp-block-list li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
#site .allcont .entry-content ol.wp-block-list 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: 1rem;
}
#site .allcont .entry-content > hr.wp-block-separator {
  width: 20%;
  max-width: var(--maxWidth);
  margin: 20px auto 50px;
  margin: 1.25rem auto 3.125rem;
}
#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.error404 #site {
  background: var(--contrastColorInverted);
}
BODY.error404 .allcont {
  height: 100%;
  display: grid;
  place-content: center;
  padding: 4%;
}
BODY.error404 h1 {
  margin: 0;
  margin-bottom: clamp(1.1764705882rem, calc(0.7486631016rem + 2.2727272727vw), 2.3529411765rem);
  font-size: clamp(5.8823529412rem, calc(3.743315508rem + 11.3636363636vw), 11.7647058824rem) !important;
  color: var(--mainColor);
  text-align: center;
  animation: idle 2s infinite alternate;
}
BODY.error404 h6 {
  text-align: center;
  color: var(--mainColor);
}
BODY.error404 .buttons {
  margin-top: clamp(1.7647058824rem, calc(1.1229946524rem + 3.4090909091vw), 3.5294117647rem);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes idle {
  to {
    transform: translateY(10px);
  }
}
.floating-label {
  position: relative;
}
.floating-label :is(input, textarea) {
  padding: 19px 15px;
  line-height: 1.25;
}
.floating-label label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(1rem);
  pointer-events: none;
  margin-bottom: 0 !important;
  color: var(--formBorderColor);
}
.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;
  font-family: var(--headline);
  font-weight: 700;
}
.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 {
  padding: 28px 15px 12px !important;
}
.gform_wrapper.floating-labels select {
  padding: 20px 15px !important;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 0;
  font-family: var(--mainFont);
  border-radius: 10px;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid var(--mainColor);
  outline: none;
}
input[type="submit"] {
  width: auto;
  cursor: pointer;
}
input[type="submit"]:focus {
  border: none;
  outline: none;
}
select {
  appearance: none;
  cursor: pointer;
  color: var(--fontColor);
  background: url("../img/select.svg") no-repeat center right 10px/15px auto;
}
select option {
  color: var(--fontColor);
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
  height: 150px;
}
input[type="radio"], input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}
input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--contrastColorInverted) inset;
  -webkit-text-fill-color: var(--contrastColor);
}
::-webkit-input-placeholder {
  color: var(--mainColorDark);
}
:-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}
::-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}
:-ms-input-placeholder {
  color: var(--mainColorDark);
}
:focus {
  outline: rgba(var(--contrastColorInvertedRGB), 0);
}
.checkbox, .radio {
  padding: 10px;
}
.checkbox input, .radio input {
  cursor: pointer;
  appearance: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--contrastColorInverted);
  background-position: center;
  border: 1px solid var(--formBorderColor);
  transition: var(--baseTransition);
}
.checkbox input:hover, .radio input:hover {
  border-color: var(--mainColor);
}
.checkbox input:checked, .radio input:checked {
  background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto;
  border: 1px solid var(--mainColor);
}
.checkbox input[type="radio"], .radio input[type="radio"] {
  border-radius: 100%;
}
BODY.blog span.edit-link, BODY.single span.edit-link, BODY.archive span.edit-link, BODY.search span.edit-link {
  display: none;
}
BODY.blog .allcont .cont > .type-post, BODY.blog .allcont .cont > .item.inner, BODY.single .allcont .cont > .type-post, BODY.single .allcont .cont > .item.inner, BODY.archive .allcont .cont > .type-post, BODY.archive .allcont .cont > .item.inner, BODY.search .allcont .cont > .type-post, BODY.search .allcont .cont > .item.inner {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: clamp(2.9411764706rem, calc(1.871657754rem + 5.6818181818vw), 5.8823529412rem) auto 0;
}
BODY.blog .allcont .cont > .type-post .entry-content .posts, BODY.blog .allcont .cont > .item.inner .entry-content .posts, BODY.single .allcont .cont > .type-post .entry-content .posts, BODY.single .allcont .cont > .item.inner .entry-content .posts, BODY.archive .allcont .cont > .type-post .entry-content .posts, BODY.archive .allcont .cont > .item.inner .entry-content .posts, BODY.search .allcont .cont > .type-post .entry-content .posts, BODY.search .allcont .cont > .item.inner .entry-content .posts {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
BODY.blog .allcont .cont > .type-post .entry-content article, BODY.blog .allcont .cont > .item.inner .entry-content article, BODY.single .allcont .cont > .type-post .entry-content article, BODY.single .allcont .cont > .item.inner .entry-content article, BODY.archive .allcont .cont > .type-post .entry-content article, BODY.archive .allcont .cont > .item.inner .entry-content article, BODY.search .allcont .cont > .type-post .entry-content article, BODY.search .allcont .cont > .item.inner .entry-content article {
  flex-basis: calc(33.3% - 20px);
  min-width: 300px;
  flex-grow: 0;
}
BODY.blog .allcont .cont > .type-post .entry-content .content, BODY.blog .allcont .cont > .item.inner .entry-content .content, BODY.single .allcont .cont > .type-post .entry-content .content, BODY.single .allcont .cont > .item.inner .entry-content .content, BODY.archive .allcont .cont > .type-post .entry-content .content, BODY.archive .allcont .cont > .item.inner .entry-content .content, BODY.search .allcont .cont > .type-post .entry-content .content, BODY.search .allcont .cont > .item.inner .entry-content .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
BODY.blog .allcont .cont > .type-post .entry-content .content .button, BODY.blog .allcont .cont > .type-post .entry-content .content input[type=submit], BODY.blog .allcont .cont > .type-post .entry-content .content button, BODY.blog .allcont .cont > .item.inner .entry-content .content .button, BODY.blog .allcont .cont > .item.inner .entry-content .content input[type=submit], BODY.blog .allcont .cont > .item.inner .entry-content .content button, BODY.single .allcont .cont > .type-post .entry-content .content .button, BODY.single .allcont .cont > .type-post .entry-content .content input[type=submit], BODY.single .allcont .cont > .type-post .entry-content .content button, BODY.single .allcont .cont > .item.inner .entry-content .content .button, BODY.single .allcont .cont > .item.inner .entry-content .content input[type=submit], BODY.single .allcont .cont > .item.inner .entry-content .content button, BODY.archive .allcont .cont > .type-post .entry-content .content .button, BODY.archive .allcont .cont > .type-post .entry-content .content input[type=submit], BODY.archive .allcont .cont > .type-post .entry-content .content button, BODY.archive .allcont .cont > .item.inner .entry-content .content .button, BODY.archive .allcont .cont > .item.inner .entry-content .content input[type=submit], BODY.archive .allcont .cont > .item.inner .entry-content .content button, BODY.search .allcont .cont > .type-post .entry-content .content .button, BODY.search .allcont .cont > .type-post .entry-content .content input[type=submit], BODY.search .allcont .cont > .type-post .entry-content .content button, BODY.search .allcont .cont > .item.inner .entry-content .content .button, BODY.search .allcont .cont > .item.inner .entry-content .content input[type=submit], BODY.search .allcont .cont > .item.inner .entry-content .content button {
  margin-top: auto;
}
BODY.blog .allcont .cont > .type-post .entry-content .content .date, BODY.blog .allcont .cont > .item.inner .entry-content .content .date, BODY.single .allcont .cont > .type-post .entry-content .content .date, BODY.single .allcont .cont > .item.inner .entry-content .content .date, BODY.archive .allcont .cont > .type-post .entry-content .content .date, BODY.archive .allcont .cont > .item.inner .entry-content .content .date, BODY.search .allcont .cont > .type-post .entry-content .content .date, BODY.search .allcont .cont > .item.inner .entry-content .content .date {
  font-size: 15px;
  color: var(--fontColor);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  font-family: var(--headline);
}
BODY.blog .allcont .cont > .type-post .entry-content .content .entry-title, BODY.blog .allcont .cont > .item.inner .entry-content .content .entry-title, BODY.single .allcont .cont > .type-post .entry-content .content .entry-title, BODY.single .allcont .cont > .item.inner .entry-content .content .entry-title, BODY.archive .allcont .cont > .type-post .entry-content .content .entry-title, BODY.archive .allcont .cont > .item.inner .entry-content .content .entry-title, BODY.search .allcont .cont > .type-post .entry-content .content .entry-title, BODY.search .allcont .cont > .item.inner .entry-content .content .entry-title {
  margin-bottom: 10px;
  margin-top: 5px;
}
BODY.blog .allcont .cont > .type-post .entry-content .content .excerpt, BODY.blog .allcont .cont > .item.inner .entry-content .content .excerpt, BODY.single .allcont .cont > .type-post .entry-content .content .excerpt, BODY.single .allcont .cont > .item.inner .entry-content .content .excerpt, BODY.archive .allcont .cont > .type-post .entry-content .content .excerpt, BODY.archive .allcont .cont > .item.inner .entry-content .content .excerpt, BODY.search .allcont .cont > .type-post .entry-content .content .excerpt, BODY.search .allcont .cont > .item.inner .entry-content .content .excerpt {
  color: var(--fontColor);
  margin-bottom: clamp(0.8823529412rem, calc(0.5614973262rem + 1.7045454545vw), 1.7647058824rem);
}
BODY.blog .allcont .cont > .type-post .entry-content .content .post-thumbnail, BODY.blog .allcont .cont > .item.inner .entry-content .content .post-thumbnail, BODY.single .allcont .cont > .type-post .entry-content .content .post-thumbnail, BODY.single .allcont .cont > .item.inner .entry-content .content .post-thumbnail, BODY.archive .allcont .cont > .type-post .entry-content .content .post-thumbnail, BODY.archive .allcont .cont > .item.inner .entry-content .content .post-thumbnail, BODY.search .allcont .cont > .type-post .entry-content .content .post-thumbnail, BODY.search .allcont .cont > .item.inner .entry-content .content .post-thumbnail {
  position: relative;
  min-height: clamp(8.8235294118rem, calc(7.1122994652rem + 9.0909090909vw), 13.5294117647rem);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 27px;
  width: 100%;
}
BODY.blog .allcont .cont > .type-post .entry-content .content .post-thumbnail img, BODY.blog .allcont .cont > .item.inner .entry-content .content .post-thumbnail img, BODY.single .allcont .cont > .type-post .entry-content .content .post-thumbnail img, BODY.single .allcont .cont > .item.inner .entry-content .content .post-thumbnail img, BODY.archive .allcont .cont > .type-post .entry-content .content .post-thumbnail img, BODY.archive .allcont .cont > .item.inner .entry-content .content .post-thumbnail img, BODY.search .allcont .cont > .type-post .entry-content .content .post-thumbnail img, BODY.search .allcont .cont > .item.inner .entry-content .content .post-thumbnail img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
BODY.blog .allcont .cont > .type-post .entry-content .content .post-category, BODY.blog .allcont .cont > .item.inner .entry-content .content .post-category, BODY.single .allcont .cont > .type-post .entry-content .content .post-category, BODY.single .allcont .cont > .item.inner .entry-content .content .post-category, BODY.archive .allcont .cont > .type-post .entry-content .content .post-category, BODY.archive .allcont .cont > .item.inner .entry-content .content .post-category, BODY.search .allcont .cont > .type-post .entry-content .content .post-category, BODY.search .allcont .cont > .item.inner .entry-content .content .post-category {
  padding: 11px 20px;
  border-bottom-left-radius: 8px;
  background: var(--secondColor);
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  font-size: 15px;
  display: none;
}
BODY.blog .allcont .cont > .type-post .entry-content .content .button-arrow-simple, BODY.blog .allcont .cont > .item.inner .entry-content .content .button-arrow-simple, BODY.single .allcont .cont > .type-post .entry-content .content .button-arrow-simple, BODY.single .allcont .cont > .item.inner .entry-content .content .button-arrow-simple, BODY.archive .allcont .cont > .type-post .entry-content .content .button-arrow-simple, BODY.archive .allcont .cont > .item.inner .entry-content .content .button-arrow-simple, BODY.search .allcont .cont > .type-post .entry-content .content .button-arrow-simple, BODY.search .allcont .cont > .item.inner .entry-content .content .button-arrow-simple {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--headline);
  color: var(--fontColor);
  padding-right: 20px;
  position: relative;
}
BODY.blog .allcont .cont > .type-post .entry-content .content .button-arrow-simple:before, BODY.blog .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:before, BODY.single .allcont .cont > .type-post .entry-content .content .button-arrow-simple:before, BODY.single .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:before, BODY.archive .allcont .cont > .type-post .entry-content .content .button-arrow-simple:before, BODY.archive .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:before, BODY.search .allcont .cont > .type-post .entry-content .content .button-arrow-simple:before, BODY.search .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
  transition: var(--baseTransition);
}
BODY.blog .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover, BODY.blog .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover, BODY.single .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover, BODY.single .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover, BODY.archive .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover, BODY.archive .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover, BODY.search .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover, BODY.search .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover {
  color: var(--mainColor);
}
BODY.blog .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover:before, BODY.blog .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover:before, BODY.single .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover:before, BODY.single .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover:before, BODY.archive .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover:before, BODY.archive .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover:before, BODY.search .allcont .cont > .type-post .entry-content .content .button-arrow-simple:hover:before, BODY.search .allcont .cont > .item.inner .entry-content .content .button-arrow-simple:hover:before {
  filter: none;
  right: -5px;
}
BODY.blog .nav-links, BODY.single .nav-links, BODY.archive .nav-links, BODY.search .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: auto;
}
div.hph_jobs_preview {
  margin: auto;
}
div.hph_jobs_preview #job-listings {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div.hph_jobs_preview .innersection {
  background: var(--contrastColorInverted);
  padding: clamp(1.1764705882rem, calc(0.7486631016rem + 2.2727272727vw), 2.3529411765rem);
  border-radius: 10px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  height: 100%;
}
div.hph_jobs_preview .right_section {
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 62px);
  background: var(--mainColor);
  padding: 20px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-radius: 10px;
  left: 31px;
  top: 1px;
  z-index: 1;
  transition: var(--baseTransition);
}
div.hph_jobs_preview .right_section .minitext {
  color: var(--contrastColorInverted);
  font-weight: 700;
  position: relative;
  padding-right: 20px;
}
div.hph_jobs_preview .right_section .minitext::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--baseTransition);
}
div.hph_jobs_preview .right_section .minitext:hover::after {
  right: -5px;
}
div.hph_jobs_preview .single_job {
  padding: 0;
  padding-left: 30px;
  padding-bottom: 60px;
  flex-basis: 31%;
  min-width: 350px;
  background: transparent;
  position: relative;
}
@media (max-width: 744px) {
  div.hph_jobs_preview .single_job {
    flex-basis: 100%;
  }
}
div.hph_jobs_preview .single_job h5 {
  margin-bottom: 20px;
}
div.hph_jobs_preview .single_job h5 a {
  color: var(--fontColor);
}
div.hph_jobs_preview .single_job h5 a:hover {
  color: var(--mainColor);
}
div.hph_jobs_preview .single_job .single_job_fulltime {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 20px;
}
div.hph_jobs_preview .single_job .single_job_fulltime::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/fulltime.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0);
}
div.hph_jobs_preview .single_job .job_preview_info {
  gap: 10px 30px;
}
div.hph_jobs_preview .single_job .job_preview_info > p {
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
  color: var(--fontColor);
  padding: 0;
  margin: 0;
}
div.hph_jobs_preview .single_job .job_preview_info > p:before {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
div.hph_jobs_preview .single_job:hover .right_section {
  left: 0px;
  top: 60px;
}
@media screen and (max-width: 1117px) {
  div.hph_jobs_preview .single_job .right_section {
    left: 10px;
    top: 60px;
  }
  div.hph_jobs_preview .single_job .single_job_excerpt {
    margin-bottom: 20px;
  }
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p {
  font-size: 17px;
  font-weight: 700;
  box-shadow: none;
  color: var(--fontColor);
  padding: 0;
  margin: 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p:before {
  margin-right: 15px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  background-size: contain;
}
body.single-job .single_job_fulltime::before {
  background-image: url(../img/fulltime.svg);
}
body.single-job .job.type-job .single_job_content h1, body.single-job .job.type-job .single_job_content h2, body.single-job .job.type-job .single_job_content h3, body.single-job .job.type-job .single_job_content h4, body.single-job .job.type-job .single_job_content h5, body.single-job .job.type-job .single_job_content h6 {
  margin: 0px;
}
body.single-job .job.type-job .single_job_content {
  margin: clamp(2.3529411765rem, calc(0.6417112299rem + 9.0909090909vw), 7.0588235294rem) auto clamp(0.0588235294rem, calc(-0.9893048128rem + 5.5681818182vw), 2.9411764706rem);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info {
  max-width: 800px;
}
body.single-job .job.type-job .single_job_content .single_job_intro {
  gap: 20px;
  justify-content: space-between;
}
body.single-job #site .allcont .entry-content ul:not(.wp-block-gallery):not(.splide__list) li {
  padding-left: 27px;
  margin-left: 15px;
}
body.single-job #site .allcont .entry-content ul:not(.wp-block-gallery):not(.splide__list) li::before {
  background-image: url(../img/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  border-radius: 0;
  width: 12px;
  height: 12px;
  top: 8px;
}
body.single-job .single_job_hiring_organisation {
  background-color: var(--greyDark);
  padding: 40px 30px;
  border-radius: 10px;
  margin-bottom: 114px;
}
body.single-job .single_job_hiring_organisation p, body.single-job .single_job_hiring_organisation h3, body.single-job .single_job_hiring_organisation h4, body.single-job .single_job_hiring_organisation h5, body.single-job .single_job_hiring_organisation h6 {
  color: var(--contrastColorInverted);
}
body.single-job .single_job_hiring_organisation .single_job_hiring_organisation_logo > img {
  border-radius: 10px;
}
body.single-job .single_job_contact_person_intro {
  display: none;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info {
  padding: 40px clamp(1.1764705882rem, calc(0.320855615rem + 4.5454545455vw), 3.5294117647rem);
  background-color: var(--greyDark);
  border-radius: 10px;
  margin-top: 64px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info p, body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info h3, body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info h4, body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info h5, body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info h6 {
  color: var(--contrastColorInverted);
}
@media screen and (max-width: 960px) {
  body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: -114px;
}
body.single-job .single_job_contact_person .minitext {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 164px;
  opacity: 0.5;
  font-weight: 700;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar {
  flex: 0 0 300px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone {
  padding-left: 35px;
  font-size: 17px;
  color: var(--contrastColorInverted);
  font-weight: 700;
  margin-bottom: clamp(1.1764705882rem, calc(0.5347593583rem + 3.4090909091vw), 2.9411764706rem);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone:hover {
  color: var(--mainColor);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone::before {
  width: 20px;
  height: 20px;
  top: 3px;
}
body.single-job .job_banner h1 {
  font-size: clamp(1.7647058824rem, calc(0.8021390374rem + 5.1136363636vw), 4.4117647059rem);
  line-height: 113%;
  text-wrap: balance;
}
:root {
  --is-style-gap-small: 30px;
}
.wp-block-columns {
  gap: clamp(1.1764705882rem, calc(-0.1069518717rem + 6.8181818182vw), 4.7058823529rem) !important;
}
.is-style-gap-small {
  column-gap: var(--is-style-gap-small) !important;
}
@media (max-width: 1024px) {
  .is-style-gap-small {
    flex-direction: column;
  }
}
.is-style-gap-medium {
  column-gap: clamp(1.1764705882rem, calc(0.5347593583rem + 3.4090909091vw), 2.9411764706rem) !important;
}
@media (max-width: 1024px) {
  .is-style-gap-medium {
    flex-direction: column;
  }
}
.is-style-gap-large {
  column-gap: clamp(2.3529411765rem, calc(-1.0695187166rem + 18.1818181818vw), 11.7647058824rem) !important;
}
@media (max-width: 1024px) {
  .is-style-gap-large {
    column-gap: clamp(2.3529411765rem, calc(1.4973262032rem + 4.5454545455vw), 4.7058823529rem) !important;
  }
}
.is-style-rounded img {
  border-radius: 10px !important;
}
header.head {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--greyDark);
  padding-top: 20px;
}
@media (max-width: 1270px) {
  header.head {
    padding-top: 0;
  }
}
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;
  width: 168px;
  height: 80px;
  margin: 20px 0;
  backface-visibility: hidden;
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
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 {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
header.head.is-sticky > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 168px;
  height: 80px;
  margin: 20px 0;
}
header.head .wpml-ls-legacy-dropdown {
  width: unset;
}
header.head .wpml-ls-legacy-dropdown a {
  border: none;
  color: var(--contrastColorInverted);
  font-size: 17px;
  font-weight: 700;
  background: var(--greyDark);
}
header.head .wpml-ls-legacy-dropdown a:hover {
  background: var(--greyDark);
  color: var(--secondColor);
}
header.head .wpml-ls-legacy-dropdown .wpml-current-language:hover > a {
  background: var(--greyDark);
  color: var(--contrastColorInverted);
}
header.head .head-top {
  display: flex;
  gap: clamp(0.8823529412rem, calc(0.5614973262rem + 1.7045454545vw), 1.7647058824rem);
  justify-content: flex-end;
  margin-bottom: 25px;
}
header.head .head-top a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  font-weight: 700;
  color: var(--contrastColorInverted);
  font-family: var(--headline);
}
header.head .head-top a:hover {
  color: var(--secondColor);
}
@media (max-width: 768px) {
  header.head .head-top a .text {
    display: none;
  }
}
@media (min-width: 1271px) {
  nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type {
    margin-right: 0;
  }
  nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    font-family: var(--headline);
  }
  nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 11px;
    height: 19px;
    background-image: url(../img/arrows.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    opacity: 0;
    transition: var(--baseTransition);
    vertical-align: middle;
  }
  nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before {
    opacity: 1;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before {
    opacity: 1;
  }
  nav #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;
  }
  nav #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 h4.mega-block-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--fontColor);
    padding-bottom: 30px;
    border-bottom: 2px dashed var(--greyLight);
  }
  nav #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 h4.mega-block-title:hover {
    border-bottom: 2px dashed var(--greyLight);
  }
  nav #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: 20px;
    font-weight: 700;
    color: var(--fontColor);
    margin-bottom: 27px;
  }
  nav #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 {
    color: var(--mainColor);
    font-weight: 700;
  }
  nav #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 {
    color: var(--fontColor);
    font-size: 17px;
    font-weight: 400;
  }
  nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:not(:last-of-type) {
    margin-bottom: 30px;
  }
  nav #mega-menu-wrap-primary #mega-menu-primary img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    top: -87px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 30px;
  }
  #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.mega-current_page_item a, nav #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.mega-current_page_ancestor > a.mega-menu-link, nav #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.mega-current-menu-item > a.mega-menu-link {
    color: var(--mainColor);
  }
  #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.mega-current_page_item a:hover, nav #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.mega-current_page_ancestor > a.mega-menu-link:hover, nav #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.mega-current-menu-item > a.mega-menu-link:hover {
    color: var(--fontColor);
  }
}
#hamburger {
  position: relative;
  display: block;
  height: 33px;
  width: 40px;
  cursor: pointer;
  transition: var(--baseTransition);
  background: transparent;
  border: transparent;
}
@media screen and (min-width: 1025px) {
  #hamburger {
    display: none;
  }
}
#hamburger .hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: var(--mainColor);
  transition: var(--baseTransition);
}
#hamburger .hamburger-line:first-child {
  transform: translateX(-50%) translateY(calc(-1 * 7px - 3px));
}
#hamburger .hamburger-line:last-child {
  transform: translateX(-50%) translateY(7px);
}
#hamburger.is-active .hamburger-line {
  width: 40px;
}
#hamburger.is-active .hamburger-line:first-child {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
#hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
#hamburger.is-active .hamburger-line:last-child {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}
@media screen and (max-width: 1270px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-size: 30px;
  }
  nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: clamp(2.3529411765rem, calc(1.9251336898rem + 2.2727272727vw), 3.5294117647rem);
  }
  nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
  }
  nav #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: 7px 15px;
  }
  nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, nav #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 {
    margin-bottom: 10px;
    font-weight: 700;
  }
  nav #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, nav #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 {
    font-weight: 700;
  }
  nav #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, nav #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 {
    font-size: 15px;
    padding-bottom: 5px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    border-radius: 10px;
  }
}
footer.foot {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
footer.foot .inner {
  max-width: var(--maxWidthBigger);
  width: var(--baseWidth);
  margin: 0 auto;
}
footer.foot .inner a {
  color: var(--contrastColorInverted);
  text-decoration: none;
}
footer.foot .inner p {
  color: var(--grey);
}
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);
  margin-bottom: 20px;
}
footer.foot .inner .row-1-wrapper {
  background-color: var(--greyDark);
  border-radius: 20px;
  padding: clamp(1.1764705882rem, calc(0rem + 6.25vw), 4.4117647059rem) 0;
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer.foot .inner .row.row-1 {
  width: var(--baseWidth);
  margin: 0 auto;
  max-width: var(--maxWidthBig);
}
footer.foot .inner .row.row-1 .col-1 .wp-block-gallery {
  gap: 20px;
}
footer.foot .inner .row.row-1 .col-1 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: 20px;
  height: 20px;
  flex-grow: unset;
}
footer.foot .inner .row.row-1 .col-1 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) a {
  width: 20px;
}
footer.foot .inner .row.row-1 .col-1 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) a:hover {
  opacity: 0.5;
}
footer.foot .inner .row.row-1 .col-1 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.foot .inner .row.row-1 .col-2 .wp-block-gallery {
  gap: 30px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--fontColor);
  justify-content: center;
}
footer.foot .inner .row.row-1 .col-2 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  max-height: 78px;
  flex-grow: unset;
  width: fit-content;
}
footer.foot .inner .row.row-1 .col-2 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img {
  height: 78px;
}
footer.foot .inner .row.row-1 .col-3 ul {
  text-align: right;
}
footer.foot .inner .row.row-1 .col-3 ul a:hover {
  color: var(--mainColor);
}
@media (max-width: 960px) {
  footer.foot .inner .row.row-1 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  footer.foot .inner .row.row-1 .col-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer.foot .inner .row.row-1 .col-3 ul {
    text-align: center;
  }
}
footer.foot .inner .row.row-2 {
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 24px;
}
footer.foot .inner .row.row-2 p {
  margin-bottom: 30px;
  font-size: 14px;
}
.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);
}
.image-credits {
  column-count: 3;
}
@media screen and (max-width: 1270px) {
  .image-credits {
    column-count: 2;
  }
}
@media screen and (max-width: 960px) {
  .image-credits {
    column-count: 1;
  }
}
body .gform_wrapper.gravity-theme {
  max-width: var(--maxWidth);
  margin: 0 auto;
  width: var(--baseWidth);
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme a {
  color: var(--blue);
}
body .gform_wrapper.gravity-theme a:hover {
  color: var(--grey);
}
body .gform_wrapper.gravity-theme .field_required, body .gform_wrapper.gravity-theme .gfield_required {
  color: var(--formBorderColor);
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 17px;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme .minitext, body .gform_wrapper.gravity-theme .ginput_container_consent {
  color: var(--grey);
  font-family: var(--headline);
  font-size: 15px;
}
body .wp-block-columns .gform_wrapper.gravity-theme {
  width: 100%;
}
/* 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: var(--baseWidth);
  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: var(--baseWidth);
  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;
}
a:focus {
  outline: var(--mainColor, #000) solid 2px;
}
