/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/scss/tailwind.scss ***!
  \*********************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html {
    font-family: var(--default-font), system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-size: 62.5%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font), system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-weight: 700;
  }

.blur, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {

  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1730px) {

  .container {
    max-width: 1730px;
  }
}
.visible {
  visibility: visible !important;
}
.collapse {
  visibility: collapse !important;
}
.order-2 {
  order: 2 !important;
}
.order-1 {
  order: 1 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.col-span-7 {
  grid-column: span 7 / span 7 !important;
}
.col-span-11 {
  grid-column: span 11 / span 11 !important;
}
.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mt-5 {
  margin-top: 50px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-8 {
  margin-top: 80px !important;
}
.mb-1\.5 {
  margin-bottom: 15px !important;
}
.-mt-1 {
  margin-top: -10px !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.w-full {
  width: 100% !important;
}
.resize {
  resize: both !important;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.gap-1\.5 {
  gap: 15px !important;
}
.gap-1 {
  gap: 10px !important;
}
.self-center {
  align-self: center !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pt-4 {
  padding-top: 40px !important;
}
.pt-2 {
  padding-top: 20px !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
@media (min-width: 576px) {

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
}
@media (min-width: 768px) {

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
}
@media (min-width: 992px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:my-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .lg\:mt-4 {
    margin-top: 40px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-7 {
    margin-bottom: 70px !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:py-7\.5 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .lg\:py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1200px) {

  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:order-3 {
    order: 3 !important;
  }

  .xl\:order-4 {
    order: 4 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:mt-2 {
    margin-top: 20px !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:mt-4 {
    margin-top: 40px !important;
  }

  .xl\:mt-9 {
    margin-top: 90px !important;
  }

  .xl\:mt-6 {
    margin-top: 60px !important;
  }

  .xl\:mb-4 {
    margin-bottom: 40px !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:pr-1 {
    padding-right: 10px !important;
  }

  .xl\:pt-2 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1730px) {

  .xxl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/scss/css.scss ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	Stylesheet

 */
/*	-----------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------------*/
/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for mixins

 */
/**
	USE PADDING FOR HEIGHTENING OF INPUTS/BUTTONS
	dont use line height or height for the height of input's, doesn't work in IE
 */
/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

SCSS for variables

*/
/*	-----------------------------------------------------------------------
	Brand colours
-------------------------------------------------------------------------*/
:root {
  --primary-color: #BDB0A1;
  --secondary-color: #544F73;
  --tertiary-color: blue;
  --organisation-color: #630D80;
  --default-font: "Neulis Neue", sans-serif;
  --heading-font: aviano-flare, sans-serif;
  --text-color: var(--secondary-color);
  --heading-color: var(--primary-color);
  --font-size-base: 2.0rem;
  --font-weight-heading: 600;
  --font-weight-base: 400;
  --line-height: 1.2;
  --line-height-base: 1.2;
  --letter-spacing-base: 0;
  --font-size-h1-max: 60px;
  --font-size-h1: 3.47vw;
  --font-size-h2-max: 40px;
  --font-size-h2: 2.31vw;
  --font-size-h3-max: 40px;
  --font-size-h3: 2.02vw;
  --font-size-h4-max: 35px;
  --font-size-h4: 1.73vw;
  --font-size-h5-max: 20px;
  --font-size-h5: 1.16vw;
  --font-size-h6-max: 14px;
  --font-size-h6: 0.81vw;
  --font-size-h1-mobile: 3.0rem;
  --font-size-h2-mobile: 2.4rem;
  --font-size-h3-mobile: 2.0rem;
  --font-size-h4-mobile: 1.8rem;
  --font-size-h5-mobile: 1.6rem;
  --font-size-h6-mobile: 1.4rem;
  --background-color: var(--primary-color);
  --border-width: 1px;
  --border-radius: 0;
  --border-radius-big: 75px;
  --button-padding: 1.39vw 1.73vw;
  --button-padding-mobile: 11px 13px;
  --button-padding-max: 24px 30px;
  --button-font-family: var(--default-font);
  --button-font-size: 2.0rem;
  --button-font-weight: 400;
  --height-prefix: 27px;
  --button-border-width: var(--border-width);
  --primary-button-color: white;
  --primary-button-border-color: var(--tertiary-color);
  --primary-button-background-color: var(--tertiary-color);
  --primary-button-hocus-color: #FFF;
  --primary-button-border-hocus-color: var(--secondary-color);
  --primary-button-background-hocus-color: var(--secondary-color);
  --secondary-button-color: var(--secondary-color);
  --secondary-button-border-color: var(--secondary-color);
  --secondary-button-background-color: #FFF;
  --secondary-button-hocus-color: #FFF;
  --secondary-button-border-hocus-color: var(--secondary-color);
  --secondary-button-background-hocus-color: var(--secondary-color);
  --gap-max: 88px;
  --gap: 5.09vw;
  --arrow-color: var(--secondary-color);
  --primary-border-color: var(--secondary-color);
  --primary-border-hocus-color: var(--primary-color);
  --secondary-border-color: var(--secondary-color);
  --secondary-border-hocus-color: var(--secondary-color);
  --link-color: var(--primary-color);
  --link-hocus-color: var(--secondary-color);
  --form-font-size: 1.8rem;
  --form-color: var(--secondary-color);
  --form-border-color: var(--primary-border-color);
  --form-placeholder-color: var(--secondary-color);
  --form-padding: 1.39vw 1.73vw 1.04vw;
  --form-padding-mobile: 14px 13px 8px;
  --form-padding-max: 24px 30px 18px;
  --swiper-button-dimensions: 75px;
  --swiper-button-mobile-dimensions: 40px;
  /* -----------------------------------------------------------------------
      Menu
  -------------------------------------------------------------------------*/
  --height-menu-item-desktop-max: 100px;
  --height-menu-item-desktop: 5.78vw;
  --font-size-menu-desktop-max: 20px;
  --font-size-menu-desktop: 1.16vw;
  --height-sub-menu-item-desktop: 40px;
  --icon-size-menu: 13px;
  --color-menu-desktop: var(--secondary-color);
  --hocus-color-menu-desktop: var(--link-hocus-color);
  --box-shadow-menu: 0 2px 7px 0 rgba(0, 0, 0, 0.03);
  --box-shadow-sub-menu: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
  --font-weight-menu-desktop: 600;
  --line-height-menu-desktop: var(--font-size-menu-desktop);
  --position-menu: right;
  --background-color-menu-mobile: var(--tertiary-color);
  --color-menu-mobile: #FFF;
  --hocus-color-menu-mobile: #FFF;
  --height-menu-item-mobile: 60px;
  --font-size-menu-mobile: 20px;
  --line-height-menu-mobile: var(--font-size-menu-mobile);
  --font-weight-menu-mobile: 700;
  --indent-menu: 50px;
  --indent-sub-menu: 50px;
  --indent-sub-sub-menu: 100px;
  --border-width-menu: 1px;
  --footer-content-color: var(--text-color);
  --filter-secondary: invert(75%) sepia(9%) saturate(444%) hue-rotate(352deg) brightness(95%) contrast(87%);
  --filter-tertiary: invert(41%) sepia(47%) saturate(1461%) hue-rotate(288deg) brightness(85%) contrast(90%);
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for elements

 */
.white {
  color: #FFF;
}

.primary {
  color: #BDB0A1;
  color: var(--primary-color);
}

.secondary {
  color: #544F73;
  color: var(--secondary-color);
}

.tertiary {
  color: blue;
  color: var(--tertiary-color);
}

.background--primary {
  background-color: #BDB0A1;
  background-color: var(--primary-color);
}

.background--secondary {
  background-color: #544F73;
  background-color: var(--secondary-color);
}

.background--tertiary {
  background-color: blue;
  background-color: var(--tertiary-color);
}

.border-top-right-radius {
  border-top-right-radius: 75px;
  border-top-right-radius: var(--border-radius-big);
}

.border-bottom-right-radius {
  border-bottom-right-radius: 75px;
  border-bottom-right-radius: var(--border-radius-big);
}

.border-top-left-radius {
  border-top-left-radius: 75px;
  border-top-left-radius: var(--border-radius-big);
}

.border-bottom-left-radius {
  border-bottom-left-radius: 75px;
  border-bottom-left-radius: var(--border-radius-big);
}

.grid {
  gap: 16px;
}

/**
	Responsive Iframe container
 */
.embed-container {
  position: relative;
  width: 100%;
  height: 0;
  max-width: 100%;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container .wp-video {
  width: 100% !important;
}
.embed-container .wp-video video {
  width: 100% !important;
  height: 100% !important;
}

/**
	Image wrapper and standard overlay (Add @include aspect-ratio(); on specific element)
 */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.image-wrapper img {
  position: absolute;
  width: auto;
  height: auto;
}
@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-wrapper img {
    top: 50%;
    left: 50%;
    max-width: calc(100% + 2px);
    transform: translateX(-50%) translateY(-50%);
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.lazy, .swiper-lazy, .lazy-skip {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy-loaded, .swiper-lazy-loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

/**
	disable Google Recaptcha iframe
 */
.grecaptcha-badge {
  display: none;
}
.grecaptcha-badge-inline p {
  font-size: 1.6rem;
  line-height: 14px;
}

.filter-secondary {
  filter: invert(75%) sepia(9%) saturate(444%) hue-rotate(352deg) brightness(95%) contrast(87%);
  filter: var(--filter-secondary);
}

/**
	Form developer's mode message
 */
.form-developer-message {
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  opacity: 0.25;
}
.form-developer-message h3 {
  font-size: 2.02vw;
  font-size: var(--font-size-h3);
}
.form-developer-message p {
  font-size: 2.0rem;
  font-size: var(--font-size-base);
}

.pagination h1, .pagination h2, .pagination h3, .pagination h4, .pagination h5, .pagination h6, .pagination p, .pagination li, .pagination td, .pagination a:not(.button) {
  color: #BDB0A1;
  color: var(--primary-color);
}
.pagination ul {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.pagination a, .pagination span {
  width: 100%;
  height: 100%;
  display: block;
  font-family: aviano-flare, sans-serif;
  font-family: var(--heading-font);
  font-size: 2.0rem;
  font-size: var(--font-size-base);
  overflow: hidden;
  text-decoration: none;
  border-width: 1px;
  border-width: var(--border-width);
  border-style: solid;
  border-color: #544F73;
  border-color: var(--primary-border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
}
.pagination .current {
  color: #BDB0A1;
  color: var(--primary-color);
}
.pagination .next {
  transform: rotate(270deg);
  background: url("../assets/images/icons/arrow.svg") no-repeat 50% 50%;
}
.pagination .prev {
  transform: rotate(90deg);
  background: url("../assets/images/icons/arrow.svg") no-repeat 50% 50%;
}
.pagination .next, .pagination .prev {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  overflow: hidden;
  color: transparent;
  background-size: 16px 14px;
}
.pagination .next i, .pagination .prev i {
  color: transparent;
}

* {
  position: relative;
}

/*	-----------------------------------------------------------------------
	Libraries
-------------------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}

.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}

a img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  border: 1px solid #f0f0f0;
  text-align: center;
  background: #fff;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 1.6rem;
  line-height: 17px;
}

.mejs-audio * {
  position: static;
}
.mejs-audio .mejs-controls {
  position: absolute;
  z-index: 2;
}

.mejs-inner, .mejs-layers {
  position: static !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.screen-reader-text:focus {
  clip: auto !important;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  display: block;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  z-index: 100000;
  text-decoration: none;
  color: #444;
  background-color: #eee;
  -webkit-clip-path: none;
          clip-path: none;
  /* Above WP toolbar. */
}

blockquote {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 0.65em 40px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.45;
  color: #383838;
  background: #ececec;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  font-size: 2.31vw;
  font-size: var(--font-size-h2);
  color: #7a7a7a;
}
blockquote cite {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  color: #999999;
}
blockquote cite:before {
  content: "— ";
}
.content blockquote p {
  margin-top: 0;
}

/**
	disable Wordpress absolute Admin bar
 */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper__button {
  display: inline-block;
  width: 75px;
  width: var(--swiper-button-dimensions);
  height: 75px;
  height: var(--swiper-button-dimensions);
  margin: 0 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  color: white;
  color: var(--primary-button-color);
  border-color: blue;
  border-color: var(--primary-button-border-color);
  background-color: blue;
  background-color: var(--primary-button-background-color);
}
.swiper__button:hover, .swiper__button:focus {
  color: #FFF;
  color: var(--primary-button-hocus-color);
  border-color: #544F73;
  border-color: var(--primary-button-border-hocus-color);
  background-color: #544F73;
  background-color: var(--primary-button-background-hocus-color);
}
.swiper__button:hover svg path, .swiper__button:focus svg path {
  fill: #FFF;
  fill: var(--primary-button-hocus-color);
}
.swiper__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: auto;
  filter: invert(1);
}
.swiper__button:last-child img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.swiper__button.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
}
.swiper-slide, .swiper-wrapper {
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide {
  flex-shrink: 0;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media (max-width: 1199.98px) {
  .swiper__button {
    width: 40px;
    width: var(--swiper-button-mobile-dimensions);
    height: 40px;
    height: var(--swiper-button-mobile-dimensions);
  }
  .swiper__button img {
    width: 15px;
  }
}

/**
    Styles kavelkaart.php
    Standout - Andrew Lautenbach
 */
.lot-card {
  overflow: hidden;
  /** On mobile */
}
@media (max-width: 1199.98px) {
  .lot-card {
    overflow: visible;
  }
}
.lot-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lot-card__lot {
  margin-top: 90px;
  min-height: 200px;
  transition: width 0.5s, height 0.5s;
}
.lot-card__lot > div {
  opacity: 1;
}
.lot-card__view {
  position: absolute;
  top: 55px;
  left: 90px;
  width: 320px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #544F73;
  background-color: var(--secondary-color);
  border-radius: 50px;
  pointer-events: all;
}
.lot-card__view p {
  padding: 0 20px;
  color: #FFF;
}
.lot-card__change-view {
  width: 50px;
  height: 50px;
  background-color: blue;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  transition: all 0.3s;
}
.lot-card__change-view img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 20px;
  transform: translate(-50%, -50%);
  filter: invert(100%);
}
.lot-card__change-view[name=nextView] img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.lot-card__change-view--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.lot-card__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #BDB0A1;
  background-color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  border-bottom-right-radius: 75px;
  border-bottom-right-radius: var(--border-radius-big);
  overflow: hidden;
  transition: opacity 0.3s 0.5s, visibility 0.3s 0.5s;
}
.lot-card__error {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.lot-card .hdParcelMap {
  max-height: 1100px;
}
@media (max-width: 1199.98px) {}
.lot-card .hdCanvas polygon {
  stroke: transparent;
  cursor: pointer;
  transition: stroke 0.3s;
}
.lot-card .hdCanvas polygon:hover, .lot-card .hdCanvas polygon:focus {
  stroke: rgba(255, 0, 0, 0.5);
}
.lot-card .hdCanvas .hdOption--active {
  stroke: red;
  stroke-width: 1px;
}
.lot-card .hdVisual {
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  background-color: #BDB0A1;
  background-color: var(--primary-color);
  float: none;
  border-bottom-right-radius: 75px;
  border-bottom-right-radius: var(--border-radius-big);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .lot-card .hdVisual {
    border-bottom-right-radius: 0;
    border-bottom-right-radius: initial;
  }
}
.lot-card .hdVisual__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.lot-card .hdVisual__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lot-card .hdVisual__mobile-overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lot-card .hdInfo {
  position: absolute;
  top: -55px;
  right: -60px;
  width: 440px;
  max-width: calc(100% - 60px);
  height: auto;
  background-color: #544F73;
  background-color: var(--secondary-color);
  border-radius: 0;
  border-radius: var(--border-radius);
  z-index: 1;
  transition: opacity 0.3s, width 0.5s, padding-left 0.3s, padding-right 0.3s;
}
.lot-card .hdInfo__close {
  position: absolute;
  top: 45px;
  left: 0;
  width: 50px;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .lot-card .hdInfo__close {
    top: -25px;
    right: -45px;
    left: auto;
  }
}
.lot-card .hdInfo__register {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.lot-card .hdInfo__register .button {
  width: 100%;
  display: block;
}
.lot-card .hdInfo__padding {
  padding-left: 10%;
  padding-right: 10%;
}
.lot-card .hdInfo__content {
  display: none;
  padding-top: 30px;
  padding-bottom: 60px;
}
.lot-card .hdInfo__spoof {
  min-height: 130px;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #BDB0A1;
  background-color: var(--primary-color);
  border-top-left-radius: 0;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: 0;
  border-top-right-radius: var(--border-radius);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1199.98px) {
  .lot-card .hdInfo__spoof {
    padding-top: 44px;
    padding-bottom: 22px;
  }
}
.lot-card .hdInfo__building-number {
  color: #544F73 !important;
  color: var(--secondary-color) !important;
}
.lot-card .hdInfo__building-number {
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .lot-card .hdInfo__building-number {
    font-size: 2.2rem;
  }
}
.lot-card .hdInfo__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 44px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s;
}
@media (max-width: 1199.98px) {
  .lot-card .hdInfo__title {
    font-size: 2.2rem;
  }
}
.lot-card .hdInfo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -999px;
  width: 99999px;
  height: 99999px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0.3s;
}
@media (max-width: 1199.98px) {
  .lot-card .hdInfo:before {
    height: 999px;
    width: 100vw;
  }
}
.lot-card .hdInfo .hdBuildingInfo {
  width: 100%;
  table-layout: fixed;
  opacity: 0;
  transition: opacity 0.3s;
}
.lot-card .hdInfo .hdBuildingInfo > div {
  display: table-row;
}
@media (max-width: 991.98px) {
  .lot-card .hdInfo .hdBuildingInfo > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.lot-card .hdInfo .hdBuildingInfo strong {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lot-card .hdInfo * {
  color: #FFF;
}
.lot-card--info-window .hdInfo {
  width: 50%;
}
.lot-card--info-window .hdInfo__register {
  opacity: 1;
  transition: opacity 0.3s 0.3s;
}
.lot-card--info-window .hdInfo__spoof {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .lot-card--info-window .hdInfo__spoof {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.lot-card--info-window .hdInfo__title {
  opacity: 0;
}
.lot-card--info-window .hdInfo .hdBuildingInfo {
  opacity: 1;
}
.lot-card--info-window .hdInfo__content {
  display: table;
}
@media (max-width: 1199.98px) {
  .lot-card--info-window {
    height: 100% !important;
  }
}
@media (max-width: 1729.98px) {
  .lot-card__view {
    top: 50px;
    left: 60px;
  }
  .lot-card .hdInfo {
    top: 50px;
    right: -60px;
  }
  .lot-card__view {
    top: 30px;
    left: 30px;
  }
  .lot-card .hdInfo {
    top: -90px;
    right: -30px;
  }
}
@media (max-width: 1199.98px) {
  .lot-card .hdInfo {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
body.touch .lot-card .lot-card__lot {
  height: auto !important;
}
body.touch .lot-card .lot-card__lot {
  margin-top: 50px;
}
body.touch .lot-card .lot-card__view {
  top: 0;
  padding: 10px;
  transform: translateY(-50%);
  z-index: 99;
}
body.touch .lot-card .lot-card__change-view {
  width: 30px;
  height: 30px;
}
body.touch .lot-card .lot-card__change-view img {
  max-width: 16px;
}
body.touch .lot-card .hdParcelMap {
  overflow: hidden;
}
body.touch .lot-card .hdCanvas {
  width: auto !important;
}
body.touch .lot-card .hdCanvas {
  height: 100%;
  max-width: inherit;
  transform: scaleX(1.5) translateX(16.9%);
}
body.touch .lot-card .hdVisual {
  border-radius: 0 !important;
}
body.touch .lot-card .hdVisual {
  padding-bottom: 166.6666666667%;
}
body.touch .lot-card .hdVisual__inner {
  transition: none;
}
body.touch .lot-card .hdInfo {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.touch .lot-card .hdInfo__close {
  left: auto;
  right: 0;
}
body.touch .lot-card .hdInfo__spoof {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.touch .lot-card .hdInfo__building-number {
  font-size: 2.4rem;
}
body.touch .lot-card .hdInfo__title {
  font-size: 2.4rem;
}
body.touch .lot-card--info-window .hdInfo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}
body.touch .lot-card--info-window .hdInfo:before {
  opacity: 1;
}
body.touch .lot-card--info-window .hdParcelMap {
  padding-bottom: 130px;
}
.lot-card--loading .hdInfo {
  opacity: 0;
  transition: opacity 0.3s, width 0.5s, padding-left 0.3s, padding-right 0.3s;
}
.lot-card--loading .lot-card__loader {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.lot-card--loading .lot-card__lot > div {
  opacity: 0;
  transition: opacity 0s 0.3s;
}
.lot-card--loading .lot-card__change-view {
  opacity: 0.3;
  pointer-events: none;
}

/**
    Changed data from HomeDNA it self
 */
.hdParcelMap .hdCanvas {
  width: 100%;
  height: 100%;
}

.hdCanvas {
  position: absolute;
  left: 0;
  top: 0;
}

.hdCanvas polygon {
  opacity: 0.5;
}

.hdCanvas polygon:hover {
  opacity: 0.8;
}

.hdInfo .hdBuildingInfo {
  display: none;
}

.hdInfo .hdBuildingInfo img {
  width: 100%;
}

.hdInfo .hdBuildingInfo .building_label {
  margin: 2px;
  padding: 2px 10px;
  display: inline-block;
}

/*	-----------------------------------------------------------------------
	Modules
-------------------------------------------------------------------------*/
.container-fluid {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media only screen and (min-width: 1730px) and (max-width: 9999px) {
  .container-fluid {
    padding-left: calc((100vw - 1640px) / 2);
    padding-right: calc((100vw - 1640px) / 2);
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid--half {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media only screen and (min-width: 1730px) and (max-width: 9999px) {
  .container-fluid--half {
    padding-left: calc((100vw - 1640px) / 2 - 90px);
    padding-right: calc((100vw - 1640px) / 2 - 90px);
  }
}
.container-fluid--half-left {
  padding-left: 3vw;
}
@media only screen and (min-width: 1730px) and (max-width: 9999px) {
  .container-fluid--half-left {
    padding-left: calc((100vw - 1640px) / 2 - 90px);
  }
}
.container-fluid--half-right {
  padding-right: 3vw;
}
@media only screen and (min-width: 1730px) and (max-width: 9999px) {
  .container-fluid--half-right {
    padding-right: calc((100vw - 1640px) / 2 - 90px);
  }
}

/**
Very specific function not often used, can become broken in the future if changes are made
 */
@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
}
.skiplink .button {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 999;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skiplink .button:focus {
  position: absolute;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 24px;
  transform: translateX(10px);
  font-size: 1.6rem;
  clip: auto;
  transition: 0.2s ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for typography

 */
body {
  -webkit-font-smoothing: antialiased !important;
}
body {
  font-family: "Neulis Neue", sans-serif;
  font-family: var(--default-font);
  font-size: 2.0rem;
  font-size: var(--font-size-base);
  font-size: max(min(2.0rem, 1.17vw), 16px);
  font-size: max(min(var(--font-size-base), 1.17vw), 16px);
  line-height: 1.2;
  line-height: var(--line-height-base);
}

.preload * {
  transition: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: aviano-flare, sans-serif;
  font-family: var(--heading-font);
  font-weight: 600;
  font-weight: var(--font-weight-heading);
  color: #BDB0A1;
  color: var(--heading-color);
}

h1 {
  font-size: 3.47vw;
  font-size: var(--font-size-h1);
}

h2 {
  font-size: 2.31vw;
  font-size: var(--font-size-h2);
}

h3 {
  font-size: 2.02vw;
  font-size: var(--font-size-h3);
}

h4 {
  font-size: 1.73vw;
  font-size: var(--font-size-h4);
}

h5 {
  font-size: 1.16vw;
  font-size: var(--font-size-h5);
  font-family: "Neulis Neue", sans-serif;
  font-family: var(--default-font);
  font-weight: 400;
  font-weight: var(--font-weight-base);
  color: #544F73;
  color: var(--secondary-color);
}

h6 {
  font-size: 0.81vw;
  font-size: var(--font-size-h6);
}

@media (min-width: 1730px) {
  h1 {
    font-size: 60px;
    font-size: var(--font-size-h1-max);
  }
  h2 {
    font-size: 40px;
    font-size: var(--font-size-h2-max);
  }
  h3 {
    font-size: 40px;
    font-size: var(--font-size-h3-max);
  }
  h4 {
    font-size: 35px;
    font-size: var(--font-size-h4-max);
  }
  h5 {
    font-size: 20px;
    font-size: var(--font-size-h5-max);
  }
  h6 {
    font-size: 14px;
    font-size: var(--font-size-h6-max);
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 3.0rem;
    font-size: var(--font-size-h1-mobile);
  }
  h2 {
    font-size: 2.4rem;
    font-size: var(--font-size-h2-mobile);
  }
  h3 {
    font-size: 2.0rem;
    font-size: var(--font-size-h3-mobile);
  }
  h4 {
    font-size: 1.8rem;
    font-size: var(--font-size-h4-mobile);
  }
  h5 {
    font-size: 1.6rem;
    font-size: var(--font-size-h5-mobile);
  }
  h6 {
    font-size: 1.4rem;
    font-size: var(--font-size-h6-mobile);
  }
}
p, li, td {
  margin-bottom: 0;
  font-weight: 400;
  font-weight: var(--font-weight-base);
  line-height: 1.512;
  color: #544F73;
  color: var(--text-color);
}

a {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #BDB0A1;
  color: var(--link-color);
  position: static;
}
a:hover, a:focus {
  text-decoration: none;
  color: #544F73;
  color: var(--link-hocus-color);
}

.big-title {
  font-size: 9.2rem;
}
@media (max-width: 1199.98px) {
  .big-title {
    font-size: 5rem;
  }
}
@media (max-width: 575.98px) {
  .big-title {
    font-size: 4rem;
  }
}

hr {
  border-color: #544F73;
  border-color: var(--secondary-color);
}

.content {
  margin-top: -15px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 30px;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
  margin-top: 15px;
}
.content h1:first-child + p, .content h1:first-child ul, .content h1:first-child td, .content h2:first-child + p, .content h2:first-child ul, .content h2:first-child td, .content h3:first-child + p, .content h3:first-child ul, .content h3:first-child td, .content h4:first-child + p, .content h4:first-child ul, .content h4:first-child td, .content h5:first-child + p, .content h5:first-child ul, .content h5:first-child td, .content h6:first-child + p, .content h6:first-child ul, .content h6:first-child td {
  margin-top: 15px;
}
.content h1 + h1, .content h1 + h2, .content h1 + h3, .content h1 + h4, .content h1 + h6, .content h2 + h1, .content h2 + h2, .content h2 + h3, .content h2 + h4, .content h2 + h6, .content h3 + h1, .content h3 + h2, .content h3 + h3, .content h3 + h4, .content h3 + h6, .content h4 + h1, .content h4 + h2, .content h4 + h3, .content h4 + h4, .content h4 + h6, .content h5 + h1, .content h5 + h2, .content h5 + h3, .content h5 + h4, .content h5 + h6, .content h6 + h1, .content h6 + h2, .content h6 + h3, .content h6 + h4, .content h6 + h6 {
  margin-top: 5px;
}
.content h1 + h5, .content h2 + h5, .content h3 + h5, .content h4 + h5, .content h5 + h5, .content h6 + h5 {
  margin-top: 20px;
}
.content h1 + p, .content h1 ul, .content h1 td, .content h2 + p, .content h2 ul, .content h2 td, .content h3 + p, .content h3 ul, .content h3 td, .content h4 + p, .content h4 ul, .content h4 td, .content h5 + p, .content h5 ul, .content h5 td, .content h6 + p, .content h6 ul, .content h6 td {
  margin-top: 15px;
}
.content p, .content ul, .content td {
  margin-top: 15px;
}
.content ul li {
  margin-bottom: 3px;
  padding-left: 40px;
  line-height: 1.6;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 20px;
  height: 14px;
  background: url("../assets/images/icons/check.svg") no-repeat center;
  background-size: contain;
  filter: invert(75%) sepia(9%) saturate(444%) hue-rotate(352deg) brightness(95%) contrast(87%);
  filter: var(--filter-secondary);
}
.content .button {
  margin-top: 15px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .content .button {
    margin-right: 5px;
  }
}
.content img {
  height: auto;
  max-width: 100%;
}
.content p.small {
  font-size: 16px;
}
.content p.big {
  font-size: 2.31vw;
  font-size: var(--font-size-h2);
}
@media (min-width: 1730px) {
  .content p.big {
    font-size: 40px;
    font-size: var(--font-size-h2-max);
  }
}
@media (max-width: 1199.98px) {
  .content p.big {
    font-size: 2rem;
  }
}
.content a {
  position: relative;
}
.content a:not(.button) {
  transition: color 0.3s ease-in-out;
  text-decoration: underline;
  color: #BDB0A1;
  color: var(--link-color);
  position: static;
}
.content a:not(.button):hover, .content a:not(.button):focus {
  color: #544F73;
  color: var(--link-hocus-color);
}

/*	-----------------------------------------------------------------------
	Typography classes
-------------------------------------------------------------------------*/
.verborgen {
  position: fixed;
  top: -10000px;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for Forms

 */
/*	Checkbox & Radio
If design differs, de-couple these
Note:
The visual radio/checkbox is the <div>
The span is the text
--------------------------------------- */
[type=radio], [type=checkbox] {
  width: auto;
}

/** Radio specific styling */
.radio span:first-child:before {
  border-radius: 50%;
}
.radio span:first-child:after {
  border-radius: 50%;
}

/** Checkbox specific styling */
.checkbox span:first-child:before {
  border-radius: 5px;
}
.checkbox span:first-child:after {
  border-radius: 3px;
}

.checkbox, .radio {
  position: relative;
  min-height: 14px;
  display: inline-block;
  margin-right: 30px;
}
.checkbox label, .radio label {
  display: flex;
  padding: 2px 0;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.checkbox label a, .radio label a {
  color: #000;
}
.checkbox label span, .radio label span {
  vertical-align: middle;
}
.checkbox label:hover, .checkbox label:focus, .radio label:hover, .radio label:focus {
  color: #BDB0A1;
  color: var(--primary-color);
}
.checkbox span:first-child, .radio span:first-child {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 0px;
}
.checkbox span:first-child:before, .radio span:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #544F73;
  border: 1px solid var(--form-border-color);
}
.checkbox span:first-child:after, .radio span:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #BDB0A1;
  background: var(--primary-color);
  transform: translate(-50%, -50%);
  border: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.checkbox span:last-child, .radio span:last-child {
  padding-left: 15px;
}
.checkbox input, .radio input {
  position: absolute !important;
}
.checkbox input, .radio input {
  left: -9999px;
  /* checked mark aspect changes */
  /* disabled state */
}
.checkbox input:checked + label > span:first-child:after, .radio input:checked + label > span:first-child:after {
  opacity: 1;
}
.checkbox input:focus ~ label, .radio input:focus ~ label {
  outline: -webkit-focus-ring-color auto 1px;
}
.checkbox input:disabled ~ label, .radio input:disabled ~ label {
  cursor: not-allowed !important;
}
.checkbox input:disabled ~ label, .radio input:disabled ~ label {
  opacity: 0.8;
}
.checkbox input:disabled ~ label span:first-child:after, .radio input:disabled ~ label span:first-child:after {
  transform: scale(0);
  opacity: 0;
}

.form-wrapper #formname {
  display: none;
}

.homedna-survey .formPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.homedna-survey input::-moz-placeholder {
  color: transparent;
}
.homedna-survey input::placeholder {
  color: transparent;
}
.homedna-survey input[type=checkbox] {
  accent-color: blue;
  accent-color: var(--tertiary-color);
}
.homedna-survey .spacer {
  display: none;
}
.homedna-survey .wrap-question {
  width: 100%;
}
.homedna-survey #formPageNav {
  margin-top: 55px;
  position: relative;
  margin-bottom: 25px;
}
.homedna-survey #formPageNav span {
  cursor: pointer;
}
.homedna-survey #formPageNav span.text, .homedna-survey #formPageNav span.active {
  font-weight: 700;
}
.homedna-survey #tq54237 label {
  display: none;
}
@media (min-width: 992px) {
  .homedna-survey #tq54237 {
    width: calc(25% - 15px);
  }
}
.homedna-survey #tq54233 {
  width: calc(70% - 10px);
}
@media (min-width: 992px) {
  .homedna-survey #tq54233 {
    width: calc(30% - 15px);
  }
}
.homedna-survey #tq54234 {
  width: calc(30% - 10px);
}
@media (min-width: 992px) {
  .homedna-survey #tq54234 {
    width: calc(15% - 15px);
  }
  .homedna-survey #tq54232 {
    width: calc(30% - 15px);
  }
  .homedna-survey #tq54235 {
    width: calc(40% - 30px);
  }
}
.homedna-survey #tq54236 {
  width: 100%;
}
@media (min-width: 992px) {
  .homedna-survey #tq54236 {
    width: calc(20% - 10px);
  }
}
.homedna-survey #tq54242 {
  width: 100%;
}
@media (min-width: 992px) {
  .homedna-survey #tq54242 {
    width: calc(40% - 10px);
  }
  .homedna-survey #tq54238 {
    width: calc(33% - 20px);
  }
  .homedna-survey #tq54239, .homedna-survey #tq54239_confirmation {
    width: calc(33% - 10px);
  }
}
.homedna-survey #tq55410 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (min-width: 992px) {}
.homedna-survey #tq55410 .question {
  width: 100%;
  font-weight: 700;
  margin-bottom: 10px;
  display: none;
}
.homedna-survey #tq55410 label:nth-child(n+2) {
  display: flex;
  gap: 15px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .homedna-survey #tq55410 label:nth-child(n+2) {
    width: 100%;
  }
}
.homedna-survey #tqq55412 {
  margin-top: 30px;
  overflow: visible;
  display: flex;
  gap: 10px;
}
.homedna-survey #tqq55412 .question {
  position: absolute;
  top: -20px;
  left: auto;
  margin-bottom: -20px;
}
@media (max-width: 575.98px) {
  .homedna-survey #tqq55412 .question {
    position: relative;
    top: auto;
  }
}
.homedna-survey #tqq55412_72277 .question, .homedna-survey #tqq55412_72278 .question, .homedna-survey #tqq55412_72279 .question {
  display: none;
}
@media (max-width: 575.98px) {
  .homedna-survey #tqq55412 {
    flex-direction: column;
  }
}
.homedna-survey #tq55411 .question {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 10px;
}
.homedna-survey #tq55411 .cbx-img {
  max-width: 200px;
  margin-right: 10px;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .homedna-survey #tq55411 .cbx-img {
    width: 100px;
  }
  .homedna-survey #tq55411 .cbx-img .checkbox-image-name {
    display: none;
  }
}
.homedna-survey #tq55411 .cbx-img .checkbox_img_layer {
  border-radius: 15px;
  transition: all 0.4s ease;
}
.homedna-survey #tq55411 .cbx-img:hover .checkbox_img_layer, .homedna-survey #tq55411 .cbx-img:focus .checkbox_img_layer {
  border: 2px solid blue !important;
  border: 2px solid var(--tertiary-color) !important;
}
.homedna-survey #tq55411 .cbx-img:hover .checkbox_img_layer, .homedna-survey #tq55411 .cbx-img:focus .checkbox_img_layer {
  background: rgba(207, 69, 143, 0.02);
}
.homedna-survey #tq55411 .cbx-img input:checked ~ .checkbox_img_layer {
  border: 2px solid blue !important;
  border: 2px solid var(--tertiary-color) !important;
}
.homedna-survey #tq55411 .cbx-img input:checked ~ .checkbox_img_layer {
  background: rgba(207, 69, 143, 0.02);
}
.homedna-survey #tq54243 {
  display: flex;
  flex-wrap: wrap;
}
.homedna-survey #tq54243 .question {
  font-weight: 700;
  margin-bottom: 10px;
}
.homedna-survey #tq54243 label {
  width: 100%;
  display: flex;
  gap: 15px;
}
.homedna-survey #tq54243 input {
  min-width: 13px;
}
.homedna-survey select {
  padding: 1.39vw 1.73vw 1.04vw !important;
  padding: var(--form-padding) !important;
}
.homedna-survey select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../assets/images/icons/angle-down.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}
@media (min-width: 1730px) {
  .homedna-survey select {
    padding: 21px 0 21px 21px !important;
  }
}
@media (max-width: 1199.98px) {
  .homedna-survey select {
    padding: 11px 13px 11px !important;
  }
  .homedna-survey select {
    background-size: 25px;
  }
}
.homedna-survey button[type=submit] {
  width: 100%;
  display: block;
  text-align: center;
}
.homedna-survey #formPageNav {
  color: blue;
  color: var(--tertiary-color);
}

