@charset "UTF-8";
/*!
Theme Name: ace
Theme URI: http://underscores.me/
Author: Chad Rossouw for HdK
Author URI: https://wearehdk.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ace 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*Font Weights*/
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* cormorant-garamond-300 - latin */
/* eb-garamond-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: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/eb-garamond-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-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: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/eb-garamond-v30-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-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: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/eb-garamond-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-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: "EB Garamond";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/eb-garamond-v30-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/eb-garamond-v30-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/eb-garamond-v30-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-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: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/eb-garamond-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-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: "EB Garamond";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/eb-garamond-v30-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #4D4858;
  font-family: "EB Garamond", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4D4858;
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
  line-height: 110%;
  margin: 0 0 1rem;
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4 {
  margin-top: -1rem;
}

h1,
.h1 {
  font-size: 2.4rem;
}
@media screen and (min-width: 700px) {
  h1,
  .h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1000px) {
  h1,
  .h1 {
    font-size: 4.8rem;
  }
}

h2,
.h2 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  h2,
  .h2 {
    font-size: 1.7rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
h3.lc,
.h3.lc {
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
  font-family: "EB Garamond", sans-serif;
}
@media screen and (min-width: 700px) {
  h4,
  .h4 {
    font-size: 1.4rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 700;
  font-family: "EB Garamond", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 125%;
  font-weight: 400;
}

.spc {
  letter-spacing: 0.1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: mono, sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: mono, sans-serif;
}

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

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

big {
  font-size: 125%;
}

/*Typography Utilities*/
.weight-bold,
.bold {
  font-weight: 700;
}

.lc {
  text-transform: initial;
}

.uc {
  text-transform: uppercase;
}

.italics {
  font-style: italic;
}

.large {
  font-size: 1.1rem;
  line-height: 150%;
}
.large p {
  font-size: 1.1rem;
  line-height: 150%;
}
.large.x-large {
  font-size: 1.5rem;
}
.large.x-large p {
  font-size: 1.5rem;
  color: #4D4858;
}
.large.xx-large {
  font-size: 2rem;
}
.large.xx-large p {
  font-size: 2rem;
  color: #4D4858;
}

.white.large p, .white.large.x-large p, .white.large.xx-large p {
  color: #fff;
}

h2.xx-large {
  font-size: 3rem;
  letter-spacing: 10px;
}

@media screen and (min-width: 1000px) {
  .large {
    line-height: 125%;
  }
}
.small {
  font-size: 80%;
}

::-moz-selection {
  color: #fff;
  background: #23595c;
}

::selection {
  color: #fff;
  background: #23595c;
}

.center {
  text-align: center;
}

a.arrow_link {
  position: relative;
  padding-right: 2rem;
  width: fit-content;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
a.arrow_link::after {
  content: "";
  height: 0.8rem;
  width: 1.2rem;
  display: block;
  top: calc(50% - 0.4rem);
  right: 0;
  background-image: url(../assets/arrow.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  transition: transform var(--transition) ease;
}
a.arrow_link:hover::after {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  a.arrow_link:hover::after {
    transform: none;
  }
}

a:focus-visible {
  outline: 2px solid;
  outline-offset: 0.2rem;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.2em;
  transition: all var(--transition) ease-in;
}
.underline:hover {
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.24em;
}

.playfair {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400 !important;
}

.work {
  font-family: "Work Sans", sans-serif;
}

.gara {
  font-family: "EB Garamond", sans-serif;
}

.title {
  letter-spacing: 0.3em;
}

h2:has(> span),
h3:has(> span),
h4:has(> span) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
h2:has(> span) span,
h2:has(> span) svg,
h3:has(> span) span,
h3:has(> span) svg,
h4:has(> span) span,
h4:has(> span) svg {
  width: auto;
}
h2:has(> span) span:empty,
h3:has(> span) span:empty,
h4:has(> span) span:empty {
  display: none;
}

h2 svg {
  height: 3.2rem;
}

h3 svg {
  height: 2.5rem;
}

h4 svg {
  height: 1.5rem;
}

/* Elements
--------------------------------------------- */
:root {
  --header-height: 5rem;
  --header-height-min: 4.5rem;
  --margin: 8vw;
  --transition: 400ms;
  --map-height: 30rem;
  --video-padding: 0px;
}

@media (prefers-reduced-motion) {
  :root {
    --transition: 0ms;
  }
}
@media screen and (min-width: 700px) {
  :root {
    --header-height: 8rem;
    --margin: 12vw;
  }
}
@media screen and (min-width: 1000px) {
  :root {
    --margin: 14vw;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --margin: 18vw;
    --header-height: 10rem;
    --nav-padding: 6vw;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --margin: calc((100vw - 1520px) / 2);
  }
}
.grecaptcha-badge {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: #fff;
}

.scroll_lock,
.scrolly_lock,
.scroll-lock {
  overflow: hidden;
}

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

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

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

figure {
  margin: 1em 0;
}

/*Lists*/
ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

address {
  font-style: normal;
}

/*Links*/
a {
  color: #4D4858;
  text-decoration-thickness: 0.05em;
  transition: text-decoration-thickness var(--transition) ease, color var(--transition) ease;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #efd27b;
  text-decoration-thickness: 0.1em;
}
a:hover, a:active {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid;
}

.bg_body a,
.bg-body a {
  color: #fff;
}
.bg_body a:hover, .bg_body a:focus, .bg_body a:active,
.bg-body a:hover,
.bg-body a:focus,
.bg-body a:active {
  color: #5497a9;
}
.bg_body a.body,
.bg-body a.body {
  color: #4D4858;
}

.timetable_item a {
  color: #efd27b;
}
.timetable_item a:hover, .timetable_item a:focus, .timetable_item a:active {
  color: #5497a9;
}

#admissions h4 a,
#timetable h4 a {
  color: #efd27b;
  text-decoration: none;
}
#admissions h4 a:hover, #admissions h4 a:focus, #admissions h4 a:active,
#timetable h4 a:hover,
#timetable h4 a:focus,
#timetable h4 a:active {
  color: #5497a9;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

/*Input Fields*/
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: #4D4858;
  border: 1px solid #e2e1d9;
  border-radius: 0;
  padding: 0.5rem 1rem;
  transition: border var(--transition) ease;
}
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 {
  outline: 1px solid #23595c;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #4D4858;
}

select {
  color: #4D4858;
  border: 1px solid #e2e1d9;
  border-radius: 5px;
  padding: 10px;
  max-width: 100%;
}

/* For IE (thanks to @SaiManoj) */
textarea {
  width: 100%;
}

/*Buttons*/
button {
  border: none;
  cursor: pointer;
}

input[type=button],
input[type=submit],
.button,
.decorative {
  background: #23595c;
  color: #fff;
  display: block;
  text-align: left;
  padding: 0.6rem 1rem;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 0;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: text-decoration 400ms ease;
  font-family: 2rem;
  cursor: pointer;
  display: block;
  width: fit-content;
  min-width: 10rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color var(--transition) ease-in, color var(--transition) ease-in;
}
input[type=button]:hover, input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:active,
.button:hover,
.button:active,
.decorative:hover,
.decorative:active {
  background-color: #efd27b;
  color: #4D4858;
}
input[type=button]:focus,
input[type=submit]:focus,
.button:focus,
.decorative:focus {
  outline: 2px solid #efd27b;
}
input[type=button] .unset-button,
input[type=submit] .unset-button,
.button .unset-button,
.decorative .unset-button {
  background: none;
  color: currentColor;
  display: inline;
  padding: 0;
}

.decorative {
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 400ms ease, color 400ms ease;
  color: var(--color-white-to-black);
  background-color: var(--color-secondary-to-white);
}
.decorative:hover, .decorative:focus {
  text-decoration: none;
}

p .decorative {
  display: inline-block;
}

.buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.no-flexbox-gap .buttons {
  gap: 0;
}
.no-flexbox-gap .buttons > * {
  margin-right: 1rem;
}
.no-flexbox-gap .buttons > *:last-child {
  margin-right: 0;
}

button[disabled] {
  opacity: 0.3;
  cursor: default;
}

.pill {
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
}
.pill:hover, .pill:active {
  color: #4D4858;
}

a.pill:hover, a.pill:active {
  background-color: #f7eac1;
}

.triangle {
  width: 0;
  height: 0;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  border-bottom: 13px solid #fff;
  margin-right: 1.5rem;
  transition: border-bottom var(--transition), ease-in;
}

