@charset "UTF-8";
/*
    Theme Name: Wyndetryst
    Author: Wyndetryst Graphic Design Studio
    Author URI: https://wyndetryst.com/
    Description: Custom theme developed for ARTZ Philadelphia.
    Version: 1.71.0
    Text Domain: wyndetryst
*/
@import url("https://hello.myfonts.net/count/400f76");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@font-face {
  font-family: "Gotcha";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/wyndetryst/assets/fonts/Gotcha/Regular.woff2") format("woff2"), url("/wp-content/themes/wyndetryst/assets/fonts/Gotcha/Regular.woff") format("woff");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
*::after,
*::before {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

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

p {
  margin: 0;
}

dl {
  margin: 0;
}

strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

cite {
  font-style: normal;
}

ul,
ol {
  margin: 0;
}

figure {
  margin: 0;
}

iframe {
  border: none;
  display: block;
  max-width: 100%;
}

html,
body {
  width: 100%;
}

html {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  scroll-behavior: smooth;
  scroll-padding-block-start: 200px;
}

a:where(:not(.wyndetryst--has-own-styles)) {
  color: #cc0a5b;
  text-decoration: underline;
}

blockquote:where(:not(.wyndetryst--has-own-styles)) {
  display: flex;
}

blockquote:where(:not(.wyndetryst--has-own-styles))::before {
  background-color: #eaeaea;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 30px;
  width: 8px;
}

@media only screen and (min-width: 769px) {
  blockquote:where(:not(.wyndetryst--has-own-styles))::before {
    margin-left: 60px;
  }
}
blockquote:where(:not(.wyndetryst--has-own-styles)) p:where(:not(.wyndetryst--has-own-styles)) {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  blockquote:where(:not(.wyndetryst--has-own-styles)) p:where(:not(.wyndetryst--has-own-styles)) {
    margin-right: 60px;
  }
}
blockquote:where(:not(.wyndetryst--has-own-styles)) p:where(:not(.wyndetryst--has-own-styles))::before, blockquote:where(:not(.wyndetryst--has-own-styles)) p:where(:not(.wyndetryst--has-own-styles))::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  vertical-align: text-top;
  width: 1.35em;
}

blockquote:where(:not(.wyndetryst--has-own-styles)) p:where(:not(.wyndetryst--has-own-styles))::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/quotation-marks-v1.71.0.svg#start-blue");
  margin-right: 0.3em;
}

blockquote:where(:not(.wyndetryst--has-own-styles)) p:where(:not(.wyndetryst--has-own-styles))::after {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/quotation-marks-v1.71.0.svg#end-blue");
  margin-left: 0.3em;
}

figure:where(:not(.wyndetryst--has-own-styles)) figcaption:where(:not(.wyndetryst--has-own-styles)) {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 16px;
}

h1:where(:not(.wyndetryst--has-own-styles)) {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

h2:where(:not(.wyndetryst--has-own-styles)) {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

h3:where(:not(.wyndetryst--has-own-styles)) {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

hr:where(:not(.wyndetryst--has-own-styles)) {
  border: none;
  box-sizing: border-box;
  height: auto;
  margin: 0;
}

hr:where(:not(.wyndetryst--has-own-styles)):where(:not(.wp-block-separator)) {
  margin-bottom: 20px;
  margin-top: 20px;
}

hr:where(:not(.wyndetryst--has-own-styles)):where(:not(.wp-block-separator))::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/horizontal-rule-v1.71.0.svg#orange");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
}

hr:where(:not(.wyndetryst--has-own-styles)):where(:not(.wp-block-separator))::before {
  background-position-x: left;
}

ul:where(:not(.wyndetryst--has-own-styles, .wyndetryst--is-semantic-only)) {
  padding-left: calc(46px + 0.7em);
}

ul:where(:not(.wyndetryst--has-own-styles, .wyndetryst--is-semantic-only)) li {
  overflow-wrap: break-word;
}

ul:where(:not(.wyndetryst--has-own-styles, .wyndetryst--is-semantic-only)) li + li {
  margin-top: 12px;
}

ol:where(:not(.wyndetryst--has-own-styles, .wyndetryst--is-semantic-only)) {
  padding-left: calc(42px + 0.7em);
}

ol:where(:not(.wyndetryst--has-own-styles, .wyndetryst--is-semantic-only)) li {
  overflow-wrap: break-word;
  padding-left: 4px;
}

ol:where(:not(.wyndetryst--has-own-styles, .wyndetryst--is-semantic-only)) li + li {
  margin-top: 12px;
}

p:where(:not(.wyndetryst--has-own-styles)) {
  overflow-wrap: break-word;
}

.page__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  isolation: isolate;
}

.page__body > * {
  flex-grow: 1;
}

.page__body > :where(:not(
        .wyndetryst--has-own-inline-size,
        .wp-block-group
    )),
.page__body > :where(.wp-block-group:not(.wyndetryst--has-own-inline-size)) > .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
}

:where(.page__body, .wyndetryst--contains-content) > :is(blockquote, .wp-block-group, .wyndetryst--is-section) {
  padding-bottom: 70px;
  padding-top: 70px;
}

:where(.page__body, .wyndetryst--contains-content) :where(p, ul, ol, .wp-block-columns, .wyndetryst--is-content) + :is(h1, h2, h3, h4, h5, h6, .wyndetryst--is-heading) {
  margin-top: 1.8em;
}

:where(.page__body, .wyndetryst--contains-content) h1:where(:not(.wyndetryst--has-own-spacing)) + :where(:not(.wyndetryst--has-own-spacing)) {
  margin-top: 50px;
}

:where(.page__body, .wyndetryst--contains-content) h2:where(:not(.wyndetryst--has-own-spacing)) + :where(:not(.wyndetryst--has-own-spacing)) {
  margin-top: 50px;
}

:where(.page__body, .wyndetryst--contains-content) h3:where(:not(.wyndetryst--has-own-spacing)) + :where(:not(.wyndetryst--has-own-spacing)) {
  margin-top: 0.9em;
}

:where(.page__body, .wyndetryst--contains-content) :where(p, ul, ol, .wp-block-columns, .wyndetryst--is-content, figure) + :where(p, ul, ol, .wp-block-columns, .wyndetryst--is-content, figure),
:where(.page__body, .wyndetryst--contains-content) > * :where(p, ul, ol, .wp-block-columns, .wyndetryst--is-content, figure, .wp-block-group) + :where(p, ul, ol, .wp-block-columns, .wyndetryst--is-content, figure, .wp-block-group) {
  margin-top: 20px;
}

:where(.page__body, .wyndetryst--contains-content) .has-heading-extra-large-font-size:where(:not(.wyndetryst--has-own-spacing)) + :where(:not(.wyndetryst--has-own-spacing)) {
  margin-top: 35px;
}

:where(.page__body, .wyndetryst--contains-content) .has-heading-huge-font-size:where(:not(.wyndetryst--has-own-spacing)) + :where(:not(.wyndetryst--has-own-spacing)) {
  margin-top: 29.7px;
}

#wowe-dialog-display-wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  isolation: isolate;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}

.page--is-showing-dialog {
  overflow: hidden;
}

#wowe-dialog-display-wrapper {
  background-color: rgba(35, 31, 32, 0.7);
}

.page__fixed-footer {
  bottom: 0;
  position: sticky;
  z-index: 1;
}

.page__footer {
  background-color: #231f20;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

.page__footer__contact-details {
  flex-grow: 1;
  margin-bottom: 18px;
}

.page__footer__contact-details__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page__footer__contact-details__item {
  align-items: center;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  justify-content: flex-start;
}

.page__footer__contact-details__item--phone-number::after {
  align-self: stretch;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: block;
  margin-left: 1em;
  margin-right: 1em;
}

.page__footer__contact-details__item--physical-address {
  margin-top: 0.3em;
  width: 100%;
}

.page__footer__contact-details__item__anchor {
  color: inherit;
  margin-left: 0.5ch;
  text-decoration: none;
}

.page__footer__contact-details__item__heading {
  font-weight: 700;
}

.page__footer__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .page__footer__content-wrapper {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .page__footer__content-wrapper {
    flex-direction: column;
  }
}
.page__footer__legal a {
  color: inherit;
  text-decoration: none;
}

.page__footer__legal :where(p) {
  font-size: 12px;
}

.page__footer__legal__attribution {
  font-size: 9px;
}

.page__footer__legal__privacy-policy-anchor::after {
  content: " |";
}

.page__footer__signup-form:not(:first-child) {
  margin-top: 18px;
}

.page__footer__signup-form__anchor {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #cc0a5b;
  border-color: #cc0a5b;
  color: #ffffff;
  margin-top: 9px;
}

.page__footer__signup-form__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #cc0a5b;
  color: #cc0a5b;
}

.page__footer__signup-form__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.page__footer__social-accounts {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.page__footer__social-accounts__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.page__footer__social-accounts__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}

.page__footer__social-accounts__item {
  display: block;
  margin-top: 0;
}

.page__footer__social-accounts__item:where(:not(:first-of-type)) {
  margin-left: 8px;
}

.page__footer__social-accounts__item__anchor {
  color: #cc0a5b;
  display: block;
  height: 18px;
  width: 18px;
}

.page__footer__social-accounts__item__anchor .icon {
  display: block;
}

