@charset "UTF-8";
/*!
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Colors
--------------------------------------------- */
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #8e439a;
  background-color: #8e439a;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #8e439a;
  background-color: #8e439a;
}

/* Fonts
--------------------------------------------- */
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../font/poppins-v21-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../font/poppins-v21-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../font/poppins-v21-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../font/poppins-v21-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../font/poppins-v21-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../font/poppins-v21-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #3c3c3c;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0.5em 0;
  line-height: 1.1;
  font-weight: 400;
  color: #1e1e1e;
}

h1 {
  font-size: 2rem;
  --wp--preset--font-size--small: 1.4rem;
  --wp--preset--font-size--normal: 1.8rem;
  --wp--preset--font-size--medium: 2.2rem;
  --wp--preset--font-size--large: 2.6rem;
  --wp--preset--font-size--huge: 3rem;
}
@media (min-width: 480px) {
  h1 {
    font-size: 2.4rem;
    --wp--preset--font-size--small: 1.68rem;
    --wp--preset--font-size--normal: 2.16rem;
    --wp--preset--font-size--medium: 2.64rem;
    --wp--preset--font-size--large: 3.12rem;
    --wp--preset--font-size--huge: 3.6rem;
  }
}
@media (min-width: 850px) {
  h1 {
    font-size: 2.7rem;
    --wp--preset--font-size--small: 1.89rem;
    --wp--preset--font-size--normal: 2.43rem;
    --wp--preset--font-size--medium: 2.97rem;
    --wp--preset--font-size--large: 3.51rem;
    --wp--preset--font-size--huge: 4.05rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    --wp--preset--font-size--small: 2.1rem;
    --wp--preset--font-size--normal: 2.7rem;
    --wp--preset--font-size--medium: 3.3rem;
    --wp--preset--font-size--large: 3.9rem;
    --wp--preset--font-size--huge: 4.5rem;
  }
}

h2 {
  font-size: 1.8rem;
  --wp--preset--font-size--small: 1.26rem;
  --wp--preset--font-size--normal: 1.62rem;
  --wp--preset--font-size--medium: 1.98rem;
  --wp--preset--font-size--large: 2.34rem;
  --wp--preset--font-size--huge: 2.7rem;
}
@media (min-width: 480px) {
  h2 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 850px) {
  h2 {
    font-size: 2.5rem;
    --wp--preset--font-size--small: 1.75rem;
    --wp--preset--font-size--normal: 2.25rem;
    --wp--preset--font-size--medium: 2.75rem;
    --wp--preset--font-size--large: 3.25rem;
    --wp--preset--font-size--huge: 3.75rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.8rem;
    --wp--preset--font-size--small: 1.96rem;
    --wp--preset--font-size--normal: 2.52rem;
    --wp--preset--font-size--medium: 3.08rem;
    --wp--preset--font-size--large: 3.64rem;
    --wp--preset--font-size--huge: 4.2rem;
  }
}

h3 {
  font-size: 1.6rem;
  --wp--preset--font-size--small: 1.12rem;
  --wp--preset--font-size--normal: 1.44rem;
  --wp--preset--font-size--medium: 1.76rem;
  --wp--preset--font-size--large: 2.08rem;
  --wp--preset--font-size--huge: 2.4rem;
}
@media (min-width: 480px) {
  h3 {
    font-size: 2rem;
    --wp--preset--font-size--small: 1.4rem;
    --wp--preset--font-size--normal: 1.8rem;
    --wp--preset--font-size--medium: 2.2rem;
    --wp--preset--font-size--large: 2.6rem;
    --wp--preset--font-size--huge: 3rem;
  }
}
@media (min-width: 850px) {
  h3 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.6rem;
    --wp--preset--font-size--small: 1.82rem;
    --wp--preset--font-size--normal: 2.34rem;
    --wp--preset--font-size--medium: 2.86rem;
    --wp--preset--font-size--large: 3.38rem;
    --wp--preset--font-size--huge: 3.9rem;
  }
}

h4 {
  font-size: 1.4rem;
  --wp--preset--font-size--small: 0.98rem;
  --wp--preset--font-size--normal: 1.26rem;
  --wp--preset--font-size--medium: 1.54rem;
  --wp--preset--font-size--large: 1.82rem;
  --wp--preset--font-size--huge: 2.1rem;
}
@media (min-width: 480px) {
  h4 {
    font-size: 1.8rem;
    --wp--preset--font-size--small: 1.26rem;
    --wp--preset--font-size--normal: 1.62rem;
    --wp--preset--font-size--medium: 1.98rem;
    --wp--preset--font-size--large: 2.34rem;
    --wp--preset--font-size--huge: 2.7rem;
  }
}
@media (min-width: 850px) {
  h4 {
    font-size: 2.2rem;
    --wp--preset--font-size--small: 1.54rem;
    --wp--preset--font-size--normal: 1.98rem;
    --wp--preset--font-size--medium: 2.42rem;
    --wp--preset--font-size--large: 2.86rem;
    --wp--preset--font-size--huge: 3.3rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2.4rem;
    --wp--preset--font-size--small: 1.68rem;
    --wp--preset--font-size--normal: 2.16rem;
    --wp--preset--font-size--medium: 2.64rem;
    --wp--preset--font-size--large: 3.12rem;
    --wp--preset--font-size--huge: 3.6rem;
  }
}

h5 {
  font-size: 1.25rem;
  --wp--preset--font-size--small: 0.875rem;
  --wp--preset--font-size--normal: 1.125rem;
  --wp--preset--font-size--medium: 1.375rem;
  --wp--preset--font-size--large: 1.625rem;
  --wp--preset--font-size--huge: 1.875rem;
}
@media (min-width: 480px) {
  h5 {
    font-size: 1.5rem;
    --wp--preset--font-size--small: 1.05rem;
    --wp--preset--font-size--normal: 1.35rem;
    --wp--preset--font-size--medium: 1.65rem;
    --wp--preset--font-size--large: 1.95rem;
    --wp--preset--font-size--huge: 2.25rem;
  }
}
@media (min-width: 850px) {
  h5 {
    font-size: 1.9rem;
    --wp--preset--font-size--small: 1.33rem;
    --wp--preset--font-size--normal: 1.71rem;
    --wp--preset--font-size--medium: 2.09rem;
    --wp--preset--font-size--large: 2.47rem;
    --wp--preset--font-size--huge: 2.85rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 2rem;
    --wp--preset--font-size--small: 1.4rem;
    --wp--preset--font-size--normal: 1.8rem;
    --wp--preset--font-size--medium: 2.2rem;
    --wp--preset--font-size--large: 2.6rem;
    --wp--preset--font-size--huge: 3rem;
  }
}

h6 {
  font-size: 1.1rem;
  --wp--preset--font-size--small: 0.77rem;
  --wp--preset--font-size--normal: 0.99rem;
  --wp--preset--font-size--medium: 1.21rem;
  --wp--preset--font-size--large: 1.43rem;
  --wp--preset--font-size--huge: 1.65rem;
}
@media (min-width: 480px) {
  h6 {
    font-size: 1.3rem;
    --wp--preset--font-size--small: 0.91rem;
    --wp--preset--font-size--normal: 1.17rem;
    --wp--preset--font-size--medium: 1.43rem;
    --wp--preset--font-size--large: 1.69rem;
    --wp--preset--font-size--huge: 1.95rem;
  }
}
@media (min-width: 850px) {
  h6 {
    font-size: 1.6rem;
    --wp--preset--font-size--small: 1.12rem;
    --wp--preset--font-size--normal: 1.44rem;
    --wp--preset--font-size--medium: 1.76rem;
    --wp--preset--font-size--large: 2.08rem;
    --wp--preset--font-size--huge: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.8rem;
    --wp--preset--font-size--small: 1.26rem;
    --wp--preset--font-size--normal: 1.62rem;
    --wp--preset--font-size--medium: 1.98rem;
    --wp--preset--font-size--large: 2.34rem;
    --wp--preset--font-size--huge: 2.7rem;
  }
}

p {
  margin-bottom: 1.5em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.not-found {
  margin: 50px 0;
}

@media (max-width: 782px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1em;
  list-style-position: inside;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-table td {
  font-size: 1em;
  padding: 0.25em;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: whitesmoke;
}

/* Links
--------------------------------------------- */
a:not(.wp-block-button__link) {
  color: #8e439a;
}
a:not(.wp-block-button__link):visited {
  color: #8e439a;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):focus, a:not(.wp-block-button__link):focus-visible, a:not(.wp-block-button__link):active {
  color: #bc7dc6;
}
a:not(.wp-block-button__link):hover, a:not(.wp-block-button__link):active {
  outline: 0;
}
a:not(.wp-block-button__link):focus {
  outline: thin dotted;
}
a:not(.wp-block-button__link):focus-visible {
  outline-offset: 3px;
  outline: 3px solid #bc7dc6;
}
a.wp-block-button__link:focus-visible {
  outline-offset: 2px;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

#smly {
  max-width: 600px !important;
  accent-color: #8e439a;
}
#smly input {
  width: 100%;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  padding: 0.75em 1.25em;
  color: #1e1e1e;
  border: 1px solid #a8a8a8;
}
#smly input:hover, #smly input:focus {
  border: 1px solid #8e439a;
}
#smly input:focus {
  outline: 2px solid #8e439a;
}
#smly button,
#smly input[type=button],
#smly input[type=reset],
#smly input[type=submit] {
  line-height: 1;
  font-weight: 400;
  font-size: 1em;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0.65em 1.25em;
  color: #757575;
  border: 1px solid #dbdbdb;
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
#smly button.active,
#smly input[type=button].active,
#smly input[type=reset].active,
#smly input[type=submit].active {
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
#smly button:hover,
#smly input[type=button]:hover,
#smly input[type=reset]:hover,
#smly input[type=submit]:hover {
  color: #fff;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
}
#smly button:focus-visible,
#smly input[type=button]:focus-visible,
#smly input[type=reset]:focus-visible,
#smly input[type=submit]:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #8e439a;
}