.rounded {
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .rounded--left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.content-padding {
  padding: 1rem 1rem 3rem;
}
@media screen and (min-width: 700px) {
  .content-padding {
    padding: 1rem 2rem 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .content-padding {
    padding: 1rem 3rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-padding {
    padding: 4rem 0;
  }
}

/*Details*/
details {
  padding: 1rem 0;
  border-top: 1px solid #efd27b;
  -webkit-user-select: none;
  user-select: none;
  /*This is to stop margins overflowing and messing up the calculations on the animation */
}
details > summary {
  list-style: none;
  position: relative;
  color: #efd27b;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
details > summary:hover {
  cursor: pointer;
}
details > summary::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 18px;
  height: 11px;
  transition: transform var(--transition) ease-in;
  transform-origin: center center;
  line-height: 0;
  background-image: url(../assets/down_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
details > summary h4 {
  margin-bottom: 0;
  margin-right: 2rem;
}
details .panel {
  padding: 1px 0;
}

summary::-webkit-details-marker {
  display: none;
}

details.open {
  /*  .content {
     filter:opacity(1) blur(0);
   } */
}
details.open > summary::after {
  transform: rotate(180deg);
}

h3 ~ details {
  margin-bottom: 0.5rem;
}

.accordion_style_2 {
  border-top: 1px dotted #23595c;
}

@media screen and (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .mobile_only {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .desktop_only {
    display: none !important;
  }
}
.download-file {
  max-width: 75%;
}

.card:hover .find_out_more.underline {
  color: #52757c;
}
.card:hover .find_out_more.underline::after {
  width: 15%;
}

.underscore::after {
  content: "";
  background-color: currentColor;
  display: block;
  position: relative;
  height: 7.58px;
  width: 62.79px;
  top: 1rem;
}

/*Borders*/
.border_bottom {
  border-bottom: 2px solid var(--color-secondary);
}

p.caption {
  font-size: 1rem;
}

.caption p {
  margin-bottom: 0;
  font-size: 1rem;
}

.caption {
  margin-top: -1rem;
  text-align: center;
}

.caption p:last-child {
  margin-bottom: 1rem;
}

figure {
  margin-bottom: 0;
}

/*HoneyPot*/
input#hp {
  display: none;
}

.hide {
  display: none;
}

.tile {
  width: 1rem;
}

/*Titles*/
.content-title {
  text-align: center;
  display: block;
  color: #23595c;
  font-size: 24px;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 998;
}
@media screen and (min-width: 700px) {
  .content-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .content-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.content-title::before {
  display: block;
  height: 5.26px;
  width: 86px;
  background-color: currentColor;
  position: relative;
  content: "";
  margin: 0 auto;
  top: -0.5rem;
}
@media screen and (min-width: 700px) {
  .content-title::before {
    height: 7.58px;
    width: 124px;
    top: -2rem;
  }
}
.content-title.brother {
  font-family: brother-1816, sans-serif;
  font-weight: 800;
}
.content-title.tertiary {
  color: #52757c;
}
.content-title.tertiary::before {
  background-color: #52757c;
}
.content-title.no-decoration::before {
  display: none;
}

a.content-title {
  text-decoration: none;
  color: #23595c;
}

.item-title {
  font-family: brother-1816, sans-serif;
  font-weight: 800;
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .item-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .item-title {
    font-size: 24px;
  }
}
.item-title.default {
  color: #5497a9;
}

.desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .desktop {
    display: block;
  }
}

.bottom_border {
  border-bottom: 2px solid currentColor;
  transition: border var(--transition) ease-in;
}

.arrow {
  font-weight: 800;
  font-family: "brother-1816";
  padding: 0.75rem 1rem;
  position: relative;
}
.arrow::after {
  content: ">";
  position: absolute;
  right: 1rem;
  font-weight: 400;
}

.no_underline {
  text-decoration: none;
}

.no_margin {
  margin: 0;
}

.border_body {
  border: 1px solid black;
}

.radius {
  border-radius: 8px;
  overflow: clip;
}

/* Images */
@media screen and (min-width: 700px) {
  .image-block-vertical .container {
    max-height: 61vh;
  }
  .image-block-vertical .container img {
    object-fit: contain;
  }
}
@media screen and (min-width: 700px) {
  .image-block-vertical .image-caption {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .image-block-vertical .image-caption {
    max-width: 50%;
  }
}

button svg {
  width: 100%;
  height: 100%;
}

.link_with_icon {
  width: fit-content;
  display: flex;
  gap: 0.5rem;
  color: #4D4858;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
}
.link_with_icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_with_icon svg {
  width: 1rem;
  height: 1rem;
}

.bg_gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

span.keep {
  white-space: nowrap;
}

.logo {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.logo h3 {
  letter-spacing: 0.04em;
  text-align: center;
}
.logo h3:first-of-type {
  padding-left: 0.5rem;
}
.logo .lsp {
  letter-spacing: 0.27em;
}

.logo-small h3 {
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .logo-small h3 {
    font-size: 1.4rem;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

article > div {
  padding-bottom: 6rem;
}

#primary .link {
  color: #4D4858;
  text-decoration: none;
}
#primary .link p {
  color: #4D4858;
}

.large_screen {
  display: none;
}
@media screen and (min-width: 700px) {
  .large_screen {
    display: block;
  }
}

.small_screen {
  display: block;
}
@media screen and (min-width: 700px) {
  .small_screen {
    display: none;
  }
}

article {
  min-height: 100dvh;
}

.exhibitions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.exhibitions .exhibition {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.exhibitions .exhibition img {
  max-height: clamp(14rem, 20vw, 22rem);
  object-fit: contain;
  width: fit-content;
}
.exhibitions .exhibition .exhibition-details {
  padding-top: 0.5rem;
}
.exhibitions .exhibition p, .exhibitions .exhibition h3 {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 1000px) {
  .exhibitions {
    gap: 3rem;
  }
  .exhibitions .exhibition img {
    object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  .exhibitions {
    gap: 4rem;
  }
  .exhibitions .exhibition img {
    object-fit: contain;
    width: fit-content;
  }
}

.big_padding p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/*Colors & bgs*/
.black {
  color: #4D4858;
}
.black:visited {
  color: #4D4858;
}

.body {
  color: #4D4858;
}
.body:visited {
  color: #4D4858;
}

.white {
  color: #fff;
}
.white:visited {
  color: #fff;
}
.white > h1, .white > h2, .white > h3, .white > h4, .white > h5, .white > h6 {
  color: #fff;
}

.primary {
  color: #23595c;
}
.primary:visited {
  color: #23595c;
}

.secondary {
  color: #efd27b;
}
.secondary:visited {
  color: #efd27b;
}

.tertiary {
  color: #b1d1db;
}
.tertiary:visited {
  color: #b1d1db;
}

.highlight {
  color: #efd27b;
}
.highlight:visited {
  color: #efd27b;
}

.emphasis {
  color: #5497a9;
}
.emphasis:visited {
  color: #5497a9;
}

.yellow {
  color: #efd27b;
}
.yellow:visited {
  color: #efd27b;
}

.ochre {
  color: #f0c14f;
}
.ochre:visited {
  color: #f0c14f;
}

.mid_ochre {
  color: #efd27b;
}
.mid_ochre:visited {
  color: #efd27b;
}

.light_ochre {
  color: #f7eac1;
}
.light_ochre:visited {
  color: #f7eac1;
}

.blue {
  color: #38688d;
}
.blue:visited {
  color: #38688d;
}

.mid_blue {
  color: #68bcd5;
}
.mid_blue:visited {
  color: #68bcd5;
}

.light_blue {
  color: #cde5eb;
}
.light_blue:visited {
  color: #cde5eb;
}

.green {
  color: #23595c;
}
.green:visited {
  color: #23595c;
}

.mid_green {
  color: #6ab5a3;
}
.mid_green:visited {
  color: #6ab5a3;
}

.light_green {
  color: #b8e9e1;
}
.light_green:visited {
  color: #b8e9e1;
}

.rose, .red {
  color: #963454;
}
.rose:visited, .red:visited {
  color: #963454;
}

.mid_rose, .mid_red {
  color: #d14976;
}
.mid_rose:visited, .mid_red:visited {
  color: #d14976;
}

.light_rose, .light_red {
  color: #f7e1e1;
}
.light_rose:visited, .light_red:visited {
  color: #f7e1e1;
}

.copper, .orange {
  color: #a55427;
}
.copper:visited, .orange:visited {
  color: #a55427;
}

.mid_copper, .mid_orange {
  color: #ef8a52;
}
.mid_copper:visited, .mid_orange:visited {
  color: #ef8a52;
}

.light_copper, .light_orange {
  color: #ffe4d5;
}
.light_copper:visited, .light_orange:visited {
  color: #ffe4d5;
}

.gray {
  color: #554e6c;
}
.gray:visited {
  color: #554e6c;
}

.mid_gray {
  color: #e2e1d9;
}
.mid_gray:visited {
  color: #e2e1d9;
}

.light_gray {
  color: #f4f3f2;
}
.light_gray:visited {
  color: #f4f3f2;
}

.black {
  color: #4D4858;
}
.black:visited {
  color: #4D4858;
}

.mid_black {
  color: #353143;
}
.mid_black:visited {
  color: #353143;
}

.light_black {
  color: #554e6c;
}
.light_black:visited {
  color: #554e6c;
}

.bg-black,
.bg_black {
  background-color: #4D4858;
}
.bg-pure_black,
.bg_pure_black {
  background-color: #000;
}
.bg-bg,
.bg_bg {
  background-color: #fff;
}
.bg-white,
.bg_white {
  background-color: #fff;
}
.bg-grey,
.bg_grey {
  background-color: #e2e1d9;
}
.bg-body,
.bg_body {
  background-color: #4D4858;
}
.bg-blue,
.bg_blue {
  background-color: #38688d;
}
.bg-mid_blue,
.bg_mid_blue {
  background-color: #68bcd5;
}
.bg-light_blue,
.bg_light_blue {
  background-color: #cde5eb;
}
.bg-green,
.bg_green {
  background-color: #23595c;
}
.bg-mid_green,
.bg_mid_green {
  background-color: #6ab5a3;
}
.bg-light_green,
.bg_light_green {
  background-color: #b8e9e1;
}
.bg-rose, .bg-red,
.bg_rose,
.bg_red {
  background-color: #963454;
}
.bg-mid_rose, .bg-mid_red,
.bg_mid_rose,
.bg_mid_red {
  background-color: #d14976;
}
.bg-light_rose, .bg-light_red,
.bg_light_rose,
.bg_light_red {
  background-color: #f7e1e1;
}
.bg-copper, .bg-orange,
.bg_copper,
.bg_orange {
  background-color: #a55427;
}
.bg-mid_copper, .bg-mid_orange,
.bg_mid_copper,
.bg_mid_orange {
  background-color: #ef8a52;
}
.bg-light_copper, .bg-light_orange,
.bg_light_copper,
.bg_light_orange {
  background-color: #ffe4d5;
}
.bg-ochre,
.bg_ochre {
  background-color: #f0c14f;
}
.bg-mid_ochre,
.bg_mid_ochre {
  background-color: #efd27b;
}
.bg-light_ochre,
.bg_light_ochre {
  background-color: #f7eac1;
}
.bg-yellow,
.bg_yellow {
  background-color: #efd27b;
}
.bg-gray,
.bg_gray {
  background-color: #b5b0a1;
}
.bg-mid_gray,
.bg_mid_gray {
  background-color: #e2e1d9;
}
.bg-light_gray,
.bg_light_gray {
  background-color: #f4f3f2;
}
.bg-beige,
.bg_beige {
  background-color: #e5ddc8;
}
.bg-primary,
.bg_primary {
  background-color: #23595c;
}
.bg-secondary,
.bg_secondary {
  background-color: #efd27b;
}
.bg-tertiary,
.bg_tertiary {
  background-color: #b1d1db;
}
.bg-highlight,
.bg_highlight {
  background-color: #efd27b;
}
.bg-emphasis,
.bg_emphasis {
  background-color: #5497a9;
}
.bg-none,
.bg_none {
  background-color: transparent;
}

.fill-black,
.fill_black {
  fill: #4D4858;
}
.fill-black svg path,
.fill_black svg path {
  fill: #4D4858;
}
.fill-bg,
.fill_bg {
  fill: #f7f7f7;
}
.fill-bg svg path,
.fill_bg svg path {
  fill: #f7f7f7;
}
.fill-white,
.fill_white {
  fill: #f7f7f7;
}
.fill-white svg path,
.fill_white svg path {
  fill: #f7f7f7;
}
.fill-grey,
.fill_grey {
  fill: #e2e1d9;
}
.fill-grey svg path,
.fill_grey svg path {
  fill: #e2e1d9;
}
.fill-primary,
.fill_primary {
  fill: #23595c;
}
.fill-primary svg path,
.fill_primary svg path {
  fill: #23595c;
}
.fill-secondary,
.fill_secondary {
  fill: #efd27b;
}
.fill-secondary svg path,
.fill_secondary svg path {
  fill: #efd27b;
}
.fill-tertiary,
.fill_tertiary {
  fill: #b1d1db;
}
.fill-tertiary svg path,
.fill_tertiary svg path {
  fill: #b1d1db;
}
.fill-highlight,
.fill_highlight {
  fill: #efd27b;
}
.fill-highlight svg path,
.fill_highlight svg path {
  fill: #efd27b;
}
.fill-emphasis,
.fill_emphasis {
  fill: #5497a9;
}
.fill-emphasis svg path,
.fill_emphasis svg path {
  fill: #5497a9;
}
.fill-body,
.fill_body {
  fill: #4D4858;
}
.fill-body svg path,
.fill_body svg path {
  fill: #4D4858;
}
.fill-green,
.fill_green {
  fill: #23595c;
}
.fill-green svg path,
.fill_green svg path {
  fill: #23595c;
}
.fill-blue,
.fill_blue {
  fill: #38688d;
}
.fill-blue svg path,
.fill_blue svg path {
  fill: #38688d;
}
.fill-rose,
.fill_rose {
  fill: #963454;
}
.fill-rose svg path,
.fill_rose svg path {
  fill: #963454;
}
.fill-copper,
.fill_copper {
  fill: #a55427;
}
.fill-copper svg path,
.fill_copper svg path {
  fill: #a55427;
}
.fill-ochre,
.fill_ochre {
  fill: #f0c14f;
}
.fill-ochre svg path,
.fill_ochre svg path {
  fill: #f0c14f;
}
.fill-gray,
.fill_gray {
  fill: #b5b0a1;
}
.fill-gray svg path,
.fill_gray svg path {
  fill: #b5b0a1;
}

.card:hover .hover_black {
  background-color: #4D4858;
}
.card:hover .hover_bg {
  background-color: #f7f7f7;
}
.card:hover .hover_white {
  background-color: #fff;
}
.card:hover .hover_grey {
  background-color: #e2e1d9;
}
.card:hover .hover_body {
  background-color: #4D4858;
}
.card:hover .hover_soft_blue {
  background-color: #aeccd1;
}
.card:hover .hover_carousel_grey {
  background-color: #edece9;
}
.card:hover .hover_primary {
  background-color: #23595c;
}
.card:hover .hover_secondary {
  background-color: #efd27b;
}
.card:hover .hover_tertiary {
  background-color: #b1d1db;
}
.card:hover .hover_highlight {
  background-color: #efd27b;
}
.card:hover .hover_emphasis {
  background-color: #5497a9;
}
.card:hover .hover_none {
  background-color: transparent;
}

.border_grey {
  border: 1px solid #e2e1d9;
}

.border_white {
  border: 1px solid #fff;
}

.error {
  color: #a01313;
}

.bg_body a {
  color: #fff;
}
.bg_body a:visited {
  color: #fff;
}
.bg_body a.title {
  color: #23595c;
}
.bg_body .body {
  color: #4D4858;
}
.bg_body .body:visited {
  color: #4D4858;
}

.bg_yellow a {
  color: #4D4858;
}
.bg_yellow a:visited {
  color: #4D4858;
}

a.bg_yellow {
  color: #4D4858;
}
a.bg_yellow:visited {
  color: #4D4858;
}

/*Proportional Images*/
.container.container--square {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--square {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--square {
    padding-top: 100%;
    height: 0;
  }
}
.container.container--round {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
@supports (aspect-ratio: 16/9) {
  .container.container--round {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--round {
    padding-top: 100%;
    height: 0;
  }
}
.container.container--sixteennine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    padding-top: 56.25%;
    height: 0;
  }
}
.container.container--fourthree {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fourthree {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fourthree {
    padding-top: 75%;
    height: 0;
  }
}
.container.container--twentyonenine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    aspect-ratio: 2.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    padding-top: 42.85%;
    height: 0;
  }
}
.container.container--fivefour {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fivefour {
    aspect-ratio: 1.25;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fivefour {
    padding-top: 80%;
    height: 0;
  }
}
.container.container--fourfive {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fourfive {
    aspect-ratio: 0.8;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fourfive {
    padding-top: 125%;
    height: 0;
  }
}
.container.container--twothree {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twothree {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twothree {
    padding-top: 150%;
    height: 0;
  }
}
.container.container--threetwo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--threetwo {
    aspect-ratio: 1.5;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--threetwo {
    padding-top: 66%;
    height: 0;
  }
}
.container.container--video {
  overflow: visible;
}
.container.container--header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--header {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--header {
    padding-top: 150%;
    height: 0;
  }
}
@media screen and (min-width: 700px) {
  .container.container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--header {
      aspect-ratio: 1.25;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--header {
      padding-top: 80%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .container.container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--header {
      aspect-ratio: 2.3333333333;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--header {
      padding-top: 42.85%;
      height: 0;
    }
  }
}
.container.container--header:has(> .video_bg__video) {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: 0;
  max-height: 100dvh;
}
@supports (aspect-ratio: 16/9) {
  .container.container--header:has(> .video_bg__video) {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--header:has(> .video_bg__video) {
    padding-top: 56.25%;
    height: 0;
  }
}
.container.container--header:has(> .video_bg__video) iframe {
  transform: scale(1.2);
}
.container.container--banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--banner {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--banner {
    padding-top: 150%;
    height: 0;
  }
}
@media screen and (min-width: 700px) {
  .container.container--banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--banner {
      aspect-ratio: 1.25;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--banner {
      padding-top: 80%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .container.container--banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--banner {
      aspect-ratio: 3;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--banner {
      padding-top: 33%;
      height: 0;
    }
  }
}
.container.container--cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.container img.contain {
  object-fit: contain;
}
.container.container--max-height {
  height: 375px;
  width: fit-content;
  position: static;
}
.container.container--max-height img {
  height: 100%;
  width: auto;
  position: static;
  max-width: calc(100vw - 2 * var(--margin));
  object-fit: contain;
}

.cover img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .single-news .container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .single-news .container--header {
      aspect-ratio: 1.5;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .single-news .container--header {
      padding-top: 66%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .single-news .container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .single-news .container--header {
      aspect-ratio: 2.3333333333;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .single-news .container--header {
      padding-top: 42.85%;
      height: 0;
    }
  }
}

/*responsive padding and margins*/
.margins {
  margin: 1rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .margins {
    margin: 2rem var(--margin) 2.5rem;
  }
}

.padding {
  padding: 1rem var(--margin) 2rem;
}
@media screen and (min-width: 1200px) {
  .padding {
    padding: 2rem var(--margin) 2.5rem;
  }
}

.double_padding {
  padding-left: var(--margin);
  padding-right: var(--margin);
}
@media screen and (min-width: 1000px) {
  .double_padding {
    padding-left: calc(var(--margin) * 2);
    padding-right: calc(var(--margin) * 2);
  }
}
@media screen and (min-width: 1200px) {
  .double_padding {
    padding-left: calc(var(--margin) * 1.5);
    padding-right: calc(var(--margin) * 1.5);
  }
}

.big_padding {
  padding-left: var(--margin);
  padding-right: var(--margin);
}
@media screen and (min-width: 700px) {
  .big_padding {
    padding-left: calc(var(--margin) * 1);
    padding-right: calc(var(--margin) * 1);
  }
}
@media screen and (min-width: 1000px) {
  .big_padding {
    padding-left: calc(var(--margin) * 1.2);
    padding-right: calc(var(--margin) * 1.2);
  }
}

.padding.padding--half {
  padding: 4rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .padding.padding--half {
    padding: 4rem calc(var(--margin) / 2);
  }
}

@media screen and (min-width: 1000px) {
  .margin-left {
    margin-left: var(--margin);
  }
  .margin-right {
    margin-right: var(--margin);
  }
  .padding-left {
    padding-left: var(--margin);
  }
  .padding-right {
    padding-right: var(--margin);
  }
}
.padding .padding-right {
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .padding .padding-right {
    padding-right: var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .padding .padding-right {
    padding-right: calc(var(--margin) * 0.75);
  }
}

.padding .padding-left {
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .padding .padding-left {
    padding-left: var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .padding .padding-left {
    padding-left: calc(var(--margin) * 0.75);
  }
}

/*Grid and Flex*/
.grid {
  display: grid;
}

.flex.space {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .flex.space {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.grid--two-column.margins .padding {
  padding-left: 0;
  padding-right: 0;
}
.grid--two-column.margins .margins {
  margin-left: 0;
  margin-right: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.flex_50 > .flex_item, .flex.flex_50 > .flex--item {
  flex-basis: 100%;
}
.flex.flex_66-33 > .flex_item, .flex.flex_33 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_25 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_20 {
  justify-content: start;
  gap: 2%;
}
.flex.flex_20 > .flex_item {
  flex-basis: 48%;
}
.flex.flex_25-75 > .flex_item {
  flex-basis: 100%;
}

@media screen and (min-width: 700px) {
  .flex.flex_50 > .flex_item, .flex.flex_50 > .flex--item {
    flex-basis: calc(50% - 2rem);
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 48%;
  }
  .flex.flex_20 > .flex_item {
    flex-basis: 18%;
  }
}
@media screen and (min-width: 1000px) {
  .flex.flex_66-33 > .flex_item {
    flex-basis: 67%;
  }
  .flex.flex_66-33 > .flex_item:nth-child(2n) {
    flex-basis: 33%;
  }
  .flex.flex_25 {
    gap: 2.5%;
  }
  .flex.flex_25::after {
    content: "";
    flex-grow: 1;
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 23%;
  }
  .flex.flex_33 {
    flex-wrap: wrap;
  }
  .flex.flex_33 > .flex_item {
    flex-basis: calc(33% - 1.66rem);
  }
  .flex.flex_33.gap_3 > .flex_item {
    flex-basis: calc(33% - 2rem);
  }
  .flex.flex_33::after {
    content: "";
    flex-basis: calc(33% - 1.66rem);
  }
  .flex.flex_25-75 .flex_item:nth-child(1) {
    flex-basis: 25%;
    margin-right: 2rem;
  }
  .flex.flex_25-75 .flex_item:nth-child(2) {
    flex-basis: calc(75% - 2rem);
  }
  .flex-center {
    justify-content: center;
  }
  .flex-center.flex_33::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .flex.flex_66-33 > .flex_item {
    flex-basis: 55%;
  }
  .flex.flex_66-33 > .flex_item:nth-child(2n) {
    flex-basis: 33%;
  }
}
.inner-padding {
  padding: 2rem;
}

.fixed {
  position: fixed;
  top: 0;
}

article {
  padding-bottom: 0.5px;
}

.block.bg_blue {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .column--one {
    grid-column: 1/2;
  }
  .column--one.content {
    grid-row: 1/3;
  }
  .column--one .wysiwyg_container {
    padding-bottom: 0;
  }
  .column--two {
    grid-column: 2/3;
  }
  .grid--two-column {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
    grid-auto-flow: dense;
    column-gap: 2rem;
  }
  .grid--two-column > * {
    min-width: 0px;
  }
  .grid--two-column .padding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid--two-column.has_crumb {
    grid-template-rows: 4rem auto;
  }
  .grid--two-column.grid--two-column-equal {
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--45_55 {
    grid-template-columns: 9fr 11fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--2_3 {
    grid-template-columns: 2fr 3fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--1_3 {
    grid-template-columns: 1fr 3fr;
    column-gap: clamp(4rem, 10vw, 12rem);
  }
  .grid--two-column .column--span {
    grid-column: 1/3;
  }
  .grid--two-column .column--span * {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.grid--three-column {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
}
.grid--three-column .column--one {
  grid-column: 1/3;
}
.grid--three-column .column--two {
  grid-column: 1/2;
}
.grid--three-column .column--three {
  grid-column: 2/3;
}
@media screen and (min-width: 1000px) {
  .grid--three-column {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid--three-column .column--one {
    grid-column: 1/2;
  }
  .grid--three-column .column--two {
    grid-column: 2/3;
  }
  .grid--three-column .column--three {
    grid-column: 3/4;
  }
}

.grid--one-column {
  max-width: 880px;
  margin: 0 auto;
}

.column--one .wysiwyg_container.bg-white {
  margin-top: 2rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1200px) {
  .column--one .wysiwyg_container.bg-white {
    margin-top: -2rem;
  }
}

.page-template-user-account .column--one .bg-white {
  margin-top: unset;
}

.grid--two_five {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 1000px) {
  .grid--two_five {
    grid-template-columns: 3fr 10fr;
    grid-template-rows: 1fr;
  }
}

.single-show .content h1 {
  font-size: 22px;
  line-height: 36px;
}
@media screen and (min-width: 1200px) {
  .single-show .content h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 1000px) {
  .grid_1_2_1 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .grid_1_2_1 {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .grid_30 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid_25 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 700px) {
  .grid_25 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_25 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_50 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_45_55 {
    grid-template-columns: 9fr 11fr;
  }
  .grid_45_55.grid_invert {
    grid-template-columns: 11fr 9fr;
  }
  .grid_45_55.grid_invert > *:first-child {
    order: 2;
  }
}

@media screen and (min-width: 1000px) {
  .grid_2_3 {
    grid-template-columns: 2fr 3fr;
  }
}

.gap {
  gap: 0.5rem;
}

.gap_1 {
  gap: 1rem;
}

.gap_2 {
  gap: 2rem;
}

.gap_3 {
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .gap_3 {
    gap: 3rem;
  }
}

ul.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid .span {
  grid-column: 1/-1;
}

@media screen and (min-width: 1000px) {
  .grid_content {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px) 1fr;
  }
  .grid_content.center_grid {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px);
    justify-content: center;
  }
}
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 50;
}
#masthead .main-navigation-inner {
  position: relative;
  width: 100vw;
}
#masthead .main-navigation-inner {
  position: relative;
}
#masthead .main-navigation-inner ul {
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
  margin: 0;
  padding-top: 1rem;
  padding-left: 0;
  list-style: none;
}
#masthead .main-navigation-inner ul li {
  width: 20ch;
  text-align: center;
}
#masthead .main-navigation-inner ul a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4D4858;
}
#masthead .main-navigation-inner ul a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #4D4858;
  transform: translateX(-50%);
  transition: width 0.6s ease-in-out;
}
#masthead .main-navigation-inner ul a:hover {
  color: #4D4858;
}
#masthead .main-navigation-inner ul a:hover::after {
  width: calc(100% + 1rem);
  transition: width 0.4s ease-in-out;
}
#masthead .main-navigation-inner ul a:visited {
  color: #4D4858;
}
#masthead .main-navigation-inner ul a:visited::after {
  width: calc(100% + 1rem);
  transition: width 0.4s ease-in-out;
}
#masthead .main-navigation-inner ul a:visited::after {
  width: 100%;
  transition: width 0.4s ease-in-out;
}
#masthead .main-navigation-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4vw;
  width: 92vw;
  height: 2px;
  background-color: #4D4858;
}

#masthead.small_screen .main-navigation-inner {
  position: relative;
}
#masthead.small_screen .main-navigation-inner ul {
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 2rem;
}

.hamburger_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: fit-content;
  margin: auto 0;
  grid-row: 1/3;
  grid-column: 3/4;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .hamburger_container {
    /* 		grid-column: auto;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: fit-content;
    margin-left: 2rem; */
    display: none;
  }
}
.hamburger_container label {
  color: #fff;
}

#hamburger {
  position: absolute;
  background: transparent;
  transition: top var(--transition) ease;
  z-index: 30;
  width: fit-content;
  height: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 20px auto;
  gap: 0.5rem;
  padding-top: 4px;
  min-width: unset;
  top: 1rem;
}
@media screen and (min-width: 1200px) {
  #hamburger {
    align-content: center;
  }
}
#hamburger .menu_open {
  display: none;
}
#hamburger.is-active {
  outline: #fff 3px solid;
}
#hamburger.is-active .menu_open {
  display: inline;
}
#hamburger.is-active .menu_closed {
  display: none;
}
#hamburger.is-active:focus {
  outline: #efd27b 3px solid;
}

.hamburger.close-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: var(--header-height);
  background: transparent;
}

.hamburger {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: linear;
  font: inherit;
  color: #fff;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  /*   &.is-active::before {
     color: $color_white;
     content: "Close";
   } */
}

@media screen and (min-width: 1200px) {
  .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner::before,
  .hamburger:hover .hamburger-inner::after {
    background-color: #4D4858;
  }
  .hamburger:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 2px;
    background-color: #4D4858;
  }
  .hamburger.is-active:hover .hamburger-inner,
  .hamburger.is-active:hover .hamburger-inner::before,
  .hamburger.is-active:hover .hamburger-inner::after {
    background-color: #4D4858;
  }
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #4D4858;
}

.hamburger-box {
  width: 27px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 0.25rem;
  background-color: #4D4858;
  border-radius: 0.25rem;
  position: absolute;
  transition-property: transform;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -1.25rem;
}

.hamburger-inner::after {
  top: -0.6rem;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: calc(var(--transition) / 2.2);
  transition-duration: calc(var(--transition) / 2.2);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  transition: top calc(var(--transition) / 2) calc(var(--transition) / 2) cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity calc(var(--transition) / 4) linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top calc(var(--transition) / 3) calc(var(--transition) / 2) cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform calc(var(--transition) / 3) cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-duration: calc(var(--transition) / 1.8);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top calc(var(--transition) / 2) cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity calc(var(--transition) / 4) calc(var(--transition) / 2) linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top calc(var(--transition) / 4) calc(var(--transition) / 3) cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform calc(var(--transition) / 3) calc(var(--transition) / 2) cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mobile_nav {
  position: absolute;
  left: 0;
  transform: translateY(-15rem);
  transition: 0.4s;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5ddc8;
  z-index: 20;
}

#mobile_nav.toggled {
  transform: translateY(3rem);
  transition: 0.4s;
}

#masthead.small_screen .logo {
  width: 100vw;
  position: absolute;
  left: 0;
  z-index: 25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#masthead.small_screen .main-navigation-inner::after {
  display: none;
}

/* Posts and pages
--------------------------------------------- */
.big_text {
  padding: 2rem 0;
  width: 1080px;
  max-width: calc(100vw - 2 * var(--margin));
  margin: 0 auto;
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: 135%;
  text-align: center;
}
.big_text strong {
  display: block;
  margin-bottom: 1rem;
}
.big_text p,
.big_text a {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: 135%;
}
.big_text a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.big_text a:empty {
  display: none;
}

.pull_quote .big_text {
  width: unset;
  max-width: 100%;
}

.text_image .block,
.bsl-video .block {
  padding: 4rem 0;
}
.text_image .block.grid--two-column,
.bsl-video .block.grid--two-column {
  padding: 0;
  grid-template-rows: 1fr 1fr;
}
.text_image .block.grid--two-column .block-text,
.bsl-video .block.grid--two-column .block-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text_image .block.grid--two-column .padding-right,
.bsl-video .block.grid--two-column .padding-right {
  padding-left: var(--margin);
}
.text_image .block.grid--two-column .padding-left,
.bsl-video .block.grid--two-column .padding-left {
  padding-right: var(--margin);
  grid-row: 2/3;
}
@media screen and (min-width: 700px) {
  .text_image .block.grid--two-column,
  .bsl-video .block.grid--two-column {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    grid-template-rows: minmax(420px, min-content);
  }
  .text_image .block.grid--two-column .padding-right,
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: 4rem;
  }
  .text_image .block.grid--two-column .padding-left,
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: 4rem;
    grid-row: 1/2;
  }
  .text_image .block.grid--two-column .padding-left + .alt-block .alt_block,
  .bsl-video .block.grid--two-column .padding-left + .alt-block .alt_block {
    right: 15px;
  }
}
.text_image .bg-primary .single,
.bsl-video .bg-primary .single {
  width: 680px;
  max-width: calc(100vw - 2 * var(--margin));
}
.text_image .bg-primary .single h3,
.bsl-video .bg-primary .single h3 {
  font-size: 2.2rem;
  color: #efd27b;
}
.text_image .single,
.bsl-video .single {
  width: 1020px;
  max-width: calc(100vw - 2 * var(--margin));
  margin: 0 auto;
}
.text_image h3,
.bsl-video h3 {
  color: #4D4858;
  font-size: 1.6rem;
  line-height: 145%;
}
.text_image .cover.block-image.alt-block img,
.bsl-video .cover.block-image.alt-block img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.text_image .block-text,
.bsl-video .block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bsl-video .block.grid--two-column {
  grid-template-rows: auto auto;
}
@media screen and (min-width: 700px) {
  .bsl-video .block.grid--two-column {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: var(--margin);
  }
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: var(--margin);
  }
}
@media screen and (min-width: 1000px) {
  .bsl-video .block.grid--two-column {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: 4rem;
  }
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: 4rem;
  }
  .bsl-video .block.grid--two-column .padding-left + .alt-block .alt_block {
    right: 15px;
  }
  .bsl-video .block.grid--two-column .block-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.bsl-video h3 {
  font-size: 2.4rem;
  color: #efd27b;
}

