/*!
Theme Name: Alkali
Theme URI: https://www.alkalidesigns.com
Author: Alkali Designs LLC
Author URI: https://www.alkalidesigns.com
Description: WordPress custom theme for Stuff You Should Know
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alkali
Tags:

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

Alkali is based on Underscores https://underscoretw.com/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/* Inter font */

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-Thin.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Thin.woff') format('woff');

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-Black.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-ExtraLight.woff') format('woff');

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-ExtraBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('./assets/fonts/inter/Inter-Light.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/* Futura font */

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-Italic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-ExtraLight.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-ExtraLight.woff') format('woff');

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-ExtraLightItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-ExtraLightItalic.woff') format('woff');

  font-weight: 200;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-MediumItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-MediumItalic.woff') format('woff');

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-SemiBold.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-LightItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-LightItalic.woff') format('woff');

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-Medium.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-Regular.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-Light.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-Black.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-SemiBoldItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-SemiBoldItalic.woff') format('woff');

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-Thin.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-Thin.woff') format('woff');

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-ThinItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-ThinItalic.woff') format('woff');

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-BoldItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-BoldItalic.woff') format('woff');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-Bold.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-BlackItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-BlackItalic.woff') format('woff');

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-ExtraBoldItalic.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-ExtraBoldItalic.woff') format('woff');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Futura';

  src: url('./assets/fonts/futura/Futura-ExtraBold.woff2') format('woff2'),
        url('./assets/fonts/futura/Futura-ExtraBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  background-color: var(--theme-body-bg-color);
  font-family: Inter, sans-serif;
  color: var(--theme-body-font-color);
}

body.open::before, 
body.event-modal-open:before {
  position: fixed;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: #2D191C80;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-content: "";
  content: var(--tw-content);
}

/* Header */