form .grid > [class*=col] {
  overflow: hidden;
}

input, select, textarea {
  width: 100%;
  display: block;
  padding: 1.39vw 1.73vw 1.04vw;
  padding: var(--form-padding);
  font-size: 1.8rem;
  font-size: var(--form-font-size);
  font-family: "Neulis Neue", sans-serif;
  font-family: var(--default-font);
  line-height: 1.2;
  line-height: var(--line-height-base);
  overflow: hidden;
  color: #544F73;
  color: var(--form-color);
  background-color: transparent;
  border-width: 1px;
  border-width: var(--border-width);
  border-style: solid;
  border-color: #544F73;
  border-color: var(--form-border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #544F73;
  color: var(--form-placeholder-color);
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #544F73;
  color: var(--form-placeholder-color);
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #544F73;
  color: var(--form-placeholder-color);
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #544F73;
  color: var(--form-placeholder-color);
}
@media (min-width: 1730px) {
  input, select, textarea {
    padding: 24px 30px 18px;
    padding: var(--form-padding-max);
  }
}
@media (max-width: 1199.98px) {
  input, select, textarea {
    padding: 14px 13px 8px;
    padding: var(--form-padding-mobile);
  }
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  line-height: 1.2;
  line-height: var(--line-height-base);
}

label {
  color: #544F73;
  color: var(--form-placeholder-color);
  font-size: 1.8rem;
  font-size: var(--form-font-size);
}

.label {
  z-index: 1;
}
.label--in-input {
  position: absolute;
  top: 50%;
  left: 20px;
  max-width: calc(100% - 22px);
  transform: translateY(-50%);
  transform-origin: 0% 0%;
  pointer-events: none;
  overflow: hidden;
  transition: transform 0.3s, max-width 0.3s;
}
.label--active {
  max-width: 500px;
  transform: translateX(-20px) translateY(-50px) scale(0.7);
}
@media (max-width: 1729.98px) {
  .label--active {
    transform: translateX(-20px) translateY(-47px) scale(0.7);
  }
}
@media (max-width: 1199.98px) {
  .label--active {
    transform: translateX(-20px) translateY(-40px) scale(0.7);
  }
}

textarea {
  resize: none;
}

button {
  outline: none;
}

.form-error {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transition: width 0.3s;
  border-radius: 12px;
  background: #544F73;
  background: var(--primary-border-color);
  transform: translateY(-50%);
  cursor: pointer;
}
.form-error > span {
  position: absolute;
  top: 4px;
  right: 0;
  width: 200px;
  font-size: 1.6rem;
  line-height: 1;
  transition: color 0.3s;
  text-align: center;
  color: transparent;
}
.form-error:hover, .form-error:focus {
  width: 200px;
}
.form-error:hover > span, .form-error:focus > span {
  color: #FFF;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for cookie message

 */
/**
 * Cookie Consent
 ------------------------------------------------------------------------------------
 */
.cookie-consent {
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  left: 0;
  transform: none;
  width: 100%;
  background: white;
  padding: 30px;
}
.cookie-consent__title {
  margin-bottom: 15px;
}
.cookie-consent p {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .cookie-consent p {
    font-size: 0.7rem;
    line-height: 20px;
  }
}
.cookie-consent .preference {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: -20px;
  text-align: center;
  border: none;
}
@media (min-width: 992px) {
  .cookie-consent .preference {
    float: right;
  }
}

/**
 * Cookie preferences
 ------------------------------------------------------------------------------------
 */
.cookie-preference {
  margin: 30px 0 60px;
}
.cookie-preference li:before {
  content: "";
  padding: 0;
  display: none;
}
.cookie-preference input[type=radio] {
  margin-right: 15px;
}
.cookie-preference label {
  font-weight: 700;
}
.cookie-preference + p {
  display: none;
}
.cookie-preference ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cookie-preference ul li:before {
  content: "";
  padding: 0;
  display: none;
}
.cookie-preference ul input[type=radio] {
  margin-right: 15px;
}
.cookie-preference ul label {
  font-weight: 700;
}
.cookie-preference + p {
  display: none;
}

/*	-----------------------------------------------------------------------
	Theme
-------------------------------------------------------------------------*/
/**
	Standard button *** Needs styling
 */
.button {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 1.39vw 1.73vw;
  padding: var(--button-padding);
  font-family: "Neulis Neue", sans-serif;
  font-family: var(--button-font-family);
  font-size: max(min(2.0rem, 1.17vw), 16px);
  font-size: max(min(var(--button-font-size), 1.17vw), 16px);
  font-weight: 400;
  font-weight: var(--button-font-weight);
  background-color: #BDB0A1;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 1.2;
  line-height: var(--line-height-base);
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  vertical-align: middle;
  border-radius: 0;
  letter-spacing: 0;
  letter-spacing: var(--letter-spacing-base);
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 1730px) {
  .button {
    padding: 24px 30px;
    padding: var(--button-padding-max);
  }
}
@media (max-width: 1199.98px) {
  .button {
    padding: 11px 13px;
    padding: var(--button-padding-mobile);
  }
}
.button--primary {
  color: white;
  color: var(--primary-button-color);
  border-color: blue;
  border-color: var(--primary-button-border-color);
  background-color: blue;
  background-color: var(--primary-button-background-color);
}
.button--primary:hover, .button--primary:focus {
  color: #FFF;
  color: var(--primary-button-hocus-color);
  border-color: #544F73;
  border-color: var(--primary-button-border-hocus-color);
  background-color: #544F73;
  background-color: var(--primary-button-background-hocus-color);
}
.button--primary:hover svg path, .button--primary:focus svg path {
  fill: #FFF;
  fill: var(--primary-button-hocus-color);
}
.button--secondary {
  color: #544F73;
  color: var(--secondary-button-color);
  border-color: #544F73;
  border-color: var(--secondary-button-border-color);
  background-color: #FFF;
  background-color: var(--secondary-button-background-color);
}
.button--secondary:hover, .button--secondary:focus {
  color: #FFF;
  color: var(--secondary-button-hocus-color);
  border-color: #544F73;
  border-color: var(--secondary-button-border-hocus-color);
  background-color: #544F73;
  background-color: var(--secondary-button-background-hocus-color);
}
.button--secondary:hover svg path, .button--secondary:focus svg path {
  fill: #FFF;
  fill: var(--secondary-button-hocus-color);
}
.button--organisation {
  display: none !important;
}
.button--organisation {
  align-items: center;
  font-weight: 600;
  color: #FFF;
  border-color: #630D80;
  border-color: var(--organisation-color);
  background-color: #630D80;
  background-color: var(--organisation-color);
}
.button--organisation:hover, .button--organisation:focus {
  color: #FFF;
}
@media (min-width: 1200px) {
  .button--organisation {
    border-radius: 0 0 0 0;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
}
.button--two-icons img {
  position: absolute;
  display: inline-block;
  margin-right: 15px;
  transition: opacity 0.7s;
  filter: brightness(200%);
}
.button--two-icons img:nth-child(2) {
  position: relative;
  opacity: 0;
}
.button--two-icons:hover img, .button--two-icons:focus img {
  opacity: 0;
}
.button--two-icons:hover img:nth-child(2), .button--two-icons:focus img:nth-child(2) {
  opacity: 1;
}
@media (min-width: 992px) {
  .button--two-icons {
    padding: 1.2vw 1.5vw 1vw;
  }
}
@media (min-width: 1730px) {
  .button--two-icons {
    padding: 20px 30px 18px;
  }
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for nav elements
 	Standard menu template
 */
/**
	//Styling that applies to all menu's (including mobile)
	MENU STANDARD
 */
body.active-menu {
  overflow: hidden;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}

.menu-wrapper__realisation {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  background-color: blue;
  background-color: var(--background-color-menu-mobile);
}
.menu-wrapper__realisation p {
  color: #FFF;
}
.menu-wrapper__realisation img {
  filter: brightness(0) invert(1);
}
.menu-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.menu-wrapper ul.accessible {
  visibility: visible !important;
  opacity: 1 !important;
}
.menu-wrapper a {
  display: block;
}
.menu-wrapper li.active > a > .tag:before {
  animation: button-to-down 0.3s forwards !important;
}
.menu-wrapper li.active a {
  color: blue;
  color: var(--tertiary-color);
}
.menu-wrapper li.active > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper li:hover > .sub-menu, .menu-wrapper li:focus > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper--desktop li.menu-item-has-children > a > .tag {
  display: inline-block;
}
.menu-wrapper--desktop li:hover a, .menu-wrapper--desktop li:focus a {
  color: blue;
  color: var(--tertiary-color);
}
.menu-wrapper--desktop .nav {
  height: 5.78vw;
  height: var(--height-menu-item-desktop);
  align-items: center;
  flex-flow: row;
  justify-content: space-between;
  padding-left: 6.07vw;
}
@media (min-width: 1730px) {
  .menu-wrapper--desktop .nav {
    height: 100px;
    height: var(--height-menu-item-desktop-max);
  }
}
.menu-wrapper--desktop a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: calc((5.78vw - 1.16vw) / 2) 0;
  padding: calc((var(--height-menu-item-desktop) - var(--font-size-menu-desktop)) / 2) 0;
  font-size: 1.16vw;
  font-size: var(--font-size-menu-desktop);
  font-weight: 600;
  font-weight: var(--font-weight-menu-desktop);
  line-height: 1.16vw;
  line-height: var(--line-height-menu-desktop);
  color: #544F73;
  color: var(--color-menu-desktop);
}
@media (min-width: 1730px) {
  .menu-wrapper--desktop a {
    padding: calc((100px - 20px) / 2) 0;
    padding: calc((var(--height-menu-item-desktop-max) - var(--font-size-menu-desktop-max)) / 2) 0;
    font-size: 20px;
    font-size: var(--font-size-menu-desktop-max);
  }
}
.menu-wrapper--desktop a:hover, .menu-wrapper--desktop a:focus {
  color: #544F73;
  color: var(--hocus-color-menu-desktop);
}
.menu-wrapper--desktop a:hover > .tag:before, .menu-wrapper--desktop a:focus > .tag:before {
  animation: button-to-down 0.3s forwards !important;
}
.menu-wrapper--desktop > ul > li > a {
  justify-content: space-around;
}
.menu-wrapper--desktop .sub-menu {
  position: absolute;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: block;
  min-width: 100%;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  background-color: #FFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
  box-shadow: var(--box-shadow-sub-menu);
}
.menu-wrapper--desktop .sub-menu a {
  padding: calc((40px - 1.16vw) / 2) 11px;
  padding: calc((var(--height-sub-menu-item-desktop) - var(--font-size-menu-desktop)) / 2) 11px;
}
.menu-wrapper--desktop .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  width: auto;
}
.menu-wrapper--footer li.menu-item-has-children > a > .tag {
  display: inline-block;
}
.menu-wrapper--footer .nav {
  height: 90px;
  align-items: center;
  flex-flow: row;
  justify-content: space-between;
}
.menu-wrapper--footer a {
  color: #544F73;
  color: var(--secondary-color);
}
.menu-wrapper--footer .sub-menu {
  display: none;
}
.menu-wrapper--mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  padding: 120px 8vw 190px;
  z-index: 999;
  visibility: hidden;
  overflow: scroll;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: blue;
  background-color: var(--background-color-menu-mobile);
}
body.active-menu .menu-wrapper--mobile {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
body.active-menu .menu-wrapper--mobile .background {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper--mobile .logo_link {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.menu-wrapper--mobile ul li {
  width: 100%;
  display: block;
}
.menu-wrapper--mobile ul li.menu-item-has-children > a > .tag {
  display: block;
}
.menu-wrapper--mobile a {
  padding-top: calc((60px - 20px) / 2);
  padding-top: calc((var(--height-menu-item-mobile) - var(--font-size-menu-mobile)) / 2);
  padding-bottom: calc((60px - 20px) / 2);
  padding-bottom: calc((var(--height-menu-item-mobile) - var(--font-size-menu-mobile)) / 2);
  padding-left: 50px;
  padding-left: var(--indent-menu);
  padding-right: 50px;
  padding-right: var(--indent-menu);
  text-align: center;
  border: 0;
  font-size: 20px;
  font-size: var(--font-size-menu-mobile);
  font-weight: 700;
  font-weight: var(--font-weight-menu-mobile);
  line-height: 20px;
  line-height: var(--line-height-menu-mobile);
  color: #FFF;
  color: var(--color-menu-mobile);
}
.menu-wrapper--mobile a:hover, .menu-wrapper--mobile a:focus {
  color: #FFF;
  color: var(--hocus-color-menu-mobile);
}
.menu-wrapper--mobile .tag:after {
  background-color: #544F73;
  background-color: var(--primary-border-color);
}
.menu-wrapper--mobile .sub-menu {
  display: none;
}
.menu-wrapper--mobile .sub-menu a {
  padding-left: 50px;
  padding-left: var(--indent-sub-menu);
  padding-right: 50px;
  padding-right: var(--indent-sub-menu);
  font-size: 20px-0.2rem;
  font-size: var(--font-size-menu-mobile)-0.2rem;
  line-height: 1;
}
.menu-wrapper--mobile .sub-menu .sub-menu a {
  padding-left: 100px;
  padding-left: var(--indent-sub-sub-menu);
  padding-right: 100px;
  padding-right: var(--indent-sub-sub-menu);
  font-size: 20px-0.4rem;
  font-size: var(--font-size-menu-mobile)-0.4rem;
  line-height: 1;
}
.menu-wrapper--mobile .background {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: background-color 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  var(--position-menu): 300px;
}
@media (max-width: 575.98px) {
  .menu-wrapper--mobile {
    width: 100%;
  }
  .menu-wrapper--mobile .background {
    display: none;
  }
}

.menu-toggle {
  top: 20px;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 0 0 auto;
  border: 0;
  border-radius: 50%;
  background-color: blue;
  background-color: var(--tertiary-color);
  transition: background-color 0.3s;
}
body.active-menu .menu-toggle {
  background-color: #FFF;
}
.menu-toggle .icon-bar {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 18px;
  height: 2px;
  display: block;
  z-index: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform-origin: 50%;
  border-radius: 0;
  border-radius: var(--border-radius);
  background-color: #FFF;
  transition: background-color 0.3s;
}
body.active-menu .menu-toggle .icon-bar {
  background-color: blue;
  background-color: var(--tertiary-color);
}
.menu-toggle .icon-bar:nth-child(1) {
  transform: translateY(8px) translateX(0px);
}
.menu-toggle .icon-bar:nth-child(2) {
  transform: translateY(14px) translateX(0px);
}
.menu-toggle .icon-bar:nth-child(3) {
  transform: translateY(20px) translateX(0px);
}
body.active-menu .menu-toggle .icon-bar:nth-child(1) {
  transform: translateY(14px) translateX(0px) rotate(45deg);
}
body.active-menu .menu-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
body.active-menu .menu-toggle .icon-bar:nth-child(3) {
  transform: translateY(14px) translateX(0px) rotate(-45deg);
}

.tag {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  border: none;
  background: none;
}
.menu-wrapper--mobile .tag {
  width: 60px;
  width: var(--height-menu-item-mobile);
  height: 60px;
  height: var(--height-menu-item-mobile);
}
.menu-wrapper--mobile .tag:before {
  background-image: url("../assets/images/icons/arrow-mobile.svg");
}
.menu-wrapper--desktop .tag {
  position: relative;
  width: 13px;
  width: var(--icon-size-menu);
  height: 13px;
  height: var(--icon-size-menu);
  margin-left: 10px;
  float: right;
  filter: invert(75%) sepia(9%) saturate(444%) hue-rotate(352deg) brightness(95%) contrast(87%);
  filter: var(--filter-secondary);
}
.tag:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  right: var(--height-menu-item-mobile);
  width: 1px;
  width: var(--border-width-menu);
  height: 60px-20px;
  height: var(--height-menu-item-mobile)-20px;
  transform: translateY(-50%);
}
.tag:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  width: var(--icon-size-menu);
  height: 13px;
  height: var(--icon-size-menu);
  transform: translate(-50%, -50%) rotate(270deg);
  animation: button-to-up 0.3s forwards;
  background-image: url("../assets/images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .tag {
    right: 0;
  }
}
@keyframes button-to-down {
  0% {
    transform: translate(-50%, -50%) rotate(270deg) scale(1);
    opacity: 1;
  }
  49% {
    transform: translate(-50%, -50%) rotate(270deg) scale(0.5);
    opacity: 0;
  }
  51% {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
    opacity: 1;
  }
}
@keyframes button-to-up {
  0% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
    opacity: 1;
  }
  49% {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
    opacity: 0;
  }
  51% {
    transform: translate(-50%, -50%) rotate(270deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(270deg) scale(1);
    opacity: 1;
  }
}

/**
    All changes in the core flexible content blocks, for things like caroussels and gallery section etc please look in sections/main
    Please ask andrew if there are changes in the customLightbox specifically,
    he probably won't remember either but that's okay
 */
.flexible {
  margin-top: 75px;
  margin-bottom: 75px;
  /**
      MEDIA - OFFSET
   */
  /**
      BUTTONS & MEDIA
   */
  /**
        BORDER-RADIUS
     */
}
@media (min-width: 992px) {
  .flexible .grid {
    gap: 5.09vw;
    gap: var(--gap);
  }
}
@media (min-width: 1730px) {
  .flexible .grid {
    gap: 88px;
    gap: var(--gap-max);
  }
}
.flexible .grid--small-gap {
  gap: 16px;
}
.flexible .image {
  height: 100%;
}
.flexible .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: opacity 0.3s, border-radius 0.3s, box-shadow 0.5s, filter 0.3s;
}
.flexible .image__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: blue;
  background-color: var(--tertiary-color);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.flexible .image__zoom img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
}
.flexible .image:hover .image__zoom, .flexible .image:focus .image__zoom {
  opacity: 1;
}
.flexible img:not([src$=svg]) {
  width: 100%;
}
@media (min-width: 992px) {
  .flexible .col-item:first-child .media, .flexible .col-item:last-child .media {
    width: calc(100% + 5vw);
  }
}
@media (min-width: 1730px) {
  .flexible .col-item:first-child .media, .flexible .col-item:last-child .media {
    width: calc(100% + 90px);
  }
}
@media (min-width: 992px) {
  .flexible--one-column .col-item:first-child .media, .flexible--two-columns .col-item:first-child .media, .flexible--three-columns .col-item:first-child .media, .flexible--four-columns .col-item:first-child .media {
    margin-left: -5vw;
  }
}
@media (min-width: 1730px) {
  .flexible--one-column .col-item:first-child .media, .flexible--two-columns .col-item:first-child .media, .flexible--three-columns .col-item:first-child .media, .flexible--four-columns .col-item:first-child .media {
    margin-left: -90px;
  }
}
.flexible--two-columns .col-item:first-child .media__button, .flexible--three-columns .col-item:first-child .media__button, .flexible--four-columns .col-item:first-child .media__button {
  left: 100%;
  transform: translate(-50%, -50%);
}
.flexible--two-columns .col-item:first-child .media__button img, .flexible--three-columns .col-item:first-child .media__button img, .flexible--four-columns .col-item:first-child .media__button img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.flexible--two-columns .col-item:first-child .media__button:hover, .flexible--three-columns .col-item:first-child .media__button:hover, .flexible--four-columns .col-item:first-child .media__button:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.flexible--two-columns .col-item:last-child .media__button, .flexible--three-columns .col-item:last-child .media__button, .flexible--four-columns .col-item:last-child .media__button {
  right: 100%;
  transform: translate(50%, -50%);
}
.flexible--two-columns .col-item:last-child .media__button:hover, .flexible--three-columns .col-item:last-child .media__button:hover, .flexible--four-columns .col-item:last-child .media__button:hover {
  transform: translate(50%, -50%) scale(1.2);
}
.flexible--one-column .customLightbox__button {
  display: none;
}
.flexible--three-columns .col-item:nth-child(2) .customLightbox__button {
  display: none;
}
.flexible--four-columns .col-item:nth-child(2) .customLightbox__button, .flexible--four-columns .col-item:nth-child(3) .customLightbox__button {
  display: none;
}
.flexible--border-top-right .col-item:last-child .media img, .flexible--border-top-right .col-item:last-child .media video {
  border-top-right-radius: 75px;
  border-top-right-radius: var(--border-radius-big);
}
.flexible--border-bottom-right .col-item:last-child .media img, .flexible--border-bottom-right .col-item:last-child .media video {
  border-bottom-right-radius: 75px;
  border-bottom-right-radius: var(--border-radius-big);
}
.flexible--border-top-left .col-item:first-child .media img, .flexible--border-top-left .col-item:first-child .media video {
  border-top-left-radius: 75px;
  border-top-left-radius: var(--border-radius-big);
}
.flexible--border-bottom-left .col-item:first-child .media img, .flexible--border-bottom-left .col-item:first-child .media video {
  border-bottom-left-radius: 75px;
  border-bottom-left-radius: var(--border-radius-big);
}
@media (max-width: 1199.98px) {
  .flexible {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.barba-overlay {
  position: fixed;
  top: 112px;
  left: 0;
  width: 100%;
  height: calc(100% - 112px);
  z-index: 99;
  pointer-events: none;
  background-color: #BDB0A1;
  background-color: var(--primary-color);
  transform: translateY(-100%);
  transition: transform 1s;
}
@media (max-width: 1199.98px) {
  .barba-overlay {
    top: 0;
    height: 100%;
  }
}
.barba-overlay__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #544F73;
  background-color: var(--secondary-color);
  transform: translateY(-100%);
  transition: transform 1s;
}
.barba-overlay--active {
  opacity: 1;
  transform: translateY(0);
}
.barba-overlay--active .barba-overlay__background {
  transform: translateY(0%);
}
.barba-overlay--after {
  transform: translateY(100%);
}
.barba-overlay--after .barba-overlay__background {
  transform: translateY(0%);
}
.barba-overlay--reset {
  transition: none !important;
}
.barba-overlay--reset .barba-overlay__background {
  transition: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.reveal--blob-blue-red {
  transform: translateY(0);
}
.reveal--up {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.swiper-slide:nth-child(1) {
  transition-delay: 0.1s;
}
.swiper-slide:nth-child(2) {
  transition-delay: 0.2s;
}
.swiper-slide:nth-child(3) {
  transition-delay: 0.3s;
}
.swiper-slide:nth-child(4) {
  transition-delay: 0.4s;
}
.swiper-slide:nth-child(5) {
  transition-delay: 0.5s;
}
.swiper-slide:nth-child(6) {
  transition-delay: 0.6s;
}
.swiper-slide:nth-child(7) {
  transition-delay: 0.7s;
}
.swiper-slide:nth-child(8) {
  transition-delay: 0.8s;
}
.swiper-slide:nth-child(9) {
  transition-delay: 0.9s;
}
.swiper-slide:nth-child(10) {
  transition-delay: 1s;
}
.swiper--visible .swiper-slide {
  opacity: 1;
  transform: translateY(0);
}

.logo-parent {
  display: inline-block;
}

.logo {
  position: absolute;
  padding: 1.73vw 0 2.89vw;
  z-index: 1001;
  transition: transform 0.2s, opacity 0.3s;
  transform-origin: 0% 0%;
}
body.active-menu .logo {
  opacity: 0;
}
.logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.77vw;
  width: calc(100% + 5.55vw);
  height: 100%;
  background-color: #FFF;
  border-radius: 0 0 calc(0 * 1.5) calc(0 * 1.5);
  border-radius: 0 0 calc(var(--border-radius) * 1.5) calc(var(--border-radius) * 1.5);
  transition: background-color 0.3s, left 0.3s, width 0.3s;
}
.logo__image {
  display: inline-block;
}
@media (min-width: 1730px) {
  .logo {
    padding: 30px 0 50px;
  }
  .logo:before {
    left: -48px;
    width: calc(100% + 96px);
  }
}
@media (max-width: 767.98px) {
  .logo__image {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .menu--to-top .logo:before {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .menu--to-top .logo {
    transform: scale(0.56);
  }
}

.style-element {
  top: 0;
  width: 100px;
  height: calc(100% + 50px);
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: var(--border-radius);
  background-color: var(--accent-color);
  overflow: hidden;
}
.style-element > div {
  position: absolute;
  left: 0px;
  width: 200px;
  height: 1px;
  transform-origin: 0% 50%;
}
.style-element > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  animation-duration: 3s;
  animation-name: smoothTransitions;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 0% 0%;
}
.style-element > div:nth-child(1) {
  top: 4%;
  transform: rotate(40deg);
}
.style-element > div:nth-child(1) > div {
  animation-delay: 0.5s;
}
.style-element > div:nth-child(2) {
  top: 14%;
  transform: rotate(20deg);
}
.style-element > div:nth-child(2) > div {
  animation-delay: 1s;
}
.style-element > div:nth-child(3) {
  top: 16%;
  transform: rotate(20deg);
}
.style-element > div:nth-child(3) > div {
  animation-delay: 1.5s;
}
.style-element > div:nth-child(4) {
  top: 17%;
  transform: rotate(40deg);
}
.style-element > div:nth-child(4) > div {
  animation-delay: 2s;
}
.style-element > div:nth-child(5) {
  top: 28%;
  transform: rotate(20deg);
}
.style-element > div:nth-child(5) > div {
  animation-delay: 2.5s;
}
.style-element > div:nth-child(6) {
  top: 31%;
  transform: rotate(40deg);
}
.style-element > div:nth-child(6) > div {
  animation-delay: 3s;
}
.style-element > div:nth-child(7) {
  top: 43%;
  transform: rotate(40deg);
}
.style-element > div:nth-child(7) > div {
  animation-delay: 3.5s;
}
.style-element > div:nth-child(8) {
  top: 56%;
  transform: rotate(25deg);
}
.style-element > div:nth-child(8) > div {
  animation-delay: 4s;
}
.style-element > div:nth-child(9) {
  top: 59%;
  transform: rotate(25deg);
}
.style-element > div:nth-child(9) > div {
  animation-delay: 4.5s;
}
.style-element > div:nth-child(10) {
  top: 66%;
  transform: rotate(50deg);
}
.style-element > div:nth-child(10) > div {
  animation-delay: 5s;
}
.style-element > div:nth-child(11) {
  top: 76%;
  transform: rotate(25deg);
}
.style-element > div:nth-child(11) > div {
  animation-delay: 5.5s;
}
.style-element > div:nth-child(12) {
  top: 89%;
  transform: rotate(28deg);
}
.style-element > div:nth-child(12) > div {
  animation-delay: 6s;
}
.style-element > div:nth-child(13) {
  top: 92%;
  transform: rotate(20deg);
}
.style-element > div:nth-child(13) > div {
  animation-delay: 6.5s;
}
.style-element--flexible {
  width: 100%;
  height: 100px;
}
.style-element--flexible > div:nth-child(1) {
  top: auto;
  left: 4%;
  transform: rotate(90deg);
}
.style-element--flexible > div:nth-child(1) > div {
  animation-delay: 0.5s;
}
.style-element--flexible > div:nth-child(2) {
  top: auto;
  left: 14%;
  transform: rotate(70deg);
}
.style-element--flexible > div:nth-child(2) > div {
  animation-delay: 1s;
}
.style-element--flexible > div:nth-child(3) {
  top: auto;
  left: 16%;
  transform: rotate(70deg);
}
.style-element--flexible > div:nth-child(3) > div {
  animation-delay: 1.5s;
}
.style-element--flexible > div:nth-child(4) {
  top: auto;
  left: 17%;
  transform: rotate(90deg);
}
.style-element--flexible > div:nth-child(4) > div {
  animation-delay: 2s;
}
.style-element--flexible > div:nth-child(5) {
  top: auto;
  left: 28%;
  transform: rotate(70deg);
}
.style-element--flexible > div:nth-child(5) > div {
  animation-delay: 2.5s;
}
.style-element--flexible > div:nth-child(6) {
  top: auto;
  left: 31%;
  transform: rotate(90deg);
}
.style-element--flexible > div:nth-child(6) > div {
  animation-delay: 3s;
}
.style-element--flexible > div:nth-child(7) {
  top: auto;
  left: 43%;
  transform: rotate(90deg);
}
.style-element--flexible > div:nth-child(7) > div {
  animation-delay: 3.5s;
}
.style-element--flexible > div:nth-child(8) {
  top: auto;
  left: 56%;
  transform: rotate(75deg);
}
.style-element--flexible > div:nth-child(8) > div {
  animation-delay: 4s;
}
.style-element--flexible > div:nth-child(9) {
  top: auto;
  left: 59%;
  transform: rotate(75deg);
}
.style-element--flexible > div:nth-child(9) > div {
  animation-delay: 4.5s;
}
.style-element--flexible > div:nth-child(10) {
  top: auto;
  left: 66%;
  transform: rotate(100deg);
}
.style-element--flexible > div:nth-child(10) > div {
  animation-delay: 5s;
}
.style-element--flexible > div:nth-child(11) {
  top: auto;
  left: 76%;
  transform: rotate(75deg);
}
.style-element--flexible > div:nth-child(11) > div {
  animation-delay: 5.5s;
}
.style-element--flexible > div:nth-child(12) {
  top: auto;
  left: 89%;
  transform: rotate(78deg);
}
.style-element--flexible > div:nth-child(12) > div {
  animation-delay: 6s;
}
.style-element--flexible > div:nth-child(13) {
  top: auto;
  left: 92%;
  transform: rotate(70deg);
}
.style-element--flexible > div:nth-child(13) > div {
  animation-delay: 6.5s;
}
@media (max-width: 1199.98px) {
  .style-element--flexible {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .style-element--flexible {
    height: 40px;
  }
}
.style-element--intro {
  position: absolute;
  right: 100%;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .style-element--intro {
    right: auto;
    width: 9vw;
    height: calc(100% + 30px);
    margin-left: -3vw;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .style-element--intro {
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .style-element--intro-standard {
    height: calc(100vh - 250px);
  }
}
.style-element--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.style-element--overlay > div {
  width: calc(100% + 150px);
}

@keyframes smoothTransitions {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.customLightbox__inner {
  top: 0;
  width: 100%;
  height: 100%;
  transition: width 0.5s, height 0.5s;
}
.customLightbox__inner img {
  aspect-ratio: 4/3;
  box-shadow: 0px 0px 0px;
}
.customLightbox__button {
  position: relative;
  max-width: 100%;
  padding: 1.39vw 1.73vw;
  padding: var(--button-padding);
  font-family: "Neulis Neue", sans-serif;
  font-family: var(--button-font-family);
  font-size: max(min(2.0rem, 1.17vw), 16px);
  font-size: max(min(var(--button-font-size), 1.17vw), 16px);
  font-weight: 400;
  font-weight: var(--button-font-weight);
  background-color: #BDB0A1;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 1.2;
  line-height: var(--line-height-base);
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  vertical-align: middle;
  border-radius: 0;
  letter-spacing: 0;
  letter-spacing: var(--letter-spacing-base);
  position: absolute;
  top: 50%;
  background-color: #FFF;
  display: inline-block;
  width: 75px;
  width: var(--swiper-button-dimensions);
  height: 75px;
  height: var(--swiper-button-dimensions);
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, left 0.3s, right 0.5s, transform 0.3s;
  z-index: 3;
}
@media (min-width: 1730px) {
  .customLightbox__button {
    padding: 24px 30px;
    padding: var(--button-padding-max);
  }
}
@media (max-width: 1199.98px) {
  .customLightbox__button {
    padding: 11px 13px;
    padding: var(--button-padding-mobile);
  }
}
.customLightbox__button[data-from=center] {
  display: none !important;
}
.customLightbox__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: auto;
  transition: transform 0.3s 0.3s;
  filter: invert(41%) sepia(47%) saturate(1461%) hue-rotate(288deg) brightness(85%) contrast(90%);
  filter: var(--filter-tertiary);
}
@media (max-width: 991.98px) {
  .customLightbox__button {
    display: none;
  }
}
.customLightbox--open .customLightbox__inner img {
  border-radius: 10px !important;
}
.customLightbox--open .customLightbox__inner img {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.customLightbox--open .customLightbox__button[data-from=left] img {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
.customLightbox--open .customLightbox__button[data-from=right] img {
  transform: translate(-50%, -50%) rotate(-180deg) !important;
}
.customLightbox--open .embed-container {
  height: 100%;
  padding-bottom: 0;
}
.customLightbox .col-item:hover .media img, .customLightbox .col-item:focus .media img {
  border-radius: 10px !important;
}

.shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shape__border {
  position: absolute;
  width: 9999px;
  height: 100%;
  border: 1px solid var(--blue-dark);
  border-radius: 1000px 0 0 1000px;
  transform: rotate(10deg);
}

.more {
  opacity: 1;
  margin-top: -75px;
  text-align: center;
  transition: opacity 0.3s;
}
.more__icon {
  width: 75px;
  height: 75px;
  margin: 0 auto -38px;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 1;
}
.more__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  transform: translate(-50%, -50%) rotate(-90deg);
  filter: invert(41%) sepia(47%) saturate(1461%) hue-rotate(288deg) brightness(85%) contrast(90%);
  filter: var(--filter-tertiary);
}
.more__text {
  display: inline-block;
  padding: 22px 45px 0;
  border-radius: 40px 40px 0 0;
  background-color: #FFF;
  color: blue;
  color: var(--tertiary-color);
}
.more__text span {
  z-index: 1;
}
.more--hidden {
  opacity: 0;
  pointer-events: none;
}

.lds-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #544F73 transparent transparent transparent;
  border-color: var(--secondary-color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for header elements (menu)
 */
.header-menu {
  position: fixed;
  width: 100%;
  padding-top: 12px;
  background-color: #FFF;
  z-index: 9999;
}
.header-menu__line {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 47px;
  left: calc(10% - 64px + 37.5%);
  margin-top: -6px;
  margin-right: 50%;
  transform: translateY(-50%);
  background-color: #630D80;
  background-color: var(--organisation-color);
}
.header-menu__spoof {
  height: 112px;
}
@media (max-width: 1729.98px) {
  .header-menu__spoof {
    height: 6.5vw;
  }
}
@media (max-width: 1199.98px) {
  .header-menu__spoof {
    height: 0;
  }
}
.header-menu__spoof + .button--organisation {
  position: fixed;
  margin-top: 45px;
  right: 0;
  z-index: 99;
}
@media (max-width: 1199.98px) {
  .header-menu {
    padding: 0;
    background-color: transparent;
  }
}

.body {
  overflow: hidden;
}
.body__content-under {
  width: 397px;
}
.body__content-under p, .body__content-under li, .body__content-under td {
  font-size: 18px;
}
.body__image-overlay {
  transform: rotate(10deg);
}

.intro__image {
  height: auto;
  min-height: 200px;
  background-color: #BDB0A1;
  background-color: var(--primary-color);
  border-bottom-right-radius: 75px;
  border-bottom-right-radius: var(--border-radius-big);
}
@media (max-width: 1199.98px) {
  .intro__image {
    border-bottom-right-radius: 75px;
    border-bottom-right-radius: var(--border-radius-big);
  }
}
.intro--standard .intro__image {
  position: absolute;
  height: 100%;
}
.intro--standard .intro__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #544F73;
  background-color: var(--secondary-color);
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.intro--standard .intro__content {
  padding: 7.23vw 0 6.36vw;
}
@media (min-width: 992px) {
  .intro--standard .intro__content {
    padding-left: 5vw;
  }
}
@media (min-width: 1730px) {
  .intro--standard .intro__content {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .intro--standard .intro__content {
    padding-right: 5vw;
  }
}
@media (min-width: 1730px) {
  .intro--standard .intro__content {
    padding-right: 90px;
  }
}
.intro--standard .intro__content p, .intro--standard .intro__content li, .intro--standard .intro__content td {
  color: #FFF;
}
@media (min-width: 1730px) {
  .intro--standard .intro__content {
    padding-top: 125px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1199.98px) {
  .intro--standard .intro__content {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 10vw;
  }
  .intro--standard .intro__content h1, .intro--standard .intro__content h2, .intro--standard .intro__content h3, .intro--standard .intro__content h4, .intro--standard .intro__content h5, .intro--standard .intro__content h6 {
    /* These are technically the same, but use both */
    word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 767.98px) {}
.intro--front-page .intro__image {
  height: calc(100vh - 162px);
}
@media (orientation: portrait) {
  .intro--front-page .intro__image {
    height: 0 !important;
  }
  .intro--front-page .intro__image {
    padding-bottom: 66.6666666667%;
  }
}
body.admin-bar .intro--front-page .intro__image {
  height: calc(100vh - 194px);
}
.intro--front-page .intro__sign {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0);
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.intro--front-page .intro__sign svg {
  width: 90%;
  height: auto;
}
.intro--front-page .intro__sign svg path {
  fill: var(--accent-color);
}
@media (max-width: 1199.98px) {
  .intro--front-page .intro__sign {
    display: none;
  }
}

.carousel {
  overflow: hidden;
}
.carousel .content--top {
  padding-bottom: 7.51vw;
}
@media (min-width: 1730px) {
  .carousel .content--top {
    padding-bottom: 130px;
  }
}
@media (max-width: 1199.98px) {
  .carousel .content--top {
    padding-bottom: 100px;
  }
}
.carousel__navigation {
  position: absolute;
  bottom: 9.54vw;
  right: 0;
  display: flex;
}
@media (min-width: 1730px) {
  .carousel__navigation {
    bottom: 165px;
  }
}
@media (max-width: 1199.98px) {
  .carousel__navigation {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
}
.carousel__spoof {
  position: absolute;
  top: -50px;
  left: 100%;
  width: 999px;
  height: calc(100% + 50px);
  background-color: rgba(255, 255, 255, 0.5);
  filter: blur(5px);
  z-index: 11;
}
.carousel__image {
  height: 210px;
  padding: 30px;
  border: 2px solid #544F73;
  border: 2px solid var(--primary-border-color);
  border-radius: 0;
  border-radius: var(--border-radius);
}
.carousel__image img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.carousel__number {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 10px;
  background: #FFF;
  color: #BDB0A1;
  color: var(--primary-color);
  font-size: 3.24vw;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
@media (min-width: 1730px) {
  .carousel__number {
    font-size: 5.6rem;
  }
}
@media (max-width: 1199.98px) {
  .carousel__number {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .carousel__title {
    font-size: 32px !important;
  }
}
.carousel .swiper {
  overflow: visible;
}

.steps {
  padding-top: 4.62vw;
}
.steps__item {
  height: 100%;
  padding: 3.47vw 2.31vw;
  border: 2px solid #544F73;
  border: 2px solid var(--secondary-color);
  border-radius: 25px;
}
.steps__number {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 10px;
  background: #FFF;
  color: blue;
  color: var(--tertiary-color);
  font-size: 3.24vw;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
@media (min-width: 1730px) {
  .steps__number {
    font-size: 5.6rem;
  }
}
@media (max-width: 1199.98px) {
  .steps__number {
    font-size: 30px;
  }
}
.steps .col-item:before {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(5.09vw - 1vw);
  height: calc(var(--gap) - 1vw);
  background: repeating-linear-gradient(blue 0px, blue 10px, transparent 10px, transparent 20px);
  background: repeating-linear-gradient(var(--tertiary-color) 0px, var(--tertiary-color) 10px, transparent 10px, transparent 20px);
}
.steps .col-item:last-child {
  margin-bottom: 0 !important;
}
.steps .col-item:last-child:before {
  display: none;
}
.steps .col-item:last-child .steps__item {
  background-color: blue;
  background-color: var(--tertiary-color);
  border: none;
}
.steps .col-item:last-child .steps__number {
  background-color: transparent;
  color: #544F73;
  color: var(--secondary-color);
}
.steps .col-item:last-child .steps__content * {
  color: #FFF;
}
.steps .content--top {
  padding-bottom: 4.62vw;
}
@media (min-width: 1730px) {
  .steps {
    padding-top: 80px;
  }
  .steps__number {
    font-size: 5.6rem;
  }
  .steps__item {
    padding: 60px 40px;
  }
  .steps .col-item:before {
    height: calc(88px - 16px);
    height: calc(var(--gap-max) - 16px);
  }
  .steps .content--top {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .steps .col-item:nth-child(2n+1):before {
    top: 50%;
    left: 100%;
    transform: translate(0.5vw, 0) rotate(-90deg);
    transform-origin: 0% 0%;
  }
  .steps .col-item:nth-child(2n):before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0.5vw);
    transform-origin: 0% 0%;
  }
  .steps .col-item:nth-child(4n-1):before {
    left: auto;
    right: 100%;
    transform-origin: 100% 0%;
    transform: translate(-0.5vw, 0) rotate(90deg);
  }
  .steps .col-item:nth-child(1) {
    order: 1;
  }
  .steps .col-item:nth-child(2) {
    order: 2;
  }
  .steps .col-item:nth-child(3) {
    order: 3;
  }
  .steps .col-item:nth-child(4) {
    order: 4;
  }
  .steps .col-item:nth-child(5) {
    order: 5;
  }
  .steps .col-item:nth-child(6) {
    order: 6;
  }
  .steps .col-item:nth-child(7) {
    order: 7;
  }
  .steps .col-item:nth-child(8) {
    order: 8;
  }
  .steps .col-item:nth-child(9) {
    order: 9;
  }
  .steps .col-item:nth-child(10) {
    order: 10;
  }
  .steps .col-item:nth-child(11) {
    order: 11;
  }
  .steps .col-item:nth-child(12) {
    order: 12;
  }
  .steps .col-item:nth-child(13) {
    order: 13;
  }
  .steps .col-item:nth-child(14) {
    order: 14;
  }
  .steps .col-item:nth-child(15) {
    order: 15;
  }
  .steps .col-item:nth-child(16) {
    order: 16;
  }
  .steps .col-item:nth-child(17) {
    order: 17;
  }
  .steps .col-item:nth-child(18) {
    order: 18;
  }
  .steps .col-item:nth-child(19) {
    order: 19;
  }
  .steps .col-item:nth-child(20) {
    order: 20;
  }
  .steps .col-item:nth-child(3) {
    order: 4;
  }
  .steps .col-item:nth-child(4) {
    order: 3;
  }
  .steps .col-item:nth-child(7) {
    order: 8;
  }
  .steps .col-item:nth-child(8) {
    order: 7;
  }
  .steps .col-item:nth-child(11) {
    order: 12;
  }
  .steps .col-item:nth-child(12) {
    order: 11;
  }
  .steps .col-item:nth-child(15) {
    order: 16;
  }
  .steps .col-item:nth-child(16) {
    order: 15;
  }
  .steps .col-item:nth-child(19) {
    order: 20;
  }
  .steps .col-item:nth-child(20) {
    order: 19;
  }
}
@media (max-width: 1199.98px) {
  .steps {
    padding-top: 40px;
  }
  .steps__number {
    font-size: 30px;
  }
  .steps__item {
    padding: 40px 20px;
  }
  .steps .content--top {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .steps .col-item {
    margin-bottom: 92px;
  }
  .steps .col-item:before {
    top: 100%;
    left: 50%;
    margin-top: 20px;
    height: 80px;
  }
}

.gallery__images {
  border-bottom-left-radius: 75px;
  border-bottom-left-radius: var(--border-radius-big);
  border-bottom-right-radius: 75px;
  border-bottom-right-radius: var(--border-radius-big);
  overflow: hidden;
  transition: height 0.5s;
}
.gallery__image {
  padding-bottom: 66.6666666667%;
}
.gallery .col:nth-child(n+4) {
  display: none;
}
@media (max-width: 991.98px) {
  .gallery .col:nth-child(n+3) {
    display: none;
  }
}
.gallery--open .col:nth-child(n+4) {
  display: block;
}
@media (max-width: 991.98px) {
  .gallery--open .col:nth-child(n+3) {
    display: block;
  }
}

.whitespace {
  height: 30px;
}

@media (min-width: 992px) {
  .subscribe-form .contact-image-col {
    height: 100%;
  }
  .subscribe-form .contact-image-col .subscribe-form__image {
    height: 100%;
  }
  .subscribe-form .contact-image-col .subscribe-form__image img {
    position: sticky;
    top: 140px;
    max-height: 500px;
    border-radius: 0;
    border-radius: var(--border-radius);
  }
}
.subscribe-form__image img {
  aspect-ratio: 4/3;
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for footer elements

 */
.contact-info {
  padding-bottom: 3vw;
}
@media only screen and (min-width: 1730px) and (max-width: 2100px) {
  .contact-info {
    padding-bottom: calc((100vw - 1640px) / 2 - 90px);
  }
}
@media only screen and (min-width: 2100px) and (max-width: 9999px) {
  .contact-info {
    padding-bottom: 130px;
  }
}
.contact-info__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .contact-info__background {
    margin-left: -5vw;
  }
}
@media (min-width: 1730px) {
  .contact-info__background {
    margin-left: -90px;
  }
}
@media (min-width: 992px) {
  .contact-info__background {
    padding-left: 5vw;
  }
}
@media (min-width: 1730px) {
  .contact-info__background {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .contact-info__background {
    width: calc(100% + 5vw);
  }
}
@media (min-width: 1200px) {
  .contact-info__background {
    width: calc(100% + 12vw);
  }
}
@media (min-width: 1730px) {
  .contact-info__background {
    width: calc(100% + 220px);
  }
}
.contact-info__content {
  padding-right: 30px;
}
.contact-info__content h1, .contact-info__content h2, .contact-info__content h3, .contact-info__content h4, .contact-info__content h5, .contact-info__content h6, .contact-info__content p, .contact-info__content li, .contact-info__content td, .contact-info__content a:not(.button) {
  color: #544F73;
  color: var(--footer-content-color);
}
.contact-info__content p.big {
  font-size: 3.5rem;
}
@media (max-width: 1199.98px) {
  .contact-info__content p.big {
    font-size: 2.4rem;
  }
}
.contact-info__content .Link--social:hover, .contact-info__content .Link--social:focus {
  color: blue !important;
  color: var(--tertiary-color) !important;
}
.contact-info__content .button--primary:hover, .contact-info__content .button--primary:focus {
  color: blue;
  color: var(--tertiary-color);
  background: #FFF;
}
.contact-info__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 530px;
  width: calc(100% + 230px);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media (max-width: 1199.98px) {
  .contact-info__image {
    display: none;
  }
}
.contact-info__image--active {
  opacity: 1;
}

/* ACTIVATE FONT AWESOME MANUALLY - FontAwesome 6 Pro */