/*So the two anchors aren't hidden by the header*/
#bsl,
#express_your_interest,
#response {
  scroll-margin-top: calc(var(--header-height) + 50px);
}

.muted .text_image:has(.bg-primary_sub, .bg-secondary_sub) ~ .text_image:has(.bg-primary_sub, .bg-secondary_sub) {
  border-top: 1px solid #efd27b;
}

.block_quote {
  position: relative;
  width: 1020px;
  max-width: calc(100vw - 2 * var(--margin));
  margin: 0 auto;
  padding: 4rem 0 4rem;
}
@media screen and (min-width: 1000px) {
  .block_quote {
    padding: 4rem 0;
  }
}
.block_quote::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 3rem;
  height: 3.4rem;
  background-image: url(../assets/quotes.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .block_quote::before {
    left: -5rem;
    top: 4rem;
    width: 4rem;
  }
}
.block_quote p,
.block_quote footer {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 700;
}
.block_quote p {
  color: #efd27b;
}

.content_wrapper .block_quote,
.wp-block-ace-content-blocks .block_quote {
  width: 100%;
}
.content_wrapper .block_quote::before,
.wp-block-ace-content-blocks .block_quote::before {
  top: 0rem;
  left: 0;
}

.blog_list {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_list > a {
  margin-bottom: 2rem;
}
.blog_list > a.mobile_only {
  margin-top: 2rem;
}

.blog_list h2 {
  margin-bottom: 3rem;
}

.blog_list > .flex {
  flex-basis: 100%;
}

.cat-list.flex {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem;
  justify-content: flex-start;
  column-gap: 1rem;
}

.no-flexbox-gap .cat-list.flex {
  gap: 0;
}
.no-flexbox-gap .cat-list.flex > * {
  margin-right: 1rem;
}
.no-flexbox-gap .cat-list.flex > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1000px) {
  .org_list .two_column {
    flex-direction: row-reverse;
  }
  .org_list .two_column > :last-child {
    flex-basis: 73%;
  }
  .org_list .two_column > :first-child {
    flex-basis: 22%;
  }
}
.org_list h2 {
  margin-bottom: 3rem;
}

/* #filter_list {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: max-height var(--move-transition) ease;
	&.open {
		visibility: visible;
		max-height: 1000px;
	}
} */
#open_filters {
  background-color: #efd27b;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 5px;
}

@media screen and (min-width: 1000px) {
  #filter_list {
    max-height: unset;
    visibility: visible;
  }
  #open_filters {
    display: none;
  }
}
.support_organisation_item {
  margin-bottom: 1rem;
  display: grid;
  grid-template-rows: min-content auto;
}
.support_organisation_item svg {
  display: none;
}
@media screen and (min-width: 1000px) {
  .support_organisation_item svg {
    display: block;
    justify-self: end;
    margin-right: 1rem;
    transition: transform calc(1.5 * var(--transition)) ease;
  }
}
.support_organisation_item a {
  padding: 1rem;
  display: grid;
  grid-template-rows: min-content 1fr;
  gap: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .support_organisation_item a {
    grid-template-rows: min-content 1fr min-content;
  }
}
.support_organisation_item a h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  line-height: 130%;
}
.support_organisation_item a p {
  text-decoration: none;
  color: #4D4858;
}
.support_organisation_item a:hover h3 {
  text-decoration-thickness: 0.1em;
}
.support_organisation_item a:hover svg {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  .support_organisation_item a:hover svg {
    transform: none;
  }
}

.bg-primary-primary_sub .block-text p {
  color: var(--color-black-to-white);
}
.bg-primary-primary_sub .block-text h3 {
  color: var(--color-secondary-to-white);
}

.support_organisation_item picture.featured-img.alt-block {
  margin: 1rem 1rem 0;
  position: relative;
  height: 0;
  padding-top: 51%;
}
.support_organisation_item picture.featured-img.alt-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#response,
#signupform {
  position: relative;
}
#response::before,
#signupform::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  border: 5px solid #efd27b;
  border-bottom-color: transparent;
  animation: spin 1s ease-in-out infinite;
  display: none;
}
#response .flex_item,
#signupform .flex_item {
  opacity: 1;
  transition: opacity var(--transition) ease;
}
#response.loading::before,
#signupform.loading::before {
  display: block;
}
#response.loading .flex_item,
#signupform.loading .flex_item {
  opacity: 0.1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar.filter_list {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--move-transition) ease;
}
@media screen and (min-width: 1000px) {
  .sidebar.filter_list {
    max-height: unset;
    overflow: initial;
  }
}

.open.sidebar.filter_list {
  max-height: 2000px;
}

#current_filters,
#blog_filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 2rem;
  font-weight: 700;
  flex-wrap: wrap;
}

.no-flexbox-gap #current_filters,
.no-flexbox-gap #blog_filters {
  gap: 0;
}
.no-flexbox-gap #current_filters > *,
.no-flexbox-gap #blog_filters > * {
  margin-right: 2rem;
}
.no-flexbox-gap #current_filters > *:last-child,
.no-flexbox-gap #blog_filters > *:last-child {
  margin-right: 0;
}

.current_filters {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .current_filters {
    gap: 2rem;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: max-content auto max-content;
    align-items: center;
  }
}
.current_filters p {
  margin: 0;
}
.current_filters.hide {
  display: none;
}

.filter input[type=reset].hide {
  display: none;
}

.filter input[type=reset].hide {
  display: none;
}

@media screen and (min-width: 700px) {
  .content-directory .flex.flex_33 > .flex_item {
    flex-basis: calc(33% - 0.5rem);
  }
}
button#clear {
  width: fit-content;
  justify-self: end;
  color: #efd27b;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #efd27b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: 700;
}
button#clear svg {
  margin-right: 0.5rem;
}
button#clear svg path {
  fill: #efd27b;
}
button#clear:hover {
  text-decoration-thickness: 0.2em;
}

input.button.decorative.reset {
  border-radius: 0.25rem;
  width: 100%;
  background-color: #efd27b;
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  transition: background-color var(--transition) ease, color var(--transition) ease;
}
input.button.decorative.reset:hover {
  background-color: #4D4858;
}

#express_your_interest input[type=checkbox] + label::after {
  border: 1px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
}
#express_your_interest input[type=checkbox]:checked + label::before {
  background-color: #efd27b;
}

.muted #express_your_interest input[type=checkbox] + label::after {
  border: 1px solid #4D4858;
  border-top-color: transparent;
  border-right-color: transparent;
}
.muted #express_your_interest input[type=checkbox]:checked + label::before {
  background-color: #23595c;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 0.1rem;
  margin-left: 0;
  padding: 0;
  justify-content: center;
}

.no-flexbox-gap .pagination {
  gap: 0;
}
.no-flexbox-gap .pagination > * {
  margin-right: 0.1rem;
}
.no-flexbox-gap .pagination > *:last-child {
  margin-right: 0;
}

