@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.75;
}
.hamburger.is-active:hover {
  opacity: 0.75;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #653279;
}

.hamburger-box {
  width: 3em;
  height: 2.4em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2em;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 3em;
  height: 0.4em;
  background-color: #653279;
  border-radius: 0.4em;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -1em;
}
.hamburger-inner::after {
  bottom: -1em;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: "FS Albert";
  src: url("../otf/fs-albert.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Albert";
  src: url("../otf/fs-albert-bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Albert";
  src: url("../otf/fs-albert-extrabold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  position: relative;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-size: 100%;
}
@media (max-width: 280px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 50em) {
  html {
    font-size: 115%;
  }
}
@media (min-width: 67.5em) {
  html {
    font-size: 125%;
  }
}
@media (min-width: 85em) {
  html {
    font-size: 132.5%;
  }
}
@media (min-width: 100em) {
  html {
    font-size: 140%;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "FS Albert", "Arial", sans-serif;
  line-height: 1.75;
  color: black;
  background: white;
  font-weight: 400;
  tap-highlight-color: rgba(229, 114, 0, 0.25);
}

::-moz-selection {
  background: rgba(229, 114, 0, 0.2);
}

::selection {
  background: rgba(229, 114, 0, 0.2);
}

a {
  color: #653279;
  cursor: pointer;
  text-decoration-thickness: 0.1em;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: 0px;
}

a[href^=mailto], .url {
  word-break: break-word;
}

p a:not([class]) {
  color: #653279;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 0.15em solid #653279;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  margin: 0 0 calc(0.75rem + 5vmin);
}

h2, h3, h4, h5, h6 {
  margin: 4rem 0 1.5rem;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
.subheading {
  margin-top: 0;
}

h1 + .subheading {
  margin-top: -5vmin;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

@media (min-width: 60rem) and (min-height: 30rem) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
p {
  margin: 0 0 1.5em;
}
p:empty {
  margin: 0;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  margin: 0 0 1.5rem;
  list-style-type: square;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}

ol {
  margin: 0 0 1.5rem;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}

nav ul {
  list-style: none;
  padding: 0;
}
nav a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

hr {
  clear: both;
  height: 0.25rem;
  background: center center/cover no-repeat url("../svg/hr--primary.svg");
  border: 0 !important;
  margin: 4rem auto;
}

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

iframe {
  max-width: 100%;
}

figure {
  position: relative;
  margin: 0 0 2rem;
}
figure:where(:not(.is-resized)) img {
  width: 100%;
}

figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
figcaption p:last-child {
  margin-bottom: 0;
}

pre {
  clear: both;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 1.5rem 0;
  padding: 1em;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background: black;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
pre::-moz-selection {
  background: rgba(101, 50, 121, 0.75);
  color: white;
}
pre::selection {
  background: rgba(101, 50, 121, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.8em;
  background: rgba(101, 50, 121, 0.05);
  padding: 0 0.2em;
  color: #653279;
  border: 1px rgba(101, 50, 121, 0.25) solid;
  border-radius: 0.2em;
}

table {
  font-size: 0.9em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2rem;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5;
}
table p:last-child {
  margin-bottom: 0;
}

caption {
  text-align: start;
}

thead {
  border-bottom: 2px solid #1b1d1f;
}
thead td, thead th {
  background: #fff;
  vertical-align: bottom;
}

tfoot {
  border-top: 2px solid #1b1d1f;
}

tr {
  background: rgba(241, 241, 241, 0.5);
  border-bottom: 1px solid #f1f1f1;
}
tr:nth-child(even) {
  background: #fff;
}

td, th {
  padding: 1em;
}

th {
  color: #1b1d1f;
  font-weight: 700;
  text-align: start;
}

td {
  vertical-align: middle;
}

.accordion__title {
  margin: 0.75rem 0;
  padding: 0.5rem;
}

.accordion__toggle {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

address {
  font-style: normal;
}

.intro,
.is-style-intro {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 40rem;
}
@media (min-width: 40em) {
  .intro,
  .is-style-intro {
    font-size: 1.25em;
  }
}

.intro-xl,
.is-style-intro-xl {
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 40rem;
}
@media (min-width: 40em) {
  .intro-xl,
  .is-style-intro-xl {
    font-size: 1.5em;
  }
}

.stat {
  font-size: 1.5em;
  font-weight: 700;
  color: #653279;
  text-decoration: none;
}
.stat a {
  color: #653279;
  text-decoration: none;
}

.font-6xl {
  font-size: 3rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-lg {
  font-size: 1.125rem !important;
}

.font-md {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.9rem !important;
}

.font-xs {
  font-size: 0.8rem !important;
}

.font-2xs {
  font-size: 0.75rem !important;
}

.font-3xs {
  font-size: 0.65rem !important;
}

.font-primary {
  font-family: "FS Albert", "Arial", sans-serif;
}

main p:not([class]),
article p:not([class]) {
  max-width: 40rem;
}
main ul:not([class]),
main ol:not([class]),
article ul:not([class]),
article ol:not([class]) {
  max-width: calc(40rem - 1.5em);
}

hgroup,
.hgroup {
  margin: 0 0 2rem;
}
hgroup h1, hgroup .h1, hgroup h2, hgroup .h2, hgroup h3, hgroup .h3, hgroup h4, hgroup .h4, hgroup h5, hgroup .h5, hgroup h6, hgroup .h6,
.hgroup h1,
.hgroup .h1,
.hgroup h2,
.hgroup .h2,
.hgroup h3,
.hgroup .h3,
.hgroup h4,
.hgroup .h4,
.hgroup h5,
.hgroup .h5,
.hgroup h6,
.hgroup .h6 {
  margin: 0 0 0.5rem;
}

.caps {
  text-transform: uppercase;
}

.url {
  color: black;
}

.link-access,
.visually-hidden,
.screen-reader-text {
  display: block;
  position: absolute;
  left: -9999em;
  clip: rect(0 0 0 0);
}
.link-access:focus,
.visually-hidden:focus,
.screen-reader-text:focus {
  position: static;
  left: auto;
  clip: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
input[type=time],
textarea,
select {
  width: 100%;
  max-width: 15em;
  font-size: 1.1em;
  padding: 0.6125em 0.75em;
  background: #fff;
  border: 0.15em solid rgba(50, 50, 50, 0.25);
  box-sizing: border-box;
  border-radius: 0.25rem;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(101, 50, 121, 0.85);
}

input[type=checkbox],
input[type=radio] {
  accent-color: #653279;
}

fieldset {
  border: 0;
  padding: 0;
}

textarea {
  max-width: 30em;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("../svg/icon-chevron-down-primary.svg") no-repeat right 0.75em center;
  background-size: 0.75em;
  padding-right: 3em;
}
select::-ms-expand {
  display: none;
}

legend {
  margin-bottom: 0.5rem;
}

label {
  display: block;
}

.form-item {
  margin-bottom: 1rem;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
  margin-bottom: 1.5rem;
}

.js-form-type-checkbox,
.js-form-type-radio {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
}
.js-form-type-checkbox input,
.js-form-type-radio input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.js-form-type-checkbox label,
.js-form-type-radio label {
  cursor: pointer;
}

.form--inline .form-item {
  margin-right: 1rem;
}

.donationWidget .spacer {
  display: none;
}
.donationWidget .ginput_container_radio {
  padding: 0.125rem 0.125rem 0.35rem;
  background: white;
  border-radius: 0.5rem;
}
.donationWidget .ginput_container_radio .gfield_radio {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.donationWidget .ginput_container_radio .gfield_radio > * {
  position: relative;
  flex: 1 1 6em;
}
.donationWidget .ginput_container_radio .gfield_radio label {
  display: block !important;
  text-align: center;
  padding: 0.5rem 0;
  margin: 0.25rem;
  border: 0.15rem solid #f1f1f1;
  border-radius: 0.25rem;
  max-width: none !important;
  cursor: pointer;
}
.donationWidget .ginput_container_radio .gfield_radio input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.donationWidget .ginput_container_radio .gfield_radio input:checked + label {
  background: #E57200;
  border-color: #E57200;
  color: white;
}
.donationWidget .ginput_container_radio .gfield_radio input:hover + label, .donationWidget .ginput_container_radio .gfield_radio input:focus + label {
  border-color: rgba(229, 114, 0, 0.5);
}
.donationWidget #field_30_3 {
  margin-bottom: 0 !important;
}
.donationWidget #field_30_4 {
  grid-column: span 12;
  padding: 0.5rem;
  background: #E57200;
  border-radius: 0.5rem;
}
.donationWidget #field_30_4 .ginput_container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0.5rem;
  max-width: 20em;
}
.donationWidget #field_30_4 .ginput_container:before {
  content: "£";
  color: white;
  font-weight: bold;
  padding-right: 0.75rem;
}
.donationWidget #field_30_4 input {
  border-color: #f1f1f1;
}
.donationWidget #field_30_4 input:focus {
  border-color: black;
}

.form--page-useful_wrapper {
  background: rgb(239.6, 234.5, 241.6);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(239.6, 234.5, 241.6);
  -o-border-image: url("../svg/bg-box-primary-tint-10.svg");
     border-image: url("../svg/bg-box-primary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: 1rem;
}
@media print {
  .form--page-useful_wrapper {
    display: none;
  }
}
.form--page-useful_wrapper #field_15_1 {
  display: table-cell;
  margin-bottom: 1.5rem !important;
}
@media (min-width: 40rem) {
  .form--page-useful_wrapper #field_15_1 {
    margin-bottom: 0.75rem !important;
  }
}
.form--page-useful_wrapper #field_15_1 .gfield_label {
  display: table-cell;
  float: left;
  width: 100%;
  margin-right: 2rem;
  padding: 0.5rem 0;
  background: transparent;
}
.form--page-useful_wrapper #field_15_1 .gfield_label + * {
  clear: both;
}
@media (min-width: 40rem) {
  .form--page-useful_wrapper #field_15_1 .gfield_label {
    width: auto;
  }
  .form--page-useful_wrapper #field_15_1 .gfield_label + * {
    clear: none;
  }
}
.form--page-useful_wrapper #field_15_1 .ginput_container_radio {
  flex: 1 1 auto;
}
.form--page-useful_wrapper #field_15_1 .gfield_radio {
  display: flex;
}
.form--page-useful_wrapper #field_15_1 .gfield_radio > .gchoice {
  flex: 0 1 auto;
  margin-right: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.form--page-useful_wrapper #field_15_2 textarea {
  height: 5em !important;
}
.form--page-useful_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.form--page-useful_wrapper input[type=submit] {
  font-size: 0.9em;
}

[class^=grid] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.75rem;
}
[class^=grid] > * {
  list-style-type: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.75rem;
}
[class^=grid]:before, [class^=grid]:after {
  display: none;
}

