@charset "UTF-8";
body {
  --color-opacity: 100%;
  --color-light: var(--wp--preset--color--light);
  --color-dark: var(--wp--preset--color--dark);
  --color-accent: var(--*******SET-THIS********, #333);
  --flow: var(--wp--style--block-gap);
  --color-body-text: var(--color-dark);
  --color-link: var(--wp--preset--color--dark);
  --color-link-hover: #666;
}

@supports not (margin-inline: auto) {
  .holder, header[role=banner] {
    margin: 0 auto;
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    max-width: var(--wp--style--global--content-size);
    width: 100%;
  }
}
@supports (margin-inline: auto) {
  .holder, header[role=banner] {
    margin-inline: max(var(--wp--style--root--padding-left), 50% - var(--wp--style--global--content-size) / 2);
  }
}

.music-list,
.video-list, .post-grid, nav.navigation ul.menu, footer[role=contentinfo] ul, .music-wrapper ul, .social-footer ul, .footnotes-menu,
.naked-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-footer ul, .footnotes-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.screen-reader-text,
.visuallyhidden, .social-footer a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.post-preview__title, body {
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--regular);
}

figcaption {
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--small);
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.video-wrap iframe,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper iframe.lazyloaded {
  background-color: #333;
  height: 500px;
  width: 100%;
}
@supports not (aspect-ratio: 16/9) {
  .video-wrap iframe,
  .wp-block-embed__wrapper iframe,
  .wp-block-embed__wrapper iframe.lazyloaded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .video-wrap iframe,
  .wp-block-embed__wrapper iframe,
  .wp-block-embed__wrapper iframe.lazyloaded {
    aspect-ratio: 16/9;
    height: auto;
  }
}

.gform_button.gform_button {
  --button-padding-inline: 1.25em;
  --button-padding-block: 0.75em;
  --button-border-width: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  text-decoration: none;
  padding: var(--button-padding-block) var(--button-padding-inline);
  -webkit-transition: opacity 0.075s ease-in-out, -webkit-transform 0.075s linear;
  transition: opacity 0.075s ease-in-out, -webkit-transform 0.075s linear;
  transition: opacity 0.075s ease-in-out, transform 0.075s linear;
  transition: opacity 0.075s ease-in-out, transform 0.075s linear, -webkit-transform 0.075s linear;
  color: var(--color-light, #FFF);
  background-color: var(--color-dark, #111);
}
.gform_button.gform_button svg {
  width: 16px;
  height: 16px;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
}
.gform_button.gform_button svg * {
  fill: #111;
}
.gform_button:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.gform_button:active, .gform_button:focus {
  opacity: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.gform_button.gform_button {
  background-color: transparent;
  color: var(--color-dark) !important;
  border: var(--button-border-width) solid currentColor;
  padding: calc(var(--button-padding-block) - var(--button-border-width)) calc(var(--button-padding-inline) - var(--button-border-width));
}

a {
  --text-underline-offset:8px;
  text-underline-offset: var(--text-underline-offset);
  text-decoration-color: currentColor;
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-thickness: 0.12em;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 2em;
}

:root {
  accent-color: var(--color-accent);
}

:focus-visible {
  outline-color: var(--color-accent);
}

::marker {
  color: var(--color-accent);
}

::-webkit-clear-button {
  color: var(--color-accent);
}

::-moz-selection {
  background-color: hotpink;
  color: var(--color-dark);
}

::selection {
  background-color: hotpink;
  color: var(--color-dark);
}

@supports selector(:focus-visible) {
  *:focus {
    /* Remove the focus indicator on mouse-focus for browsers
       that do support :focus-visible */
    outline: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus {
    -webkit-transition: outline-offset 0.25s ease;
    transition: outline-offset 0.25s ease;
    outline-offset: 5px;
  }
}
.site-wrapper {
  min-height: 100vh;
  min-height: 100dvh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}

address {
  font-style: normal;
}

.site-wrapper {
  padding: 20px 0;
}

.with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 680px) {
  .with-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 680px) {
  .with-sidebar > * {
    padding-top: 20px;
  }
}
@media (min-width: 680px) and (min-width: 680px) {
  .with-sidebar > * {
    padding-top: 50px;
  }
}

@media (min-width: 680px) {
  .with-sidebar > :first-child {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 20px);
  }
}

.with-sidebar > :last-child {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999;
}

.cols {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 4rem 3rem;
}
@media (min-width: 680px) {
  .cols[data-cols-thin-wide] {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }
}

body {
  font-family: var(--wp--preset--font-family--system-fonts);
  font-size: var(--wp--preset--font-size--regular);
}

@font-face {
  font-family: "Monaco";
  font-style: normal;
  font-weight: normal;
  src: local("Monaco"), url("../../fonts/Monaco.woff") format("woff");
}
html {
  font-size: 16px;
}

body {
  line-height: 1.4;
  color: var(--color-body-text);
  font-size: var(--wp--preset--font-size--regular);
  font-family: "Monaco", -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
  letter-spacing: 0.1rem;
}

h1, h2, h3, h4, h5 {
  font-family: "Monaco", -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
  font-weight: 400;
}

.has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large);
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large);
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
}