.page-numbers {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-black-to-white);
  text-decoration: none;
  transition: background-color var(--transition) ease, color var(--transition) ease;
}
.page-numbers.current {
  background-color: var(--color-secondary);
  color: var(--color-white-to-black);
}
.page-numbers.current:visited {
  color: var(--color-white-to-black);
}
.page-numbers:hover {
  text-decoration: none;
  background-color: var(--color-secondary);
  color: var(--color-white-to-black);
}
.page-numbers:visited {
  color: var(--color-black-to-white);
}

#response nav {
  flex-basis: 100%;
}

.title_with_logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.link_blocks {
  justify-content: center;
  gap: 2rem;
}

.link-block {
  width: 650px;
  max-width: 100%;
  padding: 2rem;
  display: grid;
  grid-template-rows: min-content 1fr;
  gap: 1rem;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .link-block {
    grid-template-rows: min-content 1fr min-content;
  }
}
.link-block h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  padding-right: 2rem;
}
.link-block p {
  text-decoration: none;
  color: #4D4858;
}
.link-block:hover h3 {
  text-decoration-thickness: 0.1em;
}
.link-block:hover svg {
  transform: translateX(1rem);
}
.link-block svg {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 1000px) {
  .link-block svg {
    position: static;
    display: block;
    justify-self: end;
    margin-right: 1rem;
    transition: transform var(--move-transition) ease;
  }
}

.wp-block-ace-columns,
.wp-block-ace-partners-block {
  padding-top: 4rem;
}
.wp-block-ace-columns > h2,
.wp-block-ace-partners-block > h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wp-block-ace-columns > h2:empty,
.wp-block-ace-partners-block > h2:empty {
  display: none;
}
.wp-block-ace-columns .wp-block-columns,
.wp-block-ace-partners-block .wp-block-columns {
  gap: 3rem;
}
.wp-block-ace-columns + .wp-block-ace-columns,
.wp-block-ace-partners-block + .wp-block-ace-columns {
  padding-top: 0;
}
.wp-block-ace-columns h2,
.wp-block-ace-columns h3,
.wp-block-ace-columns h4,
.wp-block-ace-columns h5,
.wp-block-ace-partners-block h2,
.wp-block-ace-partners-block h3,
.wp-block-ace-partners-block h4,
.wp-block-ace-partners-block h5 {
  color: var(--color-secondary-to-secondary-lighter);
}
.wp-block-ace-columns p,
.wp-block-ace-columns ul,
.wp-block-ace-columns li,
.wp-block-ace-columns ol,
.wp-block-ace-partners-block p,
.wp-block-ace-partners-block ul,
.wp-block-ace-partners-block li,
.wp-block-ace-partners-block ol {
  color: var(--color-black-to-white);
}
.wp-block-ace-columns .wp-block-ace-column-block img,
.wp-block-ace-partners-block .wp-block-ace-column-block img {
  width: auto;
  max-height: 80px;
}

.muted .wp-block-ace-columns .wp-block-ace-column-block img,
.muted .wp-block-ace-partners-block img {
  filter: invert(1);
}

.wp-block-ace-partners-block .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem 0;
  justify-content: center;
}
.wp-block-ace-partners-block .grid img {
  height: 7rem;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}

.border-top h3 {
  border-top: 2px solid var(--color-secondary-to-secondary-lighter);
  margin-top: 2rem;
  padding-top: 1rem;
}

/* .breadcrumb_container+.blog_list {
    padding-top: 0;
}
 */
.content.content-blog .flex_item {
  margin-bottom: 1rem;
}

#blog_filters {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0;
}
#blog_filters p {
  margin: 0;
}
#blog_filters button {
  color: black;
  background-color: transparent;
  text-underline-offset: 0.2em;
}
#blog_filters button.active, #blog_filters button:hover {
  text-decoration: underline;
}

.content-blog .flex_33 {
  gap: 2rem;
}

.back_to a {
  width: fit-content;
}

/*Page Links*/
.page-links-block {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}

.page_link_item {
  color: #4D4858;
  text-decoration: none;
  text-decoration-thickness: 0;
  text-underline-offset: 0;
  flex-basis: 100%;
}
.page_link_item:visited {
  color: #4D4858;
}