.creamailer-form {
  max-width: 500px !important;
  accent-color: #8e439a;
}
.creamailer-form form {
  gap: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.creamailer-form form div {
  width: 100%;
}
.creamailer-form form div input:not([type=checkbox]) {
  width: 100%;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  padding: 0.75em 1.25em;
  color: #1e1e1e;
  border: 1px solid #a8a8a8;
}
.creamailer-form form div input:not([type=checkbox]):hover, .creamailer-form form div input:not([type=checkbox]):focus {
  border: 1px solid #8e439a;
}
.creamailer-form form div input:not([type=checkbox]):focus {
  outline: 2px solid #8e439a;
}
.creamailer-form form div.radio {
  gap: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.creamailer-form form div.radio input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
}
.creamailer-form form div.radio label {
  width: 100%;
  max-width: calc(100% - 2.5em);
}
.creamailer-form form button,
.creamailer-form form input[type=button],
.creamailer-form form input[type=reset],
.creamailer-form form input[type=submit] {
  line-height: 1;
  font-weight: 400;
  font-size: 1em;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0.65em 1.25em;
  color: #757575;
  border: 1px solid #dbdbdb;
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.creamailer-form form button.active,
.creamailer-form form input[type=button].active,
.creamailer-form form input[type=reset].active,
.creamailer-form form input[type=submit].active {
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.creamailer-form form button:hover,
.creamailer-form form input[type=button]:hover,
.creamailer-form form input[type=reset]:hover,
.creamailer-form form input[type=submit]:hover {
  color: #fff;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
}
.creamailer-form form button:focus-visible,
.creamailer-form form input[type=button]:focus-visible,
.creamailer-form form input[type=reset]:focus-visible,
.creamailer-form form input[type=submit]:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #8e439a;
}

.wpcf7 {
  margin: 1em 0;
  max-width: 600px !important;
  accent-color: #8e439a;
}
.wpcf7 .form-input {
  width: 100%;
  margin: 0.5em 0;
  position: relative;
}
.wpcf7 .form-input.focused label {
  top: 0;
  padding: 0 2px;
  font-size: 0.7em;
  font-weight: 500;
  background-color: #fff;
  color: #1e1e1e;
  transform: translateY(-50%);
}
.wpcf7 .form-input textarea {
  color: #000;
  width: 100%;
  height: 150px;
  font-size: 1em;
  min-width: 100%;
  max-width: 100%;
  font-weight: 400;
  border-radius: 0;
  padding: 0.75em 1.25em;
  border: 1px solid #a8a8a8;
}
.wpcf7 .form-input textarea:hover, .wpcf7 .form-input textarea:focus {
  border: 1px solid #8e439a;
}
.wpcf7 .form-input textarea:focus {
  outline: 2px solid #8e439a;
}
.wpcf7 .form-input input {
  width: 100%;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  padding: 0.75em 1.25em;
  color: #1e1e1e;
  border: 1px solid #a8a8a8;
}
.wpcf7 .form-input input:hover, .wpcf7 .form-input input:focus {
  border: 1px solid #8e439a;
}
.wpcf7 .form-input input:focus {
  outline: 2px solid #8e439a;
}
.wpcf7 .form-input input:read-only {
  cursor: not-allowed;
  pointer-events: none;
  color: #757575;
  background-color: #ececec;
}
.wpcf7 .form-input label {
  top: 1em;
  opacity: 1;
  z-index: 2;
  left: 1.25em;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  transform: translateY(0);
  color: #757575;
  transition: all 0.1s linear;
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-acceptance {
  gap: 0.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .wpcf7 .wpcf7-checkbox,
  .wpcf7 .wpcf7-acceptance {
    flex-direction: column;
  }
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  font-weight: 400;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + span {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + span::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: block;
  font-size: 1em;
  border-radius: 0;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #8e439a;
  border: 1px solid #a8a8a8;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:hover + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:hover + span::before {
  border: 1px solid #8e439a;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:focus-visible + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:focus-visible + span::before {
  outline: 2px solid #8e439a;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + span::before {
  content: "✓";
}
.wpcf7 button,
.wpcf7 input[type=button],
.wpcf7 input[type=reset],
.wpcf7 input[type=submit] {
  line-height: 1;
  font-weight: 400;
  font-size: 1em;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0.65em 1.25em;
  color: #757575;
  border: 1px solid #dbdbdb;
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.wpcf7 button.active,
.wpcf7 input[type=button].active,
.wpcf7 input[type=reset].active,
.wpcf7 input[type=submit].active {
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.wpcf7 button:hover,
.wpcf7 input[type=button]:hover,
.wpcf7 input[type=reset]:hover,
.wpcf7 input[type=submit]:hover {
  color: #fff;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
}
.wpcf7 button:focus-visible,
.wpcf7 input[type=button]:focus-visible,
.wpcf7 input[type=reset]:focus-visible,
.wpcf7 input[type=submit]:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #8e439a;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto minmax(auto, calc(1000px - 20%)) 20% auto;
  grid-template-areas: "header header header header" "hero hero hero hero" "breadcrumbs breadcrumbs breadcrumbs breadcrumbs" ". main sidebar ." "footer footer footer footer";
}
@media (max-width: 1001px) {
  .site {
    grid-template-columns: auto 30%;
    grid-template-areas: "header header" "hero hero" "breadcrumbs breadcrumbs" "main sidebar" "footer footer";
  }
}
@media (max-width: 1024px) {
  .site {
    grid-template-columns: auto;
    grid-template-areas: "header" "hero" "breadcrumbs" "main" "sidebar" "footer";
  }
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.things-to-do .site-main {
  overflow: initial;
}

.widget-area {
  padding-left: 20px;
  grid-area: sidebar;
}
@media (max-width: 1024px) {
  .widget-area {
    padding-left: 0;
  }
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "hero" "breadcrumbs" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  top: 0;
  width: 100%;
  z-index: 1002;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  transition: transform 0.25s ease-in-out, background-color 0.25s 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .site-header {
    height: auto;
  }
}
.site-header.scrolling {
  background-color: #8e439a;
}
.site-header .nav-wrapper {
  padding: 0;
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-direction: row;
  max-width: 1200px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .site-header .nav-wrapper {
    gap: 1.5em;
    padding: 2em 0;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .site-header .nav-wrapper {
    gap: 3em;
  }
  .site-header .nav-wrapper:lang(en), .site-header .nav-wrapper:lang(de), .site-header .nav-wrapper:lang(fr) {
    gap: 2em;
  }
}

.custom-logo-link {
  width: auto;
  height: 30px;
  line-height: 1;
  margin-right: 0;
  margin-left: 1rem;
  display: inline-block;
}
@media (min-width: 1024px) {
  .custom-logo-link {
    width: 100px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .custom-logo-link {
    width: 120px;
  }
}
.custom-logo-link img {
  margin: 0;
  width: auto;
  height: 100%;
  display: block;
  transition: filter 0.25s 0.5s ease-in-out;
}

.main-menu {
  display: none;
}
@media (min-width: 1024px) {
  .main-menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 100px - 1.5em);
  }
}
@media (min-width: 1200px) {
  .main-menu {
    width: calc(100% - 120px - 3em);
  }
  .main-menu:lang(en), .main-menu:lang(de), .main-menu:lang(fr) {
    width: calc(100% - 120px - 2em);
  }
}
.main-menu .main-level {
  gap: 1em;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .main-menu .main-level {
    gap: 1.5em;
  }
  .main-menu .main-level:lang(en), .main-menu .main-level:lang(de), .main-menu .main-level:lang(fr) {
    gap: 1em;
  }
}
.main-menu .main-level .main-level-item {
  position: relative;
}
.main-menu .main-level .main-level-item a {
  gap: 0.5em;
  color: #fff;
  display: flex;
  line-height: 1;
  font-size: 0.9em;
  font-weight: 700;
  flex-direction: row;
  text-decoration: none;
  align-items: flex-end;
  justify-content: flex-start;
  transition: filter 0.25s 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .main-menu .main-level .main-level-item a {
    font-size: 1em;
  }
}
.main-menu .main-level .main-level-item a:lang(en), .main-menu .main-level .main-level-item a:lang(de), .main-menu .main-level .main-level-item a:lang(fr) {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .main-menu .main-level .main-level-item a:lang(en), .main-menu .main-level .main-level-item a:lang(de), .main-menu .main-level .main-level-item a:lang(fr) {
    font-size: 0.95em;
  }
}
.main-menu .main-level .main-level-item a.no-link {
  cursor: default;
}
.main-menu .main-level .main-level-item a svg {
  width: auto;
  fill: #fff;
  height: 0.35em;
  transform: translateY(-0.15em);
}
.main-menu .main-level .main-level-item a:hover, .main-menu .main-level .main-level-item a:focus {
  color: #bc7dc6;
}
.main-menu .main-level .main-level-item a:hover svg, .main-menu .main-level .main-level-item a:focus svg {
  fill: #bc7dc6;
}
.main-menu .main-level .main-level-item a:focus-visible {
  color: #bc7dc6;
  outline: 3px solid #fff;
}
.main-menu .main-level .main-level-item:hover > .big-sub-nav, .main-menu .main-level .main-level-item:focus-within > .big-sub-nav {
  left: 0;
}
.main-menu .main-level .main-level-item .big-sub-nav {
  width: 100%;
  left: -999em;
  z-index: 99999;
  position: fixed;
  pointer-events: none;
}
.main-menu .main-level .main-level-item .big-sub-nav__area {
  width: 100%;
  margin: 0 auto;
  padding-top: 1.5em;
  pointer-events: auto;
  max-width: 1200px;
  filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.2));
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content {
  width: 100%;
  display: flex;
  border-radius: 8px;
  flex-direction: row;
  align-items: stretch;
  background-color: #fff;
  justify-content: flex-start;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  padding: 2em 1em;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block {
  gap: 0.75em;
  display: flex;
  padding: 1em 2em;
  width: 33.3333333333%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block:not(:nth-of-type(3n+1)) {
  border-left: 1px solid #dbdbdb;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block__item p.heading {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  color: #8e439a;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block__item a {
  font-size: 1em;
  font-weight: 500;
  color: #1e1e1e;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block__item a.heading-link {
  font-size: 1.2em;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block__item a:hover, .main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block__item a:focus-visible {
  color: #8e439a;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__grid__block__item a:focus-visible {
  color: #8e439a;
  outline: 3px solid #8e439a;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner {
  width: 25%;
  padding: 1em;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .image {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  margin-bottom: 0.5rem;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text {
  padding-bottom: 2em;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.35;
  color: #3c3c3c;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text p.heading {
  font-size: 1.2em;
  margin: 0 0 0.5rem 0;
  color: #8e439a;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a {
  gap: 0;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a p {
  font-size: 0.9em;
  color: #3c3c3c;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a p.heading {
  color: #8e439a;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a svg {
  height: 0.65em;
  margin-left: 0.5em;
  fill: #3c3c3c;
  transform: translateY(1px);
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a:hover p, .main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a:focus-visible p {
  color: #8e439a;
}
.main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a:hover svg, .main-menu .main-level .main-level-item .big-sub-nav__area__content__banner .text a:focus-visible svg {
  fill: #8e439a;
}

.utility-menu {
  gap: 1em;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .utility-menu {
    gap: 1.5em;
  }
  .utility-menu:lang(en), .utility-menu:lang(de), .utility-menu:lang(fr) {
    gap: 1em;
  }
}
@media (min-width: 1024px) {
  .utility-menu {
    display: flex;
  }
}
.utility-menu .search {
  position: relative;
}
.utility-menu .search a {
  gap: 0.5em;
  height: 1em;
  display: flex;
  line-height: 1;
  font-size: 0.9em;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  justify-content: flex-start;
  transition: filter 0.25s 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .utility-menu .search a {
    font-size: 1em;
  }
}
.utility-menu .search a:lang(en), .utility-menu .search a:lang(de), .utility-menu .search a:lang(fr) {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .utility-menu .search a:lang(en), .utility-menu .search a:lang(de), .utility-menu .search a:lang(fr) {
    font-size: 0.95em;
  }
}
.utility-menu .search a p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.utility-menu .search a svg {
  width: 1em;
  height: 1em;
  fill: #fff;
  height: 100%;
  line-height: 1;
}
@media (min-width: 1000px) {
  .utility-menu .search a svg {
    width: 1.2em;
    height: 1.2em;
  }
}
.utility-menu .search a:hover p, .utility-menu .search a:focus-visible p {
  color: #bc7dc6;
}
.utility-menu .search a:hover svg, .utility-menu .search a:focus-visible svg {
  fill: #bc7dc6;
}
.utility-menu .search a:focus-visible {
  color: #bc7dc6;
  outline: 3px solid #fff;
}
.utility-menu .search .site-search {
  width: 100%;
  display: block;
  max-width: 450px;
  margin-top: 1.5em;
  padding: 0.75em 1em;
}
@media (min-width: 1024px) {
  .utility-menu .search .site-search {
    padding: 0;
    width: 100%;
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .utility-menu .search .site-search {
    right: 0;
    top: 150%;
    padding: 1em;
    width: 350px;
    display: none;
    z-index: 1000;
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.2));
  }
}
.utility-menu .search .site-search p.instructions {
  font-weight: 700;
  margin: 0 0 0.5em 0;
}
.utility-menu .search .site-search .custom-form {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.utility-menu .search .site-search .custom-form input {
  border: 0;
  height: 40px;
  color: #000;
  border-radius: 0;
  width: calc(100% - 70px - 0.5em);
  border-bottom: 2px solid #a8a8a8;
}
.utility-menu .search .site-search .custom-form input:hover, .utility-menu .search .site-search .custom-form input:focus {
  outline: 0;
  border-bottom: 2px solid #8e439a;
}
.utility-menu .search .site-search .custom-form button,
.utility-menu .search .site-search .custom-form input[type=button],
.utility-menu .search .site-search .custom-form input[type=reset],
.utility-menu .search .site-search .custom-form input[type=submit] {
  width: 70px;
  color: #fff;
  border-radius: 4px;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.utility-menu .search .site-search .custom-form button:focus-visible,
.utility-menu .search .site-search .custom-form input[type=button]:focus-visible,
.utility-menu .search .site-search .custom-form input[type=reset]:focus-visible,
.utility-menu .search .site-search .custom-form input[type=submit]:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #8e439a;
}
.utility-menu .custom-lang-switcher {
  position: relative;
}
.utility-menu .custom-lang-switcher a {
  gap: 0.5em;
  color: #fff;
  display: flex;
  line-height: 1;
  font-size: 0.9em;
  font-weight: 700;
  flex-direction: row;
  text-decoration: none;
  align-items: flex-end;
  text-transform: capitalize;
  justify-content: space-between;
  transition: filter 0.25s 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .utility-menu .custom-lang-switcher a {
    font-size: 1em;
  }
}
.utility-menu .custom-lang-switcher a:lang(en), .utility-menu .custom-lang-switcher a:lang(de), .utility-menu .custom-lang-switcher a:lang(fr) {
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .utility-menu .custom-lang-switcher a:lang(en), .utility-menu .custom-lang-switcher a:lang(de), .utility-menu .custom-lang-switcher a:lang(fr) {
    font-size: 0.95em;
  }
}
.utility-menu .custom-lang-switcher a span {
  margin: 0;
}
.utility-menu .custom-lang-switcher a svg {
  width: auto;
  fill: #fff;
  height: 0.35em;
  transform: translateY(-0.15em);
}
.utility-menu .custom-lang-switcher a:hover, .utility-menu .custom-lang-switcher a:focus-visible {
  color: #bc7dc6;
}
.utility-menu .custom-lang-switcher a:hover svg, .utility-menu .custom-lang-switcher a:focus-visible svg {
  fill: #bc7dc6;
}
.utility-menu .custom-lang-switcher a:focus-visible {
  color: #bc7dc6;
  outline: 3px solid #bc7dc6;
}
.utility-menu .custom-lang-switcher:hover > .custom-lang-switcher-sub, .utility-menu .custom-lang-switcher:focus-within > .custom-lang-switcher-sub {
  right: 0;
}
.utility-menu .custom-lang-switcher .custom-lang-switcher-sub {
  width: 100px;
  right: -999em;
  z-index: 99999;
  position: absolute;
}
.utility-menu .custom-lang-switcher .custom-lang-switcher-sub ul {
  gap: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0.5em;
  list-style: none;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  justify-content: flex-start;
  transform: translateY(1.5em);
  filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.2));
}
.utility-menu .custom-lang-switcher .custom-lang-switcher-sub ul li {
  width: 100%;
}
.utility-menu .custom-lang-switcher .custom-lang-switcher-sub ul li:not(:first-of-type) {
  border-top: 1px solid #dbdbdb;
}
.utility-menu .custom-lang-switcher .custom-lang-switcher-sub ul li a {
  display: block;
  padding: 0.75em 0.5em;
  color: #1e1e1e;
}
.utility-menu .custom-lang-switcher .custom-lang-switcher-sub ul li a:hover, .utility-menu .custom-lang-switcher .custom-lang-switcher-sub ul li a:focus-visible {
  color: #8e439a;
}
.utility-menu .custom-lang-switcher .custom-lang-switcher-sub ul li a:focus-visible {
  outline: 0;
  color: #fff;
  background-color: #8e439a;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.comment-navigation,
.posts-navigation,
.post-navigation {
  width: 100%;
  margin: 2em auto;
  max-width: 1000px;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  line-height: 1;
  font-weight: 400;
  font-size: 0.8em;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0.65em 1.25em;
  color: #757575;
  border: 1px solid #dbdbdb;
  text-decoration: none;
  color: #000;
}
.comment-navigation a.active,
.posts-navigation a.active,
.post-navigation a.active {
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #fff;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
}
.comment-navigation a:focus-visible,
.posts-navigation a:focus-visible,
.post-navigation a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #8e439a;
}

.mobile-open {
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  padding: 0.8em;
  cursor: pointer;
  background: none;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .mobile-open {
    display: none;
  }
}
.mobile-open svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.mobile-open:hover svg {
  fill: #bc7dc6;
}
.mobile-open:focus-visible {
  background: #fff;
  outline-offset: -2px;
  outline: 2px solid #8e439a;
}
.mobile-open:focus-visible svg {
  fill: #8e439a;
}

.mobile-menu {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
  position: fixed;
  transform: translateX(100vw);
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__wrap {
  height: 100vh;
  display: flex;
  overflow-y: auto;
  align-items: center;
  padding: 0 2em 4em 2em;
  flex-direction: column;
  background-color: #fff;
  justify-content: flex-start;
}
.mobile-menu .mobile-header {
  width: 100%;
  height: 50px;
  display: flex;
  max-width: 400px;
  margin-bottom: 2rem;
  align-items: center;
  flex-direction: row;
  padding-bottom: 0.5em;
  box-sizing: content-box;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
}
.mobile-menu .mobile-header .nav-logo {
  width: auto;
  height: 30px;
  line-height: 1;
  display: inline-block;
}
.mobile-menu .mobile-header .nav-logo img {
  margin: 0;
  width: auto;
  height: 100%;
  display: block;
}
.mobile-menu .mobile-header .mobile-close {
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  padding: 1em;
  cursor: pointer;
  background: none;
  border-radius: 0;
  box-sizing: border-box;
  transform: translateX(1em);
}
@media (min-width: 1024px) {
  .mobile-menu .mobile-header .mobile-close {
    display: none;
  }
}
.mobile-menu .mobile-header .mobile-close svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
.mobile-menu .mobile-header .mobile-close:hover svg {
  fill: #8e439a;
}
.mobile-menu .mobile-header .mobile-close:focus-visible {
  outline: 2px solid #8e439a;
}
.mobile-menu .mobile-header .mobile-close:focus-visible svg {
  fill: #8e439a;
}
.mobile-menu .mobile-nav {
  width: 100%;
  max-width: 400px;
}
.mobile-menu .mobile-nav .main-level {
  margin: 0;
  width: 100%;
  gap: 0.75em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu .mobile-nav .main-level .menu-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .mobile-nav .main-level .menu-item a {
  width: 100%;
  display: flex;
  font-size: 1.4em;
  font-weight: 500;
  flex-direction: row;
  color: #8e439a;
  text-decoration: none;
  align-items: flex-start;
  justify-content: space-between;
}
.mobile-menu .mobile-nav .main-level .menu-item a .link-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu .mobile-nav .main-level .menu-item a .link-text span.description {
  font-size: 0.5em;
  font-weight: 500;
  color: #3c3c3c;
}
.mobile-menu .mobile-nav .main-level .menu-item a::-moz-focus-inner {
  border: 0;
}
.mobile-menu .mobile-nav .main-level .menu-item a:hover, .mobile-menu .mobile-nav .main-level .menu-item a:focus {
  outline: 0;
}
@media (hover: hover) {
  .mobile-menu .mobile-nav .main-level .menu-item a:hover {
    color: #bc7dc6;
  }
}
.mobile-menu .mobile-nav .main-level .menu-item a:focus-visible {
  outline-offset: 2px;
  color: #8e439a;
  outline: 2px solid #8e439a;
}
.mobile-menu .mobile-nav .main-level .menu-item a.open-subnav svg {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.5em;
  fill: #1e1e1e;
  transition: transform 0.25s ease-in-out;
}
.mobile-menu .mobile-nav .main-level .menu-item a.open-subnav.open svg {
  transform: rotate(180deg);
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav {
  gap: 0.5em;
  width: 100%;
  display: flex;
  padding-top: 0.75em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item {
  width: 100%;
  padding-left: 1em;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item a {
  gap: 0;
  display: flex;
  font-size: 1.2em;
  flex-direction: row;
  align-items: flex-start;
  color: #1e1e1e;
  justify-content: space-between;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item a::-moz-focus-inner {
  border: 0;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item a:hover, .mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item a:focus {
  outline: 0;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item a:hover span, .mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item a:focus span {
  color: #8e439a;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item a:focus-visible {
  outline-offset: 2px;
  color: #8e439a;
  outline: 2px solid #8e439a;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item .sub-nav .menu-item a {
  gap: 0.5em;
  font-size: 1em;
  align-items: center;
  justify-content: flex-start;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item .sub-nav .menu-item a svg {
  height: 0.5em;
  fill: #1e1e1e;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item .sub-nav .menu-item a:hover svg, .mobile-menu .mobile-nav .main-level .menu-item .sub-nav .menu-item .sub-nav .menu-item a:focus-visible svg {
  fill: #8e439a;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner {
  width: 100%;
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #f6f7f8;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .image {
  width: 140px;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .image img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text {
  display: flex;
  padding: 0.75em;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 140px);
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text p {
  margin: 0;
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.35;
  color: #3c3c3c;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text p.heading {
  font-size: 0.7em;
  margin: 0 0 0.35rem 0;
  color: #8e439a;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a {
  gap: 0;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a p {
  font-size: 0.6em;
  color: #3c3c3c;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a p.heading {
  font-size: 0.7em;
  margin: 0 0 0.35rem 0;
  color: #8e439a;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a svg {
  height: 0.5em;
  margin-left: 0.5em;
  fill: #3c3c3c;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a:hover p, .mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a:focus-visible p {
  color: #8e439a;
}
.mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a:hover svg, .mobile-menu .mobile-nav .main-level .menu-item .sub-nav .sub-nav-banner .text a:focus-visible svg {
  fill: #8e439a;
}
.mobile-menu .mobile-secondary {
  width: 100%;
  max-width: 400px;
  margin-top: 3rem;
}
.mobile-menu .mobile-secondary ul {
  margin: 0;
  gap: 0.35em;
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu .mobile-secondary ul li {
  width: 100%;
}
.mobile-menu .mobile-secondary ul li a {
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  color: #1e1e1e;
}
.mobile-menu .mobile-secondary ul li a:hover, .mobile-menu .mobile-secondary ul li a:focus-visible {
  color: #8e439a;
}
.mobile-menu .mobile-secondary ul li a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #8e439a;
}
.mobile-menu .mobile-lang-switcher {
  gap: 2em;
  width: 100%;
  display: flex;
  max-width: 400px;
  margin-top: 3rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mobile-menu .mobile-lang-switcher p {
  margin: 0;
  color: #000;
  font-size: 0.9em;
  font-weight: 500;
}
.mobile-menu .mobile-lang-switcher .languages {
  margin: 0;
  gap: 0.5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu .mobile-lang-switcher .languages a {
  width: 3em;
  height: 3em;
  display: flex;
  border-radius: 50%;
  align-items: center;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #a8a8a8;
}
.mobile-menu .mobile-lang-switcher .languages a p {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: capitalize;
}
.mobile-menu .mobile-lang-switcher .languages a:hover, .mobile-menu .mobile-lang-switcher .languages a:focus-visible {
  border: 1px solid #8e439a;
}
.mobile-menu .mobile-lang-switcher .languages a:hover p, .mobile-menu .mobile-lang-switcher .languages a:focus-visible p {
  color: #8e439a;
}
.mobile-menu .mobile-lang-switcher .languages a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #8e439a;
}
.mobile-menu .mobile-search {
  gap: 1em;
  width: 100%;
  display: flex;
  margin-top: 3rem;
  max-width: 400px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mobile-menu .mobile-search p {
  margin: 0;
  color: #000;
  font-size: 0.9em;
  font-weight: 500;
}
.mobile-menu .mobile-search .custom-form {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu .mobile-search .custom-form input {
  border: 0;
  height: 40px;
  color: #000;
  border-radius: 0;
  width: calc(100% - 70px - 0.5em);
  border-bottom: 2px solid #a8a8a8;
}
.mobile-menu .mobile-search .custom-form input:hover, .mobile-menu .mobile-search .custom-form input:focus {
  outline: 0;
  border-bottom: 2px solid #8e439a;
}
.mobile-menu .mobile-search .custom-form button,
.mobile-menu .mobile-search .custom-form input[type=button],
.mobile-menu .mobile-search .custom-form input[type=reset],
.mobile-menu .mobile-search .custom-form input[type=submit] {
  width: 70px;
  color: #fff;
  border-radius: 4px;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.mobile-menu .mobile-search .custom-form button:focus-visible,
.mobile-menu .mobile-search .custom-form input[type=button]:focus-visible,
.mobile-menu .mobile-search .custom-form input[type=reset]:focus-visible,
.mobile-menu .mobile-search .custom-form input[type=submit]:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #8e439a;
}

.upper-nav {
  width: 100%;
  background-color: #1e1e1e;
}
.upper-nav__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  gap: 1em;
  height: 30px;
  display: flex;
  padding: 0.5em 0;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .upper-nav__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .upper-nav__wrapper {
    gap: 2em;
    height: 40px;
  }
}
.upper-nav .link-item {
  gap: 0.5em;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.upper-nav .link-item a {
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  text-decoration: none;
}
@media (min-width: 480px) {
  .upper-nav .link-item a {
    font-size: 0.7em;
  }
}
@media (min-width: 600px) {
  .upper-nav .link-item a {
    font-size: 0.9em;
  }
}
.upper-nav .link-item a:hover, .upper-nav .link-item a:focus-visible {
  color: #aa59b7;
}
.upper-nav .link-item a:focus-visible {
  outline: 2px solid #aa59b7;
}
.upper-nav .link-item p {
  margin: 0;
  display: none;
  font-size: 0.7em;
  font-weight: 500;
  font-style: italic;
  color: #757575;
}
@media (min-width: 480px) {
  .upper-nav .link-item p {
    display: block;
  }
}
@media (min-width: 1024px) {
  .upper-nav .link-item p {
    font-size: 0.9em;
  }
}

/* Hero
--------------------------------------------- */
.hero {
  width: 100%;
  height: 75vh;
  grid-area: hero;
  min-height: 500px;
}
@media (min-width: 850px) {
  .hero {
    min-height: 750px;
  }
}
@media (min-width: 1300px) {
  .hero {
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
}
.hero.medium {
  height: 60vh;
  min-height: 450px;
}
@media (min-width: 850px) {
  .hero.medium {
    min-height: 550px;
  }
}
.hero.full {
  height: 100vh;
}
@media (min-width: 1300px) {
  .hero.full {
    height: calc(100vh - 0.5rem);
  }
}
.hero.event {
  height: auto;
  min-height: 300px;
}
@media (min-width: 850px) {
  .hero.event {
    min-height: 450px;
  }
}
.hero.small {
  height: auto;
  min-height: 250px;
  max-height: 550px;
}
@media (min-width: 850px) {
  .hero.small {
    min-height: 400px;
    max-height: 750px;
  }
}
.hero.supersearch-hero {
  height: auto;
  min-height: 350px;
  max-height: 550px;
}
@media (min-width: 850px) {
  .hero.supersearch-hero {
    min-height: 450px;
    max-height: 750px;
  }
}
.hero__area {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #6d3476;
}
.big .hero__area {
  justify-content: center;
}
@media (min-width: 850px) {
  .big .hero__area {
    justify-content: flex-end;
  }
}
.hero__area__text {
  z-index: 5;
  color: #fff;
  display: flex;
  padding: 2em 0;
  text-align: center;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .hero__area__text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 850px) {
  .hero__area__text {
    padding: 4em 0;
  }
}
@media (min-width: 1024px) {
  .hero__area__text {
    padding: 6em 0;
  }
}
@media (min-width: 850px) {
  .big .hero__area__text {
    padding: 4em 0 14em 0;
  }
}
@media (min-width: 1024px) {
  .big .hero__area__text {
    padding: 6em 0 18em 0;
  }
}
.hero__area__text h1 {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 600px) {
  .hero__area__text h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 850px) {
  .hero__area__text h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .hero__area__text h1 {
    font-size: 3.4rem;
  }
}
.hero__area__text p {
  color: #fff;
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.35;
}
@media (min-width: 600px) {
  .hero__area__text p {
    font-size: 1.2em;
  }
}
@media (min-width: 850px) {
  .hero__area__text p {
    font-size: 1.4em;
  }
}
.hero__area__text__contact {
  gap: 0.25em 0;
  display: flex;
  margin-top: 4em;
  margin-bottom: -30px;
  align-self: flex-end;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .hero__area__text__contact {
    display: none;
  }
}
.hero__area__text__contact p {
  color: #fff;
  margin: 0;
  font-size: 0.9em;
}
.hero__area__text__contact p a {
  color: #fff;
  text-decoration: none;
}
.hero__area__text__contact p a:hover, .hero__area__text__contact p a:focus {
  color: #bc7dc6;
}
.hero__area__text__search {
  width: 100%;
  display: flex;
  margin-top: 2em;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 850px) {
  .hero__area__text__search {
    margin-top: 4em;
  }
}
@media (min-width: 1024px) {
  .hero__area__text__search {
    margin-top: 6em;
  }
}
.supersearch-hero .hero__area__text__search {
  margin-top: 2em;
}
@media (min-width: 850px) {
  .supersearch-hero .hero__area__text__search {
    margin-top: 3em;
  }
}
@media (min-width: 1024px) {
  .supersearch-hero .hero__area__text__search {
    margin-top: 4em;
  }
}
.hero__area__bg {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero__area__bg::after {
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 75%;
  width: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__area__bg::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: rgba(30, 30, 30, 0.25);
}
.hero__area__bg img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}
.hero__area__bg .simpleParallax {
  height: 100%;
}
.hero__area__video {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero__area__video::after {
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__area__video::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(30, 30, 30, 0.25);
}
.hero__area__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.hero__area__youtube {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero__area__youtube::after {
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__area__youtube::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(30, 30, 30, 0.25);
}
.hero__area__youtube__video {
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-aspect-ratio: 4/3) {
  .big .hero__area__youtube__video {
    width: 100%;
    height: auto;
  }
}
@media (min-aspect-ratio: 16/9) {
  .full .hero__area__youtube__video {
    width: 100%;
    height: auto;
  }
}
.hero__area__youtube__video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

/* Info
--------------------------------------------- */
.areainfo {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  margin: 1em auto 2em auto;
}
@media (min-width: 600px) {
  .areainfo {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 2em auto 4em auto;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .areainfo {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.areainfo__block {
  width: auto;
  display: flex;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  padding: 1.5em 0;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.areainfo__block:not(:first-of-type) {
  border-top: 1px solid #dbdbdb;
}
@media (min-width: 600px) {
  .areainfo__block {
    padding: 1em;
    border-top: 0;
    width: calc(50% - 0.5em);
  }
  .areainfo__block:not(:first-of-type) {
    border-top: 0;
  }
  .areainfo__block:nth-of-type(n+3) {
    border-top: 1px solid #dbdbdb;
  }
  .areainfo__block:not(:nth-of-type(2n+1)) {
    border-left: 1px solid #dbdbdb;
  }
}
@media (min-width: 850px) {
  .areainfo__block {
    width: auto;
    padding: 1em;
    max-width: 25%;
  }
  .areainfo__block:not(:first-of-type) {
    border-top: 0;
    border-left: 1px solid #dbdbdb;
  }
}
@media (min-width: 1024px) {
  .areainfo__block {
    width: auto;
    padding: 1em 2em;
    max-width: 25%;
  }
  .areainfo__block.slopes {
    padding: 1em;
  }
}
.areainfo__block.big {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.areainfo__block__big__img svg {
  width: 100%;
  height: 70px;
  fill: #8e439a;
}
.areainfo__block__img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.areainfo__block__img svg {
  width: 40px;
  height: 40px;
  fill: #1e1e1e;
}
.areainfo__block a {
  width: 100%;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 850px) {
  .areainfo__block a {
    text-align: right;
  }
}
.areainfo__block a:hover {
  text-decoration: underline;
}
.areainfo__block__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: calc(100% - 1em - 40px);
}
.areainfo__block__text p {
  margin: 0.25em 0;
  line-height: 1.1;
  font-size: 1.3em;
}
@media (min-width: 850px) {
  .areainfo__block__text p {
    font-size: 1.2em;
  }
}
.areainfo__block__text p:not(.heading) {
  white-space: nowrap;
}
.areainfo__block__text p.heading {
  font-size: 1em;
  font-weight: 700;
}
@media (min-width: 850px) {
  .areainfo__block__text p.heading {
    font-size: 0.9em;
  }
}
.areainfo__block__text.slopes {
  text-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .areainfo__block__text.slopes {
    text-align: left;
    align-items: flex-start;
  }
}
.areainfo__block__text.slopes p {
  font-size: 0.9em;
  margin: 0.25em 0;
  line-height: 1.1;
  white-space: wrap;
}
@media (min-width: 850px) {
  .areainfo__block__text.slopes p {
    font-size: 0.8em;
  }
}
.areainfo__block__text.slopes p.heading {
  font-size: 0.9em;
  font-weight: 700;
}
@media (min-width: 600px) {
  .smaller .areainfo__block:nth-of-type(5) {
    width: calc(100% - 1em);
  }
}
@media (min-width: 850px) {
  .smaller .areainfo__block {
    padding: 1em;
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .smaller .areainfo__block {
    padding: 1em;
    max-width: 25%;
  }
  .smaller .areainfo__block.big {
    max-width: 20%;
  }
}
@media (min-width: 850px) {
  .smaller .areainfo__block__big__img svg {
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .smaller .areainfo__block__big__img svg {
    height: 60px;
  }
}
@media (min-width: 850px) {
  .smaller .areainfo__block__img img {
    width: 32px;
    height: 32px;
  }
  .smaller .areainfo__block__img svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .smaller .areainfo__block__img img {
    width: 36px;
    height: 36px;
  }
  .smaller .areainfo__block__img svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 850px) {
  .smaller .areainfo__block__text p {
    font-size: 1.1em;
  }
}
.smaller .areainfo__block__text p.heading {
  font-size: 1em;
  font-weight: 700;
}
@media (min-width: 850px) {
  .smaller .areainfo__block__text p.heading {
    font-size: 0.7em;
  }
}
@media (min-width: 1024px) {
  .smaller .areainfo__block__text p.heading {
    font-size: 0.8em;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-footer {
  gap: 0 10px;
  display: flex;
  margin: 1.5em 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.youtube-video {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.youtube-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flexible-content p.heading {
  margin: 0.5em 0;
  line-height: 1.1;
  font-weight: 400;
  color: #1e1e1e;
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  .flexible-content p.heading {
    font-size: 1.7rem;
  }
}
@media (min-width: 850px) {
  .flexible-content p.heading {
    font-size: 2rem;
  }
}

.single-post article,
.single-story article {
  margin: 2em auto;
}
@media (min-width: 850px) {
  .single-post article,
  .single-story article {
    margin: 4em auto;
  }
}

.outdooractive-content {
  margin: 2em auto;
}
@media (min-width: 850px) {
  .outdooractive-content {
    margin: 4em auto;
  }
}

.area-post {
  display: grid;
  margin: 2em auto;
}
@media (min-width: 850px) {
  .area-post {
    margin: 4em auto;
  }
}
.area-post__main {
  width: 100%;
  grid-area: main;
  overflow: hidden;
}
@media (min-width: 850px) {
  .area-post__main {
    padding-right: 1em;
  }
}
.area-post__main p {
  font-size: 1em;
}
.area-post__main p.description {
  margin-top: 0;
  font-size: 1.1em;
  color: #757575;
}
@media (min-width: 850px) {
  .area-post__main p.description {
    font-size: 1.3em;
  }
}
.area-post__main__commerce {
  width: 100%;
  margin: 2em 0;
  display: grid;
  background-color: whitesmoke;
  grid-template-columns: 100%;
  grid-template-areas: "price" "filters" "link";
}
@media (min-width: 600px) {
  .area-post__main__commerce {
    grid-template-columns: 40% 60%;
    grid-template-areas: "price filters" "link link";
  }
}
@media (min-width: 850px) {
  .area-post__main__commerce {
    grid-template-columns: repeat(2, 50%);
  }
}
.area-post__main__commerce__price {
  width: 100%;
  padding: 1em;
  grid-area: price;
}
@media (min-width: 600px) {
  .area-post__main__commerce__price {
    padding: 2em 1em;
  }
}
.area-post__main__commerce__price p {
  margin: 0;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #1e1e1e;
}
.area-post__main__commerce__price p.price {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (min-width: 600px) {
  .area-post__main__commerce__price p.price {
    font-size: 2em;
  }
}
@media (min-width: 850px) {
  .area-post__main__commerce__price p.price {
    font-size: 2.6em;
  }
}
.area-post__main__commerce__filters {
  width: 100%;
  grid-area: filters;
  padding: 0 1em 1em 1em;
}
@media (min-width: 600px) {
  .area-post__main__commerce__filters {
    padding: 2em 1em;
  }
}
.area-post__main__commerce__filters p {
  margin: 0;
  width: 100%;
  display: flex;
  font-weight: 500;
  font-size: 0.8em;
  flex-direction: row;
  align-items: flex-start;
  color: #1e1e1e;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .area-post__main__commerce__filters p {
    font-size: 0.9em;
  }
}
.area-post__main__commerce__filters p:last-of-type {
  margin-bottom: 0;
}
.area-post__main__commerce__filters p span {
  width: 40%;
}
.area-post__main__commerce__filters p span:nth-of-type(2) {
  width: 60%;
  font-weight: 400;
}
.area-post__main__commerce__link {
  width: 100%;
  grid-area: link;
}
.area-post__main__commerce__link a {
  color: #fff;
  width: 100%;
  display: block;
  line-height: 1;
  padding: 0.75em;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  background-color: #8e439a;
}
.area-post__main__commerce__link a:hover, .area-post__main__commerce__link a:focus {
  background-color: #bc7dc6;
}
.area-post__main__images {
  width: 100%;
  margin: 2em 0;
  position: relative;
}
.area-post__main__images__carousel {
  width: 100%;
  position: relative;
}
.area-post__main__images__carousel .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.area-post__main__images__carousel .image::before {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 850px) {
  .area-post__main__images__carousel .image::before {
    padding-bottom: 75%;
  }
}
.area-post__main__images__carousel .image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.area-post__main__images__arrows {
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 2em;
  max-width: 700px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.wp-block .area-post__main__images__arrows {
  display: none;
}
.area-post__main__images__arrows p {
  order: 2;
  margin: 0;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
}
.area-post__main__images__arrows .slick-dots {
  order: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 0 0.35em;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 850px) {
  .area-post__main__images__arrows .slick-dots {
    gap: 0 0.5em;
  }
}
.area-post__main__images__arrows .slick-dots li {
  line-height: 1;
  display: contents;
}
.area-post__main__images__arrows .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 1;
  border-radius: 50%;
  background: #757575;
  border: 1px solid #757575;
}
@media (min-width: 850px) {
  .area-post__main__images__arrows .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.area-post__main__images__arrows .slick-dots li.slick-active button {
  background: #8e439a;
  border: 1px solid #8e439a;
}
.area-post__main__images__arrows button.slick-arrow {
  bottom: 0;
  border: 0;
  z-index: 5;
  padding: 0;
  width: 40px;
  height: 20px;
  display: flex;
  background: none;
  border-radius: 0;
  align-items: center;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
}
.area-post__main__images__arrows button.slick-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.area-post__main__images__arrows button.slick-arrow.button-prev {
  order: 1;
}
.area-post__main__images__arrows button.slick-arrow.button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %233c3c3c;' xml:space='preserve'%3E%3Crect x='47.9' y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='49.9,57.6 49.9,0 0,28.8 '/%3E%3C/svg%3E");
}
.area-post__main__images__arrows button.slick-arrow.button-next {
  order: 3;
}
.area-post__main__images__arrows button.slick-arrow.button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %233c3c3c;' xml:space='preserve'%3E%3Crect y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='194.2,0 194.2,57.6 244,28.8 '/%3E%3C/svg%3E");
}
.area-post__main__images__arrows button.slick-arrow:hover, .area-post__main__images__arrows button.slick-arrow:focus {
  outline: 0;
}
.area-post__main__images__arrows button.slick-arrow:hover.button-prev::after, .area-post__main__images__arrows button.slick-arrow:focus.button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %238e439a;' xml:space='preserve'%3E%3Crect x='47.9' y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='49.9,57.6 49.9,0 0,28.8 '/%3E%3C/svg%3E");
}
.area-post__main__images__arrows button.slick-arrow:hover.button-next::after, .area-post__main__images__arrows button.slick-arrow:focus.button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %238e439a;' xml:space='preserve'%3E%3Crect y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='194.2,0 194.2,57.6 244,28.8 '/%3E%3C/svg%3E");
}
.area-post__main__images__arrows button.slick-arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #8e439a;
}
.area-post__main__images__popup {
  display: flex;
  margin: 1em auto;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.area-post__main__images__popup a {
  line-height: 1;
  font-weight: 400;
  font-size: 0.9em;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0.65em 1.25em;
  color: #757575;
  border: 1px solid #dbdbdb;
  text-decoration: none;
}
.area-post__main__images__popup a.active {
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.area-post__main__images__popup a:hover {
  color: #fff;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
}
.area-post__main__images__popup a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #8e439a;
}
.area-post__main__images__popup__content {
  gap: 1em;
  width: 100%;
  display: flex;
  margin: 2em auto;
  max-width: 1400px;
  padding: 2.5em 0.5em;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .area-post__main__images__popup__content {
    padding: 2.5em 1em;
  }
}
.area-post__main__images__popup__content .image img {
  margin: 0;
  display: block;
}
.area-post__main__images__popup__content .image p {
  font-size: 0.9em;
  margin: 0.25em 0 0 0;
}
.area-post__main__extras {
  gap: 0.25em;
  margin: 2em 0;
  display: flex;
  margin-left: -1rem;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% + 2rem);
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .area-post__main__extras {
    width: 100%;
    margin-left: 0;
  }
}
.area-post__main__extras__link {
  width: 100%;
}
.area-post__main__extras__link a {
  width: 100%;
  display: block;
  padding: 1.5em 1rem;
  text-decoration: none;
  background-color: #f6f7f8;
  color: #3c3c3c;
}
.area-post__main__extras__link a:hover, .area-post__main__extras__link a:focus {
  color: #8e439a;
}
.area-post__main__extras__link a p {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.area-post__main__extras__link a p::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(-45deg);
  border-right: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
}
.area-post__main__extras__link__popup {
  width: 95%;
  padding: 1em;
  margin: 1em auto;
  max-width: 800px;
  position: relative;
  background-color: #fff;
}
.area-post__main__extras__link__popup h2 {
  font-size: 1.6em;
}
.area-post__main__links {
  width: 100%;
  margin-top: 2em;
}
@media (min-width: 850px) {
  .area-post__main__links {
    margin-top: 4em;
  }
}
.area-post__main__links h2 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 850px) {
  .area-post__main__links h2 {
    font-size: 2.2rem;
  }
}
.area-post__main__links__items {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .area-post__main__links__items {
    gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  .area-post__main__links__items {
    gap: 2em 1em;
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}

.company-post {
  display: grid;
  margin: 2em auto;
  max-width: 1200px !important;
  grid-template-columns: 100%;
  grid-template-areas: "main" "extra" "services" "activities" "products" "events" "tips" "offers";
}
@media (min-width: 850px) {
  .company-post {
    margin: 4em auto;
    grid-template-columns: 65% 35%;
    grid-template-areas: "main extra" "services services" "activities activities" "products products" "events events" "offers offers" "tips tips";
  }
}
@media (min-width: 1024px) {
  .company-post {
    grid-template-columns: 70% 30%;
  }
}
.company-post__main {
  width: 100%;
  grid-area: main;
  overflow: hidden;
}
@media (min-width: 850px) {
  .company-post__main {
    padding-right: 1em;
  }
}
.company-post__main p {
  font-size: 1em;
}
.company-post__main p.description {
  margin-top: 0;
  font-size: 1.1em;
  color: #757575;
}
@media (min-width: 850px) {
  .company-post__main p.description {
    font-size: 1.3em;
  }
}
.company-post__main__product {
  gap: 1.5em;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: whitesmoke;
}
@media (min-width: 850px) {
  .company-post__main__product {
    gap: 2em;
    padding: 2em;
  }
}
@media (min-width: 1024px) {
  .company-post__main__product {
    gap: 2em 4em;
    padding: 2em;
  }
}
.company-post__main__product .detail {
  gap: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-post__main__product .detail p.heading {
  margin: 0;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  color: #1e1e1e;
}
.company-post__main__product .contact {
  gap: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-post__main__product .contact p {
  margin: 0;
  line-height: 1.35;
  font-weight: 500;
  font-size: 0.9em;
}
.company-post__main__product .contact a {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.35;
  color: #3c3c3c;
  text-decoration: none;
}
.company-post__main__product .contact a:visited {
  color: #3c3c3c;
}
.company-post__main__product .contact a:hover, .company-post__main__product .contact a:focus {
  outline: 0;
  color: #8e439a;
  text-decoration: underline;
}
.company-post__main__product .contact a:focus-visible {
  outline: 2px solid #8e439a;
}
.company-post__main__product .certificates {
  gap: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-post__main__product .certificates .certificate a {
  display: block;
}
.company-post__main__product .certificates .certificate a img {
  margin: 0;
  height: 60px;
  display: block;
}
.company-post__main__images {
  width: 100%;
  margin: 2em 0;
  position: relative;
}
.company-post__main__images__carousel {
  width: 100%;
  position: relative;
}
.company-post__main__images__carousel .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.company-post__main__images__carousel .image::before {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 850px) {
  .company-post__main__images__carousel .image::before {
    padding-bottom: 75%;
  }
}
.company-post__main__images__carousel .image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.company-post__main__images__arrows {
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 2em;
  max-width: 700px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.wp-block .company-post__main__images__arrows {
  display: none;
}
.company-post__main__images__arrows p {
  order: 2;
  margin: 0;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
}
.company-post__main__images__arrows .slick-dots {
  order: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 0 0.35em;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 850px) {
  .company-post__main__images__arrows .slick-dots {
    gap: 0 0.5em;
  }
}
.company-post__main__images__arrows .slick-dots li {
  line-height: 1;
  display: contents;
}
.company-post__main__images__arrows .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 1;
  border-radius: 50%;
  background: #757575;
  border: 1px solid #757575;
}
@media (min-width: 850px) {
  .company-post__main__images__arrows .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.company-post__main__images__arrows .slick-dots li.slick-active button {
  background: #8e439a;
  border: 1px solid #8e439a;
}
.company-post__main__images__arrows button.slick-arrow {
  bottom: 0;
  border: 0;
  z-index: 5;
  padding: 0;
  width: 40px;
  height: 20px;
  display: flex;
  background: none;
  border-radius: 0;
  align-items: center;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
}
.company-post__main__images__arrows button.slick-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.company-post__main__images__arrows button.slick-arrow.button-prev {
  order: 1;
}
.company-post__main__images__arrows button.slick-arrow.button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %233c3c3c;' xml:space='preserve'%3E%3Crect x='47.9' y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='49.9,57.6 49.9,0 0,28.8 '/%3E%3C/svg%3E");
}
.company-post__main__images__arrows button.slick-arrow.button-next {
  order: 3;
}
.company-post__main__images__arrows button.slick-arrow.button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %233c3c3c;' xml:space='preserve'%3E%3Crect y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='194.2,0 194.2,57.6 244,28.8 '/%3E%3C/svg%3E");
}
.company-post__main__images__arrows button.slick-arrow:hover, .company-post__main__images__arrows button.slick-arrow:focus {
  outline: 0;
}
.company-post__main__images__arrows button.slick-arrow:hover.button-prev::after, .company-post__main__images__arrows button.slick-arrow:focus.button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %238e439a;' xml:space='preserve'%3E%3Crect x='47.9' y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='49.9,57.6 49.9,0 0,28.8 '/%3E%3C/svg%3E");
}
.company-post__main__images__arrows button.slick-arrow:hover.button-next::after, .company-post__main__images__arrows button.slick-arrow:focus.button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 57.6' style='enable-background:new 0 0 244 57.6; fill: %238e439a;' xml:space='preserve'%3E%3Crect y='24.9' width='196.2' height='7.8'/%3E%3Cpolygon points='194.2,0 194.2,57.6 244,28.8 '/%3E%3C/svg%3E");
}
.company-post__main__images__arrows button.slick-arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #8e439a;
}
.company-post__main__images__popup {
  display: flex;
  margin: 1em auto;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.company-post__main__images__popup a {
  line-height: 1;
  font-weight: 400;
  font-size: 0.9em;
  border-radius: 9999px;
  background-color: #fff;
  padding: 0.65em 1.25em;
  color: #757575;
  border: 1px solid #dbdbdb;
  text-decoration: none;
}
.company-post__main__images__popup a.active {
  color: #fff;
  background-color: #8e439a;
  border: 1px solid #8e439a;
}
.company-post__main__images__popup a:hover {
  color: #fff;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
}
.company-post__main__images__popup a:focus-visible {
  outline: 0;
  color: #fff;
  outline-offset: 0;
  background-color: #bc7dc6;
  border: 1px solid #bc7dc6;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #8e439a;
}
.company-post__main__images__popup__content {
  gap: 1em;
  width: 100%;
  display: flex;
  margin: 2em auto;
  max-width: 1400px;
  padding: 2.5em 0.5em;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .company-post__main__images__popup__content {
    padding: 2.5em 1em;
  }
}
.company-post__main__images__popup__content .image img {
  margin: 0;
  display: block;
}
.company-post__main__images__popup__content .image p {
  font-size: 0.9em;
  margin: 0.25em 0 0 0;
}
.company-post__main__extras {
  gap: 0.25em;
  margin: 2em 0;
  display: flex;
  margin-left: -1rem;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% + 2rem);
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .company-post__main__extras {
    width: 100%;
    margin-left: 0;
  }
}
.company-post__main__extras__link {
  width: 100%;
}
.company-post__main__extras__link a {
  width: 100%;
  display: block;
  padding: 1.5em 1rem;
  text-decoration: none;
  background-color: #f6f7f8;
  color: #3c3c3c;
}
.company-post__main__extras__link a:hover, .company-post__main__extras__link a:focus {
  color: #8e439a;
}
.company-post__main__extras__link a p {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.company-post__main__extras__link a p::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(-45deg);
  border-right: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
}
.company-post__main__extras__link__popup {
  width: 95%;
  padding: 1em;
  margin: 1em auto;
  max-width: 800px;
  position: relative;
  background-color: #fff;
}
.company-post__main__extras__link__popup h2 {
  font-size: 1.6em;
}
.company-post__main__embed {
  margin: 2em 0;
}
.company-post__extra {
  width: 100%;
  display: flex;
  grid-area: extra;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .company-post__extra {
    padding-left: 1em;
    align-items: flex-start;
  }
}
.company-post__extra .contact {
  gap: 0.5em;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .company-post__extra .contact {
    align-items: flex-start;
  }
}
.company-post__extra .contact p {
  margin: 0;
}
.company-post__extra .contact p a {
  text-decoration: none;
  color: #3c3c3c;
}
.company-post__extra .contact p a:hover, .company-post__extra .contact p a:focus {
  color: #8e439a;
}
.company-post__extra .social {
  gap: 1em;
  display: flex;
  margin-top: 2em;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 850px) {
  .company-post__extra .social {
    justify-content: flex-start;
  }
}
.company-post__extra .social a {
  display: block;
}
.company-post__extra .social a svg {
  width: 40px;
  height: 40px;
  display: block;
}
.company-post__extra .social a svg .circle {
  fill: #8e439a;
}
.company-post__extra .social a:hover, .company-post__extra .social a:focus {
  fill: #8e439a;
}
.company-post__extra .map {
  width: 100%;
  margin-top: 2em;
  max-width: 600px;
  position: relative;
  aspect-ratio: 3/2;
}
@media (min-width: 850px) {
  .company-post__extra .map {
    aspect-ratio: 1/1;
  }
}
.company-post__extra .map iframe {
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.company-post__services {
  grid-area: services;
}
.company-post__activities {
  grid-area: activities;
}
.company-post__products {
  grid-area: products;
}
.company-post__events {
  grid-area: events;
}
.company-post__offers {
  grid-area: offers;
}
.company-post__tips {
  grid-area: tips;
}
.company-post__services, .company-post__activities, .company-post__products, .company-post__events, .company-post__offers, .company-post__tips {
  width: 100%;
  margin-top: 2em;
}
@media (min-width: 850px) {
  .company-post__services, .company-post__activities, .company-post__products, .company-post__events, .company-post__offers, .company-post__tips {
    margin-top: 4em;
  }
}
.company-post__services h2, .company-post__activities h2, .company-post__products h2, .company-post__events h2, .company-post__offers h2, .company-post__tips h2 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 850px) {
  .company-post__services h2, .company-post__activities h2, .company-post__products h2, .company-post__events h2, .company-post__offers h2, .company-post__tips h2 {
    font-size: 2.2rem;
  }
}
.company-post__services__items, .company-post__activities__items, .company-post__products__items, .company-post__events__items, .company-post__offers__items, .company-post__tips__items {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .company-post__services__items, .company-post__activities__items, .company-post__products__items, .company-post__events__items, .company-post__offers__items, .company-post__tips__items {
    gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  .company-post__services__items, .company-post__activities__items, .company-post__products__items, .company-post__events__items, .company-post__offers__items, .company-post__tips__items {
    gap: 2em 1em;
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}

.items-archive {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 1200px) {
  .items-archive {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 850px) {
  .items-archive {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.items-archive__grid {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .items-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  .items-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}
.items-archive .posts-navigation {
  max-width: 1200px;
}

.post-archive {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 850px) {
  .post-archive {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
.post-archive__grid {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 600px) {
  .post-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
@media (min-width: 850px) {
  .post-archive__grid {
    gap: 2em 1em;
    grid-template-columns: repeat(3, calc(33.3333333333% - 0.6666666667em));
  }
}
.post-archive .posts-navigation {
  max-width: 1200px;
}

.event-post {
  margin: 2em auto;
  max-width: 800px !important;
}
@media (min-width: 850px) {
  .event-post {
    margin: 4em auto;
  }
}
.event-post p {
  font-size: 1em;
}
.event-post p.description {
  margin-top: 0;
  font-size: 1.1em;
  color: #757575;
}
@media (min-width: 850px) {
  .event-post p.description {
    font-size: 1.3em;
  }
}
.event-post__details {
  width: 100%;
  padding: 1em;
  gap: 1em 2em;
  display: flex;
  margin: 2em auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: whitesmoke;
}
@media (min-width: 600px) {
  .event-post__details {
    padding: 2em;
    flex-direction: row;
    justify-content: space-between;
  }
}
.event-post__details__column p {
  font-size: 1em;
  margin: 0.25em auto;
  line-height: 1.35;
  color: #3c3c3c;
}
.event-post__details__column p.title {
  font-size: 1.1em;
  font-weight: 500;
  color: #1e1e1e;
}
.event-post__details__column p:first-child {
  margin-top: 0;
}
.event-post__details__column p:last-child {
  margin-bottom: 0;
}
.event-post__details__column p a {
  color: #3c3c3c;
  text-decoration: none;
}
.event-post__details__column p a:hover, .event-post__details__column p a:focus {
  color: #8e439a;
}
.event-post__content {
  width: 100%;
}

.search-results-page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .search-results-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.search-results-page__title {
  margin-bottom: 2em;
}
.search-results-page__content {
  gap: 1em;
  display: flex;
  margin: 2em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-results-page__content p.search-result-title {
  margin: 0;
  font-size: 1.4em;
  font-weight: 500;
}
.search-results-page__content .entry-summary p {
  margin: 0.25em 0 0 0;
  font-size: 0.9em;
}

.super-search-results {
  margin: 2rem auto;
  min-height: 400px;
  font-family: initial;
}
.super-search-results__error {
  margin: 6rem auto;
}
@media (min-width: 850px) {
  .super-search-results__error {
    margin: 12rem auto;
  }
}
.super-search-results__error p {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 850px) {
  .super-search-results__error p {
    font-size: 1.6em;
  }
}
.super-search-results__wrap {
  all: initial;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.super-search-results__wrap :where(*:not(svg, svg *)) {
  all: revert;
}
.super-search-results__wrap .CabinCard_cabinCardButton__ao1NF:hover, .super-search-results__wrap .CabinCard_cabinCardButton__ao1NF:focus, .super-search-results__wrap .CabinCard_cabinCardButton__ao1NF:visited, .super-search-results__wrap .CabinCard_cabinCardButton__ao1NF:focus-visible, .super-search-results__wrap .CabinCard_cabinCardButton__ao1NF:active,
.super-search-results__wrap .CabinModal_cabinModalBookButton__jAQvj:hover,
.super-search-results__wrap .CabinModal_cabinModalBookButton__jAQvj:focus,
.super-search-results__wrap .CabinModal_cabinModalBookButton__jAQvj:visited,
.super-search-results__wrap .CabinModal_cabinModalBookButton__jAQvj:focus-visible,
.super-search-results__wrap .CabinModal_cabinModalBookButton__jAQvj:active {
  color: #fff;
}
.super-search-results__wrap .PriceRange_priceRangeInfo__LWqPr {
  border: 0;
}

.warning-notification {
  padding: 2rem 0;
  background-color: #8e439a;
}
@media (min-width: 850px) {
  .warning-notification {
    padding: 4rem 0;
  }
}
.warning-notification ::-moz-selection {
  text-shadow: none;
  color: #8e439a;
  background: #ffffff;
  background-color: #ffffff;
}
.warning-notification ::selection {
  text-shadow: none;
  color: #8e439a;
  background: #ffffff;
  background-color: #ffffff;
}
.warning-notification__content {
  width: 100%;
  gap: 1.5rem;
  display: flex;
  margin: 0 auto;
  min-height: 80vh;
  padding: 4rem 1rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
}
@media (min-width: 600px) {
  .warning-notification__content {
    gap: 2rem;
  }
}
.warning-notification__content p {
  margin: 0;
  color: #fff;
}
.warning-notification__content p.time {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 600px) {
  .warning-notification__content p.time {
    font-size: 1.8rem;
  }
}
.warning-notification__content p.heading {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 600px) {
  .warning-notification__content p.heading {
    font-size: 3.4rem;
  }
}
.warning-notification__content p.description {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
}
@media (min-width: 600px) {
  .warning-notification__content p.description {
    font-size: 2.2rem;
  }
}
.warning-notification__content p.text {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 600px) {
  .warning-notification__content p.text {
    font-size: 1.2rem;
  }
}
.warning-notification__content a {
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  color: #8e439a;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  border: 2px solid #fff;
  background-color: #fff;
}
.warning-notification__content a:visited {
  color: #8e439a;
}
.warning-notification__content a:hover, .warning-notification__content a:focus {
  outline: 0;
  color: #fff;
  background-color: #8e439a;
}
.warning-notification__content a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fff;
}

/* Links
--------------------------------------------- */
.link__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.link__item__image {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 0.75em;
  background-color: #757575;
}
.link__item__image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.link__item__text {
  width: 100%;
  flex-grow: 1;
}
.link__item__text a {
  text-decoration: none;
}
.link__item__text a:hover p,
.link__item__text a:hover h3, .link__item__text a:focus p,
.link__item__text a:focus h3 {
  color: #8e439a;
}
.link__item__text a:focus-visible {
  text-decoration: underline;
}
.link__item__text h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.4em;
}
.wp-block .link__item__text h3 {
  line-height: 1.1;
  font-size: 1.2em;
}
.link__item__text p {
  font-size: 0.9em;
  margin: 0.5em 0 0 0;
  color: #3c3c3c;
}
.wp-block .link__item__text p {
  line-height: 1.1;
}
.link__item__text p.company {
  font-size: 0.7em;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  color: #757575;
  text-transform: uppercase;
}
.link__item__details {
  width: 100%;
  margin-top: 0.75em;
}
.link__item__details p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 1px;
  flex-direction: row;
  align-items: flex-start;
  text-transform: uppercase;
  color: #757575;
  justify-content: flex-start;
}
.wp-block .link__item__details p {
  font-size: 0.6em;
  line-height: 1.1;
}
.link__item__details p span:not(:last-of-type)::after {
  content: "•";
  padding-right: 0.5em;
  margin-left: 0.5em;
}
.link__item__link {
  margin-top: 0.75em;
  padding-top: 0.75em;
  border-top: 1px solid #8e439a;
}
.link__item__link a {
  font-weight: 700;
  display: inline-block;
  color: #8e439a;
  text-decoration: none;
}
.link__item__link a:hover, .link__item__link a:focus {
  color: #bc7dc6;
}

.product__item {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.product__item .certificate {
  top: 0.5em;
  left: 0.5em;
  position: absolute;
  border-radius: 4px;
  background-color: #fff;
}
.product__item .certificate img {
  margin: 0;
  height: 50px;
  display: block;
}
.product__item__image {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 0.75em;
  background-color: #757575;
}
.product__item__image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.product__item__text {
  width: 100%;
  flex-grow: 1;
}
.product__item__text a {
  text-decoration: none;
}
.product__item__text a:hover p,
.product__item__text a:hover h3, .product__item__text a:focus p,
.product__item__text a:focus h3 {
  color: #8e439a;
}
.product__item__text a:focus-visible {
  text-decoration: underline;
}
.product__item__text h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.4em;
}
.wp-block .product__item__text h3 {
  line-height: 1.1;
  font-size: 1.2em;
}
.product__item__text p {
  font-size: 0.9em;
  margin: 0.5em 0 0 0;
  color: #3c3c3c;
}
.wp-block .product__item__text p {
  line-height: 1.1;
}
.product__item__text p.company {
  font-size: 0.7em;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  color: #757575;
  text-transform: uppercase;
}
.product__item__details {
  width: 100%;
  margin-top: 0.75em;
}
.product__item__details p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 1px;
  flex-direction: row;
  align-items: flex-start;
  text-transform: uppercase;
  color: #757575;
  justify-content: flex-start;
}
.wp-block .product__item__details p {
  font-size: 0.6em;
  line-height: 1.1;
}
.product__item__details p span:not(:last-of-type)::after {
  content: "•";
  padding-right: 0.5em;
  margin-left: 0.5em;
}
.product__item__link {
  margin-top: 0.75em;
  padding-top: 0.75em;
  border-top: 1px solid #8e439a;
}
.product__item__link a {
  font-weight: 700;
  display: inline-block;
  color: #8e439a;
  text-decoration: none;
}
.product__item__link a:hover, .product__item__link a:focus {
  color: #bc7dc6;
}

.article__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.article__item__image {
  height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  background-color: #757575;
}
.article__item__image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.article__item__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  padding: 0.75em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #dbdbdb;
  border-top: 0px;
}
.wp-block .article__item__content {
  box-sizing: border-box;
}
.article__item__content__text {
  width: 100%;
  flex-grow: 1;
}
.article__item__content__text a {
  text-decoration: none;
}
.article__item__content__text a:hover p,
.article__item__content__text a:hover h3, .article__item__content__text a:focus p,
.article__item__content__text a:focus h3 {
  color: #8e439a;
}
.article__item__content__text a:focus-visible {
  text-decoration: underline;
}
.article__item__content__text h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.4em;
}
.wp-block .article__item__content__text h3 {
  line-height: 1.1;
  font-size: 1.2em;
}
.article__item__content__text p {
  font-size: 0.9em;
  margin: 0.5em 0 0 0;
  color: #3c3c3c;
}
.wp-block .article__item__content__text p {
  line-height: 1.1;
}
.article__item__content__text p.company {
  font-size: 0.7em;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  color: #757575;
  text-transform: uppercase;
}
.article__item__content__bottom {
  margin-top: 0.75em;
  padding-top: 0.75em;
  border-top: 1px solid #8e439a;
}
.article__item__content__bottom__link a {
  font-weight: 700;
  display: inline-block;
  color: #8e439a;
  text-decoration: none;
}
.article__item__content__bottom__link a:visited {
  color: #8e439a;
}
.article__item__content__bottom__link a:hover, .article__item__content__bottom__link a:focus {
  color: #bc7dc6;
}

.event__item {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #dbdbdb;
}
.event__item__tag {
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.75em 1em;
  position: absolute;
  background-color: #8e439a;
}
.event__item__tag p {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.event__item__image {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  background-color: #757575;
}
.event__item__image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.event__item__content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.event__item__content__text {
  flex-grow: 1;
  padding: 0.75em 0.75em 2em 0.75em;
}
.event__item__content__text a {
  text-decoration: none;
}
.event__item__content__text a:hover p,
.event__item__content__text a:hover h3, .event__item__content__text a:focus p,
.event__item__content__text a:focus h3 {
  color: #8e439a;
}
.event__item__content__text a:focus-visible {
  text-decoration: underline;
}
.event__item__content__text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.4em;
  color: #8e439a;
}
.wp-block .event__item__content__text h3 {
  line-height: 1.1;
  font-size: 1.2em;
}
.event__item__content__text p {
  font-size: 0.9em;
  margin: 0.5em 0 0 0;
  color: #3c3c3c;
}
.wp-block .event__item__content__text p {
  line-height: 1.1;
}
.event__item__content__text p.company {
  font-size: 0.7em;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  color: #757575;
  text-transform: uppercase;
}
.event__item__content__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.event__item__content__bottom__link {
  width: 100%;
}
.event__item__content__bottom__link a {
  height: 100%;
  display: flex;
  font-weight: 700;
  padding: 0.75em 0;
  text-align: center;
  align-items: center;
  text-decoration: none;
  color: #8e439a;
  flex-direction: column;
  justify-content: center;
  background-color: whitesmoke;
}
.event__item__content__bottom__link a:visited {
  color: #8e439a;
}
.event__item__content__bottom__link a:hover, .event__item__content__bottom__link a:focus {
  color: #fff;
  background-color: #8e439a;
}
.event__small {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border-radius: 10px;
}
.event__small:focus-within {
  outline: 3px solid #8e439a;
}
.event__small__content {
  width: 100%;
  height: 100%;
  position: relative;
}
.event__small__content a {
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(30, 30, 30, 0.6);
}
.event__small__content a h3 {
  color: #fff;
  margin: 0.5em 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.35em;
}
.event__small__content a p {
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.event__small__content a:hover, .event__small__content a:focus {
  background-color: rgba(30, 30, 30, 0.75);
}
.event__small__content a:hover h3,
.event__small__content a:hover p, .event__small__content a:focus h3,
.event__small__content a:focus p {
  color: #cea0d6;
}
.event__small__image {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background-color: #3c3c3c;
}
.event__small__image img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tour__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.tour__item__image {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 0.75em;
  background-color: #757575;
}
.tour__item__image img {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.tour__item__text {
  width: 100%;
}
.tour__item__text h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.3;
}
.wp-block .tour__item__text h3 {
  line-height: 1.1;
  font-size: 1.1em;
}
.tour__item__text p {
  font-size: 0.9em;
  margin: 0.5em 0 0 0;
  color: #3c3c3c;
}
.wp-block .tour__item__text p {
  line-height: 1.1;
}
.tour__item .poi-details {
  gap: 1em;
  width: 100%;
  flex-grow: 1;
  display: flex;
  margin: 1em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.tour__item .poi-details .labels {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.tour__item .poi-details .labels p {
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.25em 0.5em;
  background-color: #4e8397;
}
.wp-block .tour__item .poi-details .labels p {
  font-size: 0.7em;
  line-height: 1.1;
}
.tour__item .poi-details .labels p.restspot {
  background-color: #4d8076;
}
.tour__item .poi-details .labels p.beach {
  background-color: #2e74a4;
}
.tour__item .poi-details .labels p.landing-area {
  background-color: #4a3fe2;
}
.tour__item .poi-details .labels p.natural-attraction {
  background-color: #427749;
}
.tour__item .poi-details .labels p.outdoor-sports {
  background-color: #8e4f28;
}
.tour__item .poi-details .labels span {
  margin: 0;
  line-height: 1.1;
  border-radius: 4px;
  padding: 0.25em 0.5em;
}
.tour__item .poi-details .labels span.pets {
  background-color: #804d4d;
}
.tour__item .poi-details .labels span svg {
  width: 0.8em;
  fill: #fff;
  height: 0.8em;
}
.tour__item .poi-details .description {
  min-height: 110px;
}
.tour__item .poi-details .description p {
  margin: 0;
  font-weight: 500;
  font-size: 0.9em;
}
.tour__item__details {
  gap: 1.5em;
  width: 100%;
  flex-grow: 1;
  display: flex;
  margin: 1em 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.tour__item__details__other {
  gap: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.tour__item__details__other p {
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.25em 0.5em;
  background-color: #4e8397;
}
.wp-block .tour__item__details__other p {
  font-size: 0.7em;
  line-height: 1.1;
}
.tour__item__details__other p.easy {
  background-color: #4d8076;
}
.tour__item__details__other p.medium {
  background-color: #c34a36;
}
.tour__item__details__other p.hard {
  background-color: #000;
}
.tour__item__details__other span {
  margin: 0;
  line-height: 1.1;
  border-radius: 4px;
  padding: 0.25em 0.5em;
}
.tour__item__details__other span.pets {
  background-color: #804d4d;
}
.tour__item__details__other span svg {
  width: 0.8em;
  fill: #fff;
  height: 0.8em;
}
.tour__item__details__main {
  gap: 2em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.tour__item__details__main .detail {
  gap: 0.5em;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.tour__item__details__main .detail svg {
  width: 1.5em;
  height: 1.5em;
  fill: #3c3c3c;
}
.tour__item__details__main .detail p {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  color: #3c3c3c;
}
.wp-block .tour__item__details__main .detail p {
  font-size: 0.8em;
  line-height: 1.1;
}
.tour__item__details__secondary {
  gap: 0.5em 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.tour__item__details__secondary .detail p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: #3c3c3c;
}
.wp-block .tour__item__details__secondary .detail p {
  font-size: 0.7em;
  line-height: 1.1;
}
.tour__item__link {
  width: 100%;
}
.tour__item__link a {
  width: 100%;
  color: #fff;
  padding: 1em;
  display: block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #8e439a;
}
.tour__item__link a:visited {
  color: #fff;
}
.wp-block .tour__item__link a {
  box-sizing: border-box;
}
.tour__item__link a:hover, .tour__item__link a:focus {
  color: #fff;
  background-color: #bc7dc6;
}

/* Footer
--------------------------------------------- */
.site-footer {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f1f1f1;
}
.site-footer__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  gap: 2em;
  z-index: 2;
  display: flex;
  margin: 4em auto;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .site-footer__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 600px) {
  .site-footer__content {
    gap: 2em;
    flex-wrap: wrap;
    margin: 6em auto;
    flex-direction: row;
    align-items: flex-start;
  }
}
.site-footer__content__logo {
  width: auto;
}
@media (min-width: 600px) {
  .site-footer__content__logo {
    width: 100%;
  }
}
@media (min-width: 850px) {
  .site-footer__content__logo {
    width: calc(25% - 1.5em);
  }
}
.site-footer__content__logo img {
  max-width: 150px;
}
.site-footer__content__menu {
  width: auto;
}
@media (min-width: 600px) {
  .site-footer__content__menu {
    width: calc(33.3333333333% - 1.3333333333em);
  }
}
@media (min-width: 850px) {
  .site-footer__content__menu {
    width: calc(25% - 1.5em);
  }
}
.site-footer__content__menu #footer-menu {
  margin: 0;
  padding: 0;
  gap: 0.5em;
  display: flex;
  list-style: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .site-footer__content__menu #footer-menu {
    align-items: flex-start;
  }
}
.site-footer__content__menu #footer-menu a {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 1.3em;
  text-decoration: none;
}
.site-footer__content__menu #footer-menu a:hover, .site-footer__content__menu #footer-menu a:focus {
  color: #6d3476;
}
.site-footer__content__menu #footer-menu a:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #6d3476;
}
.site-footer__content__menu #footer-secondary {
  margin: 0;
  padding: 0;
  gap: 0.25em;
  display: flex;
  list-style: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .site-footer__content__menu #footer-secondary {
    align-items: flex-start;
  }
}
.site-footer__content__menu #footer-secondary a {
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}
.site-footer__content__menu #footer-secondary a:hover, .site-footer__content__menu #footer-secondary a:focus {
  color: #6d3476;
}
.site-footer__content__menu #footer-secondary a:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #6d3476;
}
.site-footer__content__some {
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .site-footer__content__some {
    width: calc(33.3333333333% - 1.3333333333em);
  }
}
@media (min-width: 850px) {
  .site-footer__content__some {
    width: calc(25% - 1.5em);
  }
}
.site-footer__content__some p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.5em 0;
}
.site-footer__content__some__links {
  gap: 0.75em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.site-footer__content__some__links a {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  border-radius: 50%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #fff;
}
@media (min-width: 600px) {
  .site-footer__content__some__links a {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 850px) {
  .site-footer__content__some__links a {
    width: 40px;
    height: 40px;
  }
}
.site-footer__content__some__links a:hover, .site-footer__content__some__links a:focus {
  background-color: #fff;
  border: 2px solid #fff;
}
.site-footer__content__some__links a:hover svg, .site-footer__content__some__links a:focus svg {
  fill: #6d3476;
}
.site-footer__content__some__links a:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #6d3476;
}
.site-footer__content__some__links a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.site-footer__logos {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  gap: 2em;
  z-index: 2;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  .site-footer__logos {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-footer__logos__main, .site-footer__logos__secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.site-footer__logos__main a,
.site-footer__logos__main .logo, .site-footer__logos__secondary a,
.site-footer__logos__secondary .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.site-footer__logos__main a:hover img, .site-footer__logos__secondary a:hover img {
  opacity: 0.7;
}
.site-footer__logos__main a:focus-visible, .site-footer__logos__secondary a:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #8e439a;
}
.site-footer__logos__main {
  gap: 1em;
}
@media (min-width: 850px) {
  .site-footer__logos__main {
    gap: 3em;
  }
}
.site-footer__logos__main a img,
.site-footer__logos__main .logo img {
  width: auto;
  height: 40px;
}
@media (min-width: 850px) {
  .site-footer__logos__main a img,
  .site-footer__logos__main .logo img {
    height: 60px;
  }
}
.site-footer__logos__secondary {
  gap: 1px;
}
.site-footer__logos__secondary a,
.site-footer__logos__secondary .logo {
  width: 100px;
  padding: 0.75em;
  background-color: #fff;
}
@media (min-width: 850px) {
  .site-footer__logos__secondary a,
  .site-footer__logos__secondary .logo {
    width: 120px;
  }
}
.site-footer__logos__secondary a img,
.site-footer__logos__secondary .logo img {
  width: auto;
  height: 30px;
}
@media (min-width: 850px) {
  .site-footer__logos__secondary a img,
  .site-footer__logos__secondary .logo img {
    height: 30px;
  }
}
.site-footer__background {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.site-footer__background::before {
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(30, 30, 30, 0.3);
}
.site-footer__background img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}
.site-footer__background .simpleParallax {
  height: 100%;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.supersearch {
  gap: 0.5em;
  display: flex;
  max-width: 500px;
  z-index: 1002;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /*
  &__radio {
  	gap: 0.5em;
  	width: 100%;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;

  	@media ( above($md) ) {
  		width: auto;
  		flex-direction: column;
  		align-items: flex-end;
  		justify-content: space-evenly;
  	}

  	label {
  		display: block;
  		cursor: pointer;
  		position: relative;
  		width: calc( 100% / 2 - 0.5em / 2);

  		@media ( above($md) ) {
  			width: auto;
  		}

  		input {
  			width: 0;
  			height: 0;
  			opacity: 0;
  			cursor: pointer;
  			position: absolute;
  		}

  		span {
  			gap: 0.5em;
  			display: flex;
  			line-height: 1;
  			font-size: 0.8em;
  			font-weight: 500;
  			align-items: center;
  			flex-direction: column;
  			padding: 0.75em 0.25em;
  			border-radius: 9999px;
  			justify-content: center;
  			color: $color__gray-dark;
  			background-color: #fff;

  			@media ( above($md) ) {
  				font-size: 0.9em;
  				padding: 0.75em 1em;
  				flex-direction: row;
  				justify-content: flex-start;
  			}

  			&:after {
  				content: '';
  				width: 0.9em;
  				height: 0.9em;
  				display: none;
  				border-radius: 50%;
  				background: lighten($color__gray-light, 50%);
  				border: 1px solid lighten($color__gray-light, 30%);

  				@media ( above($md) ) {
  					display: block;
  				}
  			}
  		}

  		&:hover input ~ span {
  			color: #fff;
  			background-color: lighten($color__purple, 20%);
  		}

  		& input:focus-visible ~ span {
  			box-shadow: 0 0 0px 2px #fff, 0 0 0px 4px $color__purple;
  		}

  		& input:checked {

  			&~ span {
  				color: #fff;
  				background-color: $color__purple;

  				&:after {
  					border: 0;
  					background: none;
  					content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 102.7 89.8' style='enable-background:new 0 0 102.7 89.8;'%3E%3Cpolygon fill='%23ffffff' points='36.5,69.6 8.4,47.6 0,59.5 38.8,89.8 38.8,89.8 39.3,89 39.6,89.1 102.7,8.4 90.8,0 '/%3E%3C/svg%3E%0A");
  				}
  			}
  		}
  	}
  }
  */
}
@media (min-width: 850px) {
  .supersearch {
    gap: 1em;
    max-width: 900px;
    flex-direction: row;
    align-items: stretch;
  }
}
.supersearch__bar {
  display: flex;
  padding: 0.75em;
  flex-direction: row;
  align-items: stretch;
  border-radius: 9999px;
  background-color: #fff;
  justify-content: flex-start;
}
.supersearch__bar__input {
  display: flex;
  position: relative;
  padding: 0.25em 1em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 850px) {
  .supersearch__bar__input {
    min-width: 180px;
  }
}
.supersearch__bar__input:not(:first-of-type) {
  border-left: 1px solid #dbdbdb;
}
.supersearch__bar__input label {
  width: 100%;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  color: #1e1e1e;
}
@media (min-width: 600px) {
  .supersearch__bar__input label {
    font-size: 0.9em;
  }
}
.supersearch__bar__input input,
.supersearch__bar__input select {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 0.9em;
  border-radius: 0;
  background: #fff;
  padding: 0.25em 0 0 0;
  color: #1e1e1e;
  border-bottom: 2px solid #fff;
}
@media (min-width: 600px) {
  .supersearch__bar__input input,
  .supersearch__bar__input select {
    font-size: 1em;
  }
}
.supersearch__bar__input input:hover,
.supersearch__bar__input select:hover {
  border-bottom: 2px solid #dbdbdb;
}
.supersearch__bar__input input:focus-visible,
.supersearch__bar__input select:focus-visible {
  border-bottom: 2px solid #8e439a;
}
.supersearch__bar__input input::placeholder,
.supersearch__bar__input select::placeholder {
  color: #757575;
}
.supersearch__bar__input input {
  cursor: default;
}
@media (min-width: 850px) {
  .supersearch__bar__input input {
    min-width: 310px;
  }
}
.supersearch__bar__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.supersearch__bar__input .datepicker {
  top: 100%;
}
.supersearch__bar .desktop-submit {
  border: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #8e439a;
}
@media (min-width: 850px) {
  .supersearch__bar .desktop-submit {
    display: flex;
  }
}
.supersearch__bar .desktop-submit svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.supersearch__bar .desktop-submit:hover, .supersearch__bar .desktop-submit:focus {
  background-color: #bc7dc6;
}
.supersearch .mobile-submit {
  border: 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  padding: 0.75em 1em;
  border-radius: 9999px;
  background-color: #8e439a;
}
.supersearch .mobile-submit:hover, .supersearch .mobile-submit:focus {
  background-color: #bc7dc6;
}
@media (min-width: 850px) {
  .supersearch .mobile-submit {
    display: none;
  }
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Popup
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignwide {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .alignwide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.alignfull {
  width: 100%;
}

.entry-header > *:not(.alignfull):not(.alignwide),
.entry-content > *:not(.alignfull):not(.alignwide),
.entry-footer,
.page-header {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .entry-header > *:not(.alignfull):not(.alignwide),
  .entry-content > *:not(.alignfull):not(.alignwide),
  .entry-footer,
  .page-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-wrapper {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .site-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .wp-block-cover .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