h1,
h2,
h3,
h4,
h5 {
  font-size: var(--wp--preset--font-size--regular);
}

h6,
.note {
  font-size: var(--wp--preset--font-size--small);
}

.has-x-small-font-size {
  font-size: var(--wp--preset--font-size--x-small);
}

.page-title,
.page-subtitle {
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: calc(var(--flow) * 2);
  -webkit-padding-after: var(--flow);
          padding-block-end: var(--flow);
  -webkit-border-after: 2px solid var(--color-body-text);
          border-block-end: 2px solid var(--color-body-text);
  letter-spacing: 0.2rem;
  max-width: 480px;
}

.wp-block-post-content h1, .wp-block-post-content h2, .wp-block-post-content h3 {
  text-transform: uppercase;
}
.wp-block-post-content h1:not(.has-text-align-center)::after, .wp-block-post-content h2:not(.has-text-align-center)::after, .wp-block-post-content h3:not(.has-text-align-center)::after {
  display: block;
  content: "";
  height: 2px;
  background-color: var(--wp--preset--color--dark);
  width: max(280px, 50vw);
  margin: 20px 0;
}

h1, h2, h3, h4, h5, h6, .page-title {
  text-wrap: balance;
}

.wp-block-post-content * > h1, .wp-block-post-content * > h2, .wp-block-post-content * > h3, .wp-block-post-content * > h4, .wp-block-post-content * > h5, .wp-block-post-content * > h6 {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

/* Placeholders style */
::-webkit-input-placeholder {
  color: var(--wp--preset--color--dark);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--wp--preset--color--dark);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--wp--preset--color--dark);
}

:-ms-input-placeholder {
  color: var(--wp--preset--color--dark);
}

input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.5;
}
input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5;
}
input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

@media (prefers-reduced-motion: no-preference) {
  input {
    outline-offset: -3px;
  }
  :focus {
    -webkit-transition: outline-offset 0.075s ease;
    transition: outline-offset 0.075s ease;
    outline-offset: 0px;
  }
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.8rem 1rem;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FFF no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
  color: var(--color-body-text);
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

#mce-EMAIL {
  width: 100%;
  max-width: 400px;
}

.ginput_container input,
.mc-field-group input {
  border: 0;
  background-color: transparent;
  -webkit-border-after: 1px var(--wp--preset--color--light) solid;
          border-block-end: 1px var(--wp--preset--color--light) solid;
  color: var(--wp--preset--color--light);
}