@media screen and (min-width: 700px) {
  .page-links-2 .page_links_wrapper .page_link_item,
  .page-links-4 .page_links_wrapper .page_link_item {
    flex-basis: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-2 .page_links_wrapper .page_link_item,
  .page-links-4 .page_links_wrapper .page_link_item {
    flex-basis: 38%;
  }
}

@media screen and (min-width: 700px) {
  .page-links-3 .page_links_wrapper,
  .page-links-6 .page_links_wrapper {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-3 .page_links_wrapper,
  .page-links-6 .page_links_wrapper {
    gap: 0;
    justify-content: space-between;
  }
}
.page-links-3 .page_links_wrapper .page_link_item,
.page-links-6 .page_links_wrapper .page_link_item {
  flex-basis: 100%;
}
@media screen and (min-width: 700px) {
  .page-links-3 .page_links_wrapper .page_link_item,
  .page-links-6 .page_links_wrapper .page_link_item {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-3 .page_links_wrapper .page_link_item,
  .page-links-6 .page_links_wrapper .page_link_item {
    flex-basis: 30%;
  }
}

@media screen and (min-width: 700px) {
  .page-links-5 .page_links_wrapper {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-5 .page_links_wrapper {
    gap: 5%;
    justify-content: center;
  }
}
@media screen and (min-width: 700px) {
  .page-links-5 .page_links_wrapper .page_link_item {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-5 .page_links_wrapper .page_link_item {
    flex-basis: 30%;
  }
}

.page_links_wrapper {
  z-index: 9999;
  position: relative;
}
@media screen and (min-width: 700px) {
  .page_links_wrapper {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .page_links_wrapper {
    justify-content: center;
    gap: 6rem;
  }
}

.page_link_info {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.page-link-info-info {
  line-height: 1.5rem;
}

/*What's On Block*/
.whats_on_block {
  position: relative;
}
.whats_on_block h2 {
  padding-top: 0;
  padding-bottom: 0;
}
.whats_on_block .grid_1_2_1 {
  z-index: 9;
  position: relative;
  padding: 0;
}

.whats_on_block_header {
  margin-bottom: 2rem;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .whats_on_block_header {
    margin-bottom: 3rem;
  }
}
.whats_on_block_header * {
  margin: 0;
}

.text_block.large p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "EB Garamond", sans-serif;
}

.whats_on_block .event_block_card .event_block_title a h3 {
  color: #fff;
}
.whats_on_block .event_block_card .event_block_title p {
  color: #fff;
}
.whats_on_block .event_block_footer .find_out_more.underline {
  color: #fff;
}
.whats_on_block .event_block_footer .find_out_more.underline::after {
  background-color: #fff;
}

.event_block_card:hover .event_block_footer .find_out_more.underline {
  color: #fff;
}

.whats_on_block.half_bg .event_block_card.card:nth-child(1) .event_block_header h4 {
  color: #4D4858;
}
@media only screen and (max-width: 999px) {
  .whats_on_block.half_bg .event_block_card.card:nth-child(1) p {
    color: #4D4858;
  }
  .whats_on_block.half_bg .event_block_card.card:nth-child(1) .event_block_title h3 {
    color: #4D4858;
  }
}
@media only screen and (max-width: 699px) {
  .whats_on_block.half_bg .event_block_card.card:nth-child(2) .event_block_header h4 {
    color: #4D4858;
  }
  .whats_on_block.half_bg .event_block_card.card:nth-child(2) .event_block_header p {
    color: #4D4858;
  }
}

/*menu block*/
.menu_wrapper {
  margin-bottom: 2rem;
}

/* Content */
.content-wrapper .content-block {
  margin-bottom: 2rem;
}
.content-wrapper .content-block p.image-caption {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.content-wrapper .content-block p {
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .content-wrapper .content-block p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content-wrapper .content-block blockquote p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: "Libre Baskerville", sans-serif;
}
@media screen and (min-width: 1200px) {
  .content-wrapper .content-block blockquote p {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
  }
}

.image-caption {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.solitary_button {
  display: block;
  margin: 4rem auto 4rem;
}

h2.heading-block-text {
  line-height: 150%;
}

.heading-block {
  max-width: 880px;
  margin: 0 var(--margin);
}
@media screen and (min-width: 1000px) {
  .heading-block {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .content-content-block {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-content-block h1,
.content-content-block h2,
.content-content-block h3,
.content-content-block h4,
.content-content-block h5 {
  text-transform: uppercase;
}
.content-content-block h1,
.content-content-block h2 {
  font-size: 1.25rem;
}

.quote-carousel-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
  padding-top: 4rem;
}
.quote-carousel-wrapper::before {
  content: "";
  width: 100vw;
  position: absolute;
  background-color: #edece9;
  height: calc(100% - 4rem);
  z-index: -1;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.quote-carousel-image .container {
  margin-top: -4rem;
}

.quote-carousel-title {
  padding-bottom: 0;
}

.quote-carousel-info {
  padding-top: 4rem;
}

.swiper-button-prev.quote-carousel-prev,
.swiper-button-next.quote-carousel-next {
  position: absolute;
  top: 1rem;
  z-index: 1;
  cursor: pointer;
  transition: background-color var(--transition) ease;
}
@media screen and (min-width: 700px) {
  .swiper-button-prev.quote-carousel-prev,
  .swiper-button-next.quote-carousel-next {
    top: calc(50% - 1rem);
  }
}
.swiper-button-prev.quote-carousel-prev:hover svg path,
.swiper-button-next.quote-carousel-next:hover svg path {
  fill: #4D4858;
}
.swiper-button-prev.quote-carousel-prev svg,
.swiper-button-next.quote-carousel-next svg {
  width: 2rem;
  height: 2rem;
}
.swiper-button-prev.quote-carousel-prev svg path,
.swiper-button-next.quote-carousel-next svg path {
  transition: fill var(--transition) ease;
}

.swiper-button-next.quote-carousel-next {
  right: 4rem;
}

.swiper-button-prev.quote-carousel-prev {
  left: 4rem;
}

.vacancies-list.flex.flex_33 {
  justify-content: center;
  column-gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .vacancies-list.flex.flex_33::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .vacancies-list.flex.flex_33 .vacancy {
    flex-basis: 45%;
  }
}

.vacancies-list .vacancy {
  max-width: 400px;
}
.vacancies-list .vacancy .underscore_emphasis {
  color: #5497a9;
  max-width: 250px;
  line-height: 28px;
  margin-bottom: 2.5rem;
}
.vacancies-list .vacancy .body ul {
  padding-left: 1rem;
}
.vacancies-list .vacancy a.find_out_more {
  font-weight: 400;
  margin-bottom: 1rem;
}

.vacancy div.body {
  margin: 3rem 0 1rem;
}

.shops .page_link_info {
  position: relative;
}
.shops .page_link_info .page-link-info-icon.tile {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
}
.shops .page_link_info .page-link-info-icon.tile svg {
  width: 100%;
  height: 100%;
}
.shops .page-link-info-title,
.shops .page-link-info-info {
  padding-right: 4.2rem;
}

ul.flex {
  list-style-type: none;
  padding: 0;
}

.contact_form svg {
  height: 4rem;
  margin-bottom: 4rem;
}
.contact_form .contact_form_address address {
  font-style: normal;
  font-weight: 600;
  margin-top: -1rem;
  font-size: 1.1rem;
}

.general_faqs h4 {
  font-weight: 600 !important;
  text-transform: none;
}
.general_faqs .faq {
  border-top-color: black;
}
.general_faqs details.open > summary::after {
  transform: rotate(180deg);
}

.donation {
  /* 	margin-top: 4rem;
  margin-bottom: 4rem; */
  max-width: 600px;
  margin: 2rem auto 4rem;
}
.donation .content-content-block h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1000px) {
  .donation .content-content-block h2 {
    font-size: 2rem;
  }
}
.donation .donation-content {
  padding: 2rem 0;
}
.donation iframe {
  margin: 0 auto;
  display: block;
}
.donation .radius {
  border-radius: 1.5rem;
}

.donation-header p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.pull_up {
  margin-top: -10rem;
  position: relative;
  padding-bottom: 4rem;
  padding-top: 1rem;
  z-index: 100;
}

@media screen and (min-width: 700px) {
  .pull_up {
    margin-top: -15rem;
  }
  .pull_up h1 {
    font-size: 3rem;
    letter-spacing: 6px;
    margin-bottom: 3rem;
  }
  .pull_up nav.breadcrumbs {
    padding-top: 3rem;
  }
  .single-news .pull_up nav.breadcrumbs {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pull_up {
    max-width: 1080px;
    margin: -20rem auto 4rem;
  }
}
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
     --swiper-preloader-color: var(--swiper-theme-color);
     --swiper-wrapper-transition-timing-function: initial;
     */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
     --swiper-navigation-top-offset: 50%;
     --swiper-navigation-sides-offset: 10px;
     --swiper-navigation-color: var(--swiper-theme-color);
     */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

/*  .swiper-button-lock {
    display: none;
  } */
/* Navigation font start */
/* .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev';
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next';
  } */
/* Navigation font end */
:root {
  /*
     --swiper-pagination-color: var(--swiper-theme-color);
     --swiper-pagination-left: auto;
     --swiper-pagination-right: 8px;
     --swiper-pagination-bottom: 8px;
     --swiper-pagination-top: auto;
     --swiper-pagination-fraction-color: inherit;
     --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
     --swiper-pagination-progressbar-size: 4px;
     --swiper-pagination-bullet-size: 8px;
     --swiper-pagination-bullet-width: 8px;
     --swiper-pagination-bullet-height: 8px;
     --swiper-pagination-bullet-border-radius: 50%;
     --swiper-pagination-bullet-inactive-color: #000;
     --swiper-pagination-bullet-inactive-opacity: 0.2;
     --swiper-pagination-bullet-opacity: 1;
     --swiper-pagination-bullet-horizontal-gap: 4px;
     --swiper-pagination-bullet-vertical-gap: 6px;
     */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
     --swiper-scrollbar-border-radius: 10px;
     --swiper-scrollbar-top: auto;
     --swiper-scrollbar-bottom: 4px;
     --swiper-scrollbar-left: auto;
     --swiper-scrollbar-right: 4px;
     --swiper-scrollbar-sides-offset: 1%;
     --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
     --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
     --swiper-scrollbar-size: 4px;
     */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

a.swiper-slide {
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: fit-content;
}

.swiper-button-next.button--next {
  transform: rotate(180deg);
}

/* Home Attractions Carousel */
.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 2rem;
}

/*Gallery Carousel*/
.block--carousel {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .block--carousel {
    margin-top: 0;
  }
}
.block--carousel h3 {
  color: #4D4858;
  font-size: 22px;
  line-height: 28px;
  max-width: calc(100% - var(--margin) - 85px);
}
@media screen and (min-width: 1200px) {
  .block--carousel h3 {
    font-size: 28px;
    line-height: 48px;
  }
}
.block--carousel .button--prev,
.block--carousel .button--next {
  top: 0;
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev,
  .block--carousel .button--next {
    top: 231.5px;
  }
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev::before,
  .block--carousel .button--next::before {
    content: "";
    background: none;
    width: 44px;
    height: 44px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
  }
}
.block--carousel .button--prev svg,
.block--carousel .button--next svg {
  height: 33px;
  width: 33px;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg,
  .block--carousel .button--next svg {
    height: 44px;
    width: 44px;
  }
}
.block--carousel .button--prev svg path,
.block--carousel .button--next svg path {
  transition: fill var(--transition) ease-in;
  fill: #9f9f9f;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg path,
  .block--carousel .button--next svg path {
    fill: #fff;
  }
}
.block--carousel .button--prev svg #Path_2130,
.block--carousel .button--next svg #Path_2130 {
  fill: transparent;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg #Path_2130,
  .block--carousel .button--next svg #Path_2130 {
    fill: #4D4858;
  }
}
.block--carousel .button--prev svg:hover path,
.block--carousel .button--next svg:hover path {
  fill: #23595c;
}
.block--carousel .button--prev {
  right: calc(var(--margin) + 1rem + 33px);
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev {
    right: unset;
    left: 2rem;
  }
}
.block--carousel .button--next {
  right: var(--margin);
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--next {
    right: calc(var(--margin) + 2rem);
  }
}

.carousel--gallery .swiper-slide {
  width: min-content;
}
.carousel--gallery::before {
  content: "";
  background: #f7f7f7;
  display: block;
  height: 104%;
  width: var(--margin);
  position: absolute;
  z-index: 9;
  left: calc(var(--margin) * -1);
  top: -2px;
}
.carousel--gallery::after {
  content: "";
  background: #f7f7f7;
  display: block;
  height: 104%;
  width: var(--margin);
  position: absolute;
  z-index: 9;
  right: 0;
  top: -2px;
}

.carousel--zoomer {
  display: none;
  width: 100vw;
  height: calc(var(--vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
  opacity: 0;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 400ms ease, backdrop-filter 800ms ease, -webkit-backdrop-filter 800ms ease;
  z-index: 10000;
  --pop_up_padding: 2rem;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer {
    --pop_up_padding: 4rem;
  }
}
.carousel--zoomer .swiper-slide {
  max-width: calc(100vw - 2 * var(--margin));
  width: calc(100vw - 2 * var(--margin));
  margin-left: var(--margin);
  margin-right: var(--margin);
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel--zoomer .button--prev {
  top: 50vh;
  left: calc(var(--margin) - 16.5px);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .button--prev {
    top: 50vh;
  }
}
.carousel--zoomer .button--next {
  top: 50vh;
  right: calc(var(--margin) - 16.5px);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .button--next {
    top: 50vh;
    left: unset;
    right: var(--margin);
  }
}
.carousel--zoomer .slide_index {
  top: calc(var(--vh) * 5);
  left: var(--margin);
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .slide_index {
    top: calc(var(--vh) * 4);
    right: unset;
    left: var(--margin);
  }
}
.carousel--zoomer .close_zoomer {
  padding-right: 0;
  position: absolute;
  top: var(--header-height);
  right: var(--margin);
  z-index: 10;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
}
.carousel--zoomer.open {
  display: block;
  transform: translate(0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin: 0;
  opacity: 1;
}
.carousel--zoomer.hide {
  display: block;
  transform: translate(0, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  opacity: 0;
}
.carousel--zoomer .swiper-wrapper {
  position: absolute;
  width: calc(100vw - 2 * var(--margin));
  height: calc(var(--vh) * 80);
  top: calc(var(--vh) * 11);
}
.carousel--zoomer .swiper-slide .slide-inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  width: fit-content;
  margin: 0 auto;
  height: auto;
  max-height: calc(var(--vh) * 80);
  overflow: auto;
  filter: blur(12px) opacity(0);
  transition: filter 600ms ease-in;
  box-sizing: border-box;
  scrollbar-color: #fff #38688d;
}
@media screen and (min-width: 700px) {
  .carousel--zoomer .swiper-slide .slide-inner {
    min-width: 400px;
  }
  .carousel--zoomer .swiper-slide .slide-inner img {
    min-width: calc(400px - 2 * var(--pop_up_padding));
  }
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .swiper-slide .slide-inner {
    min-width: 550px;
  }
  .carousel--zoomer .swiper-slide .slide-inner img {
    min-width: calc(550px - 2 * var(--pop_up_padding));
  }
}
.carousel--zoomer .swiper-slide .slide-inner::-webkit-scrollbar {
  width: 10px; /* Mostly for vertical scrollbars */
}
.carousel--zoomer .swiper-slide .slide-inner::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #38688d;
}
.carousel--zoomer .swiper-slide .slide-inner::-webkit-scrollbar-track {
  /* Background */
  background: #fff;
}
.carousel--zoomer .swiper-slide.swiper-slide-active .slide-inner {
  filter: blur(0px) opacity(1);
}
.carousel--zoomer .swiper-slide .slide-image-container {
  max-height: calc(var(--vh) * 60);
}
.carousel--zoomer .swiper-slide .slide-image-container img {
  max-height: calc(var(--vh) * 60);
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .swiper-slide .slide-image-container {
    max-height: calc(var(--vh) * 70);
  }
  .carousel--zoomer .swiper-slide .slide-image-container img {
    max-height: calc(var(--vh) * 70);
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption {
  grid-row: 2/3;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h3,
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h4 {
  font-weight: 600;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h4:empty {
  display: none;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption .slide_caption p {
  max-width: 800px;
}
.carousel--zoomer .swiper-slide .slide_caption {
  grid-row: 2/3;
}
.carousel--zoomer .swiper-slide .slide_caption h3,
.carousel--zoomer .swiper-slide .slide_caption h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.carousel--zoomer .swiper-slide .slide_caption h4 {
  font-weight: 600;
}
.carousel--zoomer .swiper-slide .slide_caption h4:empty {
  display: none;
}
.carousel--zoomer .swiper-slide .slide_caption .slide_caption p {
  max-width: 800px;
}

.carousel--highlights {
  position: relative;
}

/* Timeline Carousel */
.button--prev,
.button--next {
  top: 0;
  position: absolute;
  cursor: pointer;
  transition: opacity var(--transition) ease-in;
}
.button--prev:hover,
.button--next:hover {
  opacity: 0.8;
}

.button--next {
  right: var(--margin);
}
.button--next svg {
  transform: rotate(180deg);
}

.button--prev {
  right: calc(var(--margin) + 3rem);
}

.swiper-button-disabled {
  opacity: 0.2;
}

.collection_categories:has(> .button--next) {
  position: relative;
}
.collection_categories .button--next,
.collection_categories .button--prev {
  top: 50%;
}
.collection_categories .button--prev {
  right: unset;
  left: calc(var(--margin) - 2rem);
}
.collection_categories .button--next {
  right: calc(var(--margin) - 2rem);
}

.card.swiper-slide {
  box-sizing: border-box;
}

ul.swiper-wrapper {
  padding: 0;
  list-style: none;
}

.timeline {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.carousel--timeline {
  overflow: visible;
  position: relative;
}
.carousel--timeline::selection {
  background-color: transparent;
}
.carousel--timeline::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #e2e1d9;
  top: 0;
  left: -100%;
  z-index: 10;
}
.carousel--timeline::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #e2e1d9;
  top: 0;
  right: -100%;
  z-index: 10;
}

.timeline--controls {
  position: absolute;
  top: 4rem;
  width: calc(100% + 6rem);
  z-index: 20;
  left: -3rem;
}
.timeline--controls::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background-color: #38688d;
  top: 0;
  left: 0;
  z-index: 1;
}
.timeline--controls .button--next,
.timeline--controls .button--prev {
  top: 0;
  transform: translateY(-50%);
  background-color: #38688d;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0.5rem solid #e2e1d9;
  z-index: 10;
}
.timeline--controls .button--next svg,
.timeline--controls .button--prev svg {
  width: 1rem;
  height: 1rem;
}
.timeline--controls .button--next:hover,
.timeline--controls .button--prev:hover {
  background-color: #963454;
  opacity: 1;
}
.timeline--controls .button--next {
  right: 0;
}
.timeline--controls .button--prev {
  left: 0;
}

.timeline__year {
  font-size: 2rem;
  margin: 0;
}

.timeline__content {
  position: relative;
  z-index: 11;
}
.timeline__content::before {
  content: "";
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  left: calc(50% - 0.5rem);
  position: absolute;
  bottom: 100%;
  border-bottom: 0.75rem solid #38688d;
}
.timeline__content::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #38688d;
  position: absolute;
  left: calc(50% - 0.5rem);
  border-radius: 50%;
  bottom: calc(100% + 1.6rem);
  z-index: 10;
}

.carousel--timeline .swiper-slide {
  gap: 3rem;
}

.timeline__content .inner-padding {
  padding: 1rem;
}

.timeline__content h4 {
  margin: 0;
}

.carousel--timeline .swiper-slide-active .bg_blue {
  background-color: #963454;
}
.carousel--timeline .swiper-slide-active .blue {
  color: #963454;
}
.carousel--timeline .swiper-slide-active .timeline__content::before {
  border-bottom: 0.75rem solid #963454;
}
.carousel--timeline .swiper-slide-active .timeline__content::after {
  background: #963454;
}

.timeline--inner {
  gap: 4rem;
}

.timeline-horizontal {
  padding-bottom: 5rem;
}
.timeline-horizontal .button--prev:hover svg ellipse,
.timeline-horizontal .button--next:hover svg ellipse {
  opacity: 0.7;
}
.timeline-horizontal .button--prev:hover svg path,
.timeline-horizontal .button--next:hover svg path {
  opacity: 0.7;
}
.timeline-horizontal .button--prev svg ellipse,
.timeline-horizontal .button--next svg ellipse {
  fill: #efd27b;
  opacity: 1;
  transition: opacity var(--transition) ease-in;
}
.timeline-horizontal .button--prev svg path,
.timeline-horizontal .button--next svg path {
  fill: #4D4858;
  opacity: 1;
  transition: opacity var(--transition) ease-in;
}

.timeline-slide-prev.button--prev {
  left: 0;
  top: 5rem;
}
@media screen and (min-width: 700px) {
  .timeline-slide-prev.button--prev {
    left: -4rem;
  }
}

.timeline-slide-next.button--next {
  top: 5rem;
  right: 0;
}
@media screen and (min-width: 700px) {
  .timeline-slide-next.button--next {
    right: -4rem;
  }
}

.timeline-slide-video-player .video.ready {
  height: 100%;
}

@media screen and (max-width: 700px) {
  .timeline.bg_mid_gray.double_padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.timeline.bg_mid_gray.double_padding .carousel.carousel--timeline.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
  z-index: 50;
}

.current_filters p:has(~ div:empty) {
  display: none;
}

.current_filters div:empty ~ #clear {
  display: none;
}

.discover-filter {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.discover-filter label {
  font-weight: 600;
}

.banner__content {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner_image--muted {
  display: none !important;
}
.banner_image--muted.desktop_only {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .banner_image--muted.mobile_only {
    display: none !important;
  }
}

.logo_muted {
  display: none;
}

.banner_image--vivid {
  display: block !important;
}
.banner_image--vivid.desktop_only {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .banner_image--vivid.mobile_only {
    display: none !important;
  }
  .banner_image--vivid.desktop_only {
    display: block !important;
  }
}

.muted .banner_image--vivid {
  display: none !important;
}
.muted .banner_image--vivid.desktop_only {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .muted .banner_image--vivid.mobile_only {
    display: none !important;
  }
}
.muted .banner_image--muted {
  display: block !important;
}
.muted .banner_image--muted.desktop_only {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .muted .banner_image--muted.mobile_only {
    display: none !important;
  }
  .muted .banner_image--muted.desktop_only {
    display: block !important;
  }
}
@media screen and (min-width: 1000px) {
  .muted .banner.full_width svg.logo_muted {
    display: block;
  }
  .muted .banner.full_width svg.logo_vivid {
    display: none;
  }
}

.banner.full_width {
  height: calc(var(--vh) * 90 - var(--header-height));
  width: 100vw;
  position: relative;
}
@media (max-height: 580px) {
  .banner.full_width {
    height: calc(var(--vh) * 120 - var(--header-height));
  }
}
@media screen and (max-height: 580px) and (orientation: landscape) {
  .banner.full_width {
    height: calc(var(--vh) * 220);
  }
}
@media screen and (min-width: 700px) {
  .banner.full_width {
    height: calc(130vw - var(--header-height));
  }
}
@media screen and (min-width: 1000px) {
  .banner.full_width {
    height: calc(var(--vh) * 100 - var(--header-height));
  }
}
.banner.full_width > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 1000px) {
  .banner.full_width > img {
    object-position: center;
  }
}
.banner.full_width h2 {
  position: absolute;
  top: 4rem;
  margin: 0 var(--margin);
  font-size: clamp(24px, 4vw, 64px);
  width: fit-content;
  text-align: center;
  width: calc(100% - 2 * var(--margin));
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .banner.full_width h2 {
    /* text-align: left;
    top: 50%;
    width: fit-content;
    max-width: clamp(15ch, 40vw, 500px);
    transform: translateY(-50%); */
    opacity: 0;
    position: static;
  }
}
.banner.full_width svg {
  position: absolute;
  width: clamp(10rem, 20vw, 21rem);
  top: 50%;
  left: var(--margin);
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 1000px) {
  .banner.full_width svg.logo_vivid {
    display: block;
  }
}
.banner.full_width p.caption {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: var(--margin);
  z-index: 10;
}
.banner.full_width:has(> .caption) {
  margin-bottom: 2rem;
}

.hero--home__content {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background: #4D4858;
}
@media screen and (min-width: 1000px) {
  .hero--home__content {
    padding-top: var(--header-height);
  }
}
.hero--home__content .hero--home__title {
  color: #fff;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .hero--home__content .hero--home__title {
    max-width: 100%;
  }
}
.hero--home__content .hero--home__links {
  display: flex;
  gap: 1rem;
  justify-content: left;
}
@media screen and (min-width: 700px) {
  .hero--home__content .hero--home__title {
    max-width: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .hero--home__content .hero--home__title {
    max-width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .hero--home__content .hero--home__title {
    max-width: 645px;
  }
}
@media screen and (min-width: 700px) {
  .hero--home__content {
    position: absolute;
    top: 0;
    z-index: 11;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding-top: var(--header-height);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 2%, rgba(0, 0, 0, 0) 98%);
  }
  .hero--home__content .hero--home__title {
    color: #fff;
  }
  .hero--home__content .hero--home__links {
    display: flex;
    gap: 1rem;
    justify-content: left;
  }
}

a {
  line-height: 80%;
}

.info_blocks .grid {
  padding-top: 4rem;
  gap: 4rem;
}
.info_blocks .grid .grid__item {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .info_blocks .grid {
    grid-template-rows: auto;
    align-items: start;
    height: fit-content;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .info_blocks .grid .grid__item {
    max-width: 20rem;
    min-height: 14rem;
    max-height: fit-content;
  }
}
.info_blocks .grid .grid__item.white h3.yellow {
  color: #efd27b;
}
.info_blocks .grid a {
  height: fit-content;
  width: fit-content;
}
.info_blocks .grid .link_with_icon {
  display: flex;
  gap: 0.5rem;
  color: #4D4858;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
}
.info_blocks .grid span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_blocks .grid a svg {
  width: 1rem;
  height: 1rem;
}
.info_blocks .grid h3 {
  position: relative;
}
.info_blocks .grid h3::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 25%;
  height: 3px;
  background-color: #efd27b;
}

.big_text_icon {
  margin-top: 1rem;
}
.big_text_icon svg {
  width: 60px;
}

.hero.hero--home {
  height: fit-content;
  overflow: visible;
}
.hero.hero--home .container.container--header.ready.playing,
.hero.hero--home .container.container--header {
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .hero.hero--home {
    height: 100vh;
  }
}

@media screen and (max-width: 700px) {
  main:has(.video_bg__video) {
    --video-padding: 280px;
  }
  .container.container--header:has(> .video_bg__video) .hero--home__content {
    transform: translateY(280px);
  }
  .info_blocks.padding.bg_black {
    padding-top: var(--video-padding);
    border-top: 1rem solid #4D4858;
  }
  .container.container--header.ready {
    overflow: visible;
  }
}
.home_exhibit {
  padding-top: var(--header-height);
}
@media screen and (min-width: 700px) {
  .home_exhibit {
    padding-top: calc(var(--header-height) - 1rem);
  }
}

.contact {
  padding-top: var(--header-height);
}
@media screen and (min-width: 700px) {
  .contact {
    padding-top: calc(var(--header-height) + 3rem);
  }
}

.exhibitions,
.single_exhibit {
  padding-top: var(--header-height);
}
@media screen and (min-width: 700px) {
  .exhibitions,
  .single_exhibit {
    padding-top: calc(var(--header-height) + 3rem);
  }
}

.home_exhibit .exhibit-image {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 700px) {
  .home_exhibit .exhibit-image {
    max-height: 65vh;
    width: auto;
  }
}
.home_exhibit .artist-name {
  margin-bottom: 1.4rem;
}
.home_exhibit h2 a {
  color: #4D4858;
  text-decoration: none;
}

.contact .contact-message {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  .contact .contact-message {
    margin-bottom: 4rem;
  }
}

.contact-message {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.details p {
  margin-bottom: 0.5rem;
}
.details .h4 {
  margin-bottom: 1rem;
}

.single_exhibit .artist-name,
.single_exhibit .exhibit-name,
.single_exhibit .dates {
  width: 100%;
  margin-bottom: 0.2rem;
}
.single_exhibit h3 {
  margin-top: unset;
}
.single_exhibit img {
  object-fit: contain;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  max-height: 100dvh;
}

.exhibition_link {
  text-decoration: none;
}
.exhibition_link:hover, .exhibition_link:active, .exhibition_link:visited {
  color: #4D4858;
}

.exhibition_details {
  text-align: left;
}
.exhibition_details h2, .exhibition_details h3 {
  max-width: 720px;
  margin: 0 auto;
}

.type-exhibition img {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error_message {
  padding: 0.5rem;
  border: 2px solid var(--color-error);
  display: block;
  color: var(--color-black-to-white);
}

.search_group {
  justify-content: flex-start;
  gap: 1rem;
}

#filter input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#filter input[type=checkbox] + label {
  position: relative;
  display: block;
  line-height: 105%;
  font-weight: 600;
  font-size: 0.9rem;
  padding-left: 2.5rem;
  cursor: pointer;
}
#filter input[type=checkbox] + label::before, #filter input[type=checkbox] + label::after {
  content: "";
  left: 1rem;
  top: calc(50% - 0.5rem);
  position: absolute;
}
#filter input[type=checkbox] + label::before {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #e2e1d9;
  background: #fff;
  transition: background-color var(--transition) ease;
}
#filter input[type=checkbox] + label::after {
  width: 0.5rem;
  height: 0.15rem;
  border: 1px solid #4D4858;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-52deg) translate(-2px, 4px);
  opacity: 0;
  transition: opacity var(--transition) ease;
}
#filter input[type=checkbox] + label:hover::after {
  opacity: 1;
}
#filter input[type=checkbox]:hover + label::before {
  background-color: #fff;
}
#filter input[type=checkbox]:checked + label::before {
  background-color: #fff;
}
#filter input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#filter input[type=checkbox]:focus + label {
  outline: 2px solid;
  outline-offset: 2px;
}

#primary .form_container .gform-theme--api input[type=submit], #primary .form_container .gform-theme--framework input[type=submit] {
  --gf-local-radius:2rem;
  --gf-local-bg-color:#efd27b;
  --gf-local-color:#4D4858;
  text-transform: uppercase;
  font-weight: 600;
  transition: all var(--transition) ease;
}
#primary .form_container .gform-theme--api input[type=submit]:hover, #primary .form_container .gform-theme--framework input[type=submit]:hover {
  --gf-local-bg-color:#4D4858;
  --gf-local-color:#efd27b;
}

/*General rules for cards*/
.cards {
  margin: 4rem 0;
}
.cards .flex_item {
  margin-bottom: 2rem;
}
.cards a {
  text-decoration: none;
  color: #4D4858;
}
.cards .container {
  margin-bottom: 2rem;
}
.cards .decorative {
  padding-left: 0;
}

.card {
  text-decoration: none;
  color: #4D4858;
}
.card img {
  transition: transform var(--transition) ease;
}
.card:hover, .card:focus, .card:active, .card:visited {
  color: #4D4858;
}
@media screen and (min-width: 1200px) {
  .card:hover .container img, .card:focus .container img, .card:active .container img, .card:visited .container img {
    transform: scale(1.1);
  }
}
.card:has(:focus) {
  outline: 2px solid #23595c;
  outline-offset: 2px;
}

.listing-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .listing-row .listing-item {
    flex-basis: 32%;
  }
}

ul#post-grid {
  z-index: 999;
  position: relative;
  list-style: none;
  padding: 0;
}

button#show-more-posts {
  z-index: 9999;
  position: relative;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11.5px 41px 14.5px;
}

.card-info {
  position: relative;
}

.discover-news-card:hover .hover-stripe {
  height: 6px;
}
.discover-news-card .discover-news-item-info p.card-info-description {
  color: #4D4858;
}

.hover-stripe {
  height: 6px;
  transition: height var(--transition) ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hover-stripe {
    height: 0px;
  }
}

.card-info-wrapper {
  padding: 2rem;
}

a.discover-news-card {
  text-decoration: none;
}

.card-info-date {
  font-size: 16px;
  line-height: 22px;
}

.card-info-title {
  font-size: 22px;
  line-height: 32px;
}

.card-info-description {
  font-size: 16px;
  line-height: 24px;
  color: #4D4858;
  margin-bottom: 3rem;
}

.read-more-black {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  padding: 15.5px 21px;
}

.read-more-black::after {
  content: "›";
  color: white;
  font-size: 20px;
  position: relative;
  right: 0;
  display: block;
  height: 100%;
  line-height: 22px;
}

@media screen and (min-width: 1000px) {
  .flex_33.discover-news-3-up > .flex_item {
    flex-basis: calc(100% - 1.66rem);
  }
}
@media screen and (min-width: 1200px) {
  .flex_33.discover-news-3-up > .flex_item {
    flex-basis: calc(33% - 1.66rem);
  }
}

/*Event Cards*/
.event_block_header {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 2.5rem auto;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.event_block_header .tile_wrapper {
  grid-row: 1/3;
  grid-column: 1/2;
  position: static;
  width: 2.5rem;
  height: 2.5rem;
}
.event_block_header h4,
.event_block_header p {
  color: #fff;
  font-family: "EB Garamond", sans-serif;
  font-size: 1rem;
  margin: 0;
  line-height: 135%;
}
.event_block_header strong {
  font-weight: 700;
  text-transform: uppercase;
}
.event_block_header h4 {
  text-transform: uppercase;
}
.event_block_header h4.black {
  color: #4D4858;
}

.tile_wrapper svg {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}

.event_block_card {
  margin-bottom: 2rem;
  grid-template-rows: 4.5rem auto 1fr 2rem;
}
.event_block_card .container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .event_block_card .container {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .event_block_card .container {
    padding-top: 75%;
    height: 0;
  }
}
.event_block_card p {
  color: #fff;
}
.event_block_card p:empty {
  display: none;
}
.event_block_card p.underline {
  text-decoration-color: #23595c;
}
@media screen and (min-width: 1200px) {
  .event_block_card:nth-child(odd) .container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .event_block_card:nth-child(odd) .container {
      aspect-ratio: 0.6666666667;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .event_block_card:nth-child(odd) .container {
      padding-top: 150%;
      height: 0;
    }
  }
}

.event_block_title {
  margin-top: 1rem;
}
.event_block_title a {
  text-transform: uppercase;
  text-decoration: none;
}
.event_block_title a h3 {
  color: #4D4858;
}

.event_block_footer p.underline {
  color: #fff;
}
.event_block_footer p.find_out_more.underline:hover {
  color: #4D4858;
}
.event_block_footer p.find_out_more.underline::after {
  background-color: #4D4858;
}

.card:hover p.find_out_more.underline {
  color: #4D4858;
}

.bg_body .event_block_title {
  margin-top: 1rem;
}
.bg_body .event_block_title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.bg_body .event_block_title a h3 {
  color: #fff;
}
.bg_body .event_block_footer p.underline {
  color: #fff;
}
.bg_body .event_block_footer p.find_out_more.underline:hover {
  color: #efd27b;
}
.bg_body .event_block_footer p.find_out_more.underline:hover::after {
  background-color: #efd27b;
}
.bg_body .event_block_footer p.find_out_more.underline::after {
  background-color: #23595c;
}
.bg_body .card:hover p.find_out_more.underline {
  color: #efd27b;
}
.bg_body .card:hover p.find_out_more.underline::after {
  background-color: #efd27b;
}

.event_card {
  background-color: transparent;
  grid-template-rows: auto 1fr auto;
}
.event_card * {
  margin: 0;
}

.strapline {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: 600;
}

.competition_card .strapline,
.event_header .strapline {
  right: unset;
  left: 1rem;
}

.page_link_info .event_header {
  margin-bottom: 0.75rem;
}
.page_link_info .event_header h4,
.page_link_info .event_header p {
  font-family: "EB Garamond", sans-serif;
  font-size: 1rem;
  margin: 0;
  line-height: 140%;
}

.annual_pass {
  padding: clamp(0.5rem, 5%, 2rem);
}
.annual_pass a {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .annual_pass {
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 4.5rem 1fr 4rem;
    column-gap: 5rem;
  }
  .annual_pass > * {
    grid-column: 1/2;
  }
  .annual_pass .container {
    grid-column: 2/3;
    grid-row: 1/4;
    max-height: 600px;
  }
  .annual_pass .arrow {
    height: min-content;
    width: 100%;
    text-align: left;
  }
  .annual_pass h2 {
    font-size: 3.1rem;
  }
}

.card.card--page-links.card--page-links-stack.grid.grid_50.rounded {
  grid-column: 1/-1;
}

.card--page-links-grid {
  align-items: start;
  grid-template-rows: auto 1fr 1rem;
}

.card--page-links-stack {
  align-items: center;
}

.card.card--page-links .inner-padding {
  min-height: 20rem;
}
.card.card--page-links .inner-padding span {
  height: 2rem;
  width: 2rem;
}
.card.card--page-links .inner-padding h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
}
.card.card--page-links .inner-padding svg {
  height: 2rem;
  width: 2rem;
}
.card.card--page-links .inner-padding p {
  color: #4D4858;
}

.card-object .card-object--image {
  position: relative;
  line-height: 0;
}
.card-object .card-object--image img {
  line-height: 0;
}
.card-object .image_zoomer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0;
}
.card-object .image_zoomer:hover {
  opacity: 1;
}
.card-object .card-object--text {
  margin-top: 1rem;
}

.content--inner {
  height: fit-content;
  align-self: center;
}
.content--inner * {
  margin: 0;
}

.gallery-card.card.card-object {
  position: relative;
  line-height: 0;
}

.card-object--zoom .caption {
  color: #fff;
}

.card.card--page-links.card--page-links-grid.grid.gap_1 .grid.gap h3,
.card.card--page-links.card--page-links-grid.grid.gap_1 .grid.gap p {
  margin: 0 0 0;
}

.page_links.page_links--grid.bg_light_red.padding .flex.flex_33.gap_3.flex-center {
  gap: 1.5rem;
}

.flex.flex_33.gap_3.flex-center .card.card--page-links.card--page-links-grid.grid.gap_1 {
  grid-template-rows: auto 1fr;
}

.block.news_block.padding.bg_light_copper .card.news-item.grid.gap_1 h4 {
  margin-bottom: 0;
}
.block.news_block.padding.bg_light_copper .card.news-item.grid.gap_1 p {
  margin-bottom: 0;
}

.block.whats_on_block.padding.bg_light_green .event_card.card.grid.gap_1 {
  gap: 0.5rem;
}
.block.whats_on_block.padding.bg_light_green .grid.grid_30.gap_3 {
  gap: 1.5rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease-in;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.modal.open {
  opacity: 1;
}
.modal .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.modal .modal_content {
  margin: var(--header-height) auto;
  width: 90vw;
  max-width: 1250px;
  height: auto;
  display: block;
  position: relative;
}
.modal .modal_content .tile:not(.bg_kynren) svg path {
  fill: #fff;
}
.modal .inner_padding {
  padding: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .modal .inner_padding {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal .inner_padding {
    padding: 3rem;
  }
}

form.loading + #spinner {
  display: block;
}

form + #spinner {
  display: none;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 10px solid #4D4858;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  animation: spin 800ms ease-in-out 0ms infinite;
}

.modal.popup {
  position: fixed;
  top: 100dvh;
  right: 0;
  left: unset;
  width: 700px;
  max-width: 100vw;
  height: fit-content;
  opacity: 0;
  transition: opacity var(--transition) ease-in;
  z-index: 10000;
  background-color: transparent;
  overflow: auto;
  transform: translateY(-80%);
  color: #4D4858;
}
@media screen and (min-width: 1000px) {
  .modal.popup .inner-padding {
    padding: 3rem;
  }
}
.modal.popup.open {
  opacity: 1;
}
.modal.popup h2 {
  font-size: 1.5rem;
  color: #4D4858;
}
.modal.popup p {
  color: #4D4858;
  font-size: 0.9rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .modal.popup p {
    font-size: 1rem;
    font-weight: 400;
  }
}
.modal.popup .modal_content {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .modal.popup .modal_content {
    border-radius: 1.2rem 0 0 1.2rem;
  }
}
.modal.popup .close {
  top: -1rem;
  right: calc(var(--margin) - 1rem);
}
.modal.popup .close svg circle {
  fill: #4D4858;
}
.modal.popup .close svg path {
  fill: #fff;
}
@media screen and (min-width: 1000px) {
  .modal.popup .close {
    top: 2rem;
    right: 2rem;
  }
}
.modal.popup .button:hover {
  background-color: #f0c14f;
}
.modal.popup .mc4wp-form-fields .flex {
  flex-direction: column;
}
.modal.popup .mc4wp-form-fields .flex input[type=email] {
  width: 40ch;
}

.play {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
  opacity: 0;
  z-index: 10;
}
.play svg path {
  transition: fill var(--transition) ease;
}

.ready .play {
  opacity: 1;
}

.block-video img {
  transition: opacity var(--transition) ease;
  z-index: 10;
}
.block-video.playing img,
.block-video.playing .play {
  opacity: 0;
  transform: translateX(-200vw);
  visibility: hidden;
}
.block-video.playing iframe {
  visibility: visible;
}
.block-video iframe {
  visibility: hidden;
}

.container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.alt_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.alt_block.open {
  width: 100%;
  max-width: 320px;
}

:has(> .alt_block) {
  position: relative;
  display: block;
}

.block-image,
.alt-block {
  position: relative;
  display: block;
}

.alt_trigger {
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.1rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e1d9;
  position: absolute;
  top: 0;
  right: 0;
}

.alt_modal {
  position: absolute;
  background-color: white;
  top: 0;
  right: 0;
  max-width: 90vw;
  padding: 2rem 1rem;
  opacity: 0;
  transform: scale(0);
  transition: opacity calc(var(--transition) / 2) ease, transform var(--move-transition) ease;
  transform-origin: 100% 0;
  visibility: hidden;
}

.open .alt_modal {
  opacity: 1;
  transform: scale(1);
  border: 1px solid #e2e1d9;
  visibility: visible;
}

.open .alt_trigger {
  border-bottom: none;
  border-left: none;
}

.banner .alt_block {
  top: unset;
  bottom: var(--margin);
  right: var(--margin);
}
@media screen and (min-width: 1200px) {
  .banner .alt_block {
    top: unset;
    bottom: 8rem;
    right: 8rem;
  }
}

button.close {
  color: var(--color-black-to-white);
  background-color: var(--color-primary);
}

.play svg path {
  fill: #4D4858;
  transition: fill var(--transition) ease;
}
.play svg:hover path {
  fill: #fff;
}
.play svg:hover circle {
  fill: #4D4858;
}
.play svg circle {
  fill: #fff;
  opacity: 1;
}

/* .muted {
	.play {
		svg {
			path {
				fill: $color_white;
				transition: fill var(--transition) ease;
			}
			&:hover {
				path {
					fill: $color_secondary;
				}
				circle {
					fill: $color_white;
				}
			}
			circle {
				fill: $color_secondary;
				opacity: 1;
				transition: fill var(--transition) ease;
			}
		}
	}
} */
.block-image p.caption, .block-image + figcaption p.caption {
  position: absolute;
  bottom: 0;
  margin: 0;
  display: block;
  padding: 0.2rem 0.75rem;
  background: #4D4858;
  color: #fff;
}

figure {
  line-height: 0;
}

/*Videos*/
.video_modal {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: fixed;
  overflow: visible;
  width: calc(100vw - 2 * var(--margin));
  top: 50%;
  left: var(--margin);
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity;
  max-height: calc(100dvh - 7rem);
}
@supports (aspect-ratio: 16/9) {
  .video_modal {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video_modal {
    padding-top: 56.25%;
    height: 0;
  }
}
.video_modal::before {
  content: "";
  width: 100vw;
  height: calc(var(--vh) * 100);
  position: absolute;
  top: 50%;
  left: calc(var(--margin) * -1);
  background-color: transparent;
  transform: translateY(-50%);
  transition: all 600ms ease-in 100ms;
}
.video_modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.video_modal .close_video {
  position: absolute;
  top: 0;
  left: 100%;
  width: fit-content;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
.video_modal .close_video svg {
  height: 18px;
  width: 18px;
}
.video_modal .close_video svg path {
  stroke: #fff;
}

.open .video_modal {
  animation: opacity_and_z 600ms ease-in 0ms 1 normal forwards;
}
.open .video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.open.video_modal {
  animation: opacity_and_z 600ms ease-in 0ms 1 normal forwards;
}
.open.video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.close .video_modal {
  z-index: 100;
  opacity: 1;
  animation: opacity_and_z_reverse 600ms ease-in 0ms 1 normal forwards;
}
.close .video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

button.video_toggle {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
  z-index: 11;
}
button.video_toggle svg {
  display: block;
  width: 14.2857142857vw;
  height: auto;
}
@media screen and (min-width: 1200px) {
  button.video_toggle svg {
    width: 5.5555555556vw;
  }
}

@keyframes opacity_and_z {
  0% {
    z-index: -1;
    opacity: 0;
    display: none;
  }
  1% {
    z-index: 10000;
    opacity: 0;
    display: block;
  }
  100% {
    z-index: 10000;
    opacity: 1;
  }
}
@keyframes opacity_and_z_reverse {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  99% {
    z-index: 10000;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
    display: none;
  }
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.ready:has(> .video_bg__video) img {
  display: none;
}

button.video_bg__play {
  position: absolute;
  bottom: 2rem;
  left: var(--margin);
  background-color: transparent;
  z-index: 20;
}
button.video_bg__play svg {
  width: 2rem;
  height: 2rem;
  opacity: 0.2;
}
button.video_bg__play svg:nth-child(2) {
  display: none;
}

.ready button.video_bg__play svg {
  opacity: 1;
}

.playing button.video_bg__play svg:first-child {
  display: none;
}
.playing button.video_bg__play svg:nth-child(2) {
  display: block;
}

@media screen and (max-width: 700px) {
  .video_modal.open {
    width: 100%;
    left: 0;
  }
  .video_modal::before {
    width: 100%;
    left: 0;
  }
  .video_modal .close_video {
    left: 90%;
    top: -3rem;
  }
}
/* FAQs */
@media screen and (min-width: 1000px) {
  .faqs h2 {
    margin-bottom: 3rem;
  }
}

.general_faqs .faq-question h4 {
  font-weight: 600;
}

/*If content is added to a page outside of the isaacbenigson blocks*/
.type-page > ul, .type-page > ol, .type-page > p, .type-page > h2, .type-page > h3, .type-page > h4, .type-page > h5 {
  width: 680px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.if_content:empty {
  display: none;
}

/*Sidebar*/
.content_wrapper {
  max-width: 800px;
  width: 100%;
  order: 2;
}
@media screen and (min-width: 1000px) {
  .content_wrapper {
    order: unset;
  }
}

#nav_select {
  margin-bottom: 2rem;
  width: calc(100vw - 2 * var(--margin));
  padding: 1rem;
}

.sidebar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .sidebar {
    order: unset;
    display: flex;
    flex-direction: column;
    grid-column: 2/3;
    grid-row: 1/4;
    width: max-content;
  }
  .sidebar nav.sub-nav {
    display: initial;
  }
  .sidebar .mobile_only {
    display: none !important;
  }
}
.sidebar h3 {
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.sidebar .sub-nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.sidebar .sub-nav ul li {
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: bold;
}
.sidebar .sub-nav ul li a {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.nav-item a {
  position: relative;
  padding-right: 2rem;
  width: fit-content;
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.nav-item a::after {
  content: "";
  height: 0.8rem;
  width: 1.2rem;
  display: block;
  top: calc(50% - 0.4rem);
  right: 0;
  background-image: url(../assets/arrow.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  transition: transform var(--transition) ease;
}
.nav-item a:hover::after {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  .nav-item a:hover::after {
    transform: none;
  }
}
.nav-item.active a::after {
  content: none;
}

.timeline-horizontal .timeline-slide-image-text-container {
  min-width: 100%;
}

@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.highlight .timeline-slide-title::before {
    left: -1rem;
    top: 50%;
    transform: rotate(270deg) translateX(50%);
  }
}
.timeline-vertical .timeline-slide.highlight .timeline-slide-year {
  justify-self: end;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.highlight .timeline-slide-year {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-title::before {
    right: -1rem;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    left: unset;
  }
}
.timeline-vertical .timeline-slide.tertiary .timeline-slide-year {
  justify-self: start;
}
.timeline-vertical .timeline-slide.tertiary .timeline-slide-image-text-container {
  justify-self: end;
}
.timeline-vertical .timeline-slide .timeline-slide-title {
  margin-top: 0;
}
.timeline-vertical .timeline-slide .timeline-slide-image-text-container {
  max-width: 472px;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide .timeline-slide-image-text-container {
    margin-top: 0;
  }
}
.timeline-vertical .timeline-slide .timeline-slide-year {
  max-width: 472px;
  align-self: start;
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide {
    grid-template-columns: 1fr 5rem 1fr;
    display: grid;
  }
  .timeline-vertical .timeline-slide.highlight .timeline-slide-year {
    grid-column: 1/2;
  }
  .timeline-vertical .timeline-slide.highlight .timeline-slide-image-text-container {
    grid-column: 3/4;
  }
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-year {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-image-text-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .timeline-vertical .timeline-slide .timeline-slide-icon {
    grid-column: 2/3;
    margin: 0 auto;
    align-self: start;
  }
}

.timeline-vertical {
  position: relative;
  margin-top: 3rem;
}
.timeline-vertical::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #efd27b;
  width: 3px;
  height: 100%;
  left: 50%;
}
.timeline-vertical .timeline-slide {
  margin-bottom: 2rem;
}
.timeline-vertical .timeline-slide:first-of-type {
  padding-top: 4rem;
}
.timeline-vertical .timeline-slide:first-of-type::before {
  content: "";
  display: block;
  background-color: #cd962d;
  position: absolute;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  top: 0;
  left: 50%;
  transform: translateX(-40%);
}
.timeline-vertical .timeline-slide:last-of-type {
  padding-bottom: 16rem;
}
.timeline-vertical .timeline-slide:last-of-type::after {
  content: "";
  display: block;
  background-color: #cd962d;
  position: absolute;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  bottom: 0;
  left: 50%;
  transform: translateX(-40%);
}
.timeline-vertical .timeline-slide .timeline-slide-info {
  position: relative;
  z-index: 99;
}
.timeline-vertical .timeline-slide .timeline-slide-year {
  text-align: center;
  width: fit-content;
  background-color: #4D4858;
  z-index: 9;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide .timeline-slide-year {
    text-align: unset;
    margin: 0;
    width: 100%;
  }
}
.timeline-vertical .timeline-slide .timeline-slide-title::before {
  transform: translateX(-45%);
}

.timeline-slide.placeholder .timeline-slide-image.container.container--fourthree {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle, #cccccc, #2c2929);
}
.timeline-slide.placeholder .timeline-slide-image.container.container--fourthree svg {
  width: 50%;
}

.timeline-slide a.timeline-repeater-link {
  color: #4D4858;
}
.timeline-slide a.timeline-repeater-link:visited {
  color: #4D4858;
}
.timeline-slide.highlight a.timeline-repeater-link.find_out_more.underline::after {
  background-color: #efd27b;
}
.timeline-slide.tertiary a.timeline-repeater-link.find_out_more.underline::after {
  background-color: #b1d1db;
}

article h3 {
  font-family: "EB Garamond", sans-serif;
}

.content_layout aside {
  justify-self: end;
  width: 400px;
  max-width: 90vw;
}

.footer_grid--item.logo_so-me {
  border-bottom: 1px #fff solid;
  display: flex;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .footer_grid--item.logo_so-me {
    padding-bottom: 2rem;
    grid-column: 1/3;
  }
}

.footer_grid--item.logo_so-me .social_media_wrapper {
  color: #fff;
}
.footer_grid--item.logo_so-me .social_media_wrapper p {
  text-align: center;
}

.footer_grid--item.nav_menus {
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: #fff;
  display: flex;
  column-gap: 2rem;
}
@media screen and (min-width: 700px) {
  .footer_grid--item.nav_menus {
    justify-content: space-between;
    column-gap: unset;
  }
}
@media screen and (min-width: 1200px) {
  .footer_grid--item.nav_menus {
    column-gap: 4rem;
    padding-bottom: 2rem;
  }
}
.footer_grid--item.nav_menus a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
}
.footer_grid--item.nav_menus ul {
  list-style: none;
}

.footer_grid--item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .footer_grid--item {
    padding-bottom: 2rem;
  }
}

.copyright_text {
  font-weight: 500;
}

.footer_grid--item.nav_menus {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.footer_grid--item.nav_menus ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .footer_grid--item.nav_menus {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

footer#footer a {
  color: #fff;
}
footer#footer a:hover {
  color: #23595c;
}
footer#footer a:hover img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(99%) saturate(6250%) hue-rotate(110deg) brightness(90%) contrast(50%);
}
footer#footer a:hover svg * {
  fill: #23595c;
}

nav#site-navigation a {
  color: #fff;
}

.so-me a svg *,
#footer .so-me a svg * {
  transition: all var(--transition) ease;
}
.so-me a:hover svg *,
#footer .so-me a:hover svg * {
  stroke: #23595c;
  fill: none;
}
.so-me a:hover svg path,
#footer .so-me a:hover svg path {
  fill: #23595c;
}