@media (min-width: 40rem) {
  .grid--spaced {
    margin: 0 -1.5rem;
  }
  .grid--spaced > * {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1em) {
  .grid--compact {
    margin: 0 -0.5rem;
  }
  .grid--compact > * {
    padding: 0 0.5rem;
  }
}

.grid--flush {
  margin: 0;
}
.grid--flush > * {
  padding: 0;
}

.grid--heightmatch {
  display: flex;
  flex-wrap: wrap;
}
.grid--heightmatch > * {
  display: flex;
}
.grid--heightmatch:before, .grid--heightmatch:after {
  display: none;
}

.grid--stretch-items > * {
  display: flex;
}

[class^=col-] {
  display: block;
  float: left;
  clear: none;
}

[class^=grid] [class^=col-] {
  clear: none !important;
}

@media (min-width: 25rem) {
  .grid-2-cols > * {
    width: 50%;
  }
  .col-1\/2 {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }
  .col-1\/3 {
    width: 33.3323333333%;
  }
  .col-2\/3 {
    width: 66.6656666667%;
  }
}
@media (min-width: 25rem) {
  .grid-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .grid-4-cols > * {
    width: 25%;
  }
  .col-1\/4 {
    width: 25%;
  }
  .col-3\/4 {
    width: 75%;
  }
}
@media (min-width: 25rem) {
  .grid-5-cols > * {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65rem) {
  .grid-5-cols > * {
    width: 20%;
  }
  .col-1\/5 {
    width: 20%;
  }
  .col-2\/5 {
    width: 40%;
  }
  .col-3\/5 {
    width: 60%;
  }
  .col-4\/5 {
    width: 80%;
  }
}
@media (min-width: 20rem) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile {
    width: 33.3323333333%;
  }
  .col-2\/3\@mobile {
    width: 66.6656666667%;
  }
  .grid-4-cols\@mobile > * {
    width: 25%;
  }
  .col-1\/4\@mobile {
    width: 25%;
  }
  .col-3\/4\@mobile {
    width: 75%;
  }
  .grid-5-cols\@mobile > * {
    width: 20%;
  }
  .col-1\/5\@mobile {
    width: 20%;
  }
  .col-2\/5\@mobile {
    width: 40%;
  }
  .col-3\/5\@mobile {
    width: 60%;
  }
  .col-4\/5\@mobile {
    width: 80%;
  }
  .grid-6-cols\@mobile > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@mobile {
    width: 16.6656666667%;
  }
  .col-5\/6\@mobile {
    width: 83.3323333333%;
  }
  .col-full\@mobile {
    width: 100%;
  }
}
@media (min-width: 35rem) {
  .grid-2-cols\@mobile-wide > * {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .grid-3-cols\@mobile-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile-wide {
    width: 33.3323333333%;
  }
  .col-2\/3\@mobile-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@mobile-wide > * {
    width: 25%;
  }
  .col-1\/4\@mobile-wide {
    width: 25%;
  }
  .col-3\/4\@mobile-wide {
    width: 75%;
  }
  .grid-5-cols\@mobile-wide > * {
    width: 20%;
  }
  .col-1\/5\@mobile-wide {
    width: 20%;
  }
  .col-2\/5\@mobile-wide {
    width: 40%;
  }
  .col-3\/5\@mobile-wide {
    width: 60%;
  }
  .col-4\/5\@mobile-wide {
    width: 80%;
  }
  .grid-6-cols\@mobile-wide > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@mobile-wide {
    width: 16.6656666667%;
  }
  .col-5\/6\@mobile-wide {
    width: 83.3323333333%;
  }
  .col-full\@mobile-wide {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet {
    width: 33.3323333333%;
  }
  .col-2\/3\@tablet {
    width: 66.6656666667%;
  }
  .grid-4-cols\@tablet > * {
    width: 25%;
  }
  .col-1\/4\@tablet {
    width: 25%;
  }
  .col-3\/4\@tablet {
    width: 75%;
  }
  .grid-5-cols\@tablet > * {
    width: 20%;
  }
  .col-1\/5\@tablet {
    width: 20%;
  }
  .col-2\/5\@tablet {
    width: 40%;
  }
  .col-3\/5\@tablet {
    width: 60%;
  }
  .col-4\/5\@tablet {
    width: 80%;
  }
  .grid-6-cols\@tablet > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@tablet {
    width: 16.6656666667%;
  }
  .col-5\/6\@tablet {
    width: 83.3323333333%;
  }
  .col-full\@tablet {
    width: 100%;
  }
}
@media (min-width: 55rem) {
  .grid-2-cols\@tablet-wide > * {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .grid-3-cols\@tablet-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet-wide {
    width: 33.3323333333%;
  }
  .col-2\/3\@tablet-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@tablet-wide > * {
    width: 25%;
  }
  .col-1\/4\@tablet-wide {
    width: 25%;
  }
  .col-3\/4\@tablet-wide {
    width: 75%;
  }
  .grid-5-cols\@tablet-wide > * {
    width: 20%;
  }
  .col-1\/5\@tablet-wide {
    width: 20%;
  }
  .col-2\/5\@tablet-wide {
    width: 40%;
  }
  .col-3\/5\@tablet-wide {
    width: 60%;
  }
  .col-4\/5\@tablet-wide {
    width: 80%;
  }
  .grid-6-cols\@tablet-wide > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@tablet-wide {
    width: 16.6656666667%;
  }
  .col-5\/6\@tablet-wide {
    width: 83.3323333333%;
  }
  .col-full\@tablet-wide {
    width: 100%;
  }
}
@media (min-width: 85rem) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop {
    width: 33.3323333333%;
  }
  .col-2\/3\@desktop {
    width: 66.6656666667%;
  }
  .grid-4-cols\@desktop > * {
    width: 25%;
  }
  .col-1\/4\@desktop {
    width: 25%;
  }
  .col-3\/4\@desktop {
    width: 75%;
  }
  .grid-5-cols\@desktop > * {
    width: 20%;
  }
  .col-1\/5\@desktop {
    width: 20%;
  }
  .col-2\/5\@desktop {
    width: 40%;
  }
  .col-3\/5\@desktop {
    width: 60%;
  }
  .col-4\/5\@desktop {
    width: 80%;
  }
  .grid-6-cols\@desktop > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@desktop {
    width: 16.6656666667%;
  }
  .col-5\/6\@desktop {
    width: 83.3323333333%;
  }
  .col-full\@desktop {
    width: 100%;
  }
}
@media (min-width: 110rem) {
  .grid-2-cols\@desktop-wide > * {
    width: 50%;
  }
  .col-1\/2\@desktop-wide {
    width: 50%;
  }
  .col-1\/2\@desktop-wide {
    width: 50%;
  }
  .grid-3-cols\@desktop-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop-wide {
    width: 33.3323333333%;
  }
  .col-2\/3\@desktop-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@desktop-wide > * {
    width: 25%;
  }
  .col-1\/4\@desktop-wide {
    width: 25%;
  }
  .col-3\/4\@desktop-wide {
    width: 75%;
  }
  .grid-5-cols\@desktop-wide > * {
    width: 20%;
  }
  .col-1\/5\@desktop-wide {
    width: 20%;
  }
  .col-2\/5\@desktop-wide {
    width: 40%;
  }
  .col-3\/5\@desktop-wide {
    width: 60%;
  }
  .col-4\/5\@desktop-wide {
    width: 80%;
  }
  .grid-6-cols\@desktop-wide > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@desktop-wide {
    width: 16.6656666667%;
  }
  .col-5\/6\@desktop-wide {
    width: 83.3323333333%;
  }
  .col-full\@desktop-wide {
    width: 100%;
  }
}
.col-full {
  width: 100%;
}

html,
body {
  overflow-x: hidden;
  position: static;
}

body {
  --scrollbar: 20px; /* default if Javascript is disabled */
}
body::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 15rem;
  background: right top/contain no-repeat url("../svg/flair-right-primary-tint.svg");
  width: 40%;
  z-index: -1;
}
@media (min-width: 55rem) {
  body::before {
    top: 5rem;
    width: 30%;
  }
}

main {
  position: relative;
  z-index: 1;
}
main:after {
  content: "";
  display: table;
  clear: both;
}

section {
  margin: 0 0 4rem;
}
section:first-child {
  margin-top: 0;
}

.wrap {
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 80rem;
}
@media (min-width: 40rem) {
  .wrap {
    padding: 0 2.4rem;
  }
}
@media (min-width: 60rem) {
  .wrap {
    padding: 0 5%;
  }
}

.wrap-content-center {
  margin: 0 auto;
}
.wrap-content-center:after {
  content: "";
  display: table;
  clear: both;
}

.wrap-content-center > *:not([data-align]):not([class*=align]),
.wp-block:not([data-align]):not([class*=align]) {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=wide], .wrap-content-center > *.align-wide, .wrap-content-center > *.alignwide,
.wp-block[data-align=wide],
.wp-block.align-wide,
.wp-block.alignwide {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=full], .wrap-content-center > *.align-full, .wrap-content-center > *.alignfull,
.wp-block[data-align=full],
.wp-block.align-full,
.wp-block.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

.wp-block-hs-group.align-full .wp-block:where(:not([data-align]):not([class*=align])) {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

[class*=wp-block] {
  margin-bottom: 2rem;
}

.align-left,
.alignleft {
  float: none;
}
@media (min-width: 35rem) {
  .align-left,
  .alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}

.align-right,
.alignright {
  float: none;
}
@media (min-width: 35rem) {
  .align-right,
  .alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}

.align-center,
.align-centre,
.aligncenter,
.aligncentre {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align-full,
.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

.wrap-wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}

.size-line-length-max {
  max-width: 40rem;
  box-sizing: border-box;
}

.size-xs,
.size-sm {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 20rem) {
  .size-xs,
  .size-sm,
  .size-small {
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 35rem) {
  .size-xs {
    max-width: calc(25% - 1.25rem);
  }
  .size-sm,
  .size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .size-sm,
  .size-small {
    max-width: calc(20% - 1.25rem);
  }
  .size-md,
  .size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: min(56.25%, 90vh);
  height: 0;
  max-height: 80vh;
  overflow: hidden;
  box-sizing: border-box;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__header {
  margin: 0 0 calc(0.75rem + 5vmin);
}
.article__header h1 {
  margin-bottom: 0.5rem;
}

.article__meta {
  margin-bottom: 1.5rem;
}

.article__icon {
  display: inline-block;
  width: 20%;
  max-width: 3.5em;
  margin: 0.5rem 1rem 1rem -0.2rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 0.2rem solid white;
}
.article__icon img {
  border-radius: 50%;
}
.article__icon + .article__icon {
  margin: 0.5rem 1rem 1rem -3em;
}

.article__footer .iconList__content > * {
  margin-bottom: 0.5rem;
}

.loadingSpinner {
  position: fixed;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(239.6, 234.5, 241.6);
  padding: 0.75rem;
  border-radius: 0.25rem;
  z-index: 99;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadingSpinner::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background: center center/contain no-repeat url("../svg/logo-icon.svg");
  animation: rotate360 1s linear infinite;
}
.loadingSpinner i {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  color: #653279;
}
.no-js .loadingSpinner {
  display: none;
}

.siteHeader {
  position: relative;
  margin: 0 0 2rem;
  z-index: 2;
  overflow: visible;
  box-shadow: 0 1em 1em -1em rgba(101, 50, 121, 0.1);
}
@media (min-width: 55rem) {
  .siteHeader {
    font-size: 0.85em;
    margin-bottom: 6rem;
    box-shadow: none;
  }
}
@media (min-width: 80rem) {
  .siteHeader {
    font-size: 0.9em;
  }
}
@media (min-width: 110rem) {
  .siteHeader {
    font-size: 1em;
  }
}
.siteHeader__skip {
  position: absolute !important;
  top: 1em;
  left: 1em;
  background: white;
  color: #653279;
  font-weight: bold;
  padding: 1em;
}
.siteHeader__skip.visually-hidden.focusable:focus {
  position: absolute !important;
  z-index: 99;
}
.siteHeader__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.siteHeader__actions {
  width: 100%;
  flex: 10 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
@media (min-width: 20rem) {
  .siteHeader__actions {
    width: auto;
  }
}
@media (min-width: 55rem) {
  .siteHeader__actions {
    order: -2;
    padding: 0;
  }
}
.siteHeader__button {
  flex: 1 1 auto;
  margin: 0 0 0 0.5rem;
  display: inline-flex;
  justify-content: center;
}
@media (min-width: 20rem) {
  .siteHeader__button {
    flex: 0 1 auto;
  }
}
.no-js .siteHeader__button {
  display: none;
}

@media (min-width: 55rem) {
  .siteHeader__button {
    display: none;
  }
}
.siteHeader__button--menu {
  font-size: 0.75em;
}
.siteHeader__button--search {
  border: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  background: none;
  cursor: pointer;
}
.siteHeader__button--search:hover, .siteHeader__button--search:focus {
  opacity: 0.75;
}
.siteHeader__button--search svg {
  display: block;
  width: 100%;
  height: 100%;
}
.siteHeader__button--locationSearch {
  border: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  background: none;
  background: center center/2em no-repeat url("../png/icon-location-primary.png");
  cursor: pointer;
}
.siteHeader__button--locationSearch:hover, .siteHeader__button--locationSearch:focus {
  opacity: 0.75;
}
.siteHeader__button--locationSearch svg {
  display: block;
  width: 100%;
  height: 100%;
}
.siteHeader__button--donate.button {
  position: relative;
  background-color: #e1195f;
  padding: 0.85em 1.15em 0.75em 0.65em;
  margin: 0;
}
.siteHeader__button--donate.button::before {
  content: "";
  position: absolute;
  top: 0em;
  right: 0.1em;
  width: 1.25em;
  height: 1.25em;
  background: center center/contain no-repeat url("../svg/icon-heart-white.svg");
  transition: all 150ms ease-in-out;
}
.siteHeader__button--donate.button:hover::before, .siteHeader__button--donate.button:focus::before {
  transform: translate(-5%, -1%) rotate(-5deg) scale(1.15);
}
@media (min-width: 55rem) {
  .siteHeader__button--donate.button {
    display: none;
  }
}
.siteHeader__branding {
  order: -1;
  position: relative;
  flex: 20 10 20%;
  max-width: 10em;
  z-index: 3;
  padding: 0.5rem 0 0.5rem 1rem;
}
@media (min-width: 55rem) {
  .siteHeader__branding {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    max-width: 25em;
    width: 20%;
  }
}
@media (min-width: 65rem) {
  .siteHeader__branding {
    width: 25%;
  }
}
.siteHeader__branding a {
  display: block;
  transition: all 150ms ease-in-out;
}
.siteHeader__branding a:focus, .siteHeader__branding a:hover {
  transform: scale(1.025);
}
.siteHeader__logo {
  text-indent: -999em;
  overflow: hidden;
  background: center center/contain no-repeat url("../svg/logo-inline.svg");
  aspect-ratio: 2/1;
}
.siteHeader--70 .siteHeader__logo {
  background: center center/contain no-repeat url("../svg/logo-inline--70.svg");
}

@media (min-width: 55rem) {
  .siteHeader__logo {
    background: center center/contain no-repeat url("../svg/logo-flaired.svg");
    aspect-ratio: 143.4/88.91;
    max-height: 10rem;
  }
  .siteHeader--pride .siteHeader__logo {
    background: center center/contain no-repeat url("../svg/logo-flaired--pride.svg");
  }
  .siteHeader--70 .siteHeader__logo {
    background: center center/contain no-repeat url("../svg/logo-flaired--70.svg");
  }
  .siteHeader--70.siteHeader--pride .siteHeader__logo {
    background: center center/contain no-repeat url("../svg/logo-flaired--pride-70.svg");
  }
}
@media (min-width: 65rem) {
  .siteHeader__logo {
    max-height: 12rem;
  }
}
@media screen {
  .siteHeader__printLogo {
    display: none;
  }
}
.siteHeader__tools {
  flex: 1 0 100%;
}
@media (min-width: 55rem) {
  .siteHeader__tools {
    order: -1;
  }
  .siteHeader__toolsInner {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    max-width: 80rem;
  }
  .siteHeader__toolsInner::before {
    content: "";
    flex: 1 0 auto;
    width: 17.5%;
  }
}
@media (min-width: 55rem) {
  .siteHeader__search, .siteHeader__locationSearch, .siteHeader__regions, .siteHeader__account {
    display: flex !important;
    align-items: center;
  }
}
.siteHeader__search {
  background: #f1f1f1;
  flex: 1 1 5em;
}
.js .siteHeader__search {
  display: none;
}

.siteHeader__search form {
  display: flex;
  width: 100%;
}
.siteHeader__search input[type=text],
.siteHeader__search input[type=search] {
  flex: 1 1 auto;
  max-width: none;
  border: 0;
  background: none;
  padding: 1rem;
}
.siteHeader__search input[type=text]::-moz-placeholder, .siteHeader__search input[type=search]::-moz-placeholder {
  color: #555;
}
.siteHeader__search input[type=text]::placeholder,
.siteHeader__search input[type=search]::placeholder {
  color: #555;
}
@media (min-width: 55rem) {
  .siteHeader__search input[type=text],
  .siteHeader__search input[type=search] {
    font-size: 0.9rem;
    padding: 1rem 0 1rem calc(0.5rem + 2.5%);
  }
}
.siteHeader__search [type=submit] {
  flex: 0 0 2.5em;
  max-width: 2.5em;
  overflow: hidden;
  border: 0.5em solid transparent;
  padding: 0;
  background: none;
  text-indent: -999em;
  cursor: pointer;
  box-sizing: border-box;
}
.siteHeader__search [type=submit] svg {
  display: block;
  width: 75%;
  height: 75%;
}
@media (min-width: 55rem) {
  .siteHeader__search {
    max-width: 12.5em;
  }
}
.siteHeader__regions, .siteHeader__account, .siteHeader__locationSearch {
  background: rgb(254.8, 249, 229.5);
}
.js .siteHeader__regions, .js .siteHeader__account, .js .siteHeader__locationSearch {
  display: none;
}

.siteHeader__regions ul, .siteHeader__account ul, .siteHeader__locationSearch ul {
  margin: 0;
  font-size: 0.8rem;
}
@media (min-width: 55rem) {
  .siteHeader__regions ul, .siteHeader__account ul, .siteHeader__locationSearch ul {
    display: flex !important;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 0 0.75rem;
  }
}
.siteHeader__regions li, .siteHeader__account li, .siteHeader__locationSearch li {
  position: relative;
  margin: 0;
}
.siteHeader__regions a, .siteHeader__account a, .siteHeader__locationSearch a {
  display: block;
  color: black;
  font-weight: 700;
  text-decoration: underline;
  padding: 1rem;
}
.siteHeader__regions a:focus, .siteHeader__regions a:hover, .siteHeader__account a:focus, .siteHeader__account a:hover, .siteHeader__locationSearch a:focus, .siteHeader__locationSearch a:hover {
  color: #653279;
}
@media (min-width: 55rem) {
  .siteHeader__regions a, .siteHeader__account a, .siteHeader__locationSearch a {
    padding: 0.75rem 0;
  }
}
.siteHeader__account {
  background: rgba(239.6, 234.5, 241.6, 0.5);
}
.siteHeader__locationSearch {
  background: rgb(254.8, 249, 229.5);
}
@media (min-width: 55rem) {
  .siteHeader__locationSearch ul {
    padding: 0 0 0 0.25rem;
  }
}
.siteHeader__locationSearch a {
  color: #653279;
}
.siteHeader__locationSearch a::before {
  content: "";
  position: absolute;
  top: 1em;
  right: 0.75em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../png/icon-location-primary.png");
  transition: all 150ms ease-in-out;
}
@media (min-width: 55rem) {
  .siteHeader__locationSearch a {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .siteHeader__locationSearch a::before {
    width: 1em;
    height: 1em;
    top: 0.5em;
    right: 0;
  }
}
.siteHeader__locationSearch a:hover::before, .siteHeader__locationSearch a:focus::before {
  transform: translate(5%, -5%);
}
.siteHeader__basketCounter {
  float: right;
  margin: 0 0 0 0.25em;
  font-size: 0.8rem;
  min-width: 2em;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  background: white;
  color: #653279;
}
@media (min-width: 55rem) {
  .siteHeader__basketCounter {
    position: relative;
    margin: -1em -1em 0 0.25em;
  }
}
.siteHeader--pride .siteHeader__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg, #FE0000 0%, #FE0000 16.6666666667%, #FD8C00 16.6666666667%, #FD8C00 33.3333333333%, #FFE500 33.3333333333%, #FFE500 50%, #119F0B 50%, #119F0B 66.6666666667%, #0644B3 66.6666666667%, #0644B3 83.3333333333%, #C22EDC 83.3333333333%, #C22EDC 100%);
}
@media (min-width: 55rem) {
  .siteHeader--pride .siteHeader__inner::after {
    display: none;
  }
}
.siteHeader--bh .siteHeader__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg, #D1473C 0%, #D1473C 33.3333333333%, #F2BC4F 33.3333333333%, #F2BC4F 66.6666666667%, #579B5B 66.6666666667%, #579B5B 100%);
}
@media (min-width: 55rem) {
  .siteHeader--bh .siteHeader__inner::after {
    display: none;
  }
}
@media (min-width: 55rem) {
  .siteHeader--bh .siteHeader__logo {
    background: center center/contain no-repeat url("../svg/logo-flaired--bh.svg");
  }
}
.siteHeader + .siteHero {
  position: relative;
  margin: -2rem 0 calc(0.75rem + 5vmin);
  z-index: 0;
}
@media (min-width: 55rem) {
  .siteHeader + .siteHero {
    margin-top: -6rem;
  }
}
.siteHeader + main[data-template="template-title-removed.twig"],
.siteHeader + main[data-template="template-title-hidden.twig"],
.siteHeader + main[data-template="template-landing.twig"] {
  margin-top: -2rem;
}
@media (min-width: 55rem) {
  .siteHeader + main[data-template="template-title-removed.twig"],
  .siteHeader + main[data-template="template-title-hidden.twig"],
  .siteHeader + main[data-template="template-landing.twig"] {
    margin-top: -6rem;
  }
}

.primaryNav {
  position: relative;
  flex: 1 0 100%;
  background: #653279;
  justify-self: flex-end;
  margin: 0 0 0.25rem;
  z-index: 2;
}
.js .primaryNav {
  display: none;
}

@media (min-width: 55rem) {
  .primaryNav {
    display: block !important;
    margin-bottom: 0;
  }
}
.primaryNav ul {
  margin: 0;
}
.primaryNav ul ul {
  padding-left: 1em;
}
@media (min-width: 55rem) {
  .primaryNav ul ul {
    padding-left: 0;
  }
}
@media (min-width: 55rem) {
  .primaryNav ul {
    margin: 0 auto;
    max-width: 80rem;
  }
}
.primaryNav li {
  margin: 0;
}
.primaryNav a, .primaryNav__toggle {
  display: block;
  color: white;
  padding: 1rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}
@media (min-width: 55rem) {
  .primaryNav a, .primaryNav__toggle {
    padding: 1rem 0.75rem;
  }
}
@media (min-width: 80rem) {
  .primaryNav a, .primaryNav__toggle {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 110rem) {
  .primaryNav a, .primaryNav__toggle {
    padding: 1.5rem;
  }
}
.primaryNav a:focus, .primaryNav a:hover, .primaryNav__toggle:focus, .primaryNav__toggle:hover {
  text-decoration: underline;
}
.primaryNav summary {
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  padding-left: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 55rem) {
  .primaryNav summary {
    padding-left: 0;
  }
  .primaryNav summary::marker, .primaryNav summary::-webkit-details-marker {
    display: none;
  }
}
.primaryNav__toggle {
  flex: 1 1 auto;
  padding-left: 0;
}
@media (min-width: 55rem) {
  .primaryNav__toggle {
    padding: 1rem;
  }
}
@media (min-width: 80rem) {
  .primaryNav__toggle {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 110rem) {
  .primaryNav__toggle {
    padding: 1.5rem;
  }
}
.primaryNav details[open] summary {
  background: rgb(80.8, 40, 96.8);
}
.primaryNav .is-active .primaryNav__toggle {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
          text-decoration-color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.primaryNav__secondLevel {
  font-size: 1em;
  background: rgb(80.8, 40, 96.8);
  padding: 1rem;
}
.primaryNav__secondLevel a {
  padding: 0.5rem 1rem;
}
.primaryNav__secondLevel a:focus, .primaryNav__secondLevel a:hover {
  color: rgb(239.6, 234.5, 241.6);
}
@media (min-width: 55rem) {
  .primaryNav__secondLevel {
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: calc(1vmin + 4rem);
    padding-bottom: 3rem;
  }
}
@media (min-width: 80rem) {
  .primaryNav__secondLevel {
    font-size: 0.85em;
  }
}
@media (min-width: 55rem) {
  .primaryNav__list {
    display: flex;
    justify-content: flex-end;
  }
}
.primaryNav__secondLevelList {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.primaryNav__secondLevelItem {
  flex: 1 1 15rem;
}
.primaryNav__secondLevelItem > a {
  text-decoration: underline;
}
.primaryNav__secondLevelItem:first-child {
  max-width: 30rem;
}
.primaryNav__secondLevelItem:first-child > a {
  font-size: 1.125rem;
}
@media (min-width: 55rem) {
  .primaryNav__secondLevelItem:first-child > a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.75rem;
  }
}
.primaryNav__secondLevelItem:first-child .primaryNav__thirdLevelList a {
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 55rem) {
  .primaryNav__secondLevelItem:first-child .primaryNav__thirdLevelList {
    font-size: 1em;
  }
}
@media (min-width: 55rem) {
  .primaryNav__secondLevelItem {
    flex: 1 1 8.5em;
    max-width: 15em;
    padding-top: 4rem;
  }
  .primaryNav__secondLevelItem a {
    padding: 0.5em 1.5rem;
  }
}
.primaryNav__thirdLevel {
  font-size: 0.9em;
}
.primaryNav__thirdLevelList {
  padding-bottom: 1rem;
}
.primaryNav__thirdLevelList a {
  font-weight: normal;
}
@media (min-width: 55rem) {
  .primaryNav__thirdLevelList {
    font-size: 0.9em;
    padding-bottom: 0;
  }
}
.primaryNav__donate {
  position: relative;
  background: #e1195f;
}
.primaryNav__donate a {
  transition: all 200ms ease-in-out, padding 0ms;
}
@media (min-width: 85rem) {
  .primaryNav__donate a {
    padding-right: 2rem;
  }
}
.primaryNav__donate a::before {
  content: "";
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../svg/icon-heart-white.svg");
  transition: all 150ms ease-in-out;
}
@media (min-width: 55rem) {
  .primaryNav__donate a::before {
    width: 1.5em;
    height: 1.5em;
    top: 0;
    right: -0.25em;
  }
}
@media (min-width: 85rem) {
  .primaryNav__donate a::before {
    width: 2.1em;
    height: 2.1em;
    top: -0.1em;
  }
}
.primaryNav__donate a:hover::before, .primaryNav__donate a:focus::before {
  transform: translate(-5%, -1%) rotate(-5deg) scale(1.15);
}

.siteFooter {
  position: relative;
  margin-top: 4rem;
  line-height: 1.5;
  z-index: 2;
}
@media (min-width: 60rem) {
  .siteFooter {
    margin-top: 8rem;
  }
}
.siteFooter::before {
  content: "";
  position: absolute;
  right: 0;
  top: -2rem;
  height: 6rem;
  background: right top/contain no-repeat url("../svg/footer-radial-secondary.svg");
  width: 40%;
  z-index: 0;
}
@media (min-width: 50rem) {
  .siteFooter::before {
    top: -3rem;
    height: 8rem;
    width: 33%;
  }
}
@media (min-width: 60rem) {
  .siteFooter::before {
    top: -6rem;
    width: 22.5%;
    height: 15rem;
  }
}
.siteFooter__contact {
  padding: calc(1rem + 5vmin) 0;
  background: #653279;
  color: white;
}
.siteFooter__contact a:not([class]) {
  color: white;
}
.siteFooter__branding {
  max-width: 50%;
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 1;
}
.siteFooter__branding svg {
  max-width: 10rem;
  fill: white;
}
.siteFooter__strapline {
  margin-bottom: 2.5rem;
  text-wrap: balance;
}
.siteFooter__socialLinks {
  position: relative;
  margin-bottom: 2.5rem;
  list-style: none;
  padding: 0;
  z-index: 1;
  font-size: 1.25rem;
}
@media (min-width: 50rem) {
  .siteFooter__socialLinks {
    font-size: 1.125rem;
  }
}
.siteFooter__socialLinks li {
  display: inline-block;
  margin-right: 0.25rem;
}
.siteFooter__socialLinks svg {
  width: 1em;
  height: 1em;
}
.siteFooter__socialLinks path {
  fill: #653279;
}
.siteFooter__socialLinks a {
  display: flex;
  background: white;
  border-radius: 50%;
  padding: 0.5em;
}
.siteFooter__socialLinks a:hover path, .siteFooter__socialLinks a:focus path {
  fill: black;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form {
  margin-bottom: 2rem;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form .gfield {
  margin-bottom: 0.25rem;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form label.error {
  font-size: 0.9rem;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form input {
  background: none;
  border-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form input[type=text], .siteFooter .gform_wrapper.gravity-theme .siteFooter__form input[type=email] {
  font-size: 1rem !important;
  color: white;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form input[type=text]:focus, .siteFooter .gform_wrapper.gravity-theme .siteFooter__form input[type=email]:focus {
  border-color: white;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form input[type=submit] {
  background-color: white;
  color: black;
}
.siteFooter .gform_wrapper.gravity-theme .siteFooter__form input[type=submit]:hover, .siteFooter .gform_wrapper.gravity-theme .siteFooter__form input[type=submit]:focus {
  color: white;
}
.siteFooter .gform_wrapper .gfield_error .gfield_repeater_cell label, .siteFooter .gform_wrapper .gfield_error label, .siteFooter .gform_wrapper .gfield_error legend, .siteFooter .gform_wrapper .gfield_validation_message, .siteFooter .gform_wrapper .validation_message, .siteFooter .gform_wrapper [aria-invalid=true] + label, .siteFooter .gform_wrapper label + [aria-invalid=true] {
  color: rgb(252.4, 233.1, 234.4);
}
.siteFooter__nav {
  padding: calc(1.5rem + 5vmin) 0;
  background: rgb(80.8, 40, 96.8);
  color: white;
}
.siteFooter__nav a {
  display: block;
  color: white;
}
.siteFooter__navItem > a {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.75rem;
}
.siteFooter__nav ul ul {
  font-size: 0.8em;
}
.siteFooter__nav ul ul ul {
  margin: 0.5rem 0;
  padding-left: 0.5rem;
}
.siteFooter__nav ul ul a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
.siteFooter__nav ul ul a:hover, .siteFooter__nav ul ul a:focus {
  color: white;
  text-decoration: underline;
}
.siteFooter__nav li {
  margin-bottom: 0.25rem;
}
.siteFooter__legal {
  padding: 1.5rem 0 1.5rem;
  background: black;
  color: #e4e4e4;
}
.siteFooter__legal:after {
  content: "";
  display: table;
  clear: both;
}
.siteFooter__legal a:not([class]) {
  color: #e4e4e4;
}
.siteFooter__legal p {
  margin: 0.125rem 0;
}
.siteFooter__legalNav {
  font-size: 0.8rem;
}
@media (min-width: 68rem) {
  .siteFooter__legalNav {
    font-size: 0.65rem;
  }
}
.siteFooter__legalNav ul {
  margin-bottom: 0.75rem;
}
.siteFooter__legalNav li {
  margin-right: 1rem;
}
.siteFooter__legalNav a:not([class]) {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
.siteFooter__legalNav a:not([class]):hover, .siteFooter__legalNav a:not([class]):focus {
  color: white;
}
.siteFooter__FR {
  max-width: 8rem;
}
.siteFooter__FR svg {
  max-width: 100%;
  height: auto;
}

.home .siteFooter {
  margin-top: 0;
}

.accordion {
  clear: both;
  margin-bottom: 4rem;
}

.accordion__item {
  background: #f1f1f1;
  background-clip: padding-box;
  border-style: solid;
  border-color: #f1f1f1;
  -o-border-image: url("../svg/bg-box-grey-tint-10.svg");
     border-image: url("../svg/bg-box-grey-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
}
.accordion__item[open] .accordion__toggle:before {
  transform: rotate(90deg);
}

.accordion__title {
  display: flex;
  align-content: center;
  margin: 0;
  padding: 1.5rem 0.75rem;
  font-weight: normal;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}
.accordion__title:focus {
  outline: 0.2rem solid #653279;
}
.accordion__title:focus:not(:focus-visible) {
  outline: none !important;
}
.accordion__title::-webkit-details-marker {
  display: none;
}
@media (min-width: 40em) {
  .accordion__title {
    padding: 1.5rem 1.5rem;
  }
}

.accordion__toggle {
  display: block;
  padding-left: 1.65em;
}
.accordion__toggle::before {
  display: inline-block;
  float: left;
  content: "";
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  padding: 0;
  margin-left: -1.65em;
  background: center center/contain no-repeat url("../svg/rarr-primary.svg");
  transition: transform 100ms ease-in-out;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.accordion__content {
  padding: 0.75rem;
  border-top: 1px solid #eee;
}
@media (min-width: 40em) {
  .accordion__content {
    padding: 1.5rem 1.5rem;
  }
}

.banner {
  box-sizing: border-box;
}
.banner__title {
  margin-top: 0;
}
.banner__figure {
  display: flex;
  position: relative;
  flex: 1 0 50%;
  align-self: stretch;
  margin: 0;
}
.banner__figure .tribe-events-event-image {
  align-self: stretch !important;
  display: flex;
  margin: 0 !important;
  height: 100%;
}
.banner__figure .tribe-events-event-image img {
  max-width: none !important;
}
@media (min-width: 80rem) {
  .banner__figure {
    max-width: 50%;
  }
}
.banner__img, .banner__figure .tribe-events-event-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../svg/mask-corner--bottom-right.svg");
          mask-image: url("../svg/mask-corner--bottom-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
}
.banner__content {
  position: relative;
  flex: 1 0 50%;
  max-width: calc(45rem - (var(--scrollbar)));
  padding: calc(1rem + 2.5%) calc(0.75rem + 2%);
  box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 20em) {
  .banner__content {
    min-width: 15em;
  }
}
.banner__content > *:first-child {
  margin-top: 0;
}
.banner__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 40rem) {
  .banner__content {
    padding: calc(1rem + 2.5%) 2.4rem;
  }
}
@media (min-width: 60rem) {
  .banner__content {
    padding: calc(1rem + 2.5%) calc(0.75rem + 2%) calc(1rem + 2.5%) 5%;
  }
}
.banner__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: flex-end;
  min-height: 50vmin;
}
@media print {
  .banner__flex {
    min-height: 10rem;
  }
}
.banner--reverse .banner__flex {
  flex-direction: row-reverse;
}
.banner--reverse .banner__img,
.banner--reverse .banner__figure .tribe-events-event-image img {
  -webkit-mask-image: url("../svg/mask-corner--bottom-left.svg");
          mask-image: url("../svg/mask-corner--bottom-left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
}
.banner--compact .banner__flex {
  min-height: 30vmin;
}
@media print {
  .banner--compact .banner__flex {
    min-height: 10rem;
  }
}

.banner--over {
  position: relative;
}
@media (min-width: 25rem) {
  .banner--over {
    padding: 5vh calc(0.75rem + 2%);
  }
}
.banner--over .banner__flex {
  align-items: flex-end;
}
@media (min-width: 25rem) {
  .banner--over .banner__figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}
@media (min-width: 80rem) {
  .banner--over .banner__figure {
    max-width: none;
  }
}
.banner--over .banner__img {
  -webkit-mask-image: none;
          mask-image: none;
}
.banner--over .banner__content {
  text-align: center;
  margin: 0 auto;
  max-width: 40rem;
  border-radius: 0.5rem;
}

.banner--over-left,
.banner--over-right {
  position: relative;
}
@media (min-width: 25rem) {
  .banner--over-left,
  .banner--over-right {
    padding: 5vh calc(0.75rem + 2%);
  }
}
.banner--over-left .banner__flex,
.banner--over-right .banner__flex {
  align-items: flex-end;
}
@media (min-width: 25rem) {
  .banner--over-left .banner__figure,
  .banner--over-right .banner__figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}
@media (min-width: 80rem) {
  .banner--over-left .banner__figure,
  .banner--over-right .banner__figure {
    max-width: none;
  }
}
.banner--over-left .banner__img,
.banner--over-right .banner__img {
  -webkit-mask-image: none;
          mask-image: none;
}
@media (min-width: 45rem) {
  .banner--over-left .banner__content,
  .banner--over-right .banner__content {
    width: 50%;
    max-width: 40rem;
  }
}

@media (min-width: 45rem) {
  .banner--over-left .banner__content {
    -webkit-margin-end: 50%;
            margin-inline-end: 50%;
  }
}

@media (min-width: 45rem) {
  .banner--over-right .banner__content {
    -webkit-margin-start: 50%;
            margin-inline-start: 50%;
  }
}

.banner--bg-trans-black .banner__content {
  background: #1b1d1f;
  color: white;
}
@media (min-width: 25rem) {
  .banner--bg-trans-black .banner__content {
    background: rgba(27, 29, 31, 0.85);
  }
  @supports ((-webkit-backdrop-filter: blur(1em)) or (backdrop-filter: blur(1em))) {
    .banner--bg-trans-black .banner__content {
      -webkit-backdrop-filter: blur(1em);
              backdrop-filter: blur(1em);
      background: rgba(27, 29, 31, 0.75);
    }
  }
}

.banner--bg-white,
.banner.is-style-white {
  background: white;
  color: black;
}

.banner--bg-primary,
.banner.is-style-primary {
  background: #653279;
  color: white;
}
.banner--bg-primary a:not([class]),
.banner.is-style-primary a:not([class]) {
  color: white;
  border-color: white;
}

.banner--bg-secondary,
.banner.is-style-secondary {
  background: #E57200;
  color: black;
}

.banner--bg-primary-tint-10,
.banner.is-style-primary-tint-10 {
  background: rgb(239.6, 234.5, 241.6);
  color: black;
}

.banner--bg-secondary-tint-10,
.banner.is-style-secondary-tint-10 {
  background: rgb(252.4, 240.9, 229.5);
  color: black;
}

.banner--bg-red-tint-10,
.banner.is-style-red-tint-10 {
  background: rgb(252.4, 233.1, 234.4);
  color: black;
}

.banner--bg-pink-tint-10,
.banner.is-style-pink-tint-10 {
  background: #fce8ef;
  color: black;
}

.banner--bg-green-tint-10,
.banner.is-style-green-tint-10 {
  background: rgb(231.1, 243.2, 234.1);
  color: black;
}

.banner--bg-blue-tint-10,
.banner.is-style-blue-tint-10 {
  background: rgb(231.2, 242.1, 247.1);
  color: black;
}

.banner--bg-yellow-tint-10,
.banner.is-style-yellow-tint-10 {
  background: rgb(254.8, 249, 229.5);
  color: black;
}

.banner--bg-grey-tint-10,
.banner.is-style-grey-tint-10 {
  background: #f1f1f1;
  color: black;
}

.banner-group {
  margin: 0 0 2.5rem;
}

.box {
  display: block;
  padding: calc(0.75rem + 2%);
  background: white;
  background-clip: padding-box;
  border-style: solid;
  border-color: white;
  -o-border-image: url("../svg/bg-box-white.svg");
     border-image: url("../svg/bg-box-white.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  color: black;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  box-sizing: border-box;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.box > *:first-child,
.box .block-editor-block-list__layout > *:first-child {
  margin-top: 0;
}
.box > *:last-child,
.box .block-editor-block-list__layout > *:last-child {
  margin-bottom: 0;
}
.box *[class*=wp-block]:first-child:not(.fix) {
  margin-top: 0;
}
.box *[class*=wp-block]:last-child:not(.fix) {
  margin-bottom: 0;
}
.box .wp-block-buttons {
  margin-bottom: 0;
}
.box--no-padding {
  padding: 0;
}
.box--compact {
  padding: calc(0.5rem + 1%);
}
.box__title {
  margin-top: 0;
  color: black;
}

a.box {
  text-decoration: none;
}

.box--textured-primary,
.box.is-style-textured-primary {
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../svg/bg-box-primary.svg");
     border-image: url("../svg/bg-box-primary.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  color: white;
}
.box--textured-primary a:not([class]), .box--textured-primary cite,
.box.is-style-textured-primary a:not([class]),
.box.is-style-textured-primary cite {
  color: white;
  border-color: white;
}

.box--textured-secondary,
.box.is-style-textured-secondary {
  background: #E57200;
  background-clip: padding-box;
  border-style: solid;
  border-color: #E57200;
  -o-border-image: url("../svg/bg-box-secondary.svg");
     border-image: url("../svg/bg-box-secondary.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-primary-tint-10,
.box.is-style-textured-primary-tint-10 {
  background: rgb(239.6, 234.5, 241.6);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(239.6, 234.5, 241.6);
  -o-border-image: url("../svg/bg-box-primary-tint-10.svg");
     border-image: url("../svg/bg-box-primary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-secondary-tint-10,
.box.is-style-textured-secondary-tint-10 {
  background: rgb(252.4, 240.9, 229.5);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(252.4, 240.9, 229.5);
  -o-border-image: url("../svg/bg-box-secondary-tint-10.svg");
     border-image: url("../svg/bg-box-secondary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-red-tint-10,
.box.is-style-textured-red-tint-10 {
  background: rgb(252.4, 233.1, 234.4);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(252.4, 233.1, 234.4);
  -o-border-image: url("../bg-box-red-tint-10.html");
     border-image: url("../bg-box-red-tint-10.html");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-pink-tint-10,
.box.is-style-textured-pink-tint-10 {
  background: #fce8ef;
  background-clip: padding-box;
  border-style: solid;
  border-color: #fce8ef;
  -o-border-image: url("../svg/bg-box-pink-tint-10.svg");
     border-image: url("../svg/bg-box-pink-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-green-tint-10,
.box.is-style-textured-green-tint-10 {
  background: rgb(231.1, 243.2, 234.1);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(231.1, 243.2, 234.1);
  -o-border-image: url("../svg/bg-box-green-tint-10.svg");
     border-image: url("../svg/bg-box-green-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-blue-tint-10,
.box.is-style-textured-blue-tint-10 {
  background: rgb(231.2, 242.1, 247.1);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(231.2, 242.1, 247.1);
  -o-border-image: url("../svg/bg-box-blue-tint-10.svg");
     border-image: url("../svg/bg-box-blue-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-yellow-tint-10,
.box.is-style-textured-yellow-tint-10 {
  background: rgb(254.8, 249, 229.5);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(254.8, 249, 229.5);
  -o-border-image: url("../bg-box-yellow-tint-10.html");
     border-image: url("../bg-box-yellow-tint-10.html");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-grey-tint-10,
.box.is-style-textured-grey-tint-10 {
  background: #f1f1f1;
  background-clip: padding-box;
  border-style: solid;
  border-color: #f1f1f1;
  -o-border-image: url("../svg/bg-box-grey-tint-10.svg");
     border-image: url("../svg/bg-box-grey-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured {
  background: "none";
  background-clip: padding-box;
  border-style: solid;
  border-color: "none";
  -o-border-image: url("../svg/bg-box.svg");
     border-image: url("../svg/bg-box.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.box--textured-tidy {
  background: "none";
  background-clip: padding-box;
  border-style: solid;
  border-color: "none";
  -o-border-image: url("../bg-box--tidy.html");
     border-image: url("../bg-box--tidy.html");
  border-image-slice: 5%;
  border-width: 0.75rem;
}

.breadcrumbs {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.8em;
  border-right: 0.1rem solid #ccc;
  transform: rotate(15deg);
  margin: 0 0.25rem 0 0.5rem;
}
@media speech {
  .breadcrumbs li::after {
    display: none;
    visibility: hidden;
  }
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs .current-item {
  display: none;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.button:hover, .button:focus, .button:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}
.button--sm {
  font-size: 0.9em;
}
.button--lg {
  font-size: 1.125em;
}
.button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.button--primary {
  background-color: #653279;
  color: white;
}
.button--primary:hover, .button--primary:focus {
  color: white;
}
.button--secondary {
  background-color: #E57200;
  color: black;
}
.button--secondary:hover, .button--secondary:focus {
  color: white;
}
.button--red {
  background-color: #e52431;
  color: white;
}
.button--red:hover, .button--red:focus {
  color: white;
}
.button--pink {
  background-color: #e1195f;
  color: white;
}
.button--pink:hover, .button--pink:focus {
  color: white;
}
.button--green {
  background-color: #10892e;
  color: white;
}
.button--green:hover, .button--green:focus {
  color: white;
}
.button--blue {
  background-color: #117eb0;
  color: white;
}
.button--blue:hover, .button--blue:focus {
  color: white;
}
.button--white {
  background-color: white;
  color: black;
}
.button--white:hover, .button--white:focus {
  color: white;
}
.button--black {
  background-color: black;
  color: white;
}
.button--black:hover, .button--black:focus {
  box-shadow: inset 0 0 0 2em rgb(76.5, 76.5, 76.5);
}
.button--black:hover, .button--black:focus {
  color: white;
}
.button[disabled] {
  opacity: 0.75;
  border-color: #ccc;
  background: #ccc;
  background-position: 0% bottom;
  color: #aaa;
  cursor: not-allowed;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}
.wp-block-button.is-style-sm .wp-block-button__link {
  font-size: 0.9em;
}
.wp-block-button.is-style-lg .wp-block-button__link {
  font-size: 1.125em;
}
.wp-block-button.is-style-primary .wp-block-button__link {
  background-color: #653279;
  color: white;
}
.wp-block-button.is-style-primary .wp-block-button__link:hover, .wp-block-button.is-style-primary .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: #E57200;
  color: black;
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-secondary .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-red .wp-block-button__link {
  background-color: #e52431;
  color: white;
}
.wp-block-button.is-style-red .wp-block-button__link:hover, .wp-block-button.is-style-red .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-pink .wp-block-button__link {
  background-color: #e1195f;
  color: white;
}
.wp-block-button.is-style-pink .wp-block-button__link:hover, .wp-block-button.is-style-pink .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-green .wp-block-button__link {
  background-color: #10892e;
  color: white;
}
.wp-block-button.is-style-green .wp-block-button__link:hover, .wp-block-button.is-style-green .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-blue .wp-block-button__link {
  background-color: #117eb0;
  color: white;
}
.wp-block-button.is-style-blue .wp-block-button__link:hover, .wp-block-button.is-style-blue .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-white .wp-block-button__link {
  background-color: white;
  color: black;
}
.wp-block-button.is-style-white .wp-block-button__link:hover, .wp-block-button.is-style-white .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-black .wp-block-button__link {
  background-color: black;
  color: white;
}
.wp-block-button.is-style-black .wp-block-button__link:hover, .wp-block-button.is-style-black .wp-block-button__link:focus {
  box-shadow: inset 0 0 0 2em rgb(76.5, 76.5, 76.5);
}
.wp-block-button.is-style-black .wp-block-button__link:hover, .wp-block-button.is-style-black .wp-block-button__link:focus {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-items: stretch;
  justify-content: space-around;
  margin: 0 0 2rem;
  background: white;
  box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem rgba(120, 120, 120, 0.05);
}
.card__figure {
  display: flex;
  margin: -0.5rem -0.5rem -0.5rem -0.5rem;
  align-self: stretch;
  flex: 66 1 35%;
  background: radial-gradient(#E57200, #ccc);
  -webkit-mask-image: url("../svg/strip-primary.svg");
          mask-image: url("../svg/strip-primary.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: transform 250ms ease-in-out;
}
.card__figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__figure--no-crop {
  background: radial-gradient(#e4e4e4, #f1f1f1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-evenly;
  align-content: center;
}
.card__figure--no-crop img {
  margin: auto;
  flex: 1 1 auto;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50vh;
}
.card__figure--no-mask {
  margin: 0;
  -webkit-mask: none;
          mask: none;
}
.card__content {
  margin: 0;
  flex: 99 1 13.5em;
  align-self: center;
  justify-self: center;
  padding: calc(1rem + 4%);
  box-sizing: border-box;
}
@media (min-width: 45rem) {
  .card__content {
    flex: 99 1 25em;
  }
}
.card__content > :first-child {
  margin-top: 0;
}
.card__content > :last-child {
  margin-bottom: 0;
}
.card__meta {
  margin-top: -0.75rem;
  color: #555;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.card__label {
  font-size: 0.65rem;
  margin-bottom: 0.25rem;
  background: #f1f1f1;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2em;
}
.card__date {
  font-size: 0.8rem;
  margin: 0 0.25rem 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  color: #653279;
}
.card .price {
  color: black;
}
.card__footer {
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
.card p, .card__description {
  color: black;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.card__description > :first-child {
  margin-top: 0;
}
.card__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.card .line-clamp {
  position: relative;
  overflow: hidden;
  max-height: 4.5em;
  padding-bottom: 1.125em;
}
.card .line-clamp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.125em;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

a.card {
  text-decoration: none;
}
a.card .card__title {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
a.card:hover figure, a.card:focus figure {
  background: #E57200;
  transform: scale(1.02);
}
a.card:hover figure img, a.card:focus figure img {
  opacity: 0.75;
}
@supports (mix-blend-mode: luminosity) {
  a.card:hover figure img, a.card:focus figure img {
    opacity: 1;
    mix-blend-mode: normal;
  }
}
a.card:hover .card__figure--no-crop, a.card:focus .card__figure--no-crop {
  background: radial-gradient(#e4e4e4, #f1f1f1);
}
@supports (mix-blend-mode: luminosity) {
  a.card:hover .card__figure--no-crop img, a.card:focus .card__figure--no-crop img {
    mix-blend-mode: none;
  }
}
a.card:focus-visible {
  outline: none;
  box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem #E57200;
}

.card:where(:has(.link--stretched)) .link--stretched {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.card:where(:has(.link--stretched:hover)) figure,
.card:where(:has(.link--stretched:focus)) figure {
  background: #E57200;
  transform: scale(1.02);
}
.card:where(:has(.link--stretched:hover)) figure img,
.card:where(:has(.link--stretched:focus)) figure img {
  opacity: 0.75;
}
@supports (mix-blend-mode: luminosity) {
  .card:where(:has(.link--stretched:hover)) figure img,
  .card:where(:has(.link--stretched:focus)) figure img {
    opacity: 1;
    mix-blend-mode: normal;
  }
}
.card:where(:has(.link--stretched:hover)) .card__figure--no-crop,
.card:where(:has(.link--stretched:focus)) .card__figure--no-crop {
  background: radial-gradient(#e4e4e4, #f1f1f1);
}
@supports (mix-blend-mode: luminosity) {
  .card:where(:has(.link--stretched:hover)) .card__figure--no-crop img,
  .card:where(:has(.link--stretched:focus)) .card__figure--no-crop img {
    mix-blend-mode: none;
  }
}

.card:where(:has(.link--stretched:focus-visible)) {
  box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem #E57200;
}
.card:where(:has(.link--stretched:focus-visible)) .link--stretched {
  outline: none;
}

.ctaBox__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1.5rem;
}
.ctaBox__content {
  flex: 3 1 20em;
  padding: 0 1.5rem;
}
.ctaBox__content > *:first-child {
  margin-top: 0;
}
.ctaBox__cta {
  flex: 1 99 auto;
  text-align: center;
  padding: 0 1.5rem;
}

.wp-block-acf-easy-read.has-background {
  background: none !important;
}

.easyRead {
  margin-bottom: 4rem;
}
.easyRead:where(.has-background) .easyRead__item {
  padding: clamp(0.75rem, 2.5%, 1rem);
}
.easyRead__item {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(1.5rem, 2.5%, 2.5%);
       column-gap: clamp(1.5rem, 2.5%, 2.5%);
  row-gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}
.easyRead__item:where(.has-background) {
  padding: clamp(0.75rem, 2.5%, 1rem);
  -moz-column-gap: clamp(1rem, 2.5%, 2.5%);
       column-gap: clamp(1rem, 2.5%, 2.5%);
}
.easyRead__figure {
  flex: 1 2 25%;
  margin: 0;
  background: white;
  padding: clamp(0.5rem, 2.5%, 1rem);
}
.easyRead__figure img {
  margin: auto;
  max-height: 35vh;
  width: auto;
}
.easyRead__content {
  font-size: 1.125rem;
  flex: 5 0 7.5em;
  padding: 0 clamp(0.5rem, 2.5%, 1rem);
}
.easyRead__content > *:first-child,
.easyRead__content > .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.easyRead__content > *:last-child,
.easyRead__content > .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.easyRead__content ul {
  padding-left: 1em;
}
.easyRead.has-primary-tint-10-background-color .easyRead__item,
.easyRead .easyRead__item.has-primary-tint-10-background-color {
  background: rgb(239.6, 234.5, 241.6) !important;
}
.easyRead.has-secondary-tint-10-background-color .easyRead__item,
.easyRead .easyRead__item.has-secondary-tint-10-background-color {
  background: rgb(252.4, 240.9, 229.5) !important;
}
.easyRead.has-grey-tint-10-background-color .easyRead__item,
.easyRead .easyRead__item.has-grey-tint-10-background-color {
  background: #f1f1f1 !important;
}

.acf-map {
  margin: auto;
  width: 100%;
  aspect-ratio: 3/2;
  max-height: 80vh;
}
.acf-map img {
  max-width: inherit !important;
}

.image--circle-masked {
  position: relative;
}
.image--circle-masked__container {
  width: auto;
  aspect-ratio: 1/0.93766;
}
.image--circle-masked img {
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  -webkit-mask-image: url("../svg/blob--solid.svg");
          mask-image: url("../svg/blob--solid.svg");
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.image--circle-masked__shadow {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.image--circle {
  border-radius: 50%;
}
.image--circle img {
  border-radius: 50%;
}

figure.is-style-primary,
.wp-block-embed.is-style-primary {
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../svg/bg-embed--primary.svg");
     border-image: url("../svg/bg-embed--primary.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  color: white;
  box-sizing: border-box;
}
figure.is-style-primary a:not([class]), figure.is-style-primary cite,
.wp-block-embed.is-style-primary a:not([class]),
.wp-block-embed.is-style-primary cite {
  color: white;
  border-color: white;
}
figure.is-style-primary .cookiebot-assist__content,
.wp-block-embed.is-style-primary .cookiebot-assist__content {
  color: black;
}
figure.is-style-secondary,
.wp-block-embed.is-style-secondary {
  background: #E57200;
  background-clip: padding-box;
  border-style: solid;
  border-color: #E57200;
  -o-border-image: url("../svg/bg-embed--secondary.svg");
     border-image: url("../svg/bg-embed--secondary.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  box-sizing: border-box;
}

.wp-block-embed {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 0;
  min-width: auto !important;
}
.wp-block-embed .wp-block-embed__wrapper:not([data-align]) {
  max-width: 100%;
}
.wp-block-embed.alignleft, .wp-block-embed.align-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-embed.alignleft, .wp-block-embed.align-left {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-embed.alignleft.size-md, .wp-block-embed.alignleft.size-medium, .wp-block-embed.align-left.size-md, .wp-block-embed.align-left.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-embed.alignright, .wp-block-embed.align-right {
  float: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block-embed.align-right .wp-block-embed__wrapper {
  min-width: auto !important;
}
@media (min-width: 35rem) {
  .wp-block-embed.alignright, .wp-block-embed.align-right {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-embed.alignright.size-md, .wp-block-embed.alignright.size-medium, .wp-block-embed.align-right.size-md, .wp-block-embed.align-right.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-embed figcaption {
  margin-top: 0;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  padding-top: 0 !important;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe,
.wp-embed-responsive .wp-has-aspect-ratio img,
.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player,
.wp-embed-responsive .wp-has-aspect-ratio .cookiebot-assist {
  position: static !important;
  width: 100%;
  height: auto;
  max-height: 90vh;
}
.wp-embed-responsive .wp-has-aspect-ratio img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-embed-responsive .wp-embed-aspect-21-9 iframe,
.wp-embed-responsive .wp-embed-aspect-21-9 img,
.wp-embed-responsive .wp-embed-aspect-21-9 .rll-youtube-player,
.wp-embed-responsive .wp-embed-aspect-21-9 .cookiebot-assist {
  aspect-ratio: 21/9;
}
.wp-embed-responsive .wp-embed-aspect-18-9 iframe,
.wp-embed-responsive .wp-embed-aspect-18-9 img,
.wp-embed-responsive .wp-embed-aspect-18-9 .rll-youtube-player,
.wp-embed-responsive .wp-embed-aspect-18-9 .cookiebot-assist {
  aspect-ratio: 18/9;
}
.wp-embed-responsive .wp-embed-aspect-16-9 iframe,
.wp-embed-responsive .wp-embed-aspect-16-9 img,
.wp-embed-responsive .wp-embed-aspect-16-9 .rll-youtube-player,
.wp-embed-responsive .wp-embed-aspect-16-9 .cookiebot-assist {
  aspect-ratio: 16/9;
}
.wp-embed-responsive .wp-embed-aspect-4-3 iframe,
.wp-embed-responsive .wp-embed-aspect-4-3 img,
.wp-embed-responsive .wp-embed-aspect-4-3 .rll-youtube-player,
.wp-embed-responsive .wp-embed-aspect-4-3 .cookiebot-assist {
  aspect-ratio: 4/3;
}
.wp-embed-responsive .wp-embed-aspect-1-1 iframe,
.wp-embed-responsive .wp-embed-aspect-1-1 img,
.wp-embed-responsive .wp-embed-aspect-1-1 .rll-youtube-player,
.wp-embed-responsive .wp-embed-aspect-1-1 .cookiebot-assist {
  aspect-ratio: 1/1;
}
.wp-embed-responsive .wp-embed-aspect-9-16 iframe,
.wp-embed-responsive .wp-embed-aspect-9-16 img,
.wp-embed-responsive .wp-embed-aspect-9-16 .rll-youtube-player,
.wp-embed-responsive .wp-embed-aspect-9-16 .cookiebot-assist {
  aspect-ratio: 9/16;
}
.wp-embed-responsive .wp-embed-aspect-1-2 iframe,
.wp-embed-responsive .wp-embed-aspect-1-2 img,
.wp-embed-responsive .wp-embed-aspect-1-2 .rll-youtube-player,
.wp-embed-responsive .wp-embed-aspect-1-2 .cookiebot-assist {
  aspect-ratio: 1/2;
}

.wp-block-image:not([class*=align]),
.wp-block-embed:not([class*=align]) {
  max-width: 40rem;
}
.wp-block-image .alignright,
.wp-block-image .align-right,
.wp-block-image .alignleft,
.wp-block-image .align-left, .wp-block-image.alignright, .wp-block-image.align-right, .wp-block-image.alignleft, .wp-block-image.align-left,
.wp-block-embed .alignright,
.wp-block-embed .align-right,
.wp-block-embed .alignleft,
.wp-block-embed .align-left,
.wp-block-embed.alignright,
.wp-block-embed.align-right,
.wp-block-embed.alignleft,
.wp-block-embed.align-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image .alignleft,
.wp-block-image .align-left, .wp-block-image.alignleft, .wp-block-image.align-left,
.wp-block-embed .alignleft,
.wp-block-embed .align-left,
.wp-block-embed.alignleft,
.wp-block-embed.align-left {
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-image .alignleft,
  .wp-block-image .align-left, .wp-block-image.alignleft, .wp-block-image.align-left,
  .wp-block-embed .alignleft,
  .wp-block-embed .align-left,
  .wp-block-embed.alignleft,
  .wp-block-embed.align-left {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small, .wp-block-image.alignleft.size-xs, .wp-block-image.alignleft.size-sm, .wp-block-image.alignleft.size-small, .wp-block-image.align-left.size-xs, .wp-block-image.align-left.size-sm, .wp-block-image.align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small,
  .wp-block-embed.alignleft.size-xs,
  .wp-block-embed.alignleft.size-sm,
  .wp-block-embed.alignleft.size-small,
  .wp-block-embed.align-left.size-xs,
  .wp-block-embed.align-left.size-sm,
  .wp-block-embed.align-left.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small, .wp-block-image.alignleft.size-xs, .wp-block-image.alignleft.size-sm, .wp-block-image.alignleft.size-small, .wp-block-image.align-left.size-xs, .wp-block-image.align-left.size-sm, .wp-block-image.align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small,
  .wp-block-embed.alignleft.size-xs,
  .wp-block-embed.alignleft.size-sm,
  .wp-block-embed.alignleft.size-small,
  .wp-block-embed.align-left.size-xs,
  .wp-block-embed.align-left.size-sm,
  .wp-block-embed.align-left.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small, .wp-block-image.alignleft.size-xs, .wp-block-image.alignleft.size-sm, .wp-block-image.alignleft.size-small, .wp-block-image.align-left.size-xs, .wp-block-image.align-left.size-sm, .wp-block-image.align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small,
  .wp-block-embed.alignleft.size-xs,
  .wp-block-embed.alignleft.size-sm,
  .wp-block-embed.alignleft.size-small,
  .wp-block-embed.align-left.size-xs,
  .wp-block-embed.align-left.size-sm,
  .wp-block-embed.align-left.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-image .alignleft.size-md, .wp-block-image .alignleft.size-medium,
  .wp-block-image .align-left.size-md,
  .wp-block-image .align-left.size-medium, .wp-block-image.alignleft.size-md, .wp-block-image.alignleft.size-medium, .wp-block-image.align-left.size-md, .wp-block-image.align-left.size-medium,
  .wp-block-embed .alignleft.size-md,
  .wp-block-embed .alignleft.size-medium,
  .wp-block-embed .align-left.size-md,
  .wp-block-embed .align-left.size-medium,
  .wp-block-embed.alignleft.size-md,
  .wp-block-embed.alignleft.size-medium,
  .wp-block-embed.align-left.size-md,
  .wp-block-embed.align-left.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-image .alignright,
.wp-block-image .align-right, .wp-block-image.alignright, .wp-block-image.align-right,
.wp-block-embed .alignright,
.wp-block-embed .align-right,
.wp-block-embed.alignright,
.wp-block-embed.align-right {
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-image .alignright,
  .wp-block-image .align-right, .wp-block-image.alignright, .wp-block-image.align-right,
  .wp-block-embed .alignright,
  .wp-block-embed .align-right,
  .wp-block-embed.alignright,
  .wp-block-embed.align-right {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small, .wp-block-image.alignright.size-xs, .wp-block-image.alignright.size-sm, .wp-block-image.alignright.size-small, .wp-block-image.align-right.size-xs, .wp-block-image.align-right.size-sm, .wp-block-image.align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small,
  .wp-block-embed.alignright.size-xs,
  .wp-block-embed.alignright.size-sm,
  .wp-block-embed.alignright.size-small,
  .wp-block-embed.align-right.size-xs,
  .wp-block-embed.align-right.size-sm,
  .wp-block-embed.align-right.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small, .wp-block-image.alignright.size-xs, .wp-block-image.alignright.size-sm, .wp-block-image.alignright.size-small, .wp-block-image.align-right.size-xs, .wp-block-image.align-right.size-sm, .wp-block-image.align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small,
  .wp-block-embed.alignright.size-xs,
  .wp-block-embed.alignright.size-sm,
  .wp-block-embed.alignright.size-small,
  .wp-block-embed.align-right.size-xs,
  .wp-block-embed.align-right.size-sm,
  .wp-block-embed.align-right.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small, .wp-block-image.alignright.size-xs, .wp-block-image.alignright.size-sm, .wp-block-image.alignright.size-small, .wp-block-image.align-right.size-xs, .wp-block-image.align-right.size-sm, .wp-block-image.align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small,
  .wp-block-embed.alignright.size-xs,
  .wp-block-embed.alignright.size-sm,
  .wp-block-embed.alignright.size-small,
  .wp-block-embed.align-right.size-xs,
  .wp-block-embed.align-right.size-sm,
  .wp-block-embed.align-right.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-image .alignright.size-md, .wp-block-image .alignright.size-medium,
  .wp-block-image .align-right.size-md,
  .wp-block-image .align-right.size-medium, .wp-block-image.alignright.size-md, .wp-block-image.alignright.size-medium, .wp-block-image.align-right.size-md, .wp-block-image.align-right.size-medium,
  .wp-block-embed .alignright.size-md,
  .wp-block-embed .alignright.size-medium,
  .wp-block-embed .align-right.size-md,
  .wp-block-embed .align-right.size-medium,
  .wp-block-embed.alignright.size-md,
  .wp-block-embed.alignright.size-medium,
  .wp-block-embed.align-right.size-md,
  .wp-block-embed.align-right.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-image img,
.wp-block-embed img {
  width: auto;
}
.wp-block-image.alignfull, .wp-block-image.align-full,
.wp-block-embed.alignfull,
.wp-block-embed.align-full {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption,
.wp-block-embed figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.wp-block-gallery.alignfull, .wp-block-gallery.align-full {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-gallery .wp-block-image {
  max-width: none;
}
.wp-block-gallery .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]), .wp-block-gallery .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]) + figcaption {
  max-width: none;
}

.wp-block-embed-tiktok .wp-block-embed__wrapper {
  min-width: 325px;
  overflow: hidden;
}
.wp-block-embed-tiktok iframe {
  border: 0;
}
.wp-block-embed-tiktok blockquote.tiktok-embed {
  font-size: 16px;
}

.wp-block-embed__wrapper:has(iframe[data-cookieblock-src]):where(:not(:has(.cookiebot-assist))) {
  background: rgba(0, 0, 0, 0.5);
}
.wp-block-embed__wrapper:has(iframe[data-cookieblock-src]):where(:not(:has(.cookiebot-assist)))::after {
  content: "This content has been blocked based on your consent settings, you may need to accept cookies to view it";
  display: block;
  padding: 1em;
  box-sizing: border-box;
  background: white;
  color: red;
  text-align: center;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper .cookiebot-assist {
  width: 100%;
  max-height: 90vh;
}
.AtoZSpeller__form {
  margin-bottom: 1rem;
}
.AtoZSpeller__form input {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.AtoZSpeller__form input::-moz-placeholder {
  text-transform: none;
}
.AtoZSpeller__form input::placeholder {
  text-transform: none;
}
.AtoZSpeller__letters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  grid-gap: 1.5rem;
  min-height: 50vmin;
  margin-bottom: 1rem;
}
.AtoZSpeller__letters:empty {
  display: none;
}
.AtoZSpeller__letter {
  position: relative;
  display: flex;
  background: white;
  padding: calc(0.25rem + 5%) calc(0.25rem + 2%);
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  border-radius: 0.25rem;
}
.AtoZSpeller__letter h3 {
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  width: 1em;
  height: 1em;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  background: #653279;
  color: white;
  border-radius: 50%;
}
.AtoZSpeller__letter figure {
  flex: 1 10 3rem;
  margin: 0 0 0.25rem;
}
@media (min-width: 35rem) {
  .AtoZSpeller__letter figure {
    flex: 1 10 10rem;
  }
}
.AtoZSpeller__letterDesc {
  flex: 10 1 9rem;
  padding: 0 calc(0.25rem + 2.5%);
  font-size: 0.9rem;
}
@media (min-width: 35rem) {
  .AtoZSpeller__letterDesc {
    flex: 10 1 10rem;
  }
}

@media (min-width: 55rem) {
  .filters__title {
    display: none;
  }
}

.facet-wrap .facet-label {
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .facet-wrap .facet-label {
    font-size: 1.125rem;
  }
}
.facet-wrap .facet-label {
  margin-bottom: 0.5rem;
}
.facet-wrap .facetwp-facet {
  margin-bottom: 1.5rem;
}
.facet-wrap .facetwp-checkbox,
.facet-wrap .facetwp-radio {
  margin-bottom: 0.5rem;
  padding: 0.125rem 0.25rem 0.0625rem 1.5em;
  font-weight: 600;
  line-height: 1.2;
  color: #653279;
  background-size: 0.75em;
  background-position: 0.35em 0.35em;
  border-radius: 3px;
}
.facet-wrap .facetwp-checkbox.checked,
.facet-wrap .facetwp-radio.checked {
  color: black;
  background-color: white;
}
.facet-wrap .facetwp-counter {
  font-size: 0.8em;
  font-weight: normal;
  color: black;
}
.facet-wrap .facetwp-facet input.facetwp-search,
.facet-wrap .facetwp-facet input.facetwp-location {
  min-width: auto;
}

.facetwp-input-wrap {
  margin-bottom: 0.5rem;
}

.facetwp-counts {
  margin-bottom: 0.75rem;
}

.facetwp-selections {
  margin: 0 0 1.5rem;
  font-weight: 600;
}
.facetwp-selections ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.facetwp-selections li {
  display: inline-block;
  line-height: inherit;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.2em 0 0.2em 0.5em;
  background: #f1f1f1;
  color: #333;
  border-radius: 3px;
}
.facetwp-selections .facetwp-selection-label {
  padding-left: 0.2em;
}
.facetwp-selections .facetwp-selection-value {
  display: inline-block;
  background: black;
  color: white;
  background-image: none !important;
  padding: 0.35em 0.25em 0.25em 0.5em !important;
  margin: 0.1em 0.35em 0.1em 0.2em !important;
  color: #fff;
  border-radius: 3px;
}
.facetwp-selections .facetwp-selection-value:after {
  display: inline-block;
  content: "✖";
  width: 1em;
  text-align: center;
  padding-left: 0.35em;
}
.facetwp-selections .facetwp-selection-value:hover:after {
  color: #e52431;
}

.facetwp-facet-load_more {
  text-align: center;
}
.facetwp-facet-load_more button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.facetwp-facet-load_more button:hover, .facetwp-facet-load_more button:focus, .facetwp-facet-load_more button:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}

.location-results {
  z-index: 2;
}

.facetwp-facet:where(:has(.facetwp-expand)) .facetwp-checkbox {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  justify-content: space-between;
  justify-items: flex-start;
  align-items: baseline;
}
.facetwp-facet:where(:has(.facetwp-expand)) .facetwp-counter {
  flex: 1 1 auto;
}
.facetwp-facet:where(:has(.facetwp-expand)) .facetwp-expand {
  display: none;
  justify-self: flex-end;
  text-wrap: nowrap;
  color: black;
}

.globalNotice {
  background: rgb(239.6, 234.5, 241.6);
}
.globalNotice__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0.5rem 1.2rem 0.25rem;
}
.globalNotice__message {
  flex: 10 1 15rem;
  margin: 0.5rem 0.75rem 0.5rem 0;
  line-height: 1;
}
.globalNotice__message p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 35rem;
  margin: 0 auto 0.5rem;
}
.globalNotice__message p:last-child {
  margin-bottom: 0;
}
.globalNotice__actions {
  flex: 0 1 auto;
  text-align: center;
}
.globalNotice__actions .button {
  margin: 1rem 0;
  padding: 0.5rem 0.75rem;
}
.globalNotice__actions a {
  text-decoration: underline;
}
.globalNotice--rainbow::after {
  content: "";
  display: block;
  height: 0.25rem;
  background: linear-gradient(90deg, #FE0000 0%, #FE0000 16.6666666667%, #FD8C00 16.6666666667%, #FD8C00 33.3333333333%, #FFE500 33.3333333333%, #FFE500 50%, #119F0B 50%, #119F0B 66.6666666667%, #0644B3 66.6666666667%, #0644B3 83.3333333333%, #C22EDC 83.3333333333%, #C22EDC 100%);
}
.globalNotice--bh {
  background: rgb(252.4, 240.9, 229.5);
}
.globalNotice--bh::after {
  content: "";
  display: block;
  height: 0.25rem;
  background: linear-gradient(90deg, #D1473C 0%, #D1473C 33.3333333333%, #F2BC4F 33.3333333333%, #F2BC4F 66.6666666667%, #579B5B 66.6666666667%, #579B5B 100%);
}
.globalNotice--black {
  background: black;
  color: white;
}
.globalNotice--black a, .globalNotice--black a:not([class]) {
  color: white;
  border-color: white;
}
.globalNotice .button:hover, .globalNotice .button:focus, .globalNotice .button:active {
  color: black;
  box-shadow: inset 0 0 0 2em white;
}

.js .theme-sense-uk .globalNotice {
  display: none;
}

.icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  top: 0.1em;
}
.icon svg,
.icon img {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.icon svg {
  height: 100%;
}
.icon:before {
  font-size: 1em;
  display: inline-block;
}
.icon--facebook {
  background-image: url("../icon-facebook.html");
}
.icon--instagram {
  background-image: url("../icon-instagram.html");
}
.icon--linkedin {
  background-image: url("../icon-linkedin.html");
}
.icon--youtube {
  background-image: url("../icon-youtube.html");
}

.iconList {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.iconList__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 1rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.iconList__item > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.iconList__icon {
  display: block;
  margin-bottom: 1rem;
  font-size: 1em;
  flex: 1 99 3.5em;
}
.iconList__icon img {
  margin: auto;
  width: 100%;
  max-width: 5em;
}
.iconList__content {
  flex: 99 1 70%;
  align-self: center;
  margin-bottom: 1rem;
}
.iconList__content > *:first-child {
  margin-top: 0;
}
.iconList__content > *:last-child {
  margin-bottom: 0;
}
.iconList--big .iconList__icon {
  font-size: 1.5em;
}
@media (min-width: 60rem) {
  .iconList--big .iconList__icon {
    font-size: 2em;
  }
}
.iconList--big .iconList__content {
  flex: 99 1 60%;
}
.iconList--columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.iconList--columns > * {
  flex: 1 1 20em;
  min-width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
}
@media (min-width: 40rem) {
  .iconList--columns > * {
    max-width: 50%;
  }
}

.languageBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.languageBox__header {
  flex: 1 1 auto;
}
.languageBox__switcher {
  flex: 5 1 auto;
  background: #f1f1f1;
  border-radius: 0.5rem;
}
.languageBox__title {
  margin: 0.75rem 1rem 0.75rem 0;
}
.languageBox .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}
.languageBox ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.languageBox li {
  display: inline-block;
  margin: 0;
}
.languageBox a {
  display: block;
  text-decoration: none;
  color: black;
  line-height: 1.5;
  padding: 0.5rem 0.75rem 0.25rem;
}
.languageBox a:hover, .languageBox a:focus {
  color: #653279;
}
.languageBox .wpml-ls-current-language {
  border-style: solid;
  -o-border-image: url("../svg/underline--secondary.svg");
     border-image: url("../svg/underline--secondary.svg");
  border-image-slice: 0 0 10 0;
  border-width: 0 0 0.25rem 0;
}

.simple-language-switcher .wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: inline-block;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  cursor: default;
  color: black;
  text-decoration: none;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal a {
  display: inline;
  padding: 0;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal li::after {
  content: ", ";
  display: inline-block;
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.simple-language-switcher .wpml-ls-legacy-list-horizontal li:last-child::after {
  content: "";
  display: none;
}

.list--unstyled {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.list--inline {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.list--inline > li {
  display: inline-block;
}

.list--piped {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.list--piped > li {
  display: inline-block;
}
.list--piped > li::before {
  content: "|";
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}
.list--piped > li:first-child::before {
  display: none;
}

.list--block {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 2rem;
}
.list--block > li,
.list--block .item {
  padding: 2rem 0 0.5rem;
  margin-bottom: 0;
  border-top: 1px solid #e4e4e4;
}
.list--block > li:first-child,
.list--block .item:first-child {
  border: 0;
}
.list--block > li > *:first-child,
.list--block .item > *:first-child {
  margin-top: 0;
}
.list--block > li:after,
.list--block .item:after {
  content: "";
  display: table;
  clear: both;
}
.list--block .item__title {
  margin-top: 0;
}

ul.is-style-primary-bullets {
  padding-left: 0;
  max-width: calc(40rem - 1.5em);
}
ul.is-style-primary-bullets > li {
  list-style-type: none;
  padding-left: 1.5em;
}
ul.is-style-primary-bullets > li::before {
  content: "";
  display: block;
  float: left;
  margin: 0.2em 0.5em 0 -1.5em;
  width: 1em;
  height: 1em;
  background: no-repeat left center/90% 90% url("../png/li--primary.png");
}
ul.is-style-secondary-bullets {
  padding-left: 0;
  max-width: calc(40rem - 1.5em);
}
ul.is-style-secondary-bullets > li {
  list-style-type: none;
  padding-left: 1.5em;
}
ul.is-style-secondary-bullets > li::before {
  content: "";
  display: block;
  float: left;
  margin: 0.2em 0.5em 0 -1.5em;
  width: 1em;
  height: 1em;
  background: no-repeat left center/90% 90% url("../png/li--secondary.png");
}

ol.is-style-pink-blob-counter {
  padding-left: 0;
  counter-reset: blob-counter;
  list-style: none;
  max-width: calc(40rem - 2.5em);
}
ol.is-style-pink-blob-counter > li {
  list-style-type: none;
  padding-left: 2.5em;
}
ol.is-style-pink-blob-counter > li::before {
  box-sizing: content-box;
  counter-increment: blob-counter;
  content: counter(blob-counter);
  display: inline-block;
  float: left;
  margin: 0 0 0 -2.5em;
  width: 2em;
  height: 1em;
  padding: 0.5em 0;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: no-repeat center top/95% 95% url("../svg/blob-simple--pink.svg");
}

.meta {
  line-height: 1.5;
}
.meta dt {
  margin-bottom: 0.25rem;
}
.meta__item {
  margin-bottom: 1rem;
}

.meta--inline-dd dd {
  display: inline;
  margin-right: 0.5rem;
}
.meta--inline-dd dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #E57200;
}
.meta--inline-dd dd:first-of-type:before {
  display: none;
}

.meta--inline .meta__item {
  margin-bottom: 0.5rem;
}
.meta--inline dt {
  display: inline-block;
  margin-right: 0.125rem;
}
.meta--inline dd {
  display: inline;
  margin-right: 0.25rem;
}
.meta--inline dd:before {
  content: "•";
  margin-right: 0.25rem;
  font-weight: bold;
  color: #E57200;
}
.meta--inline dd:first-of-type:before {
  display: none;
}

.pagination {
  margin: 4rem 0;
  font-size: 1.25rem;
  text-transform: lowercase;
  background: radial-gradient(50% 0.5em at center 0, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 1em;
}
@media (min-width: 35rem) {
  .pagination {
    font-size: 1.125rem;
  }
}
.pagination__items,
.pagination .facetwp-pager {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 0.25rem;
}
.pagination__item {
  margin: 0 0.125rem 0.25rem 0;
  display: none;
}
.pagination__item:last-child {
  border: 0;
}
@media (min-width: 35rem) {
  .pagination__item {
    display: block;
  }
}
.pagination .facetwp-page {
  margin: 0 0.125rem 0.25rem 0;
}
.pagination a,
.pagination span,
.pagination .facetwp-page, .pagination__item--ellipsis {
  display: block;
  line-height: 1.15;
  padding: 0.5rem 0.25rem;
  margin: 0 0.5rem;
  color: black;
  text-align: center;
  box-sizing: border-box;
  border: 0.1rem solid transparent;
}
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination .facetwp-page:hover,
.pagination .facetwp-page:focus, .pagination__item--ellipsis:hover, .pagination__item--ellipsis:focus {
  text-decoration: underline;
}
.pagination__item--ellipsis {
  color: #e4e4e4;
}
.pagination .is-active {
  display: block;
  background: center center/contain no-repeat url("../svg/blob-simple--primary.svg");
}
.pagination .is-active a, .pagination .is-active span {
  display: block;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination .is-active a:hover, .pagination .is-active a:focus, .pagination .is-active span:hover, .pagination .is-active span:focus {
  text-decoration: none;
}
.pagination .facetwp-page.active {
  display: block;
  width: 2em;
  background: center center/contain no-repeat url("../svg/blob-simple--primary.svg");
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
.pagination .facetwp-page.active:hover, .pagination .facetwp-page.active:focus {
  text-decoration: none;
}
.pagination__item--first, .pagination__item--last, .pagination__item--next, .pagination__item--prev {
  display: block;
  font-weight: bold;
}
.pagination__item--first span[aria-hidden], .pagination__item--last span[aria-hidden], .pagination__item--next span[aria-hidden], .pagination__item--prev span[aria-hidden] {
  font-size: 2em;
  line-height: 0.5;
}
.pagination__item--first a, .pagination__item--last a, .pagination__item--next a, .pagination__item--prev a {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}
.pagination .is-disabled {
  display: none;
}

.woocommerce-pagination {
  margin: 4rem 0;
  font-size: 1.25rem;
  text-transform: lowercase;
  background: radial-gradient(50% 0.5em at center 0, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 1em;
}
@media (min-width: 35rem) {
  .woocommerce-pagination {
    font-size: 1.125rem;
  }
}
.woocommerce-pagination .page-numbers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 0.25rem;
}
.woocommerce-pagination .page-numbers li {
  margin: 0 0.125rem 0.25rem 0;
}
.woocommerce-pagination .page-numbers li:last-child {
  border: 0;
}
.woocommerce-pagination .page-numbers a {
  display: block;
  line-height: 1.15;
  padding: 0.5rem 0.25rem;
  margin: 0 0.5rem;
  color: black;
  text-align: center;
  box-sizing: border-box;
  border: 0.1rem solid transparent;
}
.woocommerce-pagination .page-numbers a:hover, .woocommerce-pagination .page-numbers a:focus {
  text-decoration: underline;
}
.woocommerce-pagination .page-numbers span.current {
  display: block;
  width: 2em;
  background: center center/contain no-repeat url("../svg/blob-simple--primary.svg");
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
.woocommerce-pagination .page-numbers span.current:hover, .woocommerce-pagination .page-numbers span.current:focus {
  text-decoration: none;
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}

.facetwp-pager .next,
.facetwp-pager .prev {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}

.wp-block-acf-row__inner {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
  width: 100%;
}
.wp-block-acf-row__inner .acf-innerblocks-container {
  display: contents;
}
.wp-block-acf-row__inner .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.wp-block-acf-row__inner .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-acf-row__inner .wp-block-acf-row-item {
  flex: 1 1 20em;
}

:where(.wp-block-acf-row) {
  margin-bottom: 2rem;
}

.secondaryNav {
  background: rgb(239.6, 234.5, 241.6);
  padding: 1.5rem 0 0.75rem;
  margin-bottom: 1px;
  font-size: 0.8rem;
}
.secondaryNav ul {
  list-style: none;
}
.secondaryNav .current_page_item a {
  color: black;
  cursor: default;
  text-decoration: none;
}
.secondaryNav__title {
  display: inline-block;
  margin: 0 1rem 0.25rem 0;
}
.secondaryNav ul {
  max-width: none;
  border: 0;
  padding-left: 0;
  margin: 0 0.25rem 0.25rem 0;
  display: inline !important;
  flex-wrap: wrap;
  justify-content: center;
}
.secondaryNav ul ul {
  display: none !important;
}
.secondaryNav li {
  display: inline-block;
  margin-right: 1rem;
}
.secondaryNav a {
  padding: 0.75rem 0;
  text-decoration: underline;
}
.secondaryNav__toggle, .secondaryNav__expander {
  display: none;
}
@media (min-width: 50rem) {
  .secondaryNav {
    font-size: 0.9rem;
  }
}
@media (min-width: 90rem) {
  .secondaryNav {
    font-size: 1rem;
  }
}

hr,
.wp-block-separator {
  clear: both;
  height: 0.25rem;
  background: center center/cover no-repeat url("../svg/hr--primary.svg");
  border: 0 !important;
  margin: 4rem auto;
}
hr.is-style-primary,
.wp-block-separator.is-style-primary {
  background: center center/contain no-repeat url("../svg/hr--primary.svg");
}
hr.is-style-secondary,
.wp-block-separator.is-style-secondary {
  background: center center/contain no-repeat url("../svg/hr--secondary.svg");
}
hr.is-style-arrow-primary,
.wp-block-separator.is-style-arrow-primary {
  height: 10vmin;
  background: center center/90% 100% no-repeat url("../svg/hr--arrow-primary.svg");
}
hr.is-style-arrow-left-primary,
.wp-block-separator.is-style-arrow-left-primary {
  height: 10vmin;
  background: center center/90% 100% no-repeat url("../svg/hr--arrow-left-primary.svg");
}
hr.is-style-arrow-right-primary,
.wp-block-separator.is-style-arrow-right-primary {
  height: 10vmin;
  background: center center/90% 100% no-repeat url("../svg/hr--arrow-right-primary.svg");
}
hr.is-style-arrow-secondary,
.wp-block-separator.is-style-arrow-secondary {
  height: 10vmin;
  background: center center/90% 100% no-repeat url("../svg/hr--arrow-secondary.svg");
}
hr.is-style-arrow-left-secondary,
.wp-block-separator.is-style-arrow-left-secondary {
  height: 10vmin;
  background: center center/90% 100% no-repeat url("../svg/hr--arrow-left-secondary.svg");
}
hr.is-style-arrow-right-secondary,
.wp-block-separator.is-style-arrow-right-secondary {
  height: 10vmin;
  background: center center/90% 100% no-repeat url("../svg/hr--arrow-right-secondary.svg");
}
hr.is-style-flair-dual-primary-tint,
.wp-block-separator.is-style-flair-dual-primary-tint {
  max-width: none !important;
  width: calc(100vw - var(--scrollbar)) !important;
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  height: 20vmin;
  margin-top: 0;
  margin-bottom: 0;
  background: center center/100% 100% no-repeat url("../svg/hr--flair-dual-primary-tint.svg");
}
hr.is-style-flair-left-primary-tint,
.wp-block-separator.is-style-flair-left-primary-tint {
  max-width: none !important;
  width: calc(100vw - var(--scrollbar)) !important;
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  height: 20vmin;
  margin-top: -7.5vmin;
  margin-bottom: 0;
  background: left center/contain no-repeat url("../svg/hr--flair-left-primary-tint.svg");
}
hr.is-style-flair-right-primary-tint,
.wp-block-separator.is-style-flair-right-primary-tint {
  max-width: none !important;
  width: calc(100vw - var(--scrollbar)) !important;
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  height: 20vmin;
  margin-top: 0;
  margin-bottom: -7.5vmin;
  background: left center/contain no-repeat url("../svg/hr--flair-left-primary-tint.svg");
  transform: rotate(180deg);
}
hr.is-style-flair-dual-primary-tint,
.wp-block-separator.is-style-flair-dual-primary-tint {
  max-width: none !important;
  width: calc(100vw - var(--scrollbar)) !important;
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%) !important;
  height: 20vmin;
  margin-top: 0;
  margin-bottom: 0;
  background: center center/100% 100% no-repeat url("../svg/hr--flair-dual-primary-tint.svg");
}

.sharingButtons {
  font-size: 0.9rem;
  margin: 0 0 1.5rem;
}
.sharingButtons a:hover, .sharingButtons a:focus {
  color: white;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-flex;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em 0.5em 0.5em 0;
}

.resp-sharing-button {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: black;
}

.resp-sharing-button--twitter:hover {
  background-color: rgb(12.75, 12.75, 12.75);
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: rgb(51.8696682464, 78.2440758294, 133.6303317536);
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #178740;
}

.resp-sharing-button--whatsapp:hover {
  background-color: rgb(19.2879746835, 113.2120253165, 53.6708860759);
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
}

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.slab {
  padding: 2.5rem 0;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .slab {
    padding: 4rem 0;
  }
}
.slab__title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.slab > .wrap > *:first-child,
.slab > .wrap > .acf-innerblocks-container > *:first-child {
  margin-top: 0;
}
.slab > .wrap > *:last-child,
.slab > .wrap > .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.slab:after {
  content: "";
  display: table;
  clear: both;
}

.slab.is-style-textured-primary {
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../long-ragged-edge--y-primary.html");
     border-image: url("../long-ragged-edge--y-primary.html");
  border-image-slice: 62;
  border-width: 1rem 0 1rem 0;
  color: white;
}
.slab.is-style-textured-primary a:not([class]) {
  color: white;
  border-color: white;
}

.slab.is-style-textured-secondary {
  background: #E57200;
  background-clip: padding-box;
  border-style: solid;
  border-color: #E57200;
  -o-border-image: url("../long-ragged-edge--y-secondary.html");
     border-image: url("../long-ragged-edge--y-secondary.html");
  border-image-slice: 62;
  border-width: 1rem 0 1rem 0;
}

.slab.is-style-textured-primary-tint-10 {
  background: rgb(239.6, 234.5, 241.6);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(239.6, 234.5, 241.6);
  -o-border-image: url("../svg/long-ragged-edge--y-primary-tint-10.svg");
     border-image: url("../svg/long-ragged-edge--y-primary-tint-10.svg");
  border-image-slice: 62;
  border-width: 1rem 0 1rem 0;
}

.slab.is-style-textured-secondary-tint-10 {
  background: rgb(252.4, 240.9, 229.5);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(252.4, 240.9, 229.5);
  -o-border-image: url("../svg/long-ragged-edge--y-secondary-tint-10.svg");
     border-image: url("../svg/long-ragged-edge--y-secondary-tint-10.svg");
  border-image-slice: 62;
  border-width: 1rem 0 1rem 0;
}

.slab.is-style-textured-offwhite {
  background: #f1f1f1;
  background-clip: padding-box;
  border-style: solid;
  border-color: #f1f1f1;
  -o-border-image: url("../svg/long-ragged-edge--y-offwhite.svg");
     border-image: url("../svg/long-ragged-edge--y-offwhite.svg");
  border-image-slice: 62;
  border-width: 1rem 0 1rem 0;
}

.slab.is-style-textured-grey-tint-10 {
  background: #e4e4e4;
  background-clip: padding-box;
  border-style: solid;
  border-color: #e4e4e4;
  -o-border-image: url("../svg/long-ragged-edge--y-grey-tint-10.svg");
     border-image: url("../svg/long-ragged-edge--y-grey-tint-10.svg");
  border-image-slice: 62;
  border-width: 1rem 0 1rem 0;
}

[class*=is-style-title-] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.75rem 0.05em;
  margin-left: 0 !important;
}
[class*=is-style-title-]:not(.yesthisisasillywaytobumpspecificity):not(.yesimverysorryaboutit) {
  margin-left: 0 !important;
}

.is-style-title-primary {
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../svg/strip-primary.svg");
     border-image: url("../svg/strip-primary.svg");
  border-image-slice: 5%;
  border-width: 0.5rem;
  color: white;
}
.is-style-title-primary a:not([class]) {
  color: white;
  border-color: white;
}
.is-style-title-secondary {
  background: #E57200;
  background-clip: padding-box;
  border-style: solid;
  border-color: #E57200;
  -o-border-image: url("../svg/strip-secondary.svg");
     border-image: url("../svg/strip-secondary.svg");
  border-image-slice: 5%;
  border-width: 0.5rem;
}

.is-style-primary-text-gradient {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #eb003b, #653279, #eb003b, #653279);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-style-primary-text-gradient.has-text-align-center:not(.yesthisisasillywaytobumpspecificity):not(.yesimverysorryaboutit) {
  margin-left: auto !important;
  margin-right: auto !important;
}

blockquote,
.blockquote,
.wp-block-quote {
  position: relative;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.5;
}
blockquote,
.blockquote,
.wp-block-quote {
  margin: 2rem 0;
}
@media (min-width: 60rem) {
  blockquote,
  .blockquote,
  .wp-block-quote {
    font-size: 1.5em;
    margin-bottom: 2.5rem;
  }
}
blockquote p,
.blockquote p,
.wp-block-quote p {
  font-size: 1em;
  margin: 0 0 1em;
}
blockquote p:last-child,
.blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote p:not([class]),
.blockquote p:not([class]),
.wp-block-quote p:not([class]) {
  max-width: 40em;
}
blockquote p a:not([class]),
.blockquote p a:not([class]),
.wp-block-quote p a:not([class]) {
  border: 0;
  text-decoration: underline;
}
blockquote footer,
.blockquote footer,
.wp-block-quote footer {
  font-family: "FS Albert", "Arial", sans-serif;
}
figure blockquote,
figure .blockquote,
figure .wp-block-quote {
  margin: 0 auto;
}

blockquote footer,
.blockquote footer,
.wp-block-quote footer {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}
blockquote.is-style-textured-primary-tint-10,
.blockquote.is-style-textured-primary-tint-10,
.wp-block-quote.is-style-textured-primary-tint-10 {
  background: rgb(239.6, 234.5, 241.6);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(239.6, 234.5, 241.6);
  -o-border-image: url("../svg/bg-box-primary-tint-10.svg");
     border-image: url("../svg/bg-box-primary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: calc(0.75rem + 2%);
  margin-bottom: 6rem;
}
blockquote.is-style-textured-primary-tint-10 > footer, blockquote.is-style-textured-primary-tint-10 > cite,
.blockquote.is-style-textured-primary-tint-10 > footer,
.blockquote.is-style-textured-primary-tint-10 > cite,
.wp-block-quote.is-style-textured-primary-tint-10 > footer,
.wp-block-quote.is-style-textured-primary-tint-10 > cite {
  display: table;
  padding: 0.5rem 0.25rem 0.25rem;
  background: #653279;
  color: white;
  background-clip: padding-box;
  border-style: solid;
  -o-border-image: url("../svg/strip-primary.svg");
     border-image: url("../svg/strip-primary.svg");
  border-image-slice: 5%;
  border-width: 1rem;
  font-weight: 700;
}
blockquote.is-style-textured-primary-tint-10 > footer *, blockquote.is-style-textured-primary-tint-10 > cite *,
.blockquote.is-style-textured-primary-tint-10 > footer *,
.blockquote.is-style-textured-primary-tint-10 > cite *,
.wp-block-quote.is-style-textured-primary-tint-10 > footer *,
.wp-block-quote.is-style-textured-primary-tint-10 > cite * {
  color: white;
  margin: 0;
}
blockquote.is-style-textured-primary-tint-10 > footer, blockquote.is-style-textured-primary-tint-10 > cite,
.blockquote.is-style-textured-primary-tint-10 > footer,
.blockquote.is-style-textured-primary-tint-10 > cite,
.wp-block-quote.is-style-textured-primary-tint-10 > footer,
.wp-block-quote.is-style-textured-primary-tint-10 > cite {
  margin-bottom: -6rem;
  margin-left: -1.5rem;
}
blockquote.is-style-textured-primary-tint-10::before,
.blockquote.is-style-textured-primary-tint-10::before,
.wp-block-quote.is-style-textured-primary-tint-10::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../svg/ldquo--primary-circle.svg");
}
blockquote.is-style-textured-secondary-tint-10,
.blockquote.is-style-textured-secondary-tint-10,
.wp-block-quote.is-style-textured-secondary-tint-10 {
  background: rgb(252.4, 240.9, 229.5);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(252.4, 240.9, 229.5);
  -o-border-image: url("../svg/bg-box-secondary-tint-10.svg");
     border-image: url("../svg/bg-box-secondary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: calc(0.75rem + 2%);
  margin-bottom: 6rem;
}
blockquote.is-style-textured-secondary-tint-10 > footer, blockquote.is-style-textured-secondary-tint-10 > cite,
.blockquote.is-style-textured-secondary-tint-10 > footer,
.blockquote.is-style-textured-secondary-tint-10 > cite,
.wp-block-quote.is-style-textured-secondary-tint-10 > footer,
.wp-block-quote.is-style-textured-secondary-tint-10 > cite {
  display: table;
  padding: 0.5rem 0.25rem 0.25rem;
  background: #E57200;
  color: black;
  background-clip: padding-box;
  border-style: solid;
  -o-border-image: url("../svg/strip-secondary.svg");
     border-image: url("../svg/strip-secondary.svg");
  border-image-slice: 5%;
  border-width: 1rem;
  font-weight: 700;
}
blockquote.is-style-textured-secondary-tint-10 > footer *, blockquote.is-style-textured-secondary-tint-10 > cite *,
.blockquote.is-style-textured-secondary-tint-10 > footer *,
.blockquote.is-style-textured-secondary-tint-10 > cite *,
.wp-block-quote.is-style-textured-secondary-tint-10 > footer *,
.wp-block-quote.is-style-textured-secondary-tint-10 > cite * {
  color: black;
  margin: 0;
}
blockquote.is-style-textured-secondary-tint-10 > footer, blockquote.is-style-textured-secondary-tint-10 > cite,
.blockquote.is-style-textured-secondary-tint-10 > footer,
.blockquote.is-style-textured-secondary-tint-10 > cite,
.wp-block-quote.is-style-textured-secondary-tint-10 > footer,
.wp-block-quote.is-style-textured-secondary-tint-10 > cite {
  margin-bottom: -6rem;
  margin-left: -1.5rem;
}
blockquote.is-style-textured-secondary-tint-10::before,
.blockquote.is-style-textured-secondary-tint-10::before,
.wp-block-quote.is-style-textured-secondary-tint-10::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../svg/ldquo--secondary.svg");
}
blockquote.is-style-textured-grey-tint-10,
.blockquote.is-style-textured-grey-tint-10,
.wp-block-quote.is-style-textured-grey-tint-10 {
  background: #e4e4e4;
  background-clip: padding-box;
  border-style: solid;
  border-color: #e4e4e4;
  -o-border-image: url("../svg/bg-box-grey-tint-10.svg");
     border-image: url("../svg/bg-box-grey-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: calc(0.75rem + 2%);
  margin-bottom: 6rem;
}
blockquote.is-style-textured-grey-tint-10 > footer, blockquote.is-style-textured-grey-tint-10 > cite,
.blockquote.is-style-textured-grey-tint-10 > footer,
.blockquote.is-style-textured-grey-tint-10 > cite,
.wp-block-quote.is-style-textured-grey-tint-10 > footer,
.wp-block-quote.is-style-textured-grey-tint-10 > cite {
  display: table;
  padding: 0.5rem 0.25rem 0.25rem;
  background: #653279;
  color: white;
  background-clip: padding-box;
  border-style: solid;
  -o-border-image: url("../svg/strip-primary.svg");
     border-image: url("../svg/strip-primary.svg");
  border-image-slice: 5%;
  border-width: 1rem;
  font-weight: 700;
}
blockquote.is-style-textured-grey-tint-10 > footer *, blockquote.is-style-textured-grey-tint-10 > cite *,
.blockquote.is-style-textured-grey-tint-10 > footer *,
.blockquote.is-style-textured-grey-tint-10 > cite *,
.wp-block-quote.is-style-textured-grey-tint-10 > footer *,
.wp-block-quote.is-style-textured-grey-tint-10 > cite * {
  color: white;
  margin: 0;
}
blockquote.is-style-textured-grey-tint-10 > footer, blockquote.is-style-textured-grey-tint-10 > cite,
.blockquote.is-style-textured-grey-tint-10 > footer,
.blockquote.is-style-textured-grey-tint-10 > cite,
.wp-block-quote.is-style-textured-grey-tint-10 > footer,
.wp-block-quote.is-style-textured-grey-tint-10 > cite {
  margin-bottom: -6rem;
  margin-left: -1.5rem;
}
blockquote.is-style-textured-grey-tint-10::before,
.blockquote.is-style-textured-grey-tint-10::before,
.wp-block-quote.is-style-textured-grey-tint-10::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../svg/ldquo--primary.svg");
}

cite,
.cite {
  display: block;
  font-family: "FS Albert", "Arial", sans-serif;
  font-size: 1rem;
  color: #653279;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}

.is-style-primary cite {
  color: white;
}

.blockquote--short {
  font-size: 1.75em;
}
@media (min-width: 60rem) {
  .blockquote--short {
    font-size: 2.5em;
  }
}

.blockquote--long {
  font-size: 1.125em;
}
@media (min-width: 60rem) {
  .blockquote--long {
    font-size: 1.25em;
  }
}

.blockquote--bordered {
  padding: 1.5em 0;
  border-top: 0.2rem solid #653279;
  border-bottom: 0.2rem solid #653279;
}

.blockquote__footer {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.wp-block-pullquote {
  padding: calc(0.75rem + 2%);
  font-size: inherit;
  text-align: inherit;
}
.wp-block-pullquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  display: block;
  font-family: "FS Albert", "Arial", sans-serif;
  font-size: 1rem;
  color: #653279;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
.wp-block-pullquote[class*=align] p {
  margin: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
.wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
.wp-block-pullquote.is-style-primary-tint-10 {
  background: rgb(239.6, 234.5, 241.6);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(239.6, 234.5, 241.6);
  -o-border-image: url("../svg/bg-box-primary-tint-10.svg");
     border-image: url("../svg/bg-box-primary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: calc(0.75rem + 2%);
  margin-bottom: 6rem;
}
.wp-block-pullquote.is-style-primary-tint-10 blockquote {
  position: static;
}
.wp-block-pullquote.is-style-primary-tint-10 > footer, .wp-block-pullquote.is-style-primary-tint-10 cite {
  display: table;
  padding: 0.5rem 0.25rem 0.25rem;
  background: #653279;
  color: white;
  background-clip: padding-box;
  border-style: solid;
  -o-border-image: url("../svg/strip-primary.svg");
     border-image: url("../svg/strip-primary.svg");
  border-image-slice: 5%;
  border-width: 1rem;
  font-weight: 700;
}
.wp-block-pullquote.is-style-primary-tint-10 > footer *, .wp-block-pullquote.is-style-primary-tint-10 cite * {
  color: white;
  margin: 0;
}
.wp-block-pullquote.is-style-primary-tint-10 > footer, .wp-block-pullquote.is-style-primary-tint-10 cite {
  margin-bottom: -6rem;
  margin-left: -1.5rem;
}
.wp-block-pullquote.is-style-primary-tint-10 blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../svg/ldquo--primary-circle.svg");
}
.wp-block-pullquote.is-style-secondary-tint-10 {
  background: rgb(252.4, 240.9, 229.5);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(252.4, 240.9, 229.5);
  -o-border-image: url("../svg/bg-box-secondary-tint-10.svg");
     border-image: url("../svg/bg-box-secondary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: calc(0.75rem + 2%);
  margin-bottom: 6rem;
}
.wp-block-pullquote.is-style-secondary-tint-10 blockquote {
  position: static;
}
.wp-block-pullquote.is-style-secondary-tint-10 > footer, .wp-block-pullquote.is-style-secondary-tint-10 cite {
  display: table;
  padding: 0.5rem 0.25rem 0.25rem;
  background: #E57200;
  color: black;
  background-clip: padding-box;
  border-style: solid;
  -o-border-image: url("../svg/strip-secondary.svg");
     border-image: url("../svg/strip-secondary.svg");
  border-image-slice: 5%;
  border-width: 1rem;
  font-weight: 700;
}
.wp-block-pullquote.is-style-secondary-tint-10 > footer *, .wp-block-pullquote.is-style-secondary-tint-10 cite * {
  color: black;
  margin: 0;
}
.wp-block-pullquote.is-style-secondary-tint-10 > footer, .wp-block-pullquote.is-style-secondary-tint-10 cite {
  margin-bottom: -6rem;
  margin-left: -1.5rem;
}
.wp-block-pullquote.is-style-secondary-tint-10 blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../svg/ldquo--secondary.svg");
}
.wp-block-pullquote.is-style-grey-tint-10 {
  background: #e4e4e4;
  background-clip: padding-box;
  border-style: solid;
  border-color: #e4e4e4;
  -o-border-image: url("../svg/bg-box-grey-tint-10.svg");
     border-image: url("../svg/bg-box-grey-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: calc(0.75rem + 2%);
  margin-bottom: 6rem;
}
.wp-block-pullquote.is-style-grey-tint-10 blockquote {
  position: static;
}
.wp-block-pullquote.is-style-grey-tint-10 > footer, .wp-block-pullquote.is-style-grey-tint-10 cite {
  display: table;
  padding: 0.5rem 0.25rem 0.25rem;
  background: #653279;
  color: white;
  background-clip: padding-box;
  border-style: solid;
  -o-border-image: url("../svg/strip-primary.svg");
     border-image: url("../svg/strip-primary.svg");
  border-image-slice: 5%;
  border-width: 1rem;
  font-weight: 700;
}
.wp-block-pullquote.is-style-grey-tint-10 > footer *, .wp-block-pullquote.is-style-grey-tint-10 cite * {
  color: white;
  margin: 0;
}
.wp-block-pullquote.is-style-grey-tint-10 > footer, .wp-block-pullquote.is-style-grey-tint-10 cite {
  margin-bottom: -6rem;
  margin-left: -1.5rem;
}
.wp-block-pullquote.is-style-grey-tint-10 blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 2em;
  height: 2em;
  background: center center/contain no-repeat url("../svg/ldquo--primary.svg");
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: inherit;
  margin-right: inherit;
  max-width: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin: inherit;
  font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: inherit;
  font-style: inherit;
}

.quoteWithImage:after {
  content: "";
  display: table;
  clear: both;
}
.quoteWithImage__image {
  max-width: calc(50% - 1.25rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.75rem;
  margin-bottom: -2rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 20rem) {
  .quoteWithImage__image {
    float: right;
    clear: right;
    max-width: calc(33% - 1.25rem);
    box-sizing: border-box;
    margin-top: 0.5rem;
    margin-right: -0.75rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }
}
@media (min-width: 35rem) {
  .quoteWithImage__image {
    max-width: calc(25% - 1.25rem);
  }
}
.quoteWithImage__quote {
  flex: 1 1 auto;
}

.tag:where(:not(body)) {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  background: #f1f1f1;
  padding: 0.5em 0.75em;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.25rem;
}

.wp-block.text-copier .text-copier-inner {
  -o-border-image: url("../svg/copy-text-frame-orange-thin.svg") 20 round;
     border-image: url("../svg/copy-text-frame-orange-thin.svg") 20 round;
  border-width: 40px;
  border-style: solid;
  padding: 2em;
}
.wp-block.text-copier .text-copier-inner h2, .wp-block.text-copier .text-copier-inner h3, .wp-block.text-copier .text-copier-inner h4, .wp-block.text-copier .text-copier-inner h5 {
  margin-top: 0;
}
.wp-block.text-copier .copy-message {
  display: none;
  color: #653279;
  margin-top: 10px;
}
.wp-block.text-copier button.copy-text-button {
  background: #E57200;
  box-shadow: unset;
  color: black;
}
.wp-block.text-copier button.copy-text-button:active, .wp-block.text-copier button.copy-text-button:hover, .wp-block.text-copier button.copy-text-button:visited {
  color: white;
  background: black;
  box-shadow: unset;
}

.wp-block-acf-embed .wp-block-acf-embed__wrapper {
  max-width: 100%;
  overflow: hidden;
}
.wp-block-acf-embed--instagram {
  min-width: 320px;
  max-width: 100%;
}

.woocommerce-notices-wrapper:not(:empty) {
  margin: 0.75rem 0 1.5rem;
  line-height: 1.2;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error > li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 0.75rem;
  background: rgb(239.6, 234.5, 241.6);
  border-radius: 0.25rem;
}
@media (min-width: 30rem) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-error > li {
    display: block;
  }
  .woocommerce-notices-wrapper .woocommerce-message:after,
  .woocommerce-notices-wrapper .woocommerce-error > li:after {
    content: "";
    display: table;
    clear: both;
  }
}
.woocommerce-notices-wrapper .woocommerce-error {
  list-style: none;
  padding: 0;
}
.woocommerce-notices-wrapper .woocommerce-error > li {
  background: rgb(252.4, 233.1, 234.4);
  color: #e52431;
}
.woocommerce-notices-wrapper .woocommerce-error > li:last-child {
  margin-bottom: 0;
}
.woocommerce-notices-wrapper .button {
  flex: 1 1 auto;
  margin: 0.75rem 0;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 30rem) {
  .woocommerce-notices-wrapper .button {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0.75rem 0.75rem;
  }
}

.woocommerce-notice:not(:empty),
.woocommerce-info:not(:empty) {
  margin: 0 0 1.5rem;
  padding: 1rem 1rem 0.75rem;
  background: rgb(239.6, 234.5, 241.6);
  border-radius: 0.25rem;
}
.woocommerce-notice > *:first-child,
.woocommerce-info > *:first-child {
  margin-top: 0;
}
.woocommerce-notice > *:last-child,
.woocommerce-info > *:last-child {
  margin-bottom: 0;
}

.woocommerce-error {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 0.75rem;
  background: rgb(252.4, 233.1, 234.4);
  border-radius: 0.25rem;
  color: #e52431;
}
.woocommerce-error li:last-child {
  margin-bottom: 0;
}

.woocommerce-cart-form thead {
  display: none;
}
.woocommerce-cart-form tr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0.5em 2em;
}
@media (min-width: 50rem) {
  .woocommerce-cart-form tr {
    flex-wrap: nowrap;
    align-items: center;
    padding: 1em 0.5em;
  }
}
.woocommerce-cart-form .product-remove {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 50rem) {
  .woocommerce-cart-form .product-remove {
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.woocommerce-cart-form .product-remove a {
  display: inline-flex;
  align-content: center;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: bolder;
  text-decoration: none;
  color: #e52431;
  background: white;
  padding: 0.125em 0.5em;
  border-radius: 3rem;
  max-width: 3em;
  border: 0.125rem solid rgb(252.4, 233.1, 234.4);
  transition: all 200ms ease-in-out;
}
.woocommerce-cart-form .product-remove a::after {
  color: #e52431;
}
.woocommerce-cart-form .product-remove a:hover, .woocommerce-cart-form .product-remove a:focus {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #e52431;
  border-color: #e52431;
  color: white;
}
.woocommerce-cart-form .product-remove a:hover::before, .woocommerce-cart-form .product-remove a:focus::before {
  display: inline-block;
  vertical-align: middle;
  color: white;
  content: "Remove Product";
  padding-right: 0.5em;
  font-weight: normal;
  font-size: 0.9rem;
}
.woocommerce-cart-form .product-name {
  flex: 999 1 90%;
  font-weight: 600;
  padding-right: 3em;
  font-size: 1.125rem;
}
@media (min-width: 50rem) {
  .woocommerce-cart-form .product-name {
    padding-right: 1em;
  }
}
.woocommerce-cart-form .product-thumbnail {
  flex: 1 1 10rem;
  flex: 1 1 auto;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 5rem;
  max-height: 3rem;
}
@media (min-width: 50rem) {
  .woocommerce-cart-form .product-thumbnail {
    padding-left: 5rem;
  }
  .woocommerce-cart-form .product-thumbnail img {
    max-width: 10rem;
  }
}
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity,
.woocommerce-cart-form .product-subtotal {
  display: flex;
  align-items: center;
  padding: 0.25rem 1em 0.25rem;
}
@media (min-width: 50rem) {
  .woocommerce-cart-form .product-price,
  .woocommerce-cart-form .product-quantity,
  .woocommerce-cart-form .product-subtotal {
    font-size: 0.9rem;
    flex: 1 1 7.5em;
    padding: 1em;
    align-content: center;
    justify-content: flex-end;
  }
}
.woocommerce-cart-form .product-price::before,
.woocommerce-cart-form .product-quantity::before,
.woocommerce-cart-form .product-subtotal::before {
  color: #653279;
  content: attr(data-title) ": ";
  padding-right: 0.5em;
}
@media (min-width: 50rem) {
  .woocommerce-cart-form .product-price::before,
  .woocommerce-cart-form .product-quantity::before,
  .woocommerce-cart-form .product-subtotal::before {
    display: none;
  }
}
@media (min-width: 50rem) {
  .woocommerce-cart-form .product-price {
    font-size: 0.8rem;
    color: #333;
  }
  .woocommerce-cart-form .product-subtotal {
    text-align: right;
  }
}
.woocommerce-cart-form .quantity input {
  width: auto;
}
.woocommerce-cart-form .actions {
  flex: 99 1 auto;
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-cart-form .actions .coupon {
  flex: 1 1 auto;
  font-size: 0.8rem;
}

.order-total .amount {
  font-size: 1.25rem;
  color: #653279;
}

.wc-proceed-to-checkout .button {
  font-size: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0.75rem auto 1.5rem;
}

.woocommerce-form__label {
  display: block;
  margin-bottom: 0.25rem;
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.15;
}

.woocommerce-form__input-checkbox {
  margin-right: 0.75em !important;
  transform: scale(1.5);
  transform-origin: 0 50%;
  cursor: pointer;
}

form.woocommerce-checkout [class^=col-] {
  float: none;
}
form.woocommerce-checkout label {
  display: block;
  margin-bottom: 0.25rem;
}
form.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: flex;
  cursor: pointer;
}
form.woocommerce-checkout input,
form.woocommerce-checkout select,
form.woocommerce-checkout .select2-container {
  max-width: 25rem;
}
form.woocommerce-checkout textarea {
  max-width: 35rem;
}
form.woocommerce-checkout .required {
  color: #653279;
  font-weight: bold;
}
form.woocommerce-checkout .tribe-checkout-backlinks {
  display: none !important;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table {
  font-size: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
  text-align: right;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total th, form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total td,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}
form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
form.woocommerce-checkout .automatewoo-optin.form-row,
form.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
form.woocommerce-checkout .button[name=woocommerce_checkout_place_order] {
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0.75rem auto 1.5rem;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
  margin-bottom: 0.75rem;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: calc(0.75rem + 2%);
  background: #f1f1f1;
  background-clip: padding-box;
  border-style: solid;
  border-color: #f1f1f1;
  -o-border-image: url("../svg/bg-box-grey-tint-10.svg");
     border-image: url("../svg/bg-box-grey-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  margin-bottom: 1.5rem;
}

.woocommerce-form-login__rememberme {
  margin-bottom: 0.75rem;
}

@media (min-width: 30rem) {
  .woocommerce-ordering {
    float: right;
    margin: 0 0 2rem 2.5rem;
  }
}

.woocommerce .facetwp-selections {
  clear: right;
}

.single-product .entry-summary .woocommerce-Price-amount {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #653279;
}
.single-product .entry-summary .price {
  color: #653279;
}
.single-product .entry-summary .price del {
  opacity: 0.5;
  color: #e1195f;
  margin-right: 0.75rem;
}
.single-product .entry-summary .price del .woocommerce-Price-amount {
  font-weight: normal;
}
.single-product .entry-summary .price ins {
  text-decoration: none;
}
.single-product .entry-summary .cart {
  margin-bottom: 1.5rem;
}
.single-product .entry-summary .variations tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
}
.single-product .entry-summary .variations td, .single-product .entry-summary .variations th {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.single-product .entry-summary .variations select {
  width: auto;
}
.single-product .entry-summary .quantity {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.75rem;
}
.single-product .entry-summary .quantity input {
  width: 5em;
}

.product_meta > span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.woocommerce-Tabs-panel--description {
  line-height: 1.5;
}
.woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--description li, .woocommerce-Tabs-panel--description .box * {
  max-width: 40rem;
}

.woocommerce-tabs .wc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
}
.woocommerce-tabs .wc-tabs li {
  margin-right: 1rem;
}
.woocommerce-tabs .wc-tabs a {
  display: inline-block;
  padding: 0.5rem 0.25rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .woocommerce-tabs .wc-tabs a {
    font-size: 1.125rem;
  }
}
.woocommerce-tabs .wc-tabs > li.active a {
  color: white;
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../svg/strip-primary.svg");
     border-image: url("../svg/strip-primary.svg");
  border-image-slice: 5%;
  border-width: 0.5rem;
  text-decoration: none;
  cursor: default;
}
.woocommerce-tabs .wc-tab > *:first-child {
  margin-top: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child,
.woocommerce-tabs .woocommerce-Tabs-panel > .box:first-child > h2:first-child {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.reset_variations {
  display: inline-block;
  margin: 0.75rem;
}

.out-of-stock {
  color: #e52431;
  font-weight: 600;
}

.woocommerce-checkout-payment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(0.75rem + 2%);
  background: rgb(239.6, 234.5, 241.6);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(239.6, 234.5, 241.6);
  -o-border-image: url("../svg/bg-box-primary-tint-10.svg");
     border-image: url("../svg/bg-box-primary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout-payment .payment_methods {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout-payment .wc-saved-payment-methods {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout-payment .wc-saved-payment-methods li {
  display: flex;
}
.woocommerce-checkout-payment .wc-saved-payment-methods li input[type=radio] {
  margin-right: 1em !important;
  margin-top: 0.5em !important;
  transform: scale(1.5);
  transform-origin: 0 50%;
  cursor: pointer;
}
.woocommerce-checkout-payment .wc-saved-payment-methods li label {
  flex: 1 1 calc(100% - 2em);
  max-width: calc(100% - 2em) !important;
  cursor: pointer;
  color: #653279;
}
.woocommerce-checkout-payment .wc_payment_method > input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  transform: scale(1.5);
  transform-origin: 0 50%;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}
.woocommerce-checkout-payment .wc_payment_method > label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #653279;
  margin-bottom: 0.75rem;
}
.woocommerce-checkout-payment .form-row {
  margin-bottom: 1rem;
}
.woocommerce-checkout-payment .wc-stripe-elements-field {
  font-size: 1.1em;
  padding: 0.6125em 0.75em;
  background: #fff;
  border: 0.15em solid rgba(50, 50, 50, 0.25);
  box-sizing: border-box;
  border-radius: 0.25rem;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.woocommerce-checkout-payment .wc-stripe-elements-field:focus-within {
  outline: none;
  border-color: rgba(101, 50, 121, 0.85);
}
.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
}
.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  margin-right: 1em !important;
  margin-top: 0.5em !important;
  transform: scale(1.5);
  transform-origin: 0 50%;
  cursor: pointer;
}
.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew label {
  flex: 1 1 calc(100% - 2em);
  max-width: calc(100% - 2em) !important;
  cursor: pointer;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
}

.woocommerce .entry-images {
  position: relative;
}
.woocommerce .onsale {
  position: absolute;
  top: 0;
  left: 0;
  background: #e1195f;
  color: white;
  padding: 0.25rem 0.75rem;
  border-bottom-right-radius: 0.25rem;
}

#customer_details {
  padding: calc(0.75rem + 2%);
  background: #f1f1f1;
  background-clip: padding-box;
  border-style: solid;
  border-color: #f1f1f1;
  -o-border-image: url("../svg/bg-box-grey-tint-10.svg");
     border-image: url("../svg/bg-box-grey-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  max-width: 40rem;
  margin-bottom: 2rem;
}
#customer_details .woocommerce-billing-fields > :first-child {
  margin-top: 0;
}

.woocommercePaymentSwitcher .inputContainer {
  padding: 0.125rem 0.125rem 0.35rem;
  background: white;
  border-radius: 0.5rem;
}
.woocommercePaymentSwitcher .inputContainer .inputGroup {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.woocommercePaymentSwitcher .inputContainer .inputGroup > * {
  position: relative;
  flex: 1 1 6em;
}
.woocommercePaymentSwitcher .inputContainer .inputGroup label {
  display: block !important;
  text-align: center;
  padding: 0.5rem 0;
  margin: 0.25rem;
  border: 0.15rem solid #f1f1f1;
  border-radius: 0.25rem;
  max-width: none !important;
  cursor: pointer;
}
.woocommercePaymentSwitcher .inputContainer .inputGroup input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.woocommercePaymentSwitcher .inputContainer .inputGroup input:hover + label, .woocommercePaymentSwitcher .inputContainer .inputGroup input:focus + label {
  border-color: rgba(101, 50, 121, 0.5);
}
.woocommercePaymentSwitcher .inputContainer .inputGroup input:checked + label {
  background: #653279;
  border-color: #653279;
  color: white;
}
.woocommercePaymentSwitcher .inputContainer .inputGroup input:checked:hover + label, .woocommercePaymentSwitcher .inputContainer .inputGroup input:checked:focus + label {
  border-color: rgba(239.6, 234.5, 241.6, 0.5);
}

.woocommerce-additional-fields input.input-radio, .woocommerce-additional-fields label.radio {
  display: inline-block !important;
}
.woocommerce-additional-fields input.input-radio {
  margin-right: 0.2em;
}
.woocommerce-additional-fields label.radio {
  padding-right: 1em;
}

.woocommerce-MyAccount-navigation ul {
  display: inline-block;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: -3px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  padding: 0.34em 0.5em;
  background: #653279;
  color: white;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background: #000;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  background: #E57200;
  color: black;
}

.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1rem;
}
.woocommerce-product-gallery .flex-viewport a {
  cursor: default;
}
.woocommerce-product-gallery .flex-viewport img {
  margin: auto;
  max-height: 65vh;
  width: auto !important;
}
.woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3.5rem, 1fr));
  grid-gap: 0.25rem;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5;
  cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}
.woocommerce-product-gallery .flex-active {
  opacity: 1 !important;
  outline: 0.125rem solid #E57200;
  outline-offset: 0.0625rem;
}

.fooevents-checkout-attendee-info {
  margin-bottom: 1rem;
}

.gfield {
  margin-bottom: 1.5rem;
}
.gfield h1, .gfield .h1, .gfield h2, .gfield .h2, .gfield h3, .gfield .h3, .gfield h4, .gfield .h4, .gfield h5, .gfield .h5, .gfield h6, .gfield .h6 {
  margin: 0;
}
.gfield p:last-child {
  margin-bottom: 0;
}

.gform_wrapper button,
.gform_wrapper [type=button],
.gform_wrapper [type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
  margin-bottom: 0 !important;
}
.gform_wrapper button:hover, .gform_wrapper button:focus, .gform_wrapper button:active,
.gform_wrapper [type=button]:hover,
.gform_wrapper [type=button]:focus,
.gform_wrapper [type=button]:active,
.gform_wrapper [type=submit]:hover,
.gform_wrapper [type=submit]:focus,
.gform_wrapper [type=submit]:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}
.gform_wrapper .gfield-choice-toggle-all {
  margin: 0 0 1rem !important;
}
.gform_wrapper .gfield-choice-toggle-all .gfield_choice_all_toggle {
  margin: 0 !important;
  font-size: 0.65em;
  color: black;
  border: 0.15em solid black;
  padding: 0.725em 1.25em;
  background-color: transparent;
}
.gform_wrapper .gfield-choice-toggle-all .gfield_choice_all_toggle:hover, .gform_wrapper .gfield-choice-toggle-all .gfield_choice_all_toggle:focus, .gform_wrapper .gfield-choice-toggle-all .gfield_choice_all_toggle:active {
  color: white;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1rem !important;
  grid-row-gap: 0 !important;
}

.gform_wrapper.gravity-theme fieldset {
  margin-bottom: 1.5rem !important;
}

.gfield_description {
  padding: 0 !important;
  margin: 0 0 0.25rem !important;
  font-size: 0.9rem !important;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  margin-bottom: 0.5rem !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem !important;
  margin-bottom: 0.25rem !important;
}

.gform_wrapper.gravity-theme .gfield_label_before_complex {
  margin-bottom: 0.5rem !important;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 0.9rem !important;
  padding-top: 0 !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 1.1rem !important;
  padding: 0.6125em 0.75em !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 0.9rem !important;
}

.field_sublabel_above .ginput_complex {
  align-items: flex-start !important;
}

.gform_wrapper.gravity-theme label.error {
  font-size: inherit !important;
}

.gform_wrapper.gravity-theme [aria-invalid=true] + label {
  font-size: 0.8rem !important;
}

.gform_wrapper.gravity-theme .theme_4 input.error,
.gform_wrapper.gravity-theme .theme_4 select.error,
.gform_wrapper.gravity-theme .theme_4 textarea.error {
  border-width: 0.15em !important;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom, .gform_wrapper .gfield_required .gfield_required_text {
  font-style: normal !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #653279 !important;
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
  min-width: 5rem !important;
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  flex: 1 1 auto !important;
}

.gchoice {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75em;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-right: 0.75em !important;
  margin-top: 0.15em !important;
  transform: scale(1.5);
  transform-origin: 0 50%;
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  flex: 1 1 calc(100% - 2em);
  max-width: calc(100% - 2em) !important;
  cursor: pointer;
  line-height: 1.2;
}

.box .gform_title {
  margin-top: 0;
}

.gform_heading,
.gform_description {
  display: block;
  margin-bottom: 1.5rem;
}

.gfield--type-captcha:where(:has([data-badge=bottomright]), :has([data-badge=bottomleft])) {
  margin: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme [data-field-class=gform_editor_submit_container][data-field-position=inline] .gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme [data-field-class=gform_editor_submit_container][data-field-position=inline] .gform_wrapper.gravity-theme .gform_footer input {
  align-self: flex-start;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.5 !important;
    min-height: 0;
  }
}
.gform--compact {
  line-height: 1.5;
}
.gform--compact .gfield {
  margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .gform--compact fieldset {
  margin-bottom: 1rem !important;
}
.gform_wrapper.gravity-theme .gform--compact input[type=color],
.gform_wrapper.gravity-theme .gform--compact input[type=date],
.gform_wrapper.gravity-theme .gform--compact input[type=datetime-local],
.gform_wrapper.gravity-theme .gform--compact input[type=datetime],
.gform_wrapper.gravity-theme .gform--compact input[type=email],
.gform_wrapper.gravity-theme .gform--compact input[type=month],
.gform_wrapper.gravity-theme .gform--compact input[type=number],
.gform_wrapper.gravity-theme .gform--compact input[type=password],
.gform_wrapper.gravity-theme .gform--compact input[type=search],
.gform_wrapper.gravity-theme .gform--compact input[type=tel],
.gform_wrapper.gravity-theme .gform--compact input[type=text],
.gform_wrapper.gravity-theme .gform--compact input[type=time],
.gform_wrapper.gravity-theme .gform--compact input[type=url],
.gform_wrapper.gravity-theme .gform--compact input[type=week],
.gform_wrapper.gravity-theme .gform--compact select,
.gform_wrapper.gravity-theme .gform--compact textarea {
  font-size: 1.1rem !important;
  padding: 0.5em !important;
}
.gform_wrapper.gravity-theme .gform--compact button,
.gform_wrapper.gravity-theme .gform--compact [type=button],
.gform_wrapper.gravity-theme .gform--compact [type=submit] {
  padding: 0.75em 1em !important;
}

.wc_donation_on_cart {
  background: rgb(252.4, 240.9, 229.5);
  background-clip: padding-box;
  border-style: solid;
  border-color: rgb(252.4, 240.9, 229.5);
  -o-border-image: url("../svg/bg-box-secondary-tint-10.svg");
     border-image: url("../svg/bg-box-secondary-tint-10.svg");
  border-image-slice: 5%;
  border-width: 0.75rem;
  padding: calc(0.75rem + 2%);
}
.wc_donation_on_cart .wc-donation-in-action .in-action-elements > * {
  width: auto !important;
  margin-bottom: 1rem;
}
.wc_donation_on_cart .wc-donation-in-action .in-action-elements > *:last-child {
  margin-bottom: 0;
}
.wc_donation_on_cart .wc-donation-in-action label[for=donation-price],
.wc_donation_on_cart .wc-donation-in-action .wc-donation-title {
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .wc_donation_on_cart .wc-donation-in-action label[for=donation-price],
  .wc_donation_on_cart .wc-donation-in-action .wc-donation-title {
    font-size: 1.25rem;
  }
}
.wc_donation_on_cart .wc-donation-in-action label[for=donation-price],
.wc_donation_on_cart .wc-donation-in-action .wc-donation-title {
  margin: 0 0 1.5rem;
}
.wc_donation_on_cart .wc-donation-title {
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .wc_donation_on_cart .wc-donation-title {
    font-size: 1.125rem;
  }
}
.wc_donation_on_cart p {
  max-width: 40rem;
}
.wc_donation_on_cart p.wc-donation-gift-aid-explanation {
  font-size: 1rem;
}
.wc_donation_on_cart p.wc-donation-gift-aid-explanation + .wc-label-radio {
  font-weight: bold;
}
.wc_donation_on_cart p.wc-donation-gift-aid-declaration {
  font-size: 0.8rem;
  color: #555;
}
.wc_donation_on_cart .in-action-elements > .row1 > .row1 {
  grid-template-columns: repeat(auto-fit, minmax(13.5em, 1fr));
}
@media (min-width: 35em) {
  .wc_donation_on_cart .in-action-elements > .row1 > .row1 {
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
  }
}
.wc_donation_on_cart .wc-label-radio {
  padding: 0 2em 0 32px !important;
  margin-bottom: 1rem;
}
.wc_donation_on_cart .wc-input-text {
  border: 0.15em solid rgba(50, 50, 50, 0.25) !important;
}
.wc_donation_on_cart .wc-input-text:focus {
  border-color: rgba(101, 50, 121, 0.85);
}
.wc_donation_on_cart .wc-donation-f-donation-other-value {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.wc-donation-f-submit-donation {
  background-color: #E57200;
  color: black;
}
.wc-donation-f-submit-donation:hover, .wc-donation-f-submit-donation:focus {
  color: white;
}

.block-campaign-title-descrption {
  display: none;
}

@media (min-width: 800px) {
  .woocommerce-cart-form thead {
    display: block !important;
  }
  .woocommerce-cart-form thead tr {
    background: none;
    padding: 0.2em;
  }
  .woocommerce-cart-form thead tr th {
    padding: 0 !important;
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: start !important;
    justify-content: center !important;
  }
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.debug * {
  box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bg-purple {
  background: #653279 !important;
}

.bg-orange {
  background: #E57200 !important;
}

.text-color-primary {
  color: #653279 !important;
}

.text-color-secondary {
  color: #E57200 !important;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.text-left {
  margin-right: auto;
  text-align: left !important;
}

.text-right {
  margin-left: auto;
  text-align: right !important;
}

.text-columns {
  -moz-columns: 25em;
       columns: 25em;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.text-columns p {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.margin-y-4xs {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.margin-top-4xs {
  margin-top: 0.0625rem !important;
}

.margin-bottom-4xs {
  margin-bottom: 0.0625rem !important;
}

.margin-y-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.margin-top-3xs {
  margin-top: 0.125rem !important;
}

.margin-bottom-3xs {
  margin-bottom: 0.125rem !important;
}

.margin-y-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.margin-top-2xs {
  margin-top: 0.25rem !important;
}

.margin-bottom-2xs {
  margin-bottom: 0.25rem !important;
}

.margin-y-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-top-xs {
  margin-top: 0.5rem !important;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.margin-y-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-top-sm {
  margin-top: 0.75rem !important;
}

.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}

.margin-y-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-top-md {
  margin-top: 1rem !important;
}

.margin-bottom-md {
  margin-bottom: 1rem !important;
}

.margin-y-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-top-lg {
  margin-top: 1.5rem !important;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem !important;
}

.margin-y-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.margin-top-xl {
  margin-top: 2rem !important;
}

.margin-bottom-xl {
  margin-bottom: 2rem !important;
}

.margin-y-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.margin-top-2xl {
  margin-top: 2.5rem !important;
}

.margin-bottom-2xl {
  margin-bottom: 2.5rem !important;
}

.margin-y-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-top-3xl {
  margin-top: 3rem !important;
}

.margin-bottom-3xl {
  margin-bottom: 3rem !important;
}

.margin-y-4xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-top-4xl {
  margin-top: 4rem !important;
}

.margin-bottom-4xl {
  margin-bottom: 4rem !important;
}

.margin-y-5xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.margin-top-5xl {
  margin-top: 6rem !important;
}

.margin-bottom-5xl {
  margin-bottom: 6rem !important;
}

.margin-y-6xl {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.margin-top-6xl {
  margin-top: 8rem !important;
}

.margin-bottom-6xl {
  margin-bottom: 8rem !important;
}

.margin-top-none,
.margin-y-none {
  margin-top: 0 !important;
}

.margin-bottom-none,
.margin-y-none {
  margin-bottom: 0 !important;
}

.overflow-x {
  max-width: 100%;
  overflow: auto;
  overflow-scrolling: touch;
}

.js .js-hidden {
  display: none;
}

.no-js .no-js-hidden {
  display: none;
}

.link--stretched {
  position: static;
}
.link--stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.link--stretched:hover .title__highlight {
  text-decoration: underline;
}

.comma-separate > *::after {
  content: ",";
}
.comma-separate > *:last-child::after {
  content: "";
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

.negate-first-child-top-margin > :first-child {
  margin-top: 0;
}
/*# sourceMappingURL=main.css.map */