.header {
  display: flex;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

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

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

.left-container {
  display: flex;
  flex-basis: 50%;
  justify-content: space-between;
  background-color: var(--theme-primary-accent-color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .left-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.main-logo {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .main-logo {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.menu-item {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  font-family: Futura, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-item:hover::after {
  content: var(--tw-content);
  width: 100%;
}

@media (min-width: 1280px) {
  .menu-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.menu-item::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0.5rem;
  width: 0px;
  background-color: var(--theme-body-font-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

.left-menu {
  display: none;
  gap: 1rem;
  color: var(--theme-body-font-color);
}

@media (min-width: 1024px) {
  .left-menu {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .left-menu {
    gap: 2rem;
  }
}

.right-container {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
  background-color: var(--theme-body-font-color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .right-container {
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.right-menu {
  display: none;
  gap: 1rem;
  color: var(--theme-primary-accent-color);
}

@media (min-width: 1024px) {
  .right-menu {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .right-menu {
    gap: 2rem;
  }
}

.right-menu .menu-item::after {
  background-color: var(--theme-primary-accent-color);
}

.search-form {
  display: none;
  align-items: center;
}

@media (min-width: 1280px) {
  .search-form {
    display: flex;
  }
}

.search-form form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--theme-primary-accent-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 210 / var(--tw-bg-opacity));
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(139 32 27 / var(--tw-text-opacity));
}

.search-form form span {
  padding-left: 1rem;
}

.search-form .search-field {
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 210 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(139 32 27 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-form .search-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(139 32 27 / var(--tw-text-opacity));
}

.search-form .search-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(139 32 27 / var(--tw-text-opacity));
}

.search-form .facetwp-facet {
  margin-bottom: 0px;
}

.search-form .facetwp-input-wrap {
  display: block;
}

.search-form .facetwp-facet input.facetwp-search {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 57 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 210 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(139 32 27 / var(--tw-text-opacity));
}

.search-form .facetwp-facet input.facetwp-search::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 32 27 / var(--tw-placeholder-opacity));
}

.search-form .facetwp-facet input.facetwp-search::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 32 27 / var(--tw-placeholder-opacity));
}

.search-form .facetwp-facet input.facetwp-search {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .search-form .facetwp-facet input.facetwp-search {
    border-radius: 0.375rem;
  }
}

.search-form .facetwp-icon {
  left: 0.5rem;
  right: auto;
  opacity: 1;
}

.search-form .facetwp-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2852 16.1143L12.6897 12.5124M14.6822 7.69852C14.6822 9.50539 13.9644 11.2382 12.6868 12.5159C11.4091 13.7935 9.67628 14.5113 7.86942 14.5113C6.06256 14.5113 4.3297 13.7935 3.05206 12.5159C1.77441 11.2382 1.05664 9.50539 1.05664 7.69852C1.05664 5.89166 1.77441 4.1588 3.05206 2.88116C4.3297 1.60352 6.06256 0.885742 7.86942 0.885742C9.67628 0.885742 11.4091 1.60352 12.6868 2.88116C13.9644 4.1588 14.6822 5.89166 14.6822 7.69852V7.69852Z' stroke='%238B201B' stroke-width='1.60301' stroke-linecap='round'/%3E%3C/svg%3E");
}

.socials {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1536px) {
  .socials {
    display: flex;
  }
}

.socials a {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-primary-accent-color);
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--theme-primary-accent-font-color);
}

.hamburger {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--theme-primary-accent-font-color);
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.slide-navigation {
  position: fixed;
  right: -350px;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 350px;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #581E1C;
  --tw-gradient-to: rgb(88 30 28 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: var(--theme-primary-accent-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.open .slide-navigation {
  right: 0px;
  top: 0;
}

body.open.admin-bar .slide-navigation {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.open.admin-bar .slide-navigation {
    top: 46px;
  }
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mobile-menu .menu-item::after {
  bottom: -0.25rem;
  height: 0.25rem;
  background-color: var(--theme-primary-accent-color);
}

.slide-navigation .search-form {
  display: block;
}

.slide-navigation .socials {
  display: flex;
}

.hamburger-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

/* Footer */

footer {
  background-color: var(--theme-footer-bg-color);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--theme-footer-text-color);
}

@media (min-width: 768px) {
  footer {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1280px) {
  .footer {
    max-width: 80%;
  }
}

#footer-menu ul {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.5rem;
}

@media (min-width: 768px) {
  #footer-menu ul {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  #footer-menu ul {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

#footer-menu .menu-item::after {
  display: none;
}

/* Buttons */

.primary-button {
  display: inline-block;
  min-width: 280px;
  background-color: var(--theme-primary-accent-color);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-font-color);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.primary-button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .primary-button {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .primary-button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.secondary-button {
  display: inline-block;
  min-width: 280px;
  background-color: var(--theme-secondary-accent-color);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-font-color);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.secondary-button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .secondary-button {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .secondary-button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 45rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all containers with the `_tw-prose` class on the
 * frontend, and within the block editor.
 *
 * The `$prose-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

._tw-prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

._tw-prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

._tw-prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

._tw-prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

._tw-prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

._tw-prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

._tw-prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

._tw-prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

._tw-prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

._tw-prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

._tw-prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

._tw-prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

._tw-prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

._tw-prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

._tw-prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

._tw-prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

._tw-prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

._tw-prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

._tw-prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

._tw-prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

._tw-prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

._tw-prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

._tw-prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

._tw-prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

._tw-prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

._tw-prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

._tw-prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

._tw-prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

._tw-prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

._tw-prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

._tw-prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

._tw-prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

._tw-prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

._tw-prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

._tw-prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

._tw-prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

._tw-prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

._tw-prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

._tw-prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

._tw-prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

._tw-prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

._tw-prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

._tw-prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

._tw-prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

._tw-prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

._tw-prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

._tw-prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

._tw-prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

._tw-prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

._tw-prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

._tw-prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

._tw-prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

._tw-prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

._tw-prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

._tw-prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

._tw-prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

._tw-prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

._tw-prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

._tw-prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

._tw-prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

._tw-prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

._tw-prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

._tw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

._tw-prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

._tw-prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

._tw-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

._tw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

._tw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

._tw-prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

._tw-prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

._tw-prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

._tw-prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

._tw-prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

._tw-prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

._tw-prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

._tw-prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

._tw-prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

._tw-prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

._tw-prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

._tw-prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

._tw-prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

._tw-prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

._tw-prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

._tw-prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

._tw-prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

._tw-prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

._tw-prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

._tw-prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

._tw-prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

._tw-prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

._tw-prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

._tw-prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

._tw-prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

._tw-prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

._tw-prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

._tw-prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

._tw-prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

._tw-prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

._tw-prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

._tw-prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

._tw-prose {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  max-width: none;
}

._tw-prose :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(209 15 15 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 80rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/* Landing page */

.landing-page {
  height: 100vh;
  width: 100%;
  background-color: var(--theme-primary-accent-color);
  color: var(--theme-secondary-accent-color);
}

.landing-page .container {
  position: relative;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding: 1rem;
}

.landing-page .title-container {
	width: max-content;
    margin-left: auto;
    margin-right: auto;
	border-bottom: 5px solid var(--theme-secondary-accent-color);
	padding-bottom: 1rem;
}

.landing-page .microphone {
	margin-left: auto;
}

.landing-page .title {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-family: Futura, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 5px solid var(--theme-secondary-accent-color);
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .landing-page .title {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .landing-page .title {
    font-size: 6rem;
    line-height: 1;
  }
}

.landing-page .info {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .landing-page .info {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .landing-page .info {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.landing-page #main-menu {
  margin-top: 1.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .landing-page #main-menu {
    margin-top: 2.5rem;
    padding-top: 4rem;
  }
}

.landing-page #menu-landing {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .landing-page #menu-landing {
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .landing-page #menu-landing {
    gap: 4rem;
  }
}

.landing-page #main-menu a {
  display: inline-block;
  min-width: 280px;
  background-color: var(--theme-secondary-accent-color);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-font-color);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.landing-page #main-menu a:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .landing-page #main-menu a {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .landing-page #main-menu a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.landing-page .menu-item::after {
  display: none;
}

/* Event Card Block */

.alkali__event-card {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #581E1C;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .alkali__event-card {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.alkali__event-card .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.upcoming-events {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: #45020f; /* rgb(34 18 21 / var(--tw-bg-opacity)); */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .upcoming-events {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.past-events {
  border-radius: 1rem;
  background-color: #D039331A;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .past-events {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sub-header {
  font-family: Futura, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .sub-header {
    font-size: 3rem;
    line-height: 1;
  }
}

.past-events .sub-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.events {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .events {
    margin-top: 3rem;
  }
}

.event {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.event:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .event {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.thumbnail-container {
  position: relative;
  height: 0px;
  width: 100%;
  max-width: 6rem;
  padding-top: 6rem;
}

@media (min-width: 1024px) {
  .thumbnail-container {
    max-width: 10rem;
    padding-top: 10rem;
  }
}

.thumbnail-container img {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-info-wrap {
  width: 100%;
}

.event-info {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 640px) {
  .event-info {
    flex-direction: row;
    align-items: center;
  }
}

.event-title {
  margin-right: 0.625rem;
  font-family: Futura, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-transform: capitalize;
}

.share-event {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--theme-primary-accent-color);
}

.event-date {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--theme-primary-accent-color);
}

.event-venue {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(133 129 129 / var(--tw-text-opacity));
}

.book-event {
  background-color: var(--theme-primary-accent-color);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-font-color);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.event-description {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(169 168 168 / var(--tw-text-opacity));
}

.event-modal {
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: -10;
  width: 91.666667%;
  max-width: 80rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.event-modal.open {
  pointer-events: auto;
  visibility: visible;
  z-index: 30;
  opacity: 1;
}

.event-modal .modal-body {
  position: relative;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 18 21 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .event-modal .modal-body {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.event-modal p {
  margin-bottom: 0.625rem;
  font-family: Futura, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-color);
}

@media (min-width: 1024px) {
  .event-modal p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.event-modal h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .event-modal h5 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.event-modal .modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  cursor: pointer;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--theme-primary-accent-color);
}

@media (min-width: 1024px) {
  .event-modal .modal-close {
    right: 1.75rem;
  }
}

/* Base Block */

.alkali__base {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .alkali__base {
    flex-direction: row;
  }

  .alkali__base.right {
    flex-direction: row-reverse;
  }
}

.alkali__base .content-container {
  display: flex;
  flex-basis: 60%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .alkali__base .content-container {
    padding-left: 7%;
    padding-right: 7%;
  }
}

.alkali__base .content-container h2 {
  margin-bottom: 1.25rem;
  font-family: Futura, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .alkali__base .content-container h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .alkali__base .content-container h2 {
    font-size: 6rem;
    line-height: 1;
  }
}

.alkali__base .content-container p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .alkali__base .content-container p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.alkali__base .content-container .primary-button {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.alkali__base .image-container {
  position: relative;
  width: 100%;
  flex-basis: 40%;
  padding-top: 56.25%;
}

@media (min-width: 1024px) {
  .alkali__base .image-container {
    padding-top: 0px;
  }
}

.alkali__base .image-container img {
  position: absolute;
  top: 0px;
  height: 100%;
  max-height: 960px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .alkali__base .image-container img {
    position: relative;
  }
}

/* About Block */

.alkali__about {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #581E1C;
}

@media (min-width: 1024px) {
  .alkali__about {
    flex-direction: row;
  }
}

.alkali__about .content-container {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .alkali__about .content-container {
    align-items: flex-end;
    padding-left: 7%;
    padding-right: 7%;
    text-align: right;
  }
}

.alkali__about .content-container h6 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-primary-accent-color);
}

@media (min-width: 1024px) {
  .alkali__about .content-container h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.alkali__about .content-container h2 {
  margin-bottom: 1.25rem;
  font-family: Futura, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .alkali__about .content-container h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .alkali__about .content-container h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.alkali__about .content-container p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .alkali__about .content-container p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.alkali__about .content-container .primary-button {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.alkali__about .image-container {
  position: relative;
  flex-basis: 50%;
}

.alkali__about .image-container img {
  position: relative;
  margin-top: 2rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 36rem;
}

@media (min-width: 768px) {
  .alkali__about .image-container img {
    margin-top: -3rem;
    margin-bottom: -5rem;
  }
}

@media (min-width: 1024px) {
  .alkali__about .image-container img {
    margin-top: -6rem;
    margin-bottom: -6rem;
    max-width: 100%;
  }
}

/* Value Stack Block */

.alkali__value-stack .value-stacks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .alkali__value-stack .value-stacks {
    grid-template-columns: repeat(var(--column-number), minmax(0, 1fr));
  }
}

.alkali__value-stack .value-stack {
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .alkali__value-stack .value-stack {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.alkali__value-stack .value-stack.primary {
  background-color: var(--theme-primary-accent-color);
}

.alkali__value-stack .value-stack.secondary {
  background-color: var(--theme-secondary-accent-color);
}

.alkali__value-stack .value-stack-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  width: 50%;
}

@media (min-width: 1024px) {
  .alkali__value-stack .value-stack-image {
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 4rem;
    border-radius: 1rem;
    max-width: 300px;
  }
}

.alkali__value-stack .value-stack.primary .value-stack-image {
  --tw-drop-shadow: drop-shadow(4px 6px 10px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.alkali__value-stack .value-stack.secondary .value-stack-image {
  --tw-drop-shadow: drop-shadow(4px 6px 10px rgb(208,57,51));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.alkali__value-stack .value-stack-content {
  position: relative;
  background-color: var(--theme-secondary-accent-color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .alkali__value-stack .value-stack-content {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .alkali__value-stack .value-stack.primary .value-stack-image {
    --tw-drop-shadow: drop-shadow(8px 13px 21px rgba(0, 0, 0, 0.25));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .alkali__value-stack .value-stack.secondary .value-stack-image {
    --tw-drop-shadow: drop-shadow(8px 13px 21px rgb(208, 57, 51));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

.alkali__value-stack .value-stack-content::after {
  position: absolute;
  top: 0px;
  right: -10%;
  height: 100%;
  width: 10%;
  background-color: var(--theme-secondary-accent-color);
  --tw-content: "";
  content: var(--tw-content);
}

.alkali__value-stack .value-stack__sub-headline {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-primary-accent-color);
}

@media (min-width: 1024px) {
  .alkali__value-stack .value-stack__sub-headline {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.alkali__value-stack .value-stack__headline {
  margin-bottom: 1.25rem;
  font-family: Futura, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .alkali__value-stack .value-stack__headline {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .alkali__value-stack .value-stack__headline {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.alkali__value-stack .value-stack__body {
  width: 100%;
  max-width: 540px;
}

.alkali__value-stack .value-stack__body p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .alkali__value-stack .value-stack__body p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.alkali__value-stack .socials {
  display: flex;
}

.alkali__value-stack .socials a {
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .alkali__value-stack .socials a {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Platform Block */

.alkali__platform {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  position: relative;
}

@media (min-width: 1024px) {
  .alkali__platform {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.alkali__platform.primary {
  background-color: var(--theme-primary-accent-color);
}

.alkali__platform.secondary {
  background-color: var(--theme-secondary-accent-font-color);
}

.alkali__platform .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 5;
}

@media (min-width: 1024px) {
  .alkali__platform .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.alkali__platform .platform-bg {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.alkali__platform h6 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .alkali__platform h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.alkali__platform.primary h6 {
  color: var(--theme-secondary-accent-color);
}

.alkali__platform.secondary h6 {
  color: var(--theme-primary-accent-color);
}

.alkali__platform h2 {
  margin-bottom: 1.25rem;
  font-family: Futura, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .alkali__platform h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .alkali__platform h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.alkali__platform.secondary h2 {
  color: var(--theme-secondary-accent-color);
}

.alkali__platform .platforms {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .alkali__platform .platforms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .alkali__platform .platforms {
    margin-top: 8rem;
    margin-bottom: 8rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.alkali__platform .platform-image {
  margin-left: auto;
  margin-right: auto;
}

.alkali__platform .button {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .alkali__platform .button {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.alkali__platform.primary .button {
  display: inline-block;
  min-width: 280px;
  background-color: var(--theme-secondary-accent-color);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-font-color);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.alkali__platform.primary .button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .alkali__platform.primary .button {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .alkali__platform.primary .button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.alkali__platform.secondary .button {
  display: inline-block;
  min-width: 280px;
  background-color: var(--theme-primary-accent-color);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-font-color);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.alkali__platform.secondary .button:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .alkali__platform.secondary .button {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .alkali__platform.secondary .button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.alkali__base .content-container .alkali__platform.secondary .button {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.alkali__about .content-container .alkali__platform.secondary .button {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.alkali__platform .socials {
  display: flex;
  justify-content: center;
}

.alkali__platform .socials a {
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .alkali__platform .socials a {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.alkali__platform.primary .socials a {
  background-color: var(--theme-secondary-accent-color);
}

.alkali__platform.secondary .socials a {
  background-color: var(--theme-primary-accent-color);
}

/* Episode Card Block */

.alkali__episode-card {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #581E1C;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .alkali__episode-card {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .alkali__episode-card {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.alkali__episode-card .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.episode-facetwp {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .episode-facetwp {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .episode-facetwp {
    margin-bottom: 5rem;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .episode-facetwp {
    margin-bottom: 7rem;
  }
}

.episode-facetwp .facetwp-facet {
  margin-bottom: 0px;
  width: 100%;
}

.episode-search {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .episode-search {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .episode-search {
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .episode-search {
    gap: 3rem;
  }
}

.episode-search h2 {
  font-family: Futura, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .episode-search h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .episode-search h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.episode-search .facetwp-input-wrap {
  display: block;
}

.episode-search .facetwp-facet input.facetwp-search {
  width: 100%;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 57 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 210 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(139 32 27 / var(--tw-text-opacity));
}

.episode-search .facetwp-facet input.facetwp-search::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 32 27 / var(--tw-placeholder-opacity));
}

.episode-search .facetwp-facet input.facetwp-search::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 32 27 / var(--tw-placeholder-opacity));
}

.episode-search .facetwp-facet input.facetwp-search {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .episode-search .facetwp-facet input.facetwp-search {
    border-radius: 0.25rem;
    border-width: 2px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.episode-search .facetwp-icon {
  left: 0.5rem;
  right: auto;
  opacity: 1;
}

.episode-search .facetwp-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2852 16.1143L12.6897 12.5124M14.6822 7.69852C14.6822 9.50539 13.9644 11.2382 12.6868 12.5159C11.4091 13.7935 9.67628 14.5113 7.86942 14.5113C6.06256 14.5113 4.3297 13.7935 3.05206 12.5159C1.77441 11.2382 1.05664 9.50539 1.05664 7.69852C1.05664 5.89166 1.77441 4.1588 3.05206 2.88116C4.3297 1.60352 6.06256 0.885742 7.86942 0.885742C9.67628 0.885742 11.4091 1.60352 12.6868 2.88116C13.9644 4.1588 14.6822 5.89166 14.6822 7.69852V7.69852Z' stroke='%238B201B' stroke-width='1.60301' stroke-linecap='round'/%3E%3C/svg%3E");
}

.episode-filter .facetwp-facet {
  display: flex;
}

.episode-filter .fs-label-wrap {
  border-radius: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(208 57 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(111 49 47 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .episode-filter .fs-label-wrap {
    border-radius: 0.25rem;
  }
}

.episode-filter .fs-label-wrap .fs-label {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 3rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Futura, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .episode-filter .fs-label-wrap .fs-label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.episode-filter .fs-arrow {
  left: 1.25rem;
  right: auto;
  top: 50%;
  margin: 0px;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding: 0.25rem;
}

.episode-filter .fs-open .fs-arrow {
  --tw-rotate: -135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.episode-filter .fs-dropdown {
  border-radius: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(208 57 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(208 57 51 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .episode-filter .fs-dropdown {
    border-radius: 0.25rem;
  }
}

.episode-filter .fs-search {
  display: none;
}

.episode-filter .fs-no-results {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .episode-filter .fs-no-results {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.episode-filter .fs-wrap.multiple {
  width: 100%;
}

@media (min-width: 1024px) {
  .episode-filter .fs-wrap.multiple {
    width: 360px;
  }
}

.episode-filter .fs-wrap.multiple .fs-option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.episode-filter .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.52539 6.07301L5.49163 10.0392L13.4241 1.54016' stroke='%23510A0A' stroke-width='1.69982' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.episode-filter .facetwp-type-fselect .fs-option .fs-option-label {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .episode-filter .facetwp-type-fselect .fs-option .fs-option-label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.alkali__episode-card .episodes {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: #45020f; /* rgb(34 18 21 / var(--tw-bg-opacity)); */
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .episodes {
    border-radius: 0.375rem;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card .episodes {
    border-radius: 0.5rem;
    padding: 3rem;
  }
}

@media (min-width: 1280px) {
  .alkali__episode-card .episodes {
    border-radius: 1rem;
    padding: 4rem;
  }
}

.alkali__episode-card .episode {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.alkali__episode-card .episode:last-child {
  border-bottom-color: transparent;
}

@media (min-width: 1024px) {
  .alkali__episode-card .episode {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.alkali__episode-card .episode .hide {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.alkali__episode-card .episode.open .hide {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.alkali__episode-card .information {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .information {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card .information {
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .alkali__episode-card .information {
    gap: 4rem;
  }
}

.alkali__episode-card .thumb-container {
  position: relative;
  height: 6rem;
  width: 6rem;
  flex-basis: 6rem;
}

.alkali__episode-card .episode.open .thumb-container {
  height: 6rem;
  width: 6rem;
  flex-basis: 6rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .episode.open .thumb-container {
    height: 8rem;
    width: 8rem;
    flex-basis: 8rem;
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card .episode.open .thumb-container {
    height: 11rem;
    width: 11rem;
    flex-basis: 11rem;
  }
}

.alkali__episode-card .thumbnail {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alkali__episode-card .thumb-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}

.alkali__episode-card .thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}

.alkali__episode-card .meta-container {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .alkali__episode-card .meta-container {
    flex-basis: calc(100% - 13rem);
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card .meta-container {
    flex-basis: calc(100% - 17rem);
  }
}

@media (min-width: 1280px) {
  .alkali__episode-card .meta-container {
    flex-basis: calc(100% - 18rem);
  }
}

.alkali__episode-card .title-container {
  display: flex;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .alkali__episode-card .title-container {
    gap: 2rem;
  }
}

.alkali__episode-card .title {
  font-family: Futura, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .alkali__episode-card .title {
    font-size: 1.35rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .alkali__episode-card .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.alkali__episode-card .share svg {
  margin-top: 0.25rem;
  height: 18px;
  width: 18px;
}

@media (min-width: 1024px) {
  .alkali__episode-card .share svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.alkali__episode-card .published-date, 
.alkali__episode-card .duration {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.alkali__episode-card .published-date {
  --tw-text-opacity: 1;
  color: rgb(208 57 51 / var(--tw-text-opacity));
}

.alkali__episode-card .duration {
  --tw-text-opacity: 1;
  color: rgb(133 129 129 / var(--tw-text-opacity));
}

.alkali__episode-card .category {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-family: Futura, serif;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(208 57 51 / var(--tw-text-opacity));
}

.alkali__episode-card .tag-container {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

.alkali__episode-card .tag-container span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.alkali__episode-card .tag {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(139 40 36 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Futura, serif;
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(208 57 51 / var(--tw-text-opacity));
}

.alkali__episode-card .tag-icon {
  height: 1.5rem;
  width: 1.25rem;
}

.alkali__episode-card .arrow {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 0px;
  width: 0px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-right-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(208 57 51 / var(--tw-border-opacity));
  padding: 0.375rem;
}

.alkali__episode-card .episode.open .arrow {
  --tw-rotate: -135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.alkali__episode-card .description {
  width: 90%;
  max-width: 860px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(169 168 168 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .alkali__episode-card .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.alkali__episode-card .episode.open .description {
  padding-top: 1.25rem;
  padding-bottom: 0;
  padding-left: 5%;
}

@media (min-width: 1024px) {
  .alkali__episode-card .episode.open .description {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.alkali__episode-card .description a {
  --tw-text-opacity: 1;
  color: rgb(208 57 51 / var(--tw-text-opacity));
}

.alkali__episode-card .description p {
  margin-bottom: 1em;
}

.alkali__episode-card .description p:last-child {
  margin-bottom: 0px;
}

.alkali__episode-card .listen-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .listen-container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card .listen-container {
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .alkali__episode-card .listen-container {
    gap: 5rem;
  }
}

.alkali__episode-card .episode.open .listen-container {
  padding-top: 1.25rem;
}

.alkali__episode-card .play {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .alkali__episode-card .play {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card .play {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.alkali__episode-card .play svg {
  width: 0.75rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .play svg {
    width: 1rem;
  }
}

.alkali__episode-card .spotify-container {
  display: flex;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .spotify-container {
    gap: 1.75rem;
  }
}

.alkali__episode-card .spotify-container svg {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .spotify-container svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.alkali__episode-card .episode-pagination {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .alkali__episode-card .episode-pagination {
    margin-top: 2.5rem;
  }
}

.alkali__episode-card .facetwp-facet-pagination {
  text-align: center;
}

.alkali__episode-card .facetwp-load-more {
  display: inline-block;
  min-width: 280px;
  background-color: var(--theme-primary-accent-color);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Futura, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-primary-accent-font-color);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.alkali__episode-card .facetwp-load-more:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .alkali__episode-card .facetwp-load-more {
    min-width: 320px;
  }
}

@media (min-width: 1024px) {
  .alkali__episode-card .facetwp-load-more {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.alkali__base .content-container .alkali__episode-card .facetwp-load-more {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.alkali__about .content-container .alkali__episode-card .facetwp-load-more {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-3 {
  top: 0.75rem;
}

.z-10 {
  z-index: 10;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-14 {
  width: 3.5rem;
}

.w-7 {
  width: 1.75rem;
}

.max-w-wide {
  max-width: 80rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-content {
  max-width: 45rem;
}

.max-w-\[280px\] {
  max-width: 280px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-full {
  max-width: 100%;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.basis-2\/5 {
  flex-basis: 40%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-secondaryAccentColor {
  border-color: var(--theme-secondary-accent-color);
}

.border-primaryAccentColor {
  border-color: var(--theme-primary-accent-color);
}

.border-bodyFontColor {
  border-color: var(--theme-body-font-color);
}

.border-b-secondaryAccentColor {
  border-bottom-color: var(--theme-secondary-accent-color);
}

.bg-secondaryAccentColor {
  background-color: var(--theme-secondary-accent-color);
}

.bg-primaryAccentColor {
  background-color: var(--theme-primary-accent-color);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-\[64\%\] {
  padding-top: 64%;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.\!leading-\[72px\] {
  line-height: 72px !important;
}

.leading-\[72px\] {
  line-height: 72px;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-primaryAccentColor {
  color: var(--theme-primary-accent-color);
}

.text-primaryAccentFontColor {
  color: var(--theme-primary-accent-font-color);
}

.text-bodyFontColor {
  color: var(--theme-body-font-color);
}

.text-tertiaryAccentColor {
  color: var(--theme-tertiary-accent-color);
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.shadow-\[0_0_20px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 0 20px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-\[0_0_30px_rgba\(234\2c 116\2c 164\2c 0\.42\)\] {
  --tw-drop-shadow: drop-shadow(0 0 30px rgba(234,116,164,0.42));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:border-t-\[140px\]::before {
  content: var(--tw-content);
  border-top-width: 140px;
}

.before\:border-r-\[36px\]::before {
  content: var(--tw-content);
  border-right-width: 36px;
}

.before\:border-t-white::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.before\:border-r-transparent::before {
  content: var(--tw-content);
  border-right-color: transparent;
}

.before\:drop-shadow-\[0_0_30px_rgba\(234\2c 116\2c 164\2c 0\.42\)\]::before {
  content: var(--tw-content);
  --tw-drop-shadow: drop-shadow(0 0 30px rgba(234,116,164,0.42));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:before\:block::before {
    content: var(--tw-content);
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-32 {
    margin-top: 8rem;
  }
}