.back-to-top {
  color: #fff;
  background-color: #4D4858;
  width: fit-content;
  margin: 0 auto;
  border: 1px #fff solid;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  transition: background-color var(--transition) ease-in, color var(--transition) ease-in;
}
.back-to-top:visited {
  color: #fff;
  background-color: #4D4858;
}
.back-to-top:hover {
  color: #4D4858;
  background-color: #efd27b;
  border: #efd27b 1px solid;
}
.back-to-top:hover .triangle {
  border-bottom: 13px solid #4D4858;
}
.back-to-top:focus {
  outline: none;
}

#footer .separator {
  margin: 0;
}
#footer .separator:after {
  background-color: #f4f3f2;
}

.footer_logo_socials.bg_black {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_logo_socials.bg_black .flex {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer_logo_socials.bg_black .flex {
    display: flex;
    gap: 2rem;
  }
}

.footer_grid--item.find_us.bg_black {
  grid-template-columns: 1fr;
}
.footer_grid--item.find_us.bg_black > div {
  margin-right: 2rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .footer_grid--item.find_us.bg_black {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .footer_grid--item.find_us.bg_black .address::after,
  .footer_grid--item.find_us.bg_black .contact_us::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%; /* Start at 10% from the top */
    width: 1px; /* Line width */
    height: 80%; /* Line height is 80% of the div's height */
    background-color: #fff; /* Line color */
  }
}

.footer_grid--item.bg_black .supporters_flex a img {
  width: fit-content;
  display: block;
  height: 4rem;
  object-fit: contain;
}
.footer_grid--item.bg_black .flex {
  justify-content: flex-start;
  gap: 3rem;
  align-items: center;
}

@media screen and (max-width: 700px) {
  #footer .grid.footer_grid.grid.gap .separator {
    display: none;
  }
  .footer_grid--item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer_grid--item.find_us.bg_black.grid.grid_25 .footer_grid--item {
    padding: 0;
    padding-top: 0.5rem;
  }
  .footer_grid--item.logo_copy svg {
    width: 12rem;
  }
}
@media screen and (min-width: 700px) {
  .footer_grid--item.find_us.bg_black.grid.grid_25 .footer_grid--item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

footer#footer a svg * {
  fill: #fff;
}