.gform_wrapper.gravity-theme .ginput_container_textarea textarea {
  background-color: transparent;
  padding: 20px;
  border: 1px var(--wp--preset--color--light) solid;
  border-radius: 30px;
  color: var(--wp--preset--color--light);
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_text,
.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom {
  color: var(--wp--preset--color--light);
  font-style: normal;
  font-size: var(--wp--preset--font-size--small);
  cursor: pointer;
}

.gform_title {
  -webkit-margin-after: var(--wp--style--block-gap);
          margin-block-end: var(--wp--style--block-gap);
}

:root {
  --form-control-color: rebeccapurple;
  --form-control-disabled: #959495;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: -ms-grid !important;
  display: grid !important;
  place-content: center;
}

.gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.gform-field-label + .ginput_container {
  -webkit-margin-before: calc(var(--wp--style--block-gap) / 2);
          margin-block-start: calc(var(--wp--style--block-gap) / 2);
}

.gfield_error.gfield_error,
.gfield_error.gfield_error * {
  color: var(--wp--preset--color--dark) !important;
}

input[type=checkbox]::before {
  content: "✔";
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  /* Windows High Contrast Mode */
}

input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

a {
  color: var(--color-link);
}

a:hover {
  color: var(--color-link-hover);
}

footer a {
  text-decoration-thickness: 1px;
}

.music-wrapper {
  margin-top: calc(var(--flow) * 2);
}

.tracklist__title {
  font-size: var(--wp--preset--font-size--regular);
  letter-spacing: 0;
}

.music__col-1.music__col-1.flow > * + * {
  margin-top: calc(var(--flow) * 2);
}

.music-info strong {
  font-weight: 400;
}

.holder .holder {
  width: 100%;
  margin-inline: 0;
}

.music-footer {
  margin-top: calc(var(--flow) * 4);
}

.video-list__item__title {
  font-size: var(--wp--preset--font-size--normal);
}
.video-list__item__image {
  overflow: hidden;
  margin-bottom: 10px;
}
@supports not (aspect-ratio: 16/9) {
  .video-list__item__image {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video-list__item__image > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .video-list__item__image {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.video-list__item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px #EEE solid;
}
.video-list__item__image[data-video-play] {
  position: relative;
}
.video-list__item__image[data-video-play]::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/play.svg?877d);
  background-repeat: no-repeat;
  background-position: center;
}
@supports not (aspect-ratio: 16/9) {
  .video-list__item__image[data-shape-square] {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video-list__item__image[data-shape-square] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .video-list__item__image[data-shape-square] {
    aspect-ratio: 1/1;
    height: auto;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video-list__item__image[data-shape-16-12] {
    position: relative;
    padding-top: 75%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video-list__item__image[data-shape-16-12] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .video-list__item__image[data-shape-16-12] {
    aspect-ratio: 16/12;
    height: auto;
  }
}

.video-footer {
  margin-top: calc(var(--flow) * 4);
}

.video-list__item a:hover img {
  border: 1px #e8bfdc solid;
}

.btn,
button:not(.components-button),
.wp-block-button__link {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0;
  padding-block: 0.7em;
  padding-inline: 1em;
  min-width: 200px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  border: 0;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
  background-color: var(--color-body-text);
}
.btn svg,
button:not(.components-button) svg,
.wp-block-button__link svg {
  width: 16px;
  height: 16px;
  display: block;
}
.btn svg *,
button:not(.components-button) svg *,
.wp-block-button__link svg * {
  fill: #FFF;
}
.btn:hover,
button:not(.components-button):hover,
.wp-block-button__link:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
  color: #FFF;
}
.btn:focus,
button:not(.components-button):focus,
.wp-block-button__link:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Magnific Popup CSS */
/* @import "settings"; */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

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

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

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

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 70%;
  cursor: auto;
  background: #fff;
  padding: 10%;
  margin-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Simple fade transition
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.pm-track-popup .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.075s ease-out;
  transition: all 0.075s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.pm-track-popup.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.pm-track-popup .mfp-content {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mfp-s-loading .mfp-preloader {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.mfp-preloader {
  width: 100%;
  height: 48px;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: calc(100% - 20px);
  background: #111;
  color: #fff;
  margin-top: 10px;
  padding: 0px;
}

.mfp-arrow {
  position: fixed;
}

.mfp-close.mfp-close {
  font-size: 0;
  color: #fff;
  opacity: 1;
  position: fixed;
  right: 24px;
  top: 20px;
  width: 34px;
  height: 34px;
  padding: 4px;
}

button.mfp-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px auto;
  width: 60px;
}

.mfp-arrow.mfp-arrow-left {
  background-image: url(../img/arrow--gallery--left.svg?rf);
}

.mfp-arrow.mfp-arrow-right {
  background-image: url(../img/arrow--gallery--right.svg?dwf);
}

.page-load-status {
  display: none;
  padding: 20px;
}

.view-more {
  padding: 80px 10px 20px 10px;
  width: 100%;
}

header[role=banner] {
  padding: 2rem 0;
}

.header-logo > a {
  display: block;
  text-decoration-line: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  -webkit-margin-after: calc(var(--flow) / 2);
          margin-block-end: calc(var(--flow) / 2);
  -webkit-padding-after: calc(var(--flow) / 2);
          padding-block-end: calc(var(--flow) / 2);
}

.social--header {
  display: none;
}

footer[role=contentinfo] {
  -webkit-margin-before: calc(var(--flow) * 2);
          margin-block-start: calc(var(--flow) * 2);
  -webkit-padding-before: calc(var(--flow) * 2);
          padding-block-start: calc(var(--flow) * 2);
}
footer[role=contentinfo] h6 {
  margin-bottom: calc(var(--flow) / 2);
}

.footer-menus {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: var(--flow);
}

.footer-menu li + li {
  -webkit-margin-before: calc(var(--flow) / 4);
          margin-block-start: calc(var(--flow) / 4);
}

.footnotes {
  padding-block: 4rem;
  margin-block: 2rem;
  font-size: small;
}

.footnotes-menu {
  gap: 20px;
}

nav.navigation a {
  display: block;
  text-decoration-line: none;
}
nav.navigation a:hover {
  text-decoration-line: underline;
}
nav.navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  white-space: nowrap;
}
nav.navigation .current-menu-item a,
nav.navigation .current_page_item a {
  text-decoration-line: underline;
}

.ml-form-align-center {
  text-align: left;
}

.ml-subscribe-form p {
  color: #111;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}

.ml-block-form button {
  min-width: 180px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.ml-field-group > input {
  background-color: #fff;
  color: var(--wp--preset--color--dark);
}

.label-description::before,
.label-description::after {
  border-radius: 0;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: var(--wp--preset--color--dark);
  background-color: var(--wp--preset--color--dark);
  color: #fff;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  top: 0;
  border-color: var(--wp--preset--color--dark);
  background-color: var(--wp--preset--color--dark);
  color: #fff;
}

.social-footer ul {
  gap: 20px;
}
.social-footer a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.social-footer a svg {
  width: 24px;
  height: 24px;
}
.social-footer a svg * {
  fill: currentColor;
}
.social-footer a span {
  text-transform: capitalize;
}

.post-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 4rem 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 42.5rem) {
  .post-grid {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 61.25rem) {
  .post-grid:not([data-max-cols-2]) {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-grid ul, .post-grid ol {
  list-style: none;
  padding-left: 0;
}

.post-preview a {
  display: block;
}
.post-preview__image {
  overflow: hidden;
  -webkit-margin-after: var(--flow);
          margin-block-end: var(--flow);
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .post-preview__image {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.post-preview__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px #EEE solid;
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image[data-shape-square] {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image[data-shape-square] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .post-preview__image[data-shape-square] {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.post-preview__text > * + * {
  -webkit-margin-before: calc(var(--flow) / 2);
          margin-block-start: calc(var(--flow) / 2);
}
.post-preview__title {
  line-height: 1.6;
}
.post-preview__date {
  display: block;
  font-size: 1rem;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
.music-list,
.video-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px;
  grid-template-columns: 300px;
  grid-gap: 4rem;
}
.music-list__item * + *,
.video-list__item * + * {
  -webkit-margin-before: calc(var(--flow) / 2);
          margin-block-start: calc(var(--flow) / 2);
}
.music-list__item__categories,
.video-list__item__categories {
  font-size: var(--wp--preset--font-size--small);
}
.music-list a,
.video-list a {
  text-decoration: none;
}

.wp-block-quote p,
blockquote p {
  font-size: var(--wp--preset--font-size--medium);
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.1;
}
.wp-block-quote cite,
blockquote cite {
  font-size: var(--wp--preset--font-size--regular);
  font-style: normal;
  display: block;
  margin-top: 2.5rem;
  position: relative;
  padding-right: 140px;
  bottom: 75px;
}

[data-gallery-style-stacked] > * a {
  display: block;
  padding: 0;
}
[data-gallery-style-stacked] > * + * {
  -webkit-margin-before: var(--wp--style--block-gap);
          margin-block-start: var(--wp--style--block-gap);
}

[data-gallery-style-grid] {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}
[data-gallery-style-grid] figure[itemscope] + figure[itemscope] {
  margin-top: 0;
}
[data-gallery-style-grid] figure > a {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@supports not (aspect-ratio: 16/9) {
  [data-gallery-style-grid] figure > a {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  [data-gallery-style-grid] figure > a > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  [data-gallery-style-grid] figure > a {
    aspect-ratio: 1/1;
    height: auto;
  }
}
[data-gallery-style-grid] figure > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-gallery-style-masonry] {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: var(--wp--style--block-gap);
     -moz-column-gap: var(--wp--style--block-gap);
          column-gap: var(--wp--style--block-gap);
}
[data-gallery-style-masonry] > * {
  -webkit-margin-after: var(--wp--style--block-gap);
          margin-block-end: var(--wp--style--block-gap);
}
[data-gallery-style-masonry][data-gallery-cols-3] {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
[data-gallery-style-masonry][data-gallery-cols-4] {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
@media (max-width: 599px) {
  [data-gallery-style-masonry][data-gallery-cols-3], [data-gallery-style-masonry][data-gallery-cols-4] {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 400px) {
  [data-gallery-style-masonry][data-gallery-cols-3], [data-gallery-style-masonry][data-gallery-cols-4] {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
[data-gallery-style-masonry] > figure {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

[data-gallery-credits-hide-1] figure figcaption {
  display: none;
}

.image-credits__credit {
  color: #FFF;
}
.image-credits__credit:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-inline: 0.125rem;
}

.bit-widget {
  --bit-font-size: 1rem;
}

.bit-widget-container {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.bit-widget.bit-layout-ipad .bit-event.bit-event {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.bit-details-inner-wrapper.bit-details-inner-wrapper {
  text-align: left;
}

.bit-widget.bit-layout-ipad .bit-nav-bar.bit-nav-bar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bit-widget.bit-layout-ipad .bit-event .bit-details.bit-details {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bit-widget.bit-layout-ipad .bit-event .bit-event-buttons.bit-event-buttons {
  margin: 20px 0 0;
}

.bit-widget.bit-layout-ipad .bit-event .bit-rsvp-container.bit-rsvp-container {
  width: auto;
}

.bit-widget.bit-layout-ipad .bit-mobile-date-and-share-wrapper.bit-mobile-date-and-share-wrapper {
  font-size: var(--bit-font-size);
}

.bit-widget .bit-follow-section-wrapper.bit-follow-section-wrapper {
  font-size: var(--bit-font-size);
}

.bit-widget * {
  font-weight: 400 !important;
}

.bit-widget .bit-rsvp.bit-rsvp {
  border: 0;
}

.bit-widget.bit-layout-ipad .bit-upcoming-events, .bit-widget.bit-layout-ipad .bit-past-events.bit-past-events {
  margin: 0px 0px 10px 0;
}

.bit-widget .bit-follow-section-wrapper.bit-follow-section-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bit-widget .bit-offers.bit-offers,
.bit-widget .bit-rsvp.bit-rsvp {
  width: auto;
}

.bit-widget .bit-offers.bit-offers {
  padding-block: 0.4em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-padding-end: 4em;
          padding-inline-end: 4em;
  background-color: #2d2d2e;
}

.bit-widget .bit-rsvp.bit-rsvp {
  padding-block: 0.4em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-padding-end: 2em;
          padding-inline-end: 2em;
}

ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.links li {
  font-size: var(--wp--preset--font-size--small);
}
@supports (margin-block-end: 0.5rem) {
  ul.links li {
    -webkit-margin-after: 0.5rem;
            margin-block-end: 0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem;
  }
}
@supports not (margin-block-end: 0.5rem) {
  ul.links li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
ul.links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.links .btn {
  min-width: auto;
  padding-block: 1em;
  padding-inline: 1.6em;
}

.page-title {
  -webkit-margin-after: calc(var(--wp--style--block-gap) * 2);
          margin-block-end: calc(var(--wp--style--block-gap) * 2);
}

.wp-block-post-content > * + *,
.flow > * + *,
.is-layout-flow > * + * {
  -webkit-margin-before: calc(var(--wp--style--block-gap) * 1);
          margin-block-start: calc(var(--wp--style--block-gap) * 1);
}
.wp-block-post-content > * + .has-background,
.flow > * + .has-background,
.is-layout-flow > * + .has-background {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.flow[data-flow-small] > * + * {
  -webkit-margin-before: calc(var(--flow) / 2);
          margin-block-start: calc(var(--flow) / 2);
}

.flow[data-flow-medium] > * + * {
  -webkit-margin-before: calc(var(--flow) * 1.5);
          margin-block-start: calc(var(--flow) * 1.5);
}

.flow[data-flow-big] > * + *,
.flow[data-flow-large] > * + * {
  -webkit-margin-before: calc(var(--flow) * 3);
          margin-block-start: calc(var(--flow) * 3);
}

.flow[data-flow-huge] > * + * {
  -webkit-margin-before: calc(var(--flow) * 6);
          margin-block-start: calc(var(--flow) * 6);
}

.wp-block-spacer.wp-block-spacer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.holder--small {
  max-width: 600px;
}
.holder--oversized {
  max-width: calc(var(--wp--style--global--content-size) + 200px);
}
.holder--oversized img {
  width: 100%;
  max-width: none;
}

.holder--main {
  position: relative;
}

.aligncenter {
  margin: 20px auto;
}

.align--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align--left {
  float: left;
  margin: 20px;
}
.align--right {
  float: right;
  margin: 20px;
}

.content-wrapper {
  overflow-x: hidden;
}

iframe[src*=soundcloud] {
  max-height: 200px;
}

iframe[src*=youtube] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
  max-height: 95vh;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.label {
  background: hsla(0, 0%, 100%, 0.7);
  padding: 10px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: small;
}

body[data-overlap-header] main > article {
  padding-block: 0;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}

body[data-video-active] main,
body[data-cover-active] main {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.img-border-black {
  border: 1px solid #111;
}

.is-style-spacer-small {
  height: calc(var(--wp--style--block-gap) * 1) !important;
}

.is-style-spacer-medium {
  height: calc(var(--wp--style--block-gap) * 2) !important;
}

.is-style-spacer-large {
  height: 140px !important;
}
/*# sourceMappingURL=main.css.map */