.page__footer__transparency-seal {
  color: inherit;
  display: block;
  font-size: 9px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

@media only screen and (min-width: 769px) {
  .page__footer__transparency-seal {
    flex-shrink: 0;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page__footer__transparency-seal {
    align-self: center;
    margin-top: 40px;
  }
}
.page__footer__transparency-seal > p {
  margin-top: 8px;
}

.page__footer__wide-column-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (min-width: 769px) {
  .page__footer__wide-column-wrapper:not(:first-child) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page__footer__wide-column-wrapper:not(:first-child) {
    margin-top: 40px;
  }
}
.page__header {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  isolation: isolate;
  padding-bottom: 18px;
  padding-top: 18px;
  position: sticky;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .page__header {
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page__header {
    z-index: 2;
  }
}
@media only screen and (min-width: 783px) {
  .page--has-admin-bar .page__header {
    top: 32px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 782px) {
  .page--has-admin-bar .page__header {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .page--has-admin-bar .page__header {
    top: 46px;
  }
}
.page__header__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  column-gap: 18px;
  display: flex;
  justify-content: space-between;
}

.page__header__donate-anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
  font-size: 18px;
}

.page__header__donate-anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #4a259b;
  color: #4a259b;
}

@media only screen and (min-width: 769px) {
  .page__header__donate-anchor--secondary-menu {
    margin-left: 1em;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__donate-anchor--secondary-menu {
    order: -1;
  }
}
@media only screen and (min-width: 769px) {
  .page__header__donate-anchor:not(.page__header__donate-anchor--secondary-menu) {
    display: none;
  }
}
.page__header__logo-link {
  display: block;
}

@media only screen and (min-width: 769px) {
  .page__header__logo-link {
    max-height: 120px;
    max-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__logo-link {
    max-width: 120px;
  }
}
.page__header__menu-wrapper {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .page__header__menu-wrapper {
    align-items: end;
    align-self: stretch;
    justify-content: space-between;
    row-gap: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__menu-wrapper {
    background-color: rgba(204, 10, 91, 0.95);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 783px) {
  .page--has-admin-bar .page__header__menu-wrapper {
    height: calc(100% - 32px);
    top: 32px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 601px) and (max-width: 782px) {
  .page--has-admin-bar .page__header__menu-wrapper {
    height: calc(100% - 46px);
    top: 46px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 600px) {
  .page--has-admin-bar .page__header__menu-wrapper {
    height: calc(100% - 46px);
    top: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__menu-wrapper:not([data-wowe-toggle-target-state=active]) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page--is-showing-narrow-viewport-menu {
    overflow: hidden;
  }
}
.page__header__menu-wrapper__narrow-viewport-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  align-self: end;
  display: block;
  height: 50px;
  margin-bottom: auto;
  order: -1;
  width: 50px;
}

@media only screen and (min-width: 769px) {
  .page__header__menu-wrapper__narrow-viewport-trigger {
    display: none;
  }
}
.page__header__narrow-viewport-menu-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  color: #cc0a5b;
  height: 50px;
  order: 1;
  width: 50px;
}

@media only screen and (min-width: 769px) {
  .page__header__narrow-viewport-menu-trigger {
    display: none;
  }
}
.page__header__narrow-viewport-menu-trigger .icon {
  display: block;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu {
    order: 1;
  }
}
.page__header__primary-menu__category-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu__category-container {
    align-items: flex-start;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__primary-menu__category-container {
    border-bottom-color: #ca7c9c;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top-color: #ca7c9c;
    border-top-style: solid;
    border-top-width: 2px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.page__header__primary-menu__category-item {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu__category-item {
    isolation: isolate;
    position: relative;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__primary-menu__category-item {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .page__header__primary-menu__category-item:not(:first-child) {
    border-top-color: #ca7c9c;
    border-top-style: solid;
    border-top-width: 2px;
  }
}
.page__header__primary-menu__category-item__trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu__category-item__trigger {
    color: #cc0a5b;
    display: block;
    font-size: 16px;
    line-height: 1.15;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    text-decoration: none;
  }

  .page__header__primary-menu__category-item--has-children:is(:active, :focus, :focus-within, :hover) .page__header__primary-menu__category-item__trigger {
    clip-path: inset(-7px -7px 0 -7px);
  }

  .page__header__primary-menu__category-item:is(:active, :focus, :focus-within, :hover) .page__header__primary-menu__category-item__trigger {
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
    color: #0094d2;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__primary-menu__category-item__trigger {
    align-items: center;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.05;
    text-decoration: none;
    width: 100%;
  }
}
.page__header__primary-menu__category-item__trigger__icon {
  display: block;
  height: 30px;
  width: 30px;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu__category-item__trigger__icon {
    display: none;
  }
}
.page__header__primary-menu__category-link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu__category-link-container {
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: -1;
  }

  .page__header__primary-menu__category-item:where(:not(:active, :focus, :focus-within, :hover)) .page__header__primary-menu__category-link-container {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__primary-menu__category-link-container:not([data-wowe-toggle-target-state=active]) {
    display: none;
  }
}
.page__header__primary-menu__category-link-item {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu__category-link-item {
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    white-space: nowrap;
  }

  .page__header__primary-menu__category-link-item:where(:not(:first-child)) {
    border-top-color: #eaeaea;
    border-top-style: solid;
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__primary-menu__category-link-item {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
.page__header__primary-menu__category-link-item__anchor {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .page__header__primary-menu__category-link-item__anchor:is(:active, :focus, :focus-within, :hover) {
    color: #0094d2;
  }
}
.page__header__secondary-menu {
  display: flex;
}

@media only screen and (min-width: 769px) {
  .page__header__secondary-menu {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__secondary-menu {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: auto;
  }
}
.page__header__secondary-menu__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__secondary-menu__container {
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__secondary-menu__container {
    flex-wrap: wrap;
    justify-content: center;
    margin-block: 15px;
  }
}
.page__header__secondary-menu__item {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__secondary-menu__item {
    color: #000000;
    display: flex;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__secondary-menu__item {
    border-top-color: #ca7c9c;
    border-top-style: solid;
    border-top-width: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .page__header__secondary-menu__item:last-child {
    border-bottom-color: #ca7c9c;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
}
@media only screen and (min-width: 769px) {
  .page__header__secondary-menu__item:where(:not(:last-of-type))::after {
    content: "/";
    margin-left: 0.625em;
    margin-right: 0.625em;
  }
}
.page__header__secondary-menu__item__anchor {
  color: inherit;
  text-decoration: none;
}

.page__header__secondary-menu__item .page__header__secondary-menu__item__anchor:hover {
  color: #0094d2;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

:where(.icon) {
  display: inline-block;
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.announcement-banner {
  color: #ffffff;
  width: 100%;
}

.announcement-banner--background-type-is-color-squares {
  background-color: #cc0a5b;
  position: relative;
}

.announcement-banner--background-type-is-color-squares::after, .announcement-banner--background-type-is-color-squares::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: calc( (100% - 940px) / 2 );
}

.announcement-banner--background-type-is-color-squares::after {
  background-image: repeating-linear-gradient(to left, #4a259b 0px, #4a259b 74px, #0094d2 74px, #0094d2 148px, #ff8000 148px, #ff8000 222px, #cc0a5b 222px, #cc0a5b 296px);
  left: 0;
}

.announcement-banner--background-type-is-color-squares::before {
  background-image: repeating-linear-gradient(to right, #4a259b 0px, #4a259b 74px, #0094d2 74px, #0094d2 148px, #ff8000 148px, #ff8000 222px, #cc0a5b 222px, #cc0a5b 296px);
  right: 0;
}

.announcement-banner--background-type-is-solid-magenta {
  background-color: #cc0a5b;
}

.announcement-banner--background-type-is-texture-magenta {
  background-color: #cc0a5b;
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/announcement-banner/texture-magenta-01-v1.71.0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.announcement-banner--background-type-is-texture-purple {
  background-color: #4a259b;
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/announcement-banner/texture-purple-01-v1.71.0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.announcement-banner__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 15px;
  margin-left: 20px;
  padding: 0.5em;
  text-decoration: none;
}

.announcement-banner__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

.announcement-banner__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-block: 18px;
}

.announcement-banner--background-type-is-color-squares .announcement-banner__content-wrapper {
  background-color: #cc0a5b;
}

.announcement-banner__message {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.button-link {
  width: -moz-fit-content;
  width: fit-content;
}

.button-link--primary-color-is-magenta.button-link--type-is-fill {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #cc0a5b;
  border-color: #cc0a5b;
  color: #ffffff;
  display: block;
}

.button-link--primary-color-is-magenta.button-link--type-is-fill:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #cc0a5b;
  color: #cc0a5b;
}

.button-link--primary-color-is-magenta.button-link--type-is-outline {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #cc0a5b;
  color: #cc0a5b;
  display: block;
}

.button-link--primary-color-is-magenta.button-link--type-is-outline:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #cc0a5b;
  border-color: #cc0a5b;
  color: #ffffff;
}

.button-link--primary-color-is-purple.button-link--type-is-fill {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
  display: block;
}

.button-link--primary-color-is-purple.button-link--type-is-fill:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #4a259b;
  color: #4a259b;
}

.button-link--primary-color-is-purple.button-link--type-is-outline {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #4a259b;
  color: #4a259b;
  display: block;
}

.button-link--primary-color-is-purple.button-link--type-is-outline:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
}

.button-link--primary-color-is-white.button-link--type-is-fill {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
  display: block;
}

.button-link--primary-color-is-white.button-link--type-is-fill:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.button-link--primary-color-is-white.button-link--type-is-outline {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  display: block;
}

.button-link--primary-color-is-white.button-link--type-is-outline:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

.button-link--inline-alignment-is-center {
  margin-left: auto;
  margin-right: auto;
}

.button-link--inline-alignment-is-left {
  margin-right: auto;
}

.button-link--inline-alignment-is-right {
  margin-left: auto;
}

.collapsible-items__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.collapsible-items__item {
  display: block;
  margin-top: 0;
  border-bottom-color: #cc0a5b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.collapsible-items__item__body {
  margin-top: 10px;
}

.collapsible-items__item__body ul {
  list-style-type: disc;
}

.collapsible-items__item__body ul ul {
  list-style-type: circle;
}

.collapsible-items__item__body ul ul ul {
  list-style-type: square;
}

.collapsible-items__item__details[open] {
  padding-bottom: 25px;
}

.collapsible-items__item__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.collapsible-items__item__summary {
  counter-increment: none;
  display: block;
  list-style: none;
  padding-top: 25px;
}

.collapsible-items__item__summary::-webkit-details-marker, .collapsible-items__item__summary::marker {
  display: none;
}

.collapsible-items__item__details:not([open]) .collapsible-items__item__summary {
  padding-bottom: 25px;
}

.collapsible-items__item__summary__inner-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.collapsible-items__item__summary__inner-wrapper::after {
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1em;
  margin-left: 20px;
  width: 1em;
}

.collapsible-items__item__details[open] .collapsible-items__item__summary__inner-wrapper::after {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#chevron-up--dark-grey");
}

.collapsible-items__item__details:not([open]) .collapsible-items__item__summary__inner-wrapper::after {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#chevron-down--dark-grey");
}

.community-member-feed__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit, 221.5px);
  justify-content: center;
}

.community-member-feed__empty-result-label {
  color: #0094d2;
  margin-top: 40px;
  text-align: center;
}

.community-member-feed__item {
  display: block;
  margin-top: 0;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: auto;
}

.community-member-feed__item__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 12px;
  margin-top: 1.25em;
}

.community-member-feed__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

.community-member-feed__item__image {
  background-color: #c8c8c8;
  grid-column: 1;
  grid-row: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.community-member-feed__item__position {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  margin-top: 0.66em;
  text-align: center;
}

.community-member-feed__item__textual-wrapper {
  border-image-repeat: round;
  border-image-slice: 11.9047619048% 7.1428571429%;
  border-image-width: 25px;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/border-stitching-v1.71.0.svg#white");
  border-color: #ffffff;
  border-style: solid;
  border-width: 25px;
  align-items: center;
  background-color: rgba(204, 10, 91, 0.8);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
}

.community-member-feed__item:not(:is(:hover, :focus, :focus-within)) .community-member-feed__item__textual-wrapper {
  visibility: hidden;
}

.community-member-feed__item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.contact-shortcuts__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 -2px 6px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .contact-shortcuts__container {
    display: none;
  }
}
.contact-shortcuts__item {
  display: block;
  margin-top: 0;
}

.contact-shortcuts__item__anchor {
  align-items: center;
  color: #4a259b;
  display: flex;
  justify-content: center;
  padding: 10px;
  min-width: 75px;
}

.contact-shortcuts__item__anchor .icon {
  height: 20px;
  width: 20px;
}

.cookie-notice {
  padding-left: max(calc( ( 100% - 910px ) / 2 ), 15px);
  padding-right: max(calc( ( 100% - 910px ) / 2 ), 15px);
  background-color: #4a259b;
  color: #ffffff;
  align-items: center;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (min-width: 769px) {
  .cookie-notice {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-notice {
    flex-direction: column;
  }
}
.cookie-notice__description {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.cookie-notice__description a {
  color: inherit;
}

.cookie-notice__dismiss-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
}

.cookie-notice__dismiss-trigger:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4a259b;
}

@media only screen and (min-width: 769px) {
  .cookie-notice__dismiss-trigger {
    flex-shrink: 0;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-notice__dismiss-trigger {
    margin-top: 20px;
  }
}
.event-feed {
  padding-bottom: 20px;
  padding-top: 20px;
}

.event-feed__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.event-feed__no-items__message {
  font-size: 22px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.event-feed__item {
  display: block;
  margin-top: 0;
  border-bottom-color: #c8c8c8;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 769px) {
  .event-feed__item {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .event-feed__item {
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.event-feed__item__date {
  color: #cc0a5b;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  order: -1;
}

@media only screen and (min-width: 769px) {
  .event-feed__item__date {
    border-right-color: #c8c8c8;
    border-right-style: solid;
    border-right-width: 2px;
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .event-feed__item__date {
    border-bottom-color: #c8c8c8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 7.5px;
    padding-bottom: 7.5px;
    text-align: center;
  }
}
.event-feed__item__date__day-of-week {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
}

.event-feed__item__date__full {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.event-feed__item__name {
  color: #4a259b;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .event-feed__item__name {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 768px) {
  .event-feed__item__name {
    text-align: center;
  }
}
.event-feed__item__name__anchor {
  color: inherit;
  text-decoration: none;
}

.event-feed__item__name__anchor:is([href]):is(:hover, :focus, :focus-within) {
  text-decoration: underline;
}

.event-feed__item__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #cc0a5b;
  border-color: #cc0a5b;
  color: #ffffff;
}

.event-feed__item__anchor:is([href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
}

@media only screen and (min-width: 769px) {
  .event-feed__item__anchor {
    flex-shrink: 0;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .event-feed__item__anchor {
    margin-top: 15px;
  }
}
.iframe--inline-alignment-is-center {
  margin-left: auto;
  margin-right: auto;
}

.iframe--inline-alignment-is-left {
  margin-right: auto;
}

.iframe--inline-alignment-is-right {
  margin-left: auto;
}

.iframe--type-is-givebutter {
  display: block;
  max-width: 100%;
}

.image-carousel {
  width: 100%;
}

.image-carousel__description {
  text-align: center;
}

.image-carousel__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-carousel__heading {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.image-carousel__navigation {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.image-carousel__navigation__instructions {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.image-carousel__navigation__trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  display: block;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}

.image-carousel__navigation__trigger:disabled {
  opacity: 0.3;
}

.image-carousel__navigation__trigger--next {
  order: 1;
}

.image-carousel__navigation__trigger--previous {
  order: -1;
}

.image-carousel__navigation__trigger__icon {
  color: #cc0a5b;
  display: block;
}

.image-carousel__navigation__trigger:not(:disabled):hover .image-carousel__navigation__trigger__icon--fill {
  display: none;
}

.image-carousel__navigation__trigger:is(:not(:hover), :disabled) .image-carousel__navigation__trigger__icon--outline {
  display: none;
}

.image-carousel__separator {
  border: none;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.image-carousel__separator::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/horizontal-rule-v1.71.0.svg#orange");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
}

.image-carousel__separator::before {
  background-position-x: center;
}

.image-carousel__slides__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  scrollbar-width: none;
  align-items: stretch;
  display: grid;
  grid-auto-flow: column;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .image-carousel__slides__container {
    grid-column-gap: 15px;
    grid-auto-columns: clamp(300px, calc((100% - 45px) / 4), 350px);
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .image-carousel__slides__container {
    grid-column-gap: 30px;
    grid-auto-columns: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.image-carousel__slides__container::-webkit-scrollbar {
  display: none;
}

.image-carousel__slides__item {
  display: block;
  margin-top: 0;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
}

@media only screen and (min-width: 769px) {
  .image-carousel__slides__item {
    scroll-snap-align: start;
  }
}
@media only screen and (max-width: 768px) {
  .image-carousel__slides__item {
    scroll-snap-align: center;
  }
}
.image-carousel__slides__item__dialog {
  background-color: #ffffff;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 6px;
  max-height: calc(100vh - 30px);
  max-width: calc(100vw - 30px);
  padding: 40px;
  position: relative;
}

.image-carousel__slides__item__dialog__action--hide {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  color: #cc0a5b;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}

.image-carousel__slides__item__dialog-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  display: block;
}

.intro__card {
  align-items: center;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#purple"), url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#blue");
  background-position-x: left, right;
  background-position-y: top, bottom;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  display: flex;
  padding: 35px;
}

@media only screen and (min-width: 769px) {
  .intro__card {
    background-size: 200px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .intro__card {
    background-size: 150px;
    flex-direction: column;
  }
}
.intro__category {
  background-color: #cc0a5b;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  order: -1;
  padding-bottom: 0.4em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-top: 0.4em;
  text-align: center;
}

.intro__category__anchor {
  color: inherit;
  font-size: 0.7em;
  font-weight: 500;
  text-transform: uppercase;
}

.intro__category__title {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.intro__description {
  color: #231f20;
  margin-top: 25px;
}

.intro__description--type-is-wysiwyg {
  text-align: center;
}

.intro__heading {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .intro__image {
    margin-left: 30px;
    max-width: 325px;
  }
}
@media only screen and (max-width: 768px) {
  .intro__image {
    margin-top: 30px;
    max-width: min(325px, 100%);
  }
}
.intro__sub-heading {
  color: #0094d2;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.intro__textual-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.post-feed {
  padding-bottom: 20px;
  padding-top: 20px;
}

.post-feed__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: grid;
  grid-gap: 35px;
}

@media only screen and (min-width: 769px) {
  .post-feed__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .post-feed__container {
    grid-template-columns: 100%;
  }
}
.post-feed__item {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
}

.post-feed__item__article {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.post-feed__item__article__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-image-slice: 0 0 100% 0;
  border-bottom-style: solid;
  border-bottom-width: 0.3125em;
  padding-bottom: 0.125em;
  padding-left: 0.125em;
  padding-right: 0.5em;
  padding-top: 0.4375em;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#blue");
  color: #0094d2;
  align-self: flex-start;
  font-size: 11px;
  margin-top: 10px;
  text-decoration: none;
}

.post-feed__item__article__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#purple");
  color: #4a259b;
}

.post-feed__item__article__categories__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.post-feed__item__article__categories__item {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}

.post-feed__item__article__categories__item:not(:last-of-type) {
  margin-right: 10px;
}

.post-feed__item__article__categories__item__anchor {
  background-color: #0094d2;
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em;
  text-decoration: none;
  text-transform: uppercase;
}

.post-feed__item__article__categories__item__anchor:is([href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
}

.post-feed__item__article__categories__container {
  order: -2;
}

.post-feed__item__article__excerpt {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}

.post-feed__item__article__published-at {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  order: -1;
}

.post-feed__item__article__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.post-feed__item__article__title__anchor {
  color: inherit;
  text-decoration: none;
}

.post-feed__item__image {
  aspect-ratio: 1/1;
  background-color: #c8c8c8;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.program-feed__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 20px;
}

@media only screen and (min-width: 769px) {
  .program-feed__container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .program-feed__container {
    grid-template-columns: 100%;
  }
}
.program-feed__item {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .program-feed__item:nth-child(3n+1) {
    grid-column-end: 3;
    grid-column-start: 1;
  }

  .program-feed__item:nth-child(3n+1):nth-last-child(1) {
    grid-column-end: 5;
    grid-column-start: 3;
  }

  .program-feed__item:nth-child(3n+1):nth-last-child(2) {
    grid-column-end: 4;
    grid-column-start: 2;
  }

  .program-feed__item:nth-child(3n+2) {
    grid-column-end: 5;
    grid-column-start: 3;
  }

  .program-feed__item:nth-child(3n+2):nth-last-child(1) {
    grid-column-end: 6;
    grid-column-start: 4;
  }

  .program-feed__item:nth-child(3n+2):nth-last-child(2) {
    grid-column-end: 5;
    grid-column-start: 3;
  }

  .program-feed__item:nth-child(3n+3) {
    grid-column-end: 7;
    grid-column-start: 5;
  }

  .program-feed__item:nth-child(3n+3):nth-last-child(1) {
    grid-column-end: 7;
    grid-column-start: 5;
  }
}
.program-feed__item:is(:hover, :focus, :focus-within) {
  border-image-repeat: round;
  border-image-slice: 11.9047619048% 7.1428571429%;
  border-image-width: 25px;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/border-stitching-v1.71.0.svg#magenta");
  border-color: #cc0a5b;
  border-style: solid;
  border-width: 25px;
  padding-block: 10px;
  padding-inline: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program-feed__item:not(:is(:hover, :focus, :focus-within)) {
  border-image-repeat: round;
  border-image-slice: 11.9047619048% 7.1428571429%;
  border-image-width: 25px;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/border-stitching-v1.71.0.svg#white");
  border-color: #ffffff;
  border-style: solid;
  border-width: 25px;
  padding-block: 10px;
  padding-inline: 10px;
  align-items: center;
  display: grid;
  grid-row-gap: 18px;
  grid-template-columns: 100%;
  grid-template-rows: minmax(0, 2fr) minmax(0, 3fr);
  justify-items: center;
}

@media only screen and (min-width: 769px) {
  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+1), .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+6) {
    background-color: #0094d2;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+2) {
    background-color: #4a259b;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+3) {
    background-color: #cc0a5b;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+4) {
    background-color: #4a259b;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+4):nth-last-child(1), .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+4):nth-last-child(2) {
    background-color: #cc0a5b;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+5) {
    background-color: #cc0a5b;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(6n+5):nth-last-child(1) {
    background-color: #0094d2;
  }
}
@media only screen and (max-width: 768px) {
  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(3n+1) {
    background-color: #0094d2;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(3n+2) {
    background-color: #4a259b;
  }

  .program-feed__item:not(:is(:hover, :focus, :focus-within)):nth-child(3n+3) {
    background-color: #cc0a5b;
  }
}
.program-feed__item__active-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.program-feed__item:not(:is(:hover, :focus, :focus-within)) .program-feed__item__active-wrapper {
  grid-column-end: -1;
  grid-column-start: 1;
  grid-row-end: -1;
  grid-row-start: 1;
  visibility: hidden;
}

.program-feed__item__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-image-slice: 0 0 100% 0;
  border-bottom-style: solid;
  border-bottom-width: 0.3125em;
  padding-bottom: 0.125em;
  padding-left: 0.125em;
  padding-right: 0.5em;
  padding-top: 0.4375em;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#magenta");
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-top: 6px;
  text-align: center;
}

.program-feed__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#blue");
  color: #0094d2;
}

.program-feed__item__category {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0.5714285714em;
  padding-bottom: 0.2857142857em;
  padding-right: 0.5714285714em;
  padding-top: 0.2857142857em;
}

.program-feed__item:not(:is(:hover, :focus, :focus-within)) .program-feed__item__category {
  align-self: end;
  grid-column-end: -1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

.program-feed__item:is(:hover, :focus, :focus-within) .program-feed__item__category {
  display: none;
}

.program-feed__item__category--is-placeholder {
  visibility: hidden;
}

.program-feed__item__description {
  margin-top: 6px;
  text-align: center;
}

.program-feed__item__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
}

.program-feed__item:is(:hover, :focus, :focus-within) .program-feed__item__heading, .program-feed__item__heading--active-placeholder {
  color: #cc0a5b;
  font-size: 19px;
}

.program-feed__item:not(:is(:hover, :focus, :focus-within)) .program-feed__item__heading:not(.program-feed__item__heading--active-placeholder) {
  align-self: start;
  color: #ffffff;
  font-size: 28px;
  grid-column-end: -1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  line-height: 1.07;
}

.program-feed__item:is(:hover, :focus, :focus-within) .program-feed__item__heading--active-placeholder {
  display: none;
}

.section-menu {
  padding-bottom: 18px;
  padding-top: 18px;
  width: 100%;
}

.section-menu--background-color-is-blue {
  background-color: #0094d2;
  color: #ffffff;
}

.section-menu--background-color-is-magenta {
  background-color: #cc0a5b;
  color: #ffffff;
}

.section-menu--background-color-is-orange {
  background-color: #ff8000;
  color: #ffffff;
}

.section-menu--background-color-is-purple {
  background-color: #4a259b;
  color: #ffffff;
}

.section-menu__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 769px) {
  .section-menu__content-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
.section-menu__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .section-menu__heading {
    flex-shrink: 0;
    margin-right: 30px;
    max-width: 6.8em;
  }
}
@media only screen and (max-width: 768px) {
  .section-menu__heading {
    margin-bottom: 30px;
    text-align: center;
  }
}
.section-menu__links__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

@media only screen and (min-width: 769px) {
  .section-menu__links__container {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
  }
}
.section-menu__links__item {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .section-menu__links__item:not(:first-of-type) {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .section-menu__links__item:not(:first-of-type) {
    margin-top: 12px;
  }
}
.section-menu__links__item__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  justify-content: center;
  text-decoration: none;
  height: 100%;
}

:where(.section-menu--background-color-is-blue) .section-menu__links__item__anchor {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0094d2;
}

:where(.section-menu--background-color-is-blue) .section-menu__links__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

:where(.section-menu--background-color-is-magenta) .section-menu__links__item__anchor {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

:where(.section-menu--background-color-is-magenta) .section-menu__links__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

:where(.section-menu--background-color-is-orange) .section-menu__links__item__anchor {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff8000;
}

:where(.section-menu--background-color-is-orange) .section-menu__links__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

:where(.section-menu--background-color-is-purple) .section-menu__links__item__anchor {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4a259b;
}

:where(.section-menu--background-color-is-purple) .section-menu__links__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.testimonials {
  color: #ffffff;
  width: 100%;
}

.testimonials--background-image-no-repeat-variation-is-all-01 {
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/all-01-v1.71.0.jpg");
}

.testimonials--background-image-no-repeat-variation-is-blue-01 {
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/blue-01-v1.71.0.jpg");
}

.testimonials--background-image-no-repeat-variation-is-magenta-01 {
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/magenta-01-v1.71.0.jpg");
}

.testimonials__footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.testimonials__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.testimonials__instructions {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.testimonials__navigation-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  display: block;
  height: 55px;
  width: 45px;
}

.testimonials__navigation-trigger--next {
  order: 1;
}

.testimonials__navigation-trigger--previous {
  order: -1;
}

.testimonials__navigation-trigger__icon {
  color: inherit;
  display: block;
}

.testimonials__navigation-trigger:not(:disabled):hover .testimonials__navigation-trigger__icon--fill {
  display: none;
}

.testimonials__navigation-trigger:is(:not(:hover), :disabled) .testimonials__navigation-trigger__icon--outline {
  display: none;
}

.testimonials__separator {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials__separator::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/horizontal-rule-v1.71.0.svg#white");
  background-position-x: center;
}

.testimonials__slides {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 940px;
}

.testimonials__slides__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: flex;
  width: 100%;
}

.testimonials__slides__item {
  display: block;
  margin-top: 0;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#blue"), url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#purple");
  background-position-x: left, right;
  background-position-y: top, bottom;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  color: #231f20;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  width: calc(100% - 30px);
}

@media only screen and (min-width: 769px) {
  .testimonials__slides__item {
    background-size: 300px;
    padding-bottom: 50px;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials__slides__item {
    background-size: 120px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
  }
}
.testimonials__slides__item__quote__attribution {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .testimonials__slides__item__quote__attribution {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials__slides__item__quote__attribution {
    font-size: 15px;
  }
}
.testimonials__slides__item__quote__content {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .testimonials__slides__item__quote__content {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials__slides__item__quote__content {
    font-size: 18px;
  }
}
.testimonials__slides__item__quote__content::after {
  content: "”";
}

.testimonials__slides__item__quote__content::before {
  content: "“";
}

.top-navigation-shortcut {
  bottom: calc(100% + 15px);
  position: absolute;
  right: 15px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  align-items: center;
  background-color: #ffffff;
  border-color: #cc0a5b;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #cc0a5b;
  display: flex;
  height: 30px;
  justify-content: center;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  padding: 6px;
  width: 30px;
}

.page--scroll-threshold-has-been-met .top-navigation-shortcut {
  opacity: 1;
}

.page:not(.page--scroll-threshold-has-been-met) .top-navigation-shortcut {
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .top-navigation-shortcut {
    display: none;
  }
}
.what-to-expect {
  width: 100%;
}

.what-to-expect__footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.what-to-expect__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
}

.what-to-expect__heading {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.what-to-expect__instructions {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.what-to-expect__navigation-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  display: block;
  height: 55px;
  width: 45px;
}

.what-to-expect__navigation-trigger:disabled {
  opacity: 0.3;
}

.what-to-expect__navigation-trigger--next {
  order: 1;
}

.what-to-expect__navigation-trigger--previous {
  order: -1;
}

.what-to-expect__navigation-trigger__icon {
  color: #cc0a5b;
  display: block;
}

.what-to-expect__navigation-trigger:not(:disabled):hover .what-to-expect__navigation-trigger__icon--fill {
  display: none;
}

.what-to-expect__navigation-trigger:is(:not(:hover), :disabled) .what-to-expect__navigation-trigger__icon--outline {
  display: none;
}

.what-to-expect__separator {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 28px;
  margin-top: 28px;
}

.what-to-expect__separator::before {
  background-position-x: center;
}

.what-to-expect__slides__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  scrollbar-width: none;
  align-items: stretch;
  display: grid;
  grid-auto-flow: column;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .what-to-expect__slides__container {
    grid-auto-columns: clamp(300px, calc((100% - 30px) / 4), 350px);
    grid-column-gap: 10px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .what-to-expect__slides__container {
    grid-auto-columns: 100%;
    grid-column-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.what-to-expect__slides__container::-webkit-scrollbar {
  display: none;
}

.what-to-expect__slides__item {
  display: block;
  margin-top: 0;
  border-image-repeat: round;
  border-image-slice: 11.9047619048% 7.1428571429%;
  border-image-width: 25px;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/border-stitching-v1.71.0.svg#white");
  border-color: #ffffff;
  border-style: solid;
  border-width: 25px;
  padding-block: 25px;
  padding-inline: 35px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}

@media only screen and (min-width: 769px) {
  .what-to-expect__slides__item {
    scroll-snap-align: start;
  }
}
@media only screen and (max-width: 768px) {
  .what-to-expect__slides__item {
    scroll-snap-align: center;
  }
}
.what-to-expect__slides__item:nth-of-type(4n+1) {
  background-color: #0094d2;
}

.what-to-expect__slides__item:nth-of-type(4n+2) {
  background-color: #4a259b;
}

.what-to-expect__slides__item:nth-of-type(4n+3) {
  background-color: #cc0a5b;
}

.what-to-expect__slides__item:nth-of-type(4n+4) {
  background-color: #ff8000;
}

.what-to-expect__slides__item__description {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

.wp-block-columns {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column;
    align-items: center;
  }

  .wp-block-columns--on-narrow-viewports-inline-alignment-is-start {
    align-items: start;
  }
}
@media only screen and (min-width: 769px) {
  .wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
  }

  .wp-block-columns.are-vertically-aligned-center {
    align-items: center;
  }

  .wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
  }
}
.wp-block-column {
  overflow-wrap: break-word;
}

.wp-block-column--is-one-fifth-width {
  flex-basis: 20%;
}

.wp-block-column--is-one-fourth-width {
  flex-basis: 25%;
}

.wp-block-column--is-one-half-width {
  flex-basis: 50%;
}

.wp-block-column--is-one-third-width {
  flex-basis: 33.3333333333%;
}

.wp-block-column--is-two-thirds-width {
  flex-basis: 66.6666666667%;
}

@media only screen and (max-width: 768px) {
  .wp-block-column:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }

  .wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
  }

  .wp-block-column.is-vertically-aligned-center {
    align-self: center;
  }

  .wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
  }
}
.wp-block-image {
  margin-bottom: 1em;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image .alignleft, .wp-block-image.alignleft,
.wp-block-image .alignright, .wp-block-image.alignright,
.wp-block-image .aligncenter, .wp-block-image.aligncenter {
  display: table;
}

.wp-block-image .alignleft > figcaption, .wp-block-image.alignleft > figcaption,
.wp-block-image .alignright > figcaption, .wp-block-image.alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.aligncenter > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.wp-block-image .aligncenter, .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .alignleft, .wp-block-image.alignleft {
  float: left;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
}

.wp-block-image .alignright, .wp-block-image.alignright {
  float: right;
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 0;
  margin-top: 0.5em;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-text-color.has-black-color, .has-inline-color.has-black-color {
  color: #000000;
}

.has-text-color.has-blue-color, .has-inline-color.has-blue-color {
  color: #0094d2;
}

.has-text-color.has-dark-grey-color, .has-inline-color.has-dark-grey-color {
  color: #231f20;
}

.has-text-color.has-light-grey-color, .has-inline-color.has-light-grey-color {
  color: #eaeaea;
}

.has-text-color.has-magenta-color, .has-inline-color.has-magenta-color {
  color: #cc0a5b;
}

.has-text-color.has-medium-grey-color, .has-inline-color.has-medium-grey-color {
  color: #c8c8c8;
}

.has-text-color.has-orange-color, .has-inline-color.has-orange-color {
  color: #ff8000;
}

.has-text-color.has-purple-color, .has-inline-color.has-purple-color {
  color: #4a259b;
}

.has-text-color.has-white-color, .has-inline-color.has-white-color {
  color: #ffffff;
}

.has-small-font-size {
  font-size: 14px;
}

.has-normal-font-size {
  font-size: 16px;
}

.has-lead-in-font-size {
  font-size: 22px;
}

.has-lead-in-large-font-size {
  font-size: 36px;
}

.has-heading-extra-large-font-size {
  font-size: 60px;
}

.has-heading-huge-font-size {
  font-size: 110px;
}

.is-style-font-family-is-tertiary {
  font-family: "Gotcha", cursive;
}

.wp-block-group {
  width: 100%;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-custom {
  background-image: var(--wyndetryst--custom-background-image-url);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

:where(.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-custom .wp-block-group__inner-container) > *:is(h1, h2, h3, h4, h5, h6, .wyndetryst--is-heading, a),
:where(.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-custom .wp-block-group__inner-container) > p > a {
  color: inherit;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-no-repeat {
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-no-repeat.wp-block-group.wyndetryst--group-block-background--image-no-repeat-variation-is-all-01 {
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/all-01-v1.71.0.jpg");
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-no-repeat.wp-block-group.wyndetryst--group-block-background--image-no-repeat-variation-is-blue-01 {
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/blue-01-v1.71.0.jpg");
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-no-repeat.wp-block-group.wyndetryst--group-block-background--image-no-repeat-variation-is-magenta-01 {
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/magenta-01-v1.71.0.jpg");
}

:where(.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-no-repeat .wp-block-group__inner-container) > *:is(h1, h2, h3, h4, h5, h6, .wyndetryst--is-heading, a),
:where(.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-no-repeat .wp-block-group__inner-container) > p > a {
  color: inherit;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter {
  background-image: var(--wyndetryst-group-background-image-corner-splatter-first-variation-url, none), var(--wyndetryst-group-background-image-corner-splatter-second-variation-url, none);
  background-position-x: var(--wyndetryst-group-background-image-corner-splatter-first-position-x, left), var(--wyndetryst-group-background-image-corner-splatter-second-position-x, left);
  background-position-y: var(--wyndetryst-group-background-image-corner-splatter-first-position-y, top), var(--wyndetryst-group-background-image-corner-splatter-second-position-y, top);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
  .wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter {
    background-size: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter {
    background-size: 150px;
  }
}
.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-bottom-left-blue {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-left-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-bottom-left-purple {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-left-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-bottom-right-blue {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-bottom-right-purple {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-top-left-blue {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-top-left-purple {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-top-right-blue {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-right-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--first-image-corner-splatter-variation-is-top-right-purple {
  --wyndetryst-group-background-image-corner-splatter-first-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-right-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-first-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-first-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-bottom-left-blue {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-left-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-bottom-left-purple {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-left-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-bottom-right-blue {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-bottom-right-purple {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:bottom;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-top-left-blue {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-top-left-purple {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:left;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-top-right-blue {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-right-v1.71.0.svg#blue");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-image-corner-splatter.wp-block-group.wyndetryst--group-block-background--second-image-corner-splatter-variation-is-top-right-purple {
  --wyndetryst-group-background-image-corner-splatter-second-variation-url:url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-right-v1.71.0.svg#purple");
  --wyndetryst-group-background-image-corner-splatter-second-position-x:right;
  --wyndetryst-group-background-image-corner-splatter-second-position-y:top;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-black {
  background-color: #000000;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-blue {
  background-color: #0094d2;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-dark-grey {
  background-color: #231f20;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-light-grey {
  background-color: #eaeaea;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-magenta {
  background-color: #cc0a5b;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-medium-grey {
  background-color: #c8c8c8;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-orange {
  background-color: #ff8000;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-purple {
  background-color: #4a259b;
}

.wp-block-group.wyndetryst--group-block-background--is-enabled.wp-block-group.wyndetryst--group-block-background--type-is-solid-color.wp-block-group.wyndetryst--group-block-background--solid-color-is-white {
  background-color: #ffffff;
}

.wp-block-group__inner-container {
  width: 100%;
}

.wp-block-group--flow-direction-is-row .wp-block-group__inner-container {
  align-items: flex-start;
  display: flex;
}

.wp-block-group--flow-direction-is-row .wp-block-group__inner-container > * {
  margin-top: 0;
}

.wp-block-group--flow-direction-is-row .wp-block-group__inner-container > *:not(:first-child) {
  margin-left: 20px;
}

.wp-block-group--flow-direction-is-row.wp-block-group--inline-alignment-is-center .wp-block-group__inner-container {
  justify-content: center;
}

.wp-block-group--flow-direction-is-row.wp-block-group--inline-alignment-is-end .wp-block-group__inner-container {
  justify-content: flex-end;
}

.wp-block-group--flow-direction-is-row.wp-block-group--inline-alignment-is-start .wp-block-group__inner-container {
  justify-content: flex-start;
}

.wp-block-group--text-should-have-shadow .wp-block-group__inner-container {
  text-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
}

.wp-block-separator.is-style-brush-stroke {
  margin-bottom: 20px;
  margin-top: 20px;
}

.wp-block-separator.is-style-brush-stroke::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/horizontal-rule-v1.71.0.svg#orange");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
}

.wp-block-separator.is-style-brush-stroke::before {
  background-position-x: left;
}

.wp-block-separator.is-style-brush-stroke.aligncenter::before {
  background-position-x: center;
}

.wp-block-separator.is-style-brush-stroke.alignleft::before {
  background-position-x: left;
}

.wp-block-separator.is-style-brush-stroke.alignright::before {
  background-position-x: right;
}

.wp-block-separator.is-style-full-width {
  background-color: #c8c8c8;
  height: 1px;
  width: 100%;
}

.wp-block-separator:where(:not(.is-style-brush-stroke, .is-style-full-width)) {
  margin-bottom: 20px;
  margin-top: 20px;
}

.wp-block-separator:where(:not(.is-style-brush-stroke, .is-style-full-width))::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/horizontal-rule-v1.71.0.svg#orange");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
}

.wp-block-separator:where(:not(.is-style-brush-stroke, .is-style-full-width))::before {
  background-position-x: left;
}

.wp-block-separator:where(:not(.is-style-brush-stroke, .is-style-full-width)).aligncenter::before {
  background-position-x: center;
}

.wp-block-separator:where(:not(.is-style-brush-stroke, .is-style-full-width)).alignleft::before {
  background-position-x: left;
}

.wp-block-separator:where(:not(.is-style-brush-stroke, .is-style-full-width)).alignright::before {
  background-position-x: right;
}

.page--community-member__show__article {
  display: flex;
  padding-bottom: 70px;
  padding-top: 70px;
}

@media only screen and (max-width: 768px) {
  .page--community-member__show__article {
    align-items: center;
    flex-direction: column;
  }
}
.page--community-member__show__email-link {
  align-items: center;
  color: #0094d2;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 16px;
  text-transform: uppercase;
}

.page--community-member__show__email-link::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#envelope--blue");
  content: "";
  display: block;
  height: 20px;
  margin-right: 4px;
  width: 20px;
}

.page--community-member__show__position {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-top: 12px;
}

.page--community-member__show__separator {
  margin-bottom: 24px;
  margin-top: 24px;
}

.page--community-member__show__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .page--community-member__show__textual-wrapper {
    flex-grow: 1;
  }
}
.page--community-member__show__visual-wrapper {
  max-width: min(300px, 100%);
}

@media only screen and (min-width: 769px) {
  .page--community-member__show__visual-wrapper {
    margin-left: 40px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--community-member__show__visual-wrapper {
    margin-bottom: 40px;
    order: -1;
  }
}
.page--event__index .page__body {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#blue"), url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#purple");
  background-position-x: left, right;
  background-position-y: top, bottom;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 769px) {
  .page--event__index .page__body {
    background-size: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--event__index .page__body {
    background-size: 150px;
  }
}
.page--event__index__footer {
  margin-top: 40px;
}

.page--event__index__header {
  padding-bottom: 40px;
  padding-top: 70px;
}

.page--event__index__separator {
  border: none;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  background-color: #eaeaea;
  height: 4px;
  width: 100%;
}

.page--event__index__pagination__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.page--event__index__pagination__item {
  display: block;
  margin-top: 0;
}

.page--event__index__pagination__item:not(:first-of-type) {
  margin-left: 30px;
}

.page--event__index__pagination__item .page-numbers {
  color: #ff8000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.page--event__index__pagination__item .page-numbers:is([href]):is(:hover, :focus, :focus-within) {
  color: #0094d2;
}

.page--event__index__pagination__item .page-numbers.current {
  color: #0094d2;
}

.page--event__index__pagination__item .page-numbers.prev, .page--event__index__pagination__item .page-numbers.next {
  display: block;
  height: 20px;
  width: 20px;
}

.page--event__index__pagination__item .page-numbers .icon {
  display: block;
}

.page--event__index__posts {
  padding-top: 40px;
}

.page--event__index__posts__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: grid;
  grid-gap: 35px;
}

@media only screen and (min-width: 769px) {
  .page--event__index__posts__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .page--event__index__posts__container {
    grid-template-columns: 100%;
  }
}
.page--event__index__posts__empty-result-label {
  color: #0094d2;
  text-align: center;
}

.page--event__index__posts__item {
  display: block;
  margin-top: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
}

.page--event__index__posts__item__article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.page--event__index__posts__item__article__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #cc0a5b;
  border-color: #cc0a5b;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 15px;
  text-decoration: none;
}

.page--event__index__posts__item__article__anchor:is([href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
}

.page--event__index__posts__item__article__detail-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}

.page--event__index__posts__item__article__date {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

.page--event__index__posts__item__article__excerpt {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}

.page--event__index__posts__item__article__name-anchor {
  color: #cc0a5b;
  display: block;
  text-decoration: none;
}

.page--event__index__posts__item__article__name-anchor:is([href]):is(:hover, :focus, :focus-within) {
  text-decoration: underline;
}

.page--event__index__posts__item__article__sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.page--event__index__posts__item__article__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.page--event__index__posts__item__image {
  aspect-ratio: 1/1;
  background-color: #c8c8c8;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  width: 100%;
}

.page--event__index__type-filters {
  margin-bottom: 20px;
}

.page--event__index__type-filters__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page--event__index__type-filters__item {
  display: block;
  margin-top: 0;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page--event__index__type-filters__item:not(:last-of-type)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.page--event__index__type-filters__item__anchor {
  color: inherit;
  text-decoration: none;
}

.page--event__index__type-filters__item__anchor:hover {
  color: #cc0a5b;
}

.page--event__index__type-filters__item--is-being-applied .page--event__index__type-filters__item__anchor {
  color: #cc0a5b;
  font-weight: 700;
}

.page--event__show__article {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-right-v1.71.0.svg#blue"), url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-left-v1.71.0.svg#purple");
  background-position-x: right, left;
  background-position-y: top, bottom;
  background-repeat: no-repeat;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .page--event__show__article {
    background-size: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--event__show__article {
    background-size: 150px;
  }
}
.page--event__show__content {
  padding-left: max(calc( ( 100% - 940px ) / 2 ), 0px);
  padding-right: max(calc( ( 100% - 940px ) / 2 ), 0px);
  background-color: #0094d2;
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/blue-01-v1.71.0.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 70px;
}

.page--event__show__content__card {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
}

.page--event__show__date__details {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.page--event__show__date__label {
  color: #0094d2;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.page--event__show__excerpt {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 25px;
}

.page--event__show__footer {
  padding-bottom: 70px;
  padding-top: 70px;
}

.page--event__show__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 70px;
  padding-top: 70px;
}

@media only screen and (min-width: 769px) {
  .page--event__show__header {
    align-items: flex-start;
    display: flex;
  }
}
.page--event__show__header__textual-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.page--event__show__image {
  max-width: min(380px, 100%);
}

@media only screen and (min-width: 769px) {
  .page--event__show__image {
    flex-shrink: 0;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--event__show__image {
    margin-top: 30px;
  }
}
.page--event__show__registration-anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #cc0a5b;
  border-color: #cc0a5b;
  color: #ffffff;
  margin-top: 20px;
}

.page--event__show__registration-anchor:is([href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
}

.page--event__show__location {
  margin-top: 20px;
}

.page--event__show__location__details {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.page--event__show__location__label {
  color: #0094d2;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.page--event__show__registration {
  padding-left: max(calc( ( 100% - 940px ) / 2 ), 0px);
  padding-right: max(calc( ( 100% - 940px ) / 2 ), 0px);
}

.page--event__show__registration__form {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
}

.page--event__show__registration__form button,
.page--event__show__registration__form input[type=button],
.page--event__show__registration__form input[type=submit] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #cc0a5b;
  border-color: #cc0a5b;
  color: #ffffff;
}

.page--event__show__registration__form button:is(:enabled):is(:hover, :focus, :focus-within),
.page--event__show__registration__form input[type=button]:is(:enabled):is(:hover, :focus, :focus-within),
.page--event__show__registration__form input[type=submit]:is(:enabled):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
}

.page--event__show__registration__form label {
  display: block;
  float: none;
  width: auto;
  color: #cc0a5b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.4em;
}

.page--event__show__registration__form input[type=email],
.page--event__show__registration__form input[type=number],
.page--event__show__registration__form input[type=text],
.page--event__show__registration__form select,
.page--event__show__registration__form textarea {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 1em;
  width: 100%;
}

.page--event__show__registration__form input[type=checkbox],
.page--event__show__registration__form input[type=email],
.page--event__show__registration__form input[type=number],
.page--event__show__registration__form input[type=radio],
.page--event__show__registration__form input[type=text],
.page--event__show__registration__form select,
.page--event__show__registration__form textarea {
  border-color: #cc0a5b;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #231f20;
}

.page--event__show__registration__form input[type=checkbox]:disabled,
.page--event__show__registration__form input[type=email]:disabled,
.page--event__show__registration__form input[type=number]:disabled,
.page--event__show__registration__form input[type=radio]:disabled,
.page--event__show__registration__form input[type=text]:disabled,
.page--event__show__registration__form select:disabled,
.page--event__show__registration__form textarea:disabled {
  border-color: #f0b6ce;
  color: #bdbcbc;
}

.page--event__show__registration__form input[type=checkbox]:not(:disabled):hover,
.page--event__show__registration__form input[type=email]:not(:disabled):hover,
.page--event__show__registration__form input[type=number]:not(:disabled):hover,
.page--event__show__registration__form input[type=radio]:not(:disabled):hover,
.page--event__show__registration__form input[type=text]:not(:disabled):hover,
.page--event__show__registration__form select:not(:disabled):hover,
.page--event__show__registration__form textarea:not(:disabled):hover {
  border-color: #9b0845;
}

.page--event__show__registration__form select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
}

.page--event__show__registration__form input[type=checkbox],
.page--event__show__registration__form input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  height: 1.1428571429em;
  padding: 0.1428571429em;
  width: 1.1428571429em;
}

.page--event__show__registration__form input[type=checkbox]:checked::after {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#check--dark-grey");
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.page--event__show__registration__form input[type=checkbox]:disabled:checked::after {
  opacity: 0.3;
}

.page--event__show__registration__form input[type=radio] {
  border-radius: 50%;
}

.page--event__show__registration__form input[type=radio]:checked::after {
  background-color: #231f20;
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.page--event__show__registration__form input[type=radio]:disabled:checked::after {
  background-color: #bdbcbc;
}

.page--event__show__registration__form .wyndetryst--events-manager__select-wrapper {
  display: block;
  position: relative;
}

.page--event__show__registration__form .wyndetryst--events-manager__select-wrapper::after {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#chevron-down--dark-grey");
  content: "";
  display: block;
  height: 1em;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1em;
}

.page--event__show__registration__form textarea {
  min-height: 12em;
  resize: vertical;
}

.page--event__show__registration__form .em-booking-form-section-confirm:not(:first-of-type), .page--event__show__registration__form .em-booking-form-section-details:not(:first-of-type), .page--event__show__registration__form .em-booking-form-section-tickets:not(:first-of-type) {
  margin-top: 20px;
}

.page--event__show__registration__form .em-booking-form-section-confirm .em-booking-buttons, .page--event__show__registration__form .em-booking-form-section-details .em-booking-buttons, .page--event__show__registration__form .em-booking-form-section-tickets .em-booking-buttons {
  display: flex;
  justify-content: center;
}

.page--event__show__registration__form .em-booking-form-section-confirm .input-group:not(:first-child),
.page--event__show__registration__form .em-booking-form-section-confirm .input-user-field:not(:first-child), .page--event__show__registration__form .em-booking-form-section-details .input-group:not(:first-child),
.page--event__show__registration__form .em-booking-form-section-details .input-user-field:not(:first-child), .page--event__show__registration__form .em-booking-form-section-tickets .input-group:not(:first-child),
.page--event__show__registration__form .em-booking-form-section-tickets .input-user-field:not(:first-child) {
  margin-top: 20px;
}

.page--event__show__registration__form .em-booking-form-section-confirm .input-group > .input-group, .page--event__show__registration__form .em-booking-form-section-details .input-group > .input-group, .page--event__show__registration__form .em-booking-form-section-tickets .input-group > .input-group {
  color: #231f20;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
  margin-top: 10px;
}

.page--event__show__registration__form .em-booking-form-section-confirm .input-group > .input-group > br, .page--event__show__registration__form .em-booking-form-section-details .input-group > .input-group > br, .page--event__show__registration__form .em-booking-form-section-tickets .input-group > .input-group > br {
  display: none;
}

.page--event__show__registration__form .em-booking-form-section-confirm .input-group > .input-group > :is(input[type=checkbox],
input[type=radio]), .page--event__show__registration__form .em-booking-form-section-details .input-group > .input-group > :is(input[type=checkbox],
input[type=radio]), .page--event__show__registration__form .em-booking-form-section-tickets .input-group > .input-group > :is(input[type=checkbox],
input[type=radio]) {
  margin-left: 0;
  margin-right: 4px;
  vertical-align: middle;
}

.page--event__show__registration__form .em-booking-form-section-confirm .input-group > .input-group > :is(input[type=checkbox],
input[type=radio]):not(:first-child), .page--event__show__registration__form .em-booking-form-section-details .input-group > .input-group > :is(input[type=checkbox],
input[type=radio]):not(:first-child), .page--event__show__registration__form .em-booking-form-section-tickets .input-group > .input-group > :is(input[type=checkbox],
input[type=radio]):not(:first-child) {
  margin-left: 16px;
}

.page--event__show__registration__form .em-event-booking-form .hidden {
  display: none;
}

.page--event__show__registration__heading {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.page--event__show__share-links {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  order: -1;
}

.page--event__show__share-links__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
}

.page--event__show__share-links__item {
  display: block;
  margin-top: 0;
}

.page--event__show__share-links__item:not(:first-of-type) {
  margin-left: 20px;
}

.page--event__show__share-links__item__anchor {
  color: #cc0a5b;
  display: block;
  height: 20px;
  width: 20px;
}

.page--event__show__share-links__item__anchor:is([href]):is(:hover, :focus, :focus-within) {
  color: #0094d2;
}

.page--event__show__share-links__item__anchor .icon {
  display: block;
}

.page--event__show__share-links__label {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}

.page--event__show__sub-heading {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.page--event__show__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.page--post__index .page__body {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#purple");
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

@media only screen and (min-width: 769px) {
  .page--post__index .page__body {
    background-size: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__body {
    background-size: 150px;
  }
}
.page--post__index__applied-filter {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: center;
}

.page--post__index__applied-filter__type-label {
  font-weight: 500;
}

.page--post__index__category-filters {
  background-color: #cc0a5b;
  margin-top: 20px;
  width: 100%;
}

.page--post__index__category-filters__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .page--post__index__category-filters__container {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index__category-filters__container {
    justify-content: center;
  }
}
.page--post__index__category-filters__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  display: flex;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

@media only screen and (min-width: 769px) {
  .page--post__index__category-filters__content-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index__category-filters__content-wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.page--post__index__category-filters__item {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}

.page--post__index__category-filters__item:not(:last-of-type) {
  margin-right: 8px;
}

.page--post__index__category-filters__item__anchor {
  border-style: solid;
  border-width: 1px;
  color: inherit;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.4166666667em;
  padding-left: 0.8333333333em;
  padding-right: 0.8333333333em;
  padding-top: 0.4166666667em;
  text-decoration: none;
}

.page--post__index__category-filters__item--is-being-applied, .page--post__index__category-filters__item__anchor:is(:active, :focus, :focus-within, :hover) {
  background-color: #ffffff;
  color: #cc0a5b;
}

.page--post__index__category-filters__label {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (min-width: 769px) {
  .page--post__index__category-filters__label {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index__category-filters__label {
    margin-bottom: 8px;
    text-align: center;
  }
}
.page--post__index__featured-post {
  background-color: #4a259b;
  background-image: url("/wp-content/themes/wyndetryst/assets/images/backgrounds/no-repeat/all-01-v1.71.0.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
  padding-bottom: 70px;
  padding-top: 70px;
}

.page--post__index__featured-post__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #4a259b;
  border-color: #4a259b;
  color: #ffffff;
  align-self: flex-start;
  font-size: 17px;
}

.page--post__index__featured-post__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #4a259b;
  color: #4a259b;
}

.page--post__index__featured-post__card {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#purple"), url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#blue");
  background-position-x: left, right;
  background-position-y: top, bottom;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  display: flex;
  margin-left: max(calc( ( 100% - 910px ) / 2 ), 15px);
  margin-right: max(calc( ( 100% - 910px ) / 2 ), 15px);
  padding: 35px;
}

@media only screen and (min-width: 769px) {
  .page--post__index__featured-post__card {
    align-items: center;
    background-size: 200px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index__featured-post__card {
    background-size: 150px;
    flex-direction: column;
  }
}
.page--post__index__featured-post__categories__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.page--post__index__featured-post__categories__item {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}

.page--post__index__featured-post__categories__item:not(:last-of-type) {
  margin-right: 10px;
}

.page--post__index__featured-post__categories__item__anchor {
  background-color: #0094d2;
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em;
  text-decoration: none;
  text-transform: uppercase;
}

.page--post__index__featured-post__categories__item__anchor:is([href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
}

.page--post__index__featured-post__categories__container {
  margin-bottom: 8px;
  order: -2;
}

.page--post__index__featured-post__excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page--post__index__featured-post__image {
  max-width: min(410px, 100%);
}

@media only screen and (min-width: 769px) {
  .page--post__index__featured-post__image {
    flex-shrink: 0;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index__featured-post__image {
    align-self: center;
    margin-top: 40px;
  }
}
.page--post__index__featured-post__published-at {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  order: -1;
}

.page--post__index__featured-post__textual-wrapper {
  display: flex;
  flex-direction: column;
}

.page--post__index__featured-post__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.page--post__index__featured-post__title__anchor {
  color: inherit;
  text-decoration: none;
}

.page--post__index__footer {
  margin-top: 40px;
}

.page--post__index__header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.page--post__index__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
}

.page--post__index__pagination__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.page--post__index__pagination__item {
  display: block;
  margin-top: 0;
}

.page--post__index__pagination__item:not(:first-of-type) {
  margin-left: 30px;
}

.page--post__index__pagination__item .page-numbers {
  color: #ff8000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.page--post__index__pagination__item .page-numbers:is([href]):is(:hover, :focus, :focus-within) {
  color: #0094d2;
}

.page--post__index__pagination__item .page-numbers.current {
  color: #0094d2;
}

.page--post__index__pagination__item .page-numbers.prev, .page--post__index__pagination__item .page-numbers.next {
  display: block;
  height: 20px;
  width: 20px;
}

.page--post__index__pagination__item .page-numbers .icon {
  display: block;
}

.page--post__index__posts {
  padding-top: 30px;
}

.page--post__index__posts__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: grid;
  grid-gap: 35px;
}

@media only screen and (min-width: 769px) {
  .page--post__index__posts__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index__posts__container {
    grid-template-columns: 100%;
  }
}
.page--post__index__posts__empty-result-label {
  color: #0094d2;
  margin-top: 30px;
  text-align: center;
}

.page--post__index__posts__item {
  display: block;
  margin-top: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
}

.page--post__index__posts__item__article {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.page--post__index__posts__item__article__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-image-slice: 0 0 100% 0;
  border-bottom-style: solid;
  border-bottom-width: 0.3125em;
  padding-bottom: 0.125em;
  padding-left: 0.125em;
  padding-right: 0.5em;
  padding-top: 0.4375em;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#blue");
  color: #0094d2;
  align-self: flex-start;
  font-size: 11px;
  margin-top: 10px;
  text-decoration: none;
}

.page--post__index__posts__item__article__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#purple");
  color: #4a259b;
}

.page--post__index__posts__item__article__categories__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.page--post__index__posts__item__article__categories__item {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}

.page--post__index__posts__item__article__categories__item:not(:last-of-type) {
  margin-right: 10px;
}

.page--post__index__posts__item__article__categories__item__anchor {
  background-color: #0094d2;
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em;
  text-decoration: none;
  text-transform: uppercase;
}

.page--post__index__posts__item__article__categories__item__anchor:is([href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
}

.page--post__index__posts__item__article__categories__container {
  order: -2;
}

.page--post__index__posts__item__article__excerpt {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}

.page--post__index__posts__item__article__published-at {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  order: -1;
}

.page--post__index__posts__item__article__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page--post__index__posts__item__article__title__anchor {
  color: inherit;
  text-decoration: none;
}

.page--post__index__posts__item__image {
  aspect-ratio: 1/1;
  background-color: #c8c8c8;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.page--post__show .page__body {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-right-v1.71.0.svg#blue"), url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-left-v1.71.0.svg#purple");
  background-position-x: right, left;
  background-position-y: top, bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  padding-top: 70px;
}

@media only screen and (min-width: 769px) {
  .page--post__show .page__body {
    background-size: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show .page__body {
    background-size: 150px;
  }
}
.page--post__show__categories__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.page--post__show__categories__item {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}

.page--post__show__categories__item:not(:last-of-type) {
  margin-right: 10px;
}

.page--post__show__categories__item__anchor {
  background-color: #0094d2;
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em;
  text-decoration: none;
  text-transform: uppercase;
}

.page--post__show__categories__item__anchor:is([href]):is(:hover, :focus, :focus-within) {
  background-color: #4a259b;
}

.page--post__show__categories__container {
  order: -2;
}

.page--post__show__content {
  margin-bottom: 40px;
  margin-top: 20px;
}

.page--post__show__content h3 {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
}

.page--post__show__content h4 {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.page--post__show__content h4 + * {
  margin-top: 0.9em;
}

@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image > figure {
    display: block;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image > figure > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image > figure > figcaption {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:-webkit-any(figure) {
    display: block;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:-webkit-any(figure) > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:-webkit-any(figure) > figcaption {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:matches(figure) {
    display: block;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:matches(figure) > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:matches(figure) > figcaption {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:is(figure) {
    display: block;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:is(figure) > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__show__content .wp-block-image:is(figure) > figcaption {
    display: block;
  }
}
.page--post__show__footer {
  display: flex;
  flex-direction: column;
}

.page--post__show__header {
  display: flex;
  flex-direction: column;
}

.page--post__show__index-anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-image-slice: 0 0 100% 0;
  border-bottom-style: solid;
  border-bottom-width: 0.3125em;
  padding-bottom: 0.125em;
  padding-left: 0.125em;
  padding-right: 0.5em;
  padding-top: 0.4375em;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#blue");
  color: #0094d2;
  align-self: flex-end;
  font-size: 12px;
}

.page--post__show__index-anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#purple");
  color: #4a259b;
}

.page--post__show__published-at {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  order: -1;
}

.page--post__show__separator {
  border: none;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  background-color: #c8c8c8;
  height: 1px;
  width: 100%;
}

.page--post__show__share-links {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
  order: -3;
}

.page--post__show__share-links__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
}

.page--post__show__share-links__item {
  display: block;
  margin-top: 0;
}

.page--post__show__share-links__item:not(:first-of-type) {
  margin-left: 20px;
}

.page--post__show__share-links__item__anchor {
  color: #cc0a5b;
  display: block;
  height: 20px;
  width: 20px;
}

.page--post__show__share-links__item__anchor:is([href]):is(:hover, :focus, :focus-within) {
  color: #0094d2;
}

.page--post__show__share-links__item__anchor .icon {
  display: block;
}

.page--post__show__share-links__label {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}

.page--post__show__tags {
  margin-bottom: 20px;
}

.page--post__show__tags__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: inline;
}

.page--post__show__tags__item {
  display: block;
  margin-top: 0;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.page--post__show__tags__item:not(:last-of-type)::after {
  content: ",";
}

.page--post__show__tags__item__anchor {
  color: #231f20;
  text-decoration: none;
}

.page--post__show__tags__item__anchor:hover {
  color: #cc0a5b;
  text-decoration: underline;
}

.page--post__show__tags__label {
  color: #4a259b;
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
}

.page--post__show__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
}

.page--team-member__index .page__body {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#blue"), url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#purple");
  background-position-x: left, right;
  background-position-y: top, bottom;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  padding-top: 70px;
}

@media only screen and (min-width: 769px) {
  .page--team-member__index .page__body {
    background-size: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .page--team-member__index .page__body {
    background-size: 150px;
  }
}
.page--team-member__index__header {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.page--team-member__index__instructions {
  color: #cc0a5b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.page--team-member__index__posts {
  margin-top: 10px;
}

.page--team-member__index__posts__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit, 221.5px);
  justify-content: center;
}

.page--team-member__index__posts__empty-result-label {
  color: #0094d2;
  margin-top: 40px;
  text-align: center;
}

.page--team-member__index__posts__item {
  display: block;
  margin-top: 0;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: auto;
}

.page--team-member__index__posts__item__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 12px;
  margin-top: 1.25em;
}

.page--team-member__index__posts__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

.page--team-member__index__posts__item__image {
  background-color: #c8c8c8;
  grid-column: 1;
  grid-row: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.page--team-member__index__posts__item__position {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  margin-top: 0.66em;
  text-align: center;
}

.page--team-member__index__posts__item__textual-wrapper {
  border-image-repeat: round;
  border-image-slice: 11.9047619048% 7.1428571429%;
  border-image-width: 25px;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/border-stitching-v1.71.0.svg#white");
  border-color: #ffffff;
  border-style: solid;
  border-width: 25px;
  align-items: center;
  background-color: rgba(204, 10, 91, 0.8);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
}

.page--team-member__index__posts__item:not(:is(:hover, :focus, :focus-within)) .page--team-member__index__posts__item__textual-wrapper {
  visibility: hidden;
}

.page--team-member__index__posts__item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.page--team-member__index__separator {
  border: none;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.page--team-member__index__separator::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/horizontal-rule-v1.71.0.svg#orange");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
}

.page--team-member__index__separator::before {
  background-position-x: center;
}

.page--team-member__index__sub-title {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  max-width: 500px;
  text-align: center;
}

.page--team-member__index__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}

.page--team-member__show__article {
  display: flex;
  flex-grow: 1;
  padding-bottom: 70px;
  padding-top: 70px;
}

@media only screen and (min-width: 769px) {
  .page--team-member__show__article {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .page--team-member__show__article {
    flex-direction: column;
  }
}
.page--team-member__show__email-link {
  align-items: center;
  color: #0094d2;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.page--team-member__show__email-link:is([href]):is(:hover, :focus, :focus-within) {
  color: #4a259b;
}

.page--team-member__show__email-link::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#envelope--blue");
  content: "";
  display: block;
  height: 20px;
  margin-right: 4px;
  width: 20px;
}

.page--team-member__show__email-link:is([href]):is(:hover, :focus, :focus-within)::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/icons-v1.71.0.svg#envelope--purple");
}

.page--team-member__show__position {
  color: #231f20;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-top: 12px;
}

.page--team-member__show__separator {
  margin-bottom: 24px;
  margin-top: 24px;
}

.page--team-member__show__title {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .page--team-member__show__textual-wrapper {
    flex-grow: 1;
  }
}
.page--team-member__show__visual-wrapper {
  max-width: min(300px, 100%);
}

@media only screen and (min-width: 769px) {
  .page--team-member__show__visual-wrapper {
    flex-shrink: 0;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page--team-member__show__visual-wrapper {
    align-self: center;
    margin-bottom: 40px;
    order: -1;
  }
}
.page--home__collage {
  display: grid;
  grid-gap: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}

@media only screen and (min-width: 769px) {
  .page--home__collage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .page--home__collage {
    grid-template-columns: 100%;
  }
}
.page--home__collage__column {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.page--home__collage__column > :not(:first-child) {
  margin-top: 25px;
}

.page--home__collage__image {
  flex-shrink: 0;
}

.page--home__collage__item {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 40px;
}

.page--home__collage__column:nth-child(3n+1) .page--home__collage__item {
  background-color: #0094d2;
}

.page--home__collage__column:nth-child(3n+1) .page--home__collage__item__anchor {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.page--home__collage__column:nth-child(3n+1) .page--home__collage__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0094d2;
}

.page--home__collage__column:nth-child(3n+2) .page--home__collage__item:nth-of-type(2n+1) {
  background-color: #4a259b;
}

.page--home__collage__column:nth-child(3n+2) .page--home__collage__item:nth-of-type(2n+1) .page--home__collage__item__anchor {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.page--home__collage__column:nth-child(3n+2) .page--home__collage__item:nth-of-type(2n+1) .page--home__collage__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4a259b;
}

.page--home__collage__column:nth-child(3n+2) .page--home__collage__item:nth-of-type(2n+2) {
  background-color: #cc0a5b;
}

.page--home__collage__column:nth-child(3n+2) .page--home__collage__item:nth-of-type(2n+2) .page--home__collage__item__anchor {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.page--home__collage__column:nth-child(3n+2) .page--home__collage__item:nth-of-type(2n+2) .page--home__collage__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

.page--home__collage__column:nth-child(3n+3) .page--home__collage__item {
  background-color: #ff8000;
}

.page--home__collage__column:nth-child(3n+3) .page--home__collage__item__anchor {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.page--home__collage__column:nth-child(3n+3) .page--home__collage__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff8000;
}

.page--home__collage__item__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  font-size: 16px;
  margin-top: 20px;
}

.page--home__collage__item__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.page--home__collage__item__heading strong {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.page--home__collage__item__sub-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
  text-align: center;
}

.page--home__intro {
  padding-left: max(calc( ( 100% - 910px ) / 2 ), 15px);
  padding-right: max(calc( ( 100% - 910px ) / 2 ), 15px);
  align-items: center;
  background-color: #4a259b;
  background-image: url("/wp-content/themes/wyndetryst/assets/images/home/intro/background--default-v1.71.0.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  padding-top: 130px;
}

@media only screen and (min-width: 769px) {
  .page--home__intro--anniversary, .page--home__intro--end-of-year-campaign {
    align-items: flex-start;
    background-image: linear-gradient(to right, #4a259b max(calc( ( (100% - 940px) / 2 ) + 31.3333333333px ), 30%), rgba(74, 37, 155, 0) 70%), url("/wp-content/themes/wyndetryst/assets/images/home/intro/background--anniversary-v1.71.0.jpg");
    background-position: center, max(calc( (100vw - 940px) / 2 ), 0px) center;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro--anniversary, .page--home__intro--end-of-year-campaign {
    background-image: none;
    padding-top: 40px;
  }
}
.page--home__intro__cards__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-content: center;
  display: grid;
  grid-gap: 15px;
  justify-content: center;
  margin-top: 90px;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .page--home__intro__cards__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro__cards__container {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro--anniversary .page--home__intro__cards__container, .page--home__intro--end-of-year-campaign .page--home__intro__cards__container {
    margin-top: -40px;
  }
}
.page--home__intro__cards__item {
  display: block;
  margin-top: 0;
  align-items: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 150px;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  color: #231f20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.page--home__intro__cards__item:nth-child(even) {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/bottom-right-v1.71.0.svg#purple");
  background-position-x: right;
  background-position-y: bottom;
}

.page--home__intro__cards__item:nth-child(odd) {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/corner-splatters/top-left-v1.71.0.svg#purple");
  background-position-x: left;
  background-position-y: top;
}

.page--home__intro__cards__item__dialog-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
}

.page--home__intro__cards__item__anchor, .page--home__intro__cards__item__dialog-trigger {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-image-slice: 0 0 100% 0;
  border-bottom-style: solid;
  border-bottom-width: 0.3125em;
  padding-bottom: 0.125em;
  padding-left: 0.125em;
  padding-right: 0.5em;
  padding-top: 0.4375em;
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#blue");
  color: #0094d2;
  margin-top: 15px;
}

.page--home__intro__cards__item__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within), .page--home__intro__cards__item__dialog-trigger:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  border-image-source: url("/wp-content/themes/wyndetryst/assets/vectors/anchor-underline-brush-stroke-v1.71.0.svg#purple");
  color: #4a259b;
}

.page--home__intro__cards__item__description {
  margin-top: 20px;
  text-align: center;
}

.page--home__intro__cards__item__dialog {
  background-color: #ffffff;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 6px;
  max-height: calc(100vh - 30px);
  max-width: calc(100vw - 30px);
  padding: 40px;
  position: relative;
}

.page--home__intro__cards__item__dialog__action--hide {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  color: #cc0a5b;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}

.page--home__intro__cards__item__heading {
  color: #cc0a5b;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.page--home__intro__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 769px) {
  .page--home__intro__heading {
    font-size: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro__heading {
    font-size: 45px;
  }
}
.page--home__intro--default .page--home__intro__heading {
  max-width: 700px;
}

.page--home__intro--anniversary .page--home__intro__heading {
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .page--home__intro--anniversary .page--home__intro__heading {
    max-width: 400px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro--anniversary .page--home__intro__heading {
    max-width: 330px;
  }
}
.page--home__intro--end-of-year-campaign .page--home__intro__heading {
  font-family: "Gotcha", cursive;
  font-weight: 400;
  line-height: 1.05;
}

@media only screen and (min-width: 769px) {
  .page--home__intro--end-of-year-campaign .page--home__intro__heading {
    font-size: 85px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro--end-of-year-campaign .page--home__intro__heading {
    font-size: 70.805px;
  }
}
.page--home__intro__sub-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 769px) {
  .page--home__intro__sub-heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro__sub-heading {
    font-size: 24px;
  }
}
.page--home__intro--annual-fundraiser .page--home__intro__sub-heading {
  max-width: 700px;
}

.page--home__intro--anniversary .page--home__intro__sub-heading {
  font-weight: 300;
}

@media only screen and (min-width: 769px) {
  .page--home__intro--anniversary .page--home__intro__sub-heading {
    max-width: 420px;
    text-align: left;
  }
}
.page--home__intro--end-of-year-campaign .page--home__intro__sub-heading {
  font-weight: 300;
}

@media only screen and (min-width: 769px) {
  .page--home__intro--end-of-year-campaign .page--home__intro__sub-heading {
    max-width: 410px;
    text-align: left;
  }
}
.page--home__intro__buttons__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  margin-top: 50px;
}

@media only screen and (min-width: 769px) {
  .page--home__intro__buttons__container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro__buttons__container {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro--anniversary .page--home__intro__buttons__container::after, .page--home__intro--end-of-year-campaign .page--home__intro__buttons__container::after {
    background-image: url("/wp-content/themes/wyndetryst/assets/images/home/intro/background--anniversary-v1.71.0.jpg");
    background-position: center;
    background-size: cover;
    content: "";
    display: block;
    height: 250px;
    margin-top: 50px;
    width: 100vw;
  }
}
.page--home__intro__buttons__item {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .page--home__intro__buttons__item:not(:first-child) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__intro__buttons__item:not(:first-child) {
    margin-top: 16px;
  }
}
.page--home__intro__buttons__item__button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 18px;
}

.page--home__intro__buttons__item__button:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

.page--home__intro__buttons__item__dialog {
  background-color: #ffffff;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 6px;
  max-height: calc(100vh - 30px);
  max-width: calc(100vw - 30px);
  padding: 40px;
  position: relative;
}

.page--home__intro__buttons__item__dialog__action--hide {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  color: #cc0a5b;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}

.page--home__interstitial {
  padding-left: max(calc( ( 100% - 910px ) / 2 ), 15px);
  padding-right: max(calc( ( 100% - 910px ) / 2 ), 15px);
  align-items: center;
  background-color: #cc0a5b;
  color: #ffffff;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .page--home__interstitial {
    flex-direction: column;
  }
}
.page--home__interstitial--should-overlap-previous {
  margin-top: -80px;
  padding-top: 100px;
}

.page--home__interstitial__anchor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 20px;
}

.page--home__interstitial__anchor:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
}

@media only screen and (min-width: 769px) {
  .page--home__interstitial__anchor {
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__interstitial__anchor {
    margin-top: 25px;
  }
}
.page--home__interstitial__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 300;
}

@media only screen and (min-width: 769px) {
  .page--home__interstitial__heading {
    margin-right: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__interstitial__heading {
    text-align: center;
  }
}
.page--home__interstitial__transparency-anchor {
  display: block;
  flex-shrink: 0;
  max-width: 75px;
  order: -1;
}

@media only screen and (min-width: 769px) {
  .page--home__interstitial__transparency-anchor {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__interstitial__transparency-anchor {
    margin-bottom: 25px;
  }
}
.page--home__testimonials {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .page--home__testimonials {
    flex-wrap: wrap;
  }
}
.page--home__testimonials__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: flex;
}

.page--home__testimonials__item {
  display: block;
  margin-top: 0;
  flex-shrink: 0;
  margin-left: 7.5px;
  margin-right: 7.5px;
  width: calc(100% - 15px);
}

@media only screen and (min-width: 769px) {
  .page--home__testimonials__item {
    align-items: center;
    display: flex;
  }
}
.page--home__testimonials__item__embed {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  max-width: 100%;
  padding: 10px;
  width: 435px;
}

@media only screen and (min-width: 769px) {
  .page--home__testimonials__item__embed {
    flex-shrink: 0;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__testimonials__item__embed {
    margin-bottom: 25px;
  }
}
.page--home__testimonials__item__quote__body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
}

.page--home__testimonials__item__quote__body::after, .page--home__testimonials__item__quote__body::before {
  content: '"';
}

.page--home__testimonials__item__quote__attribution {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

.page--home__testimonials__slideshow__gate {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .page--home__testimonials__slideshow__gate {
    flex-shrink: 0;
    width: 100%;
  }
}
.page--home__testimonials__slideshow__navigation-trigger {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  display: block;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
}

.page--home__testimonials__slideshow__navigation-trigger--next {
  margin-left: 16px;
}

@media only screen and (min-width: 769px) {
  .page--home__testimonials__slideshow__navigation-trigger--next {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__testimonials__slideshow__navigation-trigger--next {
    margin-top: 16px;
  }
}
.page--home__testimonials__slideshow__navigation-trigger--previous {
  margin-right: 16px;
}

@media only screen and (min-width: 769px) {
  .page--home__testimonials__slideshow__navigation-trigger--previous {
    order: -1;
  }
}
@media only screen and (max-width: 768px) {
  .page--home__testimonials__slideshow__navigation-trigger--previous {
    margin-top: 16px;
  }
}
.page--home__testimonials__slideshow__navigation-trigger:is(:enabled):is(:hover, :focus, :focus-within) .page--home__testimonials__slideshow__navigation-trigger__icon--fill {
  display: none;
}

.page--home__testimonials__slideshow__navigation-trigger:not(:is(:enabled):is(:hover, :focus, :focus-within)) .page--home__testimonials__slideshow__navigation-trigger__icon--outline {
  display: none;
}

.page--home__shop {
  background-color: #cc0a5b;
  color: #ffffff;
  padding-block: 30px;
}

.page--home__shop .wp-block-group__inner-container {
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 940px) {
  .page--home__shop .wp-block-group__inner-container {
    column-gap: 5px;
    justify-content: center;
  }
}
@media only screen and (max-width: 939px) {
  .page--home__shop .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.page--home__shop__content-wrapper {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 940px) {
  .page--home__shop__content-wrapper {
    align-items: start;
    flex-shrink: 0;
    width: 430px;
  }
}
@media only screen and (max-width: 939px) {
  .page--home__shop__content-wrapper {
    align-items: center;
  }
}
.page--home__shop__description {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
}

@media only screen and (max-width: 939px) {
  .page--home__shop__description {
    text-align: center;
  }
}
.page--home__shop__heading {
  color: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
}

@media only screen and (min-width: 940px) {
  .page--home__shop__heading {
    text-align: start;
  }
}
@media only screen and (max-width: 939px) {
  .page--home__shop__heading {
    text-align: center;
  }
}
.page--home__shop__image {
  margin-block-end: -30px;
}

@media only screen and (min-width: 940px) {
  .page--home__shop__image {
    margin-block-start: -90px;
    margin-inline-end: -97px;
  }
}
@media only screen and (max-width: 939px) {
  .page--home__shop__image {
    margin-block-start: 10px;
    max-width: calc(100vw + 70px);
  }
}
.page--home__shop__link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc0a5b;
  display: block;
  font-size: 24px;
  margin-block-start: 20px;
}

.page--home__shop__link:is(:enabled, [href]):is(:hover, :focus, :focus-within) {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.page--home__shop__separator {
  width: 100%;
}

@media only screen and (min-width: 940px) {
  .page--home__shop__separator::before {
    background-position-x: left;
  }
}
@media only screen and (max-width: 939px) {
  .page--home__shop__separator::before {
    background-position-x: center;
  }
}
.page--home__shop__separator::before {
  background-image: url("/wp-content/themes/wyndetryst/assets/vectors/horizontal-rule-v1.71.0.svg#white");
}