#os_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map_block--map {
  height: 100%;
  min-height: 20rem;
}

.os_map_wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
}
.os_map_wrapper .buttons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  padding-right: 1rem;
}

.map_block h2 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 700px) {
  .map_block--map.bg_grey {
    height: var(--map-height);
  }
  #os_map {
    width: 100%;
  }
  .os_map_wrapper .buttons {
    top: auto;
    bottom: 0;
    padding-left: 1rem;
    height: fit-content;
  }
}
.color-calendar {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: auto;
  height: auto;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  font-family: "EB Garamond", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.color-calendar .calendar__header {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  font-family: "EB Garamond", sans-serif;
}

.color-calendar .calendar__monthyear {
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
  grid-column: 2/span 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__monthyear .calendar__month {
  cursor: pointer;
}

.color-calendar .calendar__monthyear .calendar__year {
  cursor: pointer;
}

.color-calendar .calendar__arrow {
  height: 35px;
  width: 100%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-inner {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-prev .calendar__arrow-inner::before {
  margin-left: 0.3em;
  transform: rotate(-135deg);
}

.color-calendar .calendar__arrow-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-next .calendar__arrow-inner::before {
  margin-right: 0.3em;
  transform: rotate(45deg);
}

.color-calendar .calendar__body {
  height: auto;
  overflow: hidden;
}

.color-calendar .calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  margin-bottom: 5px;
  font-family: "EB Garamond", sans-serif;
}

.color-calendar .calendar__weekdays .calendar__weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.color-calendar .calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  grid-template-rows: repeat(6, minmax(30px, 40px));
  font-family: "EB Garamond", sans-serif;
}

.color-calendar .calendar__days .calendar__day {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__days .calendar__day-text {
  cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(55% + 8px);
  height: 90%;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}

.color-calendar .calendar__days .calendar__day-event .calendar__day-bullet {
  position: absolute;
  top: 80%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-selected:not(.calendar__day-today) .calendar__day-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(55% + 8px);
  height: 90%;
  z-index: -1;
  cursor: pointer;
}

.color-calendar .calendar__picker {
  position: absolute;
  z-index: 201;
  width: 100%;
  top: 75px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: var(--cal-font-family-body);
}

.color-calendar .calendar__picker .calendar__picker-month {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  margin: 8%;
  transition: none;
}

.color-calendar .calendar__picker .calendar__picker-month-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: "EB Garamond", sans-serif;
  border-radius: 5px;
  align-self: center;
  cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-month-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #23595c;
  border-radius: 5px;
  opacity: 0.1;
  z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-month-option:hover:after {
  opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-month-selected {
  color: white;
}

.color-calendar .calendar__picker .calendar__picker-month-selected::after {
  opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-month-selected:hover:after {
  opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  margin: 8%;
  transition: none;
}

.color-calendar .calendar__picker .calendar__picker-year-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: #323232;
  border-radius: 5px;
  align-self: center;
  cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-year-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #23595c;
  border-radius: 5px;
  opacity: 0.1;
  z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-year-option:hover:after {
  opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-year-selected {
  color: white;
}

.color-calendar .calendar__picker .calendar__picker-year-selected::after {
  opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-year-selected:hover:after {
  opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow {
  position: absolute;
  opacity: 0.4;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-left {
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 4px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-right {
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  padding-right: 10px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow:hover {
  opacity: 1;
  background-color: #f8f8f8;
}

.chevron-thin-left {
  display: inline-block;
  border-right: 2px solid #23595c;
  border-bottom: 2px solid #23595c;
  width: 10px;
  height: 10px;
  transform: rotate(-225deg);
}

.chevron-thin-right {
  display: inline-block;
  border-right: 2px solid #23595c;
  border-bottom: 2px solid #23595c;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.color-calendar.month-left-align .calendar__header .calendar__monthyear {
  grid-column: 1/span 5;
  margin: 0;
  justify-content: flex-start;
  padding-left: 5%;
}

.color-calendar.basic {
  border-radius: 5px;
  color: #23595c;
  background-color: #fff;
}

.color-calendar.basic .calendar__header {
  padding: 20px 14px 0px 14px;
  color: #efd27b;
  background-color: #23595c;
  padding-bottom: 1rem;
  grid-template-rows: 1fr;
}

.color-calendar.basic .calendar__monthyear {
  font-weight: 600;
  color: #efd27b;
  grid-column: 1/6;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-inner {
  border-radius: 50%;
}

.color-calendar.basic .calendar__arrow-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(./assets/selectarrow_aqua.svg);
  background-repeat: no-repeat;
}

.color-calendar.basic .calendar__arrow-inner:hover::before {
  background-image: url(./assets/selectarrow_candy.svg);
}

.color-calendar.basic .calendar__arrow-inner:hover::after {
  transition: opacity 0.3s ease;
  opacity: 0.05;
}

.color-calendar.basic .calendar__arrow-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 6/7;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-prev .calendar__arrow-inner::before {
  margin-left: 0.3em;
  transform: rotate(0);
}

.color-calendar.basic .calendar__arrow-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 7/8;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-next .calendar__arrow-inner::before {
  margin-right: 0.3em;
  transform: rotate(180deg);
}

.color-calendar.basic .calendar__body {
  padding: 14px;
}

.color-calendar.basic .calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  margin-bottom: 5px;
}

.color-calendar.basic .calendar__weekdays .calendar__weekday {
  font-weight: 600;
  color: #23595c;
}

.color-calendar.basic .calendar__days .calendar__day-other {
  color: #23595c;
  opacity: 0.2;
}

.color-calendar.basic .calendar__days .calendar__day {
  font-weight: 600;
}

.color-calendar.basic .calendar__days .calendar__day-today {
  font-weight: 700;
  color: #23595c;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  border-radius: 0.5rem;
  background-color: #23595c;
  opacity: 0.3;
}

.color-calendar.basic .calendar__days .calendar__day-text:hover ~ .calendar__day-box {
  opacity: 0.5;
  background-color: #efd27b;
}

.color-calendar.basic .calendar__days .calendar__day-bullet {
  background-color: #23595c;
}

.color-calendar.basic .calendar__days .calendar__day-bullet:hover ~ .calendar__day-box {
  opacity: 0.5;
  background-color: #efd27b;
}

.color-calendar.basic .calendar__days .calendar__day-box {
  border-radius: 0.5rem;
  background-color: #23595c;
  box-shadow: 0 3px 15px -5px #23595c;
}

.color-calendar.basic .calendar__days .calendar__day-box:hover {
  opacity: 0.5;
  background-color: #efd27b;
}

.color-calendar.basic .calendar__days .calendar__day-event {
  font-weight: 700;
}

.color-calendar.basic .calendar__days .calendar__day-selected {
  color: white;
  font-weight: 700;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  border-radius: 0.5rem;
  background-color: #23595c;
  opacity: 1;
  box-shadow: 0 3px 15px -5px #23595c;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-text:hover ~ .calendar__day-box {
  opacity: 1;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-bullet {
  background-color: white;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-bullet:hover ~ .calendar__day-box {
  opacity: 1;
}

.color-calendar.basic .calendar__picker {
  background-color: white;
  border-radius: 5px;
}

.color-calendar.basic .calendar__picker-month-today {
  box-shadow: inset 0px 0px 0px 1px #23595c;
}

.color-calendar.basic .calendar__picker-year-today {
  box-shadow: inset 0px 0px 0px 1px #23595c;
}

.color-calendar.basic.color-calendar--small {
  font-size: 0.8rem;
}

.color-calendar.basic.color-calendar--small .calendar__header {
  padding: 10px 10px 0 10px;
  grid-template-columns: repeat(7, minmax(25px, 41px));
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__monthyear {
  font-size: 1.2rem;
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner, .color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner::after {
  width: 30px;
  height: 30px;
}

.color-calendar.basic.color-calendar--small .calendar__body {
  padding: 0 10px 10px 10px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__weekdays {
  grid-template-columns: repeat(7, minmax(25px, 41px));
  margin-bottom: 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__days {
  grid-template-columns: repeat(7, minmax(25px, 41px));
  grid-template-rows: repeat(6, minmax(30px, 35px));
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker {
  top: 55px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option {
  padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option::after {
  height: 40px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option {
  padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option::after {
  height: 40px;
}

#calendar-picker .calendar__day-no-event .calendar__day-text {
  opacity: 0.4;
}

.calendar_details svg {
  width: 2rem;
}

.attraction-info-block-container {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1000px) {
  .attraction-info-block-container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: clamp(2rem, 10vw, 10rem);
  }
}

.attraction-info-logo-block svg {
  height: 3rem;
  width: auto;
}

.attraction-info-annual-pass {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.attraction-info-block {
  margin: 2rem 0;
}
.attraction-info-block .toggle_modal {
  background-color: transparent;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
  text-align: left;
  text-transform: none;
  display: inline;
  transition: text-decoration-thickness var(--transition) ease, color var(--transition) ease;
  text-underline-offset: 0.25em;
}
.attraction-info-block .toggle_modal:hover {
  color: #efd27b;
  text-decoration-thickness: 0.1em;
}
.attraction-info-block a:not(.button):hover {
  color: #efd27b;
}

.ticket-button-block {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.ticket-button-block .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-button-block .button.bg-white {
  color: #4D4858;
}
.ticket-button-block .button.bg-primary:hover {
  color: #4D4858;
}

.attraction-info-item {
  margin-bottom: 0.5rem;
}

.attraction-info-opening-times-block p + p {
  margin-top: -0.75rem;
}

@media screen and (min-width: 1000px) {
  .attraction-info-annual-pass-block {
    grid-column: 2/4;
  }
  .attraction-info-annual-pass-block h3 {
    font-size: 2rem;
    line-height: 125%;
    display: inline;
    margin-right: 1rem;
  }
}

.attraction-info-annual-pass-block .find_out_more {
  display: inline-block;
}

.attraction-info-annual-pass-block .find_out_more.underline:hover {
  color: #efd27b;
}

.attraction-info-annual-pass-block .find_out_more.underline:hover::after {
  background-color: currentColor;
}

.filter_panel {
  margin-bottom: 2rem;
}
.filter_panel h4 {
  font-size: 0.9rem;
}

details.filter_details,
details.calendar_details {
  border-top: none;
}
details.filter_details summary,
details.calendar_details summary {
  color: #fff;
}
details.filter_details > summary::after,
details.calendar_details > summary::after {
  background-image: url("../assets/down_arrow_alt.svg");
}

.calendar_details svg {
  height: 1rem;
}

.clear_filters {
  background-color: transparent;
  display: flex;
  width: 270px;
  height: 1.2rem;
  align-items: center;
  gap: 0.5rem;
  transition: color var(--transition) ease-in;
  margin-bottom: 1rem;
}
.clear_filters svg {
  height: 1.2rem;
  width: fit-content;
}
.clear_filters svg circle {
  fill: #4D4858;
  transition: fill var(--transition) ease-in;
}
.clear_filters svg path {
  fill: #fff;
  transition: fill var(--transition) ease-in;
}
.clear_filters:hover {
  color: #efd27b;
}
.clear_filters:hover svg circle {
  fill: #4D4858;
}
.clear_filters:hover svg path {
  fill: #efd27b;
}

.duet-date__day {
  border-radius: 0;
}
.duet-date__day .is-today {
  box-shadow: 0 0 0 1px #4D4858;
}

.duet-date,
.duet-date__input-wrapper {
  max-width: 200px;
}

.duet-date__dialog-content {
  margin-left: 0;
}

.events_filter form {
  z-index: 10;
}
.events_filter form h4 {
  margin-bottom: 1rem;
}
.events_filter form input[type=reset] {
  border: #4D4858 1px solid;
}
.events_filter form input[type=reset]:hover {
  background-color: #efd27b;
  color: #fff;
}

.filter_wrapper {
  position: relative;
  min-width: 15rem;
  min-height: 5.5rem;
  width: 100%;
}
.filter_wrapper:first-of-type {
  z-index: 11;
}

details.filter {
  min-width: 15rem;
  width: 100%;
  border-top: none;
  position: absolute;
}
details.filter .selected {
  font-size: 1rem;
  font-weight: 400;
  color: #4D4858;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: 1px solid #4D4858;
  border-radius: 3px;
  transition: border-radius var(--transition) ease;
  min-height: 30px;
}
details.filter .selected ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}
details.filter .selected ul li {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: white;
  background-color: #23595c;
  width: max-content;
}
details.filter.open .selected {
  border-radius: 3px 3px 0 0;
}
details.filter > summary {
  margin-bottom: 0;
}
details.filter > summary::after {
  width: 1rem;
  right: 0.9rem;
  top: 3.4rem;
}

.filter__content.panel {
  background-color: white;
  padding: 1rem;
  border: 1px solid black;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

article.no_more {
  grid-column: 1/3;
}

.events_listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  max-width: calc(100vw - 2 * var(--margin));
}
@media screen and (min-width: 1000px) {
  .events_listing ul {
    gap: clamp(1rem, 3vw, 3rem);
  }
  .events_listing ul .card_annual_pass {
    grid-column: 1/3;
  }
}
.events_listing ul li.event_card {
  max-width: calc(100vw - 2 * var(--margin));
}

.ap_logo svg {
  height: auto;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .ap_logo svg {
    width: auto;
    height: 100%;
  }
}

.event_header {
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .event_header {
    grid-template-rows: auto auto 6rem;
  }
  .event_header .background_float {
    position: relative;
    grid-column: 1/-1;
    grid-row: 1/3;
    left: calc(var(--margin) * -1);
    right: calc(var(--margin) * -1);
    width: calc(100% + var(--margin) * 2);
  }
  .event_header .span {
    grid-row: 1/2;
    position: relative;
    z-index: 10;
    padding-top: 2rem;
  }
  .event_header .container {
    grid-column: 1/2;
    grid-row: 2/4;
    position: relative;
    z-index: 10;
  }
  .event_header .event_header--content {
    grid-column: 2/3;
    grid-row: 2/3;
    position: relative;
    z-index: 10;
    grid-template-rows: auto auto auto auto 1fr;
  }
  .event_header .event_header--content * {
    margin: 0;
  }
}
.event_header h1 {
  font-size: 2rem;
}

.event_content_wrapper aside {
  justify-self: end;
  width: 400px;
  max-width: 90vw;
}

.event_info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event_info li {
  border-top: 1px solid black;
  padding: 1rem 0;
}
.event_info li:last-child {
  border-bottom: 1px solid black;
}

.hdk_events_select {
  padding: 1rem 0;
}
.hdk_events_select label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
.hdk_events_select select {
  background-color: transparent;
  width: 100%;
  border: 1px solid black;
}
.hdk_events_select .ticket_selector {
  padding: 1rem 0;
}
.hdk_events_select .ticket_selector label {
  margin-bottom: 0.5rem;
}
.hdk_events_select .ticket_selector input + label {
  margin-top: 0.75rem;
}
.hdk_events_select h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "EB Garamond", sans-serif;
}
.hdk_events_select .buttons {
  margin-top: 1rem;
  align-items: center;
}

.arch {
  mask-image: url("/wp-content/themes/isaacbenigson/assets/arch.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.curved-arch {
  position: relative;
}
.curved-arch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background-color: #4D4858;
  mask-image: url("/wp-content/themes/isaacbenigson/assets/curved-arch-alt.svg");
  mask-size: cover;
  mask-position: top;
  mask-repeat: no-repeat;
}

.wave {
  mask-image: url("/wp-content/themes/isaacbenigson/assets/wave.svg");
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

.wave-reverse {
  mask-image: url("/wp-content/themes/isaacbenigson/assets/wave-reverse.svg");
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

.nav_cart {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .nav_cart:hover #site-header-cart {
    opacity: 1;
    transform: translateY(0);
  }
}

#site-header-cart {
  position: absolute;
  opacity: 0;
  transition: opacity 400ms ease-in;
  top: 100%;
  right: 0;
  transform: translate(-100vw, -200%);
  width: 400px;
  z-index: 100;
  padding-top: 2rem;
}

.site-header-cart-inner {
  padding: 1rem;
  border: 1px solid black;
  background-color: #fff;
}

.cart--header {
  position: absolute;
  right: calc(var(--margin) + 4rem);
  top: 1.5rem;
  z-index: 10;
}
.cart--header svg path {
  fill: #fff;
  transition: fill var(--transition) ease-in-out;
}
.cart--header:hover svg path {
  fill: #4D4858;
}

.home .cart--header svg path {
  transition: fill var(--transition) ease-in-out;
}
.home .cart--header:hover svg path {
  fill: #fff;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

#site-header-cart {
  color: #4D4858;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  padding: 0 0 1rem 1rem;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: minmax(25px, auto) 25px;
  column-gap: 0.5rem;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  grid-row: 1/-1;
  grid-column: 1/1;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item::before {
  display: none;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a {
  line-height: 110%;
  font-weight: 600;
}

.remove.remove_from_cart_button {
  position: absolute;
  left: -0.25rem;
  top: 25px;
  transform: translateY(-50%);
}

p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
}

.woocommerce-mini-cart__buttons.buttons a {
  text-decoration: none;
  transition: background-color 400ms ease;
}
.woocommerce-mini-cart__buttons.buttons a:visited {
  color: #ffffff;
}
.woocommerce-mini-cart__buttons.buttons a:hover, .woocommerce-mini-cart__buttons.buttons a:focus {
  color: #ffffff;
  background: #303330;
}

.product-name {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-name img {
  width: 100% !important;
  height: 100% !important;
}

.woocommerce:has(.woocommerce-cart-form) {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .woocommerce:has(.woocommerce-cart-form) {
    grid-template-columns: 3fr 2fr;
  }
}
.woocommerce:has(.woocommerce-cart-form) .woocommerce-notices-wrapper {
  grid-column: 1/-1;
}
.woocommerce:has(.woocommerce-cart-form) .cart_totals h2 {
  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;
}
.woocommerce:has(.woocommerce-cart-form) .cart_totals h2: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;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
  background-color: #efd27b;
  color: black;
  font-weight: 600;
}
.woocommerce #payment #place_order:hover, .woocommerce #payment #place_order:active, .woocommerce-page #payment #place_order:hover, .woocommerce-page #payment #place_order:active {
  color: #4D4858;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: none;
  padding: 1rem;
  background-color: #ffe4d5;
  border-radius: 1rem;
  color: #4D4858;
  width: fit-content;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}

.woocommerce-error {
  background-color: #f7e1e1;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #cde5eb;
  border-radius: 1rem;
}

@media screen and (min-width: 1000px) {
  .collection_description h2 {
    margin-bottom: 3rem;
  }
}

.bg_blue .card-object--title {
  color: #fff;
}

.quote_banner {
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}
.quote_banner:after {
  content: "";
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0;
  border-radius: 2rem;
  border: 0.5rem solid #fff;
  display: block;
}
.quote_banner:before {
  content: "";
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 1rem;
  border-radius: 2rem;
  display: block;
  background-image: radial-gradient(circle at 0.5rem 0.5rem, white 0.5rem, transparent 0);
  background-repeat: repeat;
  background-size: 1.5rem 1rem;
}
.quote_banner .big_text {
  font-size: clamp(2rem, 4vw, 3rem);
}

.pattern_wallpaper-1 {
  background-image: url(../assets/patterns/wallpaper-1.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-2 {
  background-image: url(../assets/patterns/wallpaper-2.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-3 {
  background-image: url(../assets/patterns/wallpaper-3.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-4 {
  background-image: url(../assets/patterns/wallpaper-4.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-5 {
  background-image: url(../assets/patterns/wallpaper-5.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-5 {
  background-size: 150px auto;
}

.separator {
  margin: 0 var(--margin);
  height: 0;
  position: relative;
  display: none;
}
.separator:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4D4858;
  content: "";
  z-index: 1;
}

.bg_white + .separator:has(+ .bg_white),
.bg_black + .separator:has(+ .bg_black),
.bg_bg + .separator:has(+ .bg_bg),
.bg_body + .separator:has(+ .bg_body),
.bg_blue + .separator:has(+ .bg_blue),
.bg_mid_blue + .separator:has(+ .bg_mid_blue),
.bg_light_blue + .separator:has(+ .bg_light_blue),
.bg_green + .separator:has(+ .bg_green),
.bg_mid_green + .separator:has(+ .bg_mid_green),
.bg_light_green + .separator:has(+ .bg_light_green),
.bg_rose + .separator:has(+ .bg_rose),
.bg_mid_rose + .separator:has(+ .bg_mid_rose),
.bg_light_rose + .separator:has(+ .bg_light_rose),
.bg_copper + .separator:has(+ .bg_copper),
.bg_mid_copper + .separator:has(+ .bg_mid_copper),
.bg_light_copper + .separator:has(+ .bg_light_copper),
.bg_ochre + .separator:has(+ .bg_ochre),
.bg_mid_ochre + .separator:has(+ .bg_mid_ochre),
.bg_light_ochre + .separator:has(+ .bg_light_ochre),
.bg_yellow + .separator:has(+ .bg_yellow),
.bg_gray + .separator:has(+ .bg_gray),
.bg_mid_gray + .separator:has(+ .bg_mid_gray),
.bg_light_gray + .separator:has(+ .bg_light_gray) {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

@media screen and (max-width: 700px) {
  .alignright, .alignleft {
    margin: 0 auto 1.5rem;
    float: none;
    display: block;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */
