/*!
Theme Name: synthesis
Theme URI: https://swordandstone.studio
Author: Sword + Stone
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.9.1
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: synthesis
Tags:

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

synthesis is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

.wpls-logo-showcase {
  padding-bottom: 0;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */

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

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

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

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
}

/* For Internet Explorer and Edge */

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

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

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

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

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

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

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

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

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

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

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

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

/* Slide styles start */

/* 3D Shadows */

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

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

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

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

@font-face {
  font-family: "Mokoto";

  src: url("fonts/Mokoto.woff2") format("woff2"),
	     url("fonts/Mokoto.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Babe Sans";

  src: url("fonts/BabeSansRegular.woff2") format("woff2"),
	     url("fonts/BabeSansRegular.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Supply Sans";

  src: url("fonts/PPSupplySans-Regular.woff2") format("woff2"),
	     url("fonts/PPSupplySans-Regular.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Supply Sans";

  src: url("fonts/PPSupplySans-Medium.woff2") format("woff2"),
	     url("fonts/PPSupplySans-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Supply Sans";

  src: url("fonts/PPSupplySans-Semibold.woff2") format("woff2"),
	     url("fonts/PPSupplySans-Semibold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Smooch Sans";

  src: url("fonts/SmoochSans-Medium.ttf") format("truetype");

  font-weight: 500;

  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.4.10 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: "Babe Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "Smooch Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * 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 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "Babe Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  max-width: 100vw;
  overflow-x: hidden;
}

h3, h4, h5, h6 {
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
}

footer h5,
footer .widget_search label {
  font-family: "Mokoto" !important;
}

footer .wp-block-search__input {
  border: 1px solid black;
}

.footer-search-button button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 71 104 / var(--tw-bg-opacity));
}


btn.footer-search-button button:hover {
  color: #010F14;
}

.btn.footer-search-button button:hover::after {
  background-color: #9397ff;
}

.footer-search-button button {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin: 2px 0 0 0;
}

/**
 * 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: 992px) {
  .container {
    max-width: 992px;
  }
}

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

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

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

.prose {
  color: var(--tw-prose-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

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

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

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

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

.prose :where(h1):not(:where([class~="not-prose"],[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;
}

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

.prose :where(h2):not(:where([class~="not-prose"],[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;
}

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

.prose :where(h3):not(:where([class~="not-prose"],[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;
}

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

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

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

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

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

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

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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;
}

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --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-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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;
}

.swiper.featured-logos {
  overflow: hidden;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}

.featured-logos .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Keep desktop size a bit larger so logos are legible */

.featured-logos .logo-wrap {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-logos .logo-wrap img {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.featured-logos .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .featured-logos .logo-wrap {
    height: 38px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .featured-logos .logo-wrap img {
    max-height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .featured-logos .swiper-slide {
    width: auto !important;
    justify-content: center;
    margin-right: 12px !important;
  }
}

/**
 * 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.
 */

.page-title,
.entry-title {
  margin-bottom: 1.5rem;
  font-family: "Mokoto", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(1 15 20 / var(--tw-text-opacity));
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.page-title),.entry-content a:not(.wp-element-button):not(.post-item a):not(
.entry-title) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.page-title):hover,.entry-content a:not(.wp-element-button):not(.post-item a):not(
.entry-title):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

@media (min-width: 768px) {
  .page-title,
.entry-title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

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

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

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

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

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

.btn {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transition: color 0.3s ease-in-out;
  z-index: 0;
}

.btn.card-btn {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.pagination-wrapper a {
  position: relative;
  overflow: hidden;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s ease-in-out;
  z-index: 0;
}

.btn > *,
.pagination-wrapper a,
.footer-search-button button,
.wp-block-button__link,
a#tpbr_calltoaction {
  position: relative;
  z-index: 2;
}

.btn::after,
.pagination-wrapper a::after,
.footer-search-button button::after,
.wp-block-button__link::after,
a#tpbr_calltoaction::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.25s ease-in-out;
  z-index: -11;
  pointer-events: none;
}

.btn:hover::after,
.pagination-wrapper a:hover::after,
.footer-search-button button:hover::after,
.wp-block-button__link:hover::after,
a#tpbr_calltoaction::after {
  height: 100%;
}

/* Color correspondences */

btn.bg-aquamarine:hover,
btn.bg-tropical-indigo:hover,
btn.bg-bright-pink:hover,
btn.bg-rose-bonbon:hover,
btn.bg-tiffany-blue:hover,
btn.bg-violet:hover,
btn.bg-persian-pink:hover,
.wp-block-button__link:hover {
  color: #010F14 !important;
}

a#tpbr_calltoaction {
  background-color: #FF4768 !important;
  color: #010F14 !important;
}

.btn.bg-aquamarine:hover::after,
.pagination-wrapper a:hover::after {
  background-color: #9397ff;
}

.btn.bg-tropical-indigo:hover::after,
.footer-search-button button:hover::after,
.wp-block-button__link:hover::after,
a#tpbr_calltoaction:hover::after {
  background-color: #2af4bf;
}

.btn.bg-bright-pink:hover::after {
  background-color: #9397ff;
}

.btn.bg-rose-bonbon:hover::after {
  background-color: #2af4bf;
}

.btn.bg-tiffany-blue:hover::after {
  background-color: #9397ff;
}

.btn.bg-violet:hover::after {
  background-color: #2af4bf;
}

.btn.bg-persian-pink:hover::after {
  background-color: #9397ff;
}

.btn.bg-gunmetal:hover::after {
  background-color: #2af4bf;
}

/* Jetpack forms */

.contact-form .wp-block-jetpack-contact-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.wp-block-jetpack-contact-form [input] {
  background-color: white;
}

label.grunion-field-label.email {
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
}

.contact-form input[type="email"] {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wp-block-jetpack-button.wp-block-button .wp-block-button__link {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 59 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.wp-block-jetpack-button.wp-block-button .wp-block-button__link:hover::after {
  background-color: #2af4bf;
}

.wp-block-jetpack-button.wp-block-button .wp-block-button__link {
  padding-top: .55rem !important;
  padding-bottom: .55rem !important;
}

.wp-block-search__button {
  margin: 0 !important;
  padding-top: .55rem !important;
  padding-bottom: .55rem !important;
}

.contact-form .wp-block-jetpack-contact-form>* {
  flex: 0 0 auto;
}

.contact-form .wp-block-jetpack-contact-form {
  gap: 0;
  align-items: flex-end;
}

/* pagination */

.pagination-wrapper ul {
  border-style: none;
}

/* commments */

.comment-box-shadow {
  box-shadow: 10px 10px #010F14 !important;
}

.form-submit {
  display: flex;
  justify-content: flex-end;
}

.comment-reply-title {
  margin-top: 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

@media (min-width: 768px) {
  .comment-reply-title {
    margin-top: 2rem !important;
  }
}

.comment-author__avatar img {
  max-width: 100% !important;
  height: auto;
  display: block;
  border-radius: 0.75rem;
}

/* images */

.image-box-shadow {
  box-shadow: 10px 10px #77DEE2 !important;
}

/* LIghtbox */

a.fancybox.image,
.wp-block-image.aligncenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wp-block-image.aligncenter .wp-element-caption {
  align-self: flex-start;
}

.card .inner__body a {
  text-decoration: underline !important;
  color: #056c92;
}

/* card hover */

.card:hover,
.sponsor-card:hover {
  box-shadow: 
    8px 8px 0 #07023B,
    8px 8px 0 1px #010F14;
  transition: box-shadow 0.3s ease-in-out;
}

/* accounts for cards in relative container */

.card,
.sponsor-card {
  height: 100%
}

/* hero image overlays */

.wire-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 10%;
  top: 0;
  left: 0;
}

.chain-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 15%;
  top: 0;
  left: 0;
  transform: rotateX(180deg);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-left-10 {
  left: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-5 {
  right: -1.25rem;
}

.-right-8 {
  right: -2rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[-6\%\] {
  bottom: -6%;
}

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 2.5rem;
}

.left-\[-18\%\] {
  left: -18%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[-12\%\] {
  right: -12%;
}

.top-0 {
  top: 0px;
}

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

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

.top-\[8\%\] {
  top: 8%;
}

.top-full {
  top: 100%;
}

.-z-\[1\] {
  z-index: -1;
}

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

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

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

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

.z-\[1\] {
  z-index: 1;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[99\] {
  z-index: 99;
}

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

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.m-0 {
  margin: 0px;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.ml-12 {
  margin-left: 3rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[360px\] {
  height: 360px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[100px\] {
  max-height: 100px;
}

.max-h-\[20em\] {
  max-height: 20em;
}

.max-h-full {
  max-height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-80 {
  width: 20rem;
}

.w-\[20vw\] {
  width: 20vw;
}

.w-\[28\%\] {
  width: 28%;
}

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

.w-\[55\%\] {
  width: 55%;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[334px\] {
  min-width: 334px;
}

.min-w-\[42px\] {
  min-width: 42px;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

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

.-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));
}

.-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));
}

.rotate-\[15deg\] {
  --tw-rotate: 15deg;
  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));
}

.-scale-x-100 {
  --tw-scale-x: -1;
  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;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scroll-mt-\[75px\] {
  scroll-margin-top: 75px;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

.justify-center {
  justify-content: center;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 15 20 / var(--tw-border-opacity));
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(1 15 20 / var(--tw-border-opacity));
}

.border-t-ghost_white {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 243 249 / var(--tw-border-opacity));
}

.bg-\[\#77DEE280\] {
  background-color: #77DEE280;
}

.bg-aquamarine {
  --tw-bg-opacity: 1;
  background-color: rgb(42 244 191 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(1 15 20 / var(--tw-bg-opacity));
}

.bg-bright-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 71 104 / var(--tw-bg-opacity));
}

.bg-darkblue {
  --tw-bg-opacity: 1;
  background-color: rgb(11 9 50 / var(--tw-bg-opacity));
}

.bg-ghost-white {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 249 / var(--tw-bg-opacity));
}

.bg-ghost_white {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 249 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gunmetal {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 59 / var(--tw-bg-opacity));
}

.bg-persian-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 120 184 / var(--tw-bg-opacity));
}

.bg-rose-bonbon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 71 159 / var(--tw-bg-opacity));
}

.bg-secondaryblack {
  --tw-bg-opacity: 1;
  background-color: rgb(10 0 31 / var(--tw-bg-opacity));
}

.bg-tiffany-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(119 222 226 / var(--tw-bg-opacity));
}

.bg-tiffany-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 242 244 / var(--tw-bg-opacity));
}


.bg-mineral-indigo {
  --tw-bg-opacity: 1;
  background-color: rgb(174 176 228 / var(--tw-bg-opacity));
}

.bg-tropical-indigo {
  --tw-bg-opacity: 1;
  background-color: rgb(147 151 255 / var(--tw-bg-opacity));
}


.bg-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(251 127 245 / var(--tw-bg-opacity));
}

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

.bg-cover {
  background-size: cover;
}

.bg-right-top {
  background-position: right top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.font-accent {
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-mono {
  font-family: "Smooch Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
  font-family: "Babe Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: "Mokoto", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(1 15 20 / var(--tw-text-opacity));
}

.text-ghost-white {
  --tw-text-opacity: 1;
  color: rgb(241 243 249 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

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

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-lg {
  --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);
}

.shadow-md {
  --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);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

[class*="bg-gradient-"] {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.bg-gradient-2 {
  background: linear-gradient(123.73deg, #F7E1F6 0%, rgba(119, 222, 226, 0.87) 80.5%, rgba(120, 224, 212, 0.935) 90.25%, #2AF4BF 100%);
}

.bg-gradient-8-b {
  background: linear-gradient(350.81deg, #F1F3F9 50%, #E3EFF2 55%, #D5EAEB 65%, #D7D8EB 75%, #F7E1F6 85%);
  background-color: #f1f3f9;
}

.bg-gradient-9 {
  background: linear-gradient(359.27deg, #0A001F 0.68%, #FF4768 44.13%, #EE8BD6 63.44%, #9397FF 97.23%);
}

.bg-gradient-10 {
background: linear-gradient(0deg, #FF4768 0.68%, #EE8BD6 63.44%, #9397FF 97.23%);
}

.bg-gradient-11 {
  background: linear-gradient(180deg, #F1F3F9 50%, #0B0932 87.5%);
}

.bg-gradient-12 {
  background: linear-gradient(90deg, #FF4768 0%, #EE8BD6 70%, #044962 100%);
}

.bg-megamenu {
  background-image: url('/wp-content/themes/synthesis/images/mega-menu-flowers.png'), linear-gradient(180deg, #9397FF 0%, #78E0D4 100%);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.forced-link-text-black {
  color: #010f14 !important;
}

@media (max-width: 768px) {
  .bg-megamenu {
    background-size: 100%;
    background-position: bottom;
  }
}

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

/* WP overrides */

.page-content>*, .entry-content>* {
  width: 100% !important;
}

@media (min-width: 640px) {
  .page-content>*, .entry-content>* {
    max-width: 640px !important;
  }
}

@media (min-width: 768px) {
  .page-content>*, .entry-content>* {
    max-width: 768px !important;
  }
}

@media (min-width: 992px) {
  .page-content>*, .entry-content>* {
    max-width: 992px !important;
  }
}

@media (min-width: 1024px) {
  .page-content>*, .entry-content>* {
    max-width: 1024px !important;
  }
}

@media (min-width: 1280px) {
  .page-content>*, .entry-content>* {
    max-width: 1280px !important;
  }
}

@media (min-width: 1536px) {
  .page-content>*, .entry-content>* {
    max-width: 1536px !important;
  }
}

.page-content>*, .entry-content>* {
  margin-left: auto !important;
  margin-right: auto !important;
}

.entry-content h2 {
  font-family: "Smooch Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

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

.entry-content h2 {
  margin-top: 3rem !important;
  margin-bottom: 1rem !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.text-black):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

/* tailwind overrides for typography */

.is-style-lead {
  margin-top: 0 !important;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3rem !important;
  margin-bottom: 1rem !important;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* add back margin to account for older images w/out natural spacing */

figure.wp-block-image {
  margin-bottom: 1rem !important;
}

figure.wp-block-image.alignright {
  float: right !important;
  padding-left: 1rem !important;
}

@media (max-width: 1280px) {
  figure.wp-block-image.alignright {
    float: none !important;
    padding-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    justify-self: center;
  }
}

.wp-block-pullquote {
  padding: 1em !important;
}

/* pull quotes */

.wp-block-pullquote {
  font-family: "Babe Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-inline-start-color: #09a37a;
}

/* table of contents plugin */

.lwptoc {
  position: sticky !important;
  top: 6rem !important;
  z-index: 50 !important;
}

.lwptoc_header,
.lwptoc_toggle_label,
.lwptoc_toggle_label .entry-content a {
  margin-bottom: 0px !important;
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-weight: 700 !important;
  letter-spacing: 0em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 15 20 / var(--tw-text-opacity)) !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.lwptoc_header),.entry-content a:not(.wp-element-button):not(.post-item a):not(
.lwptoc_toggle_label),.entry-content a:not(.wp-element-button):not(.post-item a):not(
.lwptoc_toggle_label .entry-content a) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.lwptoc_header):hover,.entry-content a:not(.wp-element-button):not(.post-item a):not(
.lwptoc_toggle_label):hover,.entry-content a:not(.wp-element-button):not(.post-item a):not(
.lwptoc_toggle_label .entry-content a):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

@media (min-width: 768px) {
  .lwptoc_header,
.lwptoc_toggle_label,
.lwptoc_toggle_label .entry-content a {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.lwptoc_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.lwptoc_toggle:before,
.lwptoc_toggle:after {
  content: none !important;
}

.lwptoc_item_label,
.lwptoc_item_number {
  --tw-text-opacity: 1 !important;
  color: rgb(1 15 20 / var(--tw-text-opacity)) !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.lwptoc_item_label),.entry-content a:not(.wp-element-button):not(.post-item a):not(
.lwptoc_item_number) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.lwptoc_item_label):hover,.entry-content a:not(.wp-element-button):not(.post-item a):not(
.lwptoc_item_number):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

.lwptoc_i {
  background: linear-gradient(123.73deg, #F7E1F6 0%, rgba(119, 222, 226, 0.87) 80.5%, rgba(120, 224, 212, 0.935) 90.25%, #2AF4BF 100%);
}

/* simple author box */

.sabox-authors {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 15 20 / var(--tw-border-opacity)) !important;
}

.sabox-authors .saboxplugin-wrap {
  margin: 0px !important;
  border-style: none !important;
  background: linear-gradient(123.73deg, #F7E1F6 0%, rgba(119, 222, 226, 0.87) 80.5%, rgba(120, 224, 212, 0.935) 90.25%, #2AF4BF 100%) !important;
}

.sabox-authors .saboxplugin-wrap .sabox-authors .saboxplugin-gravatar img {
  border-radius: 100% !important;
}

.saboxplugin-gravatar img {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
}

.sabox-authors .saboxplugin-wrap .saboxplugin-desc p,
.sabox-authors .saboxplugin-wrap .saboxplugin-desc,
.sabox-authors .saboxplugin-wrap .saboxplugin-desc a {
  color: black !important;
}

.sabox-authors .saboxplugin-wrap .saboxplugin-desc a {
  text-decoration-color: black !important;
  transition: all 0.2s ease-in;
}

.sabox-authors .saboxplugin-wrap .saboxplugin-desc a:hover {
  font-weight: bold;
}

.sabox-authors .saboxplugin-authorname ,
.sabox-authors .saboxplugin-authorname * {
  text-align: left !important;
  font-family: "Mokoto", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.sabox-authors .saboxplugin-desc ,
.sabox-authors .saboxplugin-desc * {
  text-align: left !important;
  font-family: "Babe Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.saboxplugin-wrap .saboxplugin-socials {
  background: transparent !important;
  border: none !important;
}

.saboxplugin-wrap .saboxplugin-socials svg,
.saboxplugin-wrap .saboxplugin-socials path {
  fill: black !important;
}

@media screen and (max-width: 768px) {
  .saboxplugin-tab.saboxplugin-tab-about {
    display: flex;
    flex-direction: column;
  }

  .saboxplugin-tab.saboxplugin-tab-about,
  .saboxplugin-desc ul {
    padding: 0 !important;
  }

  .saboxplugin-desc {
    margin: 0 !important;
  }

  .saboxplugin-desc li {
    padding-inline-start: 0 !important;
  }
}

/* sign up form */

footer .contact-form .wp-block-column .contact-form input[type=email] {
  width: auto !important;
}

/* global wp button */

button.wp-block-button .wp-block-button__link,
a.wp-block-button__link,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(119 222 226 / var(--tw-bg-opacity));
  text-decoration-line: none;
  position: relative;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color 0.3s ease-in-out;
  z-index: 0;
}

button.wp-block-button .wp-block-button__link.card-btn,
a.wp-block-button__link.card-btn,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.card-btn {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

button.wp-block-button .wp-block-button__link > *,
a.wp-block-button__link > *,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link > * {
  position: relative;
  z-index: 2;
}

button.wp-block-button .wp-block-button__link::after,
a.wp-block-button__link::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.25s ease-in-out;
  z-index: -11;
  pointer-events: none;
}

button.wp-block-button .wp-block-button__link:hover::after,
a.wp-block-button__link:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link:hover::after {
  height: 100%;
}


btnbutton.wp-block-button .wp-block-button__link:hover,
btn
a.wp-block-button__link:hover,
btn
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link:hover {
  color: #010F14;
}

button.wp-block-button .wp-block-button__link.bg-aquamarine:hover::after,
a.wp-block-button__link.bg-aquamarine:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-aquamarine:hover::after {
  background-color: #9397ff;
}

button.wp-block-button .wp-block-button__link.bg-tropical-indigo:hover::after,
a.wp-block-button__link.bg-tropical-indigo:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-tropical-indigo:hover::after {
  background-color: #2af4bf;
}

button.wp-block-button .wp-block-button__link.bg-bright-pink:hover::after,
a.wp-block-button__link.bg-bright-pink:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-bright-pink:hover::after {
  background-color: #9397ff;
}

button.wp-block-button .wp-block-button__link.bg-rose-bonbon:hover::after,
a.wp-block-button__link.bg-rose-bonbon:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-rose-bonbon:hover::after {
  background-color: #2af4bf;
}

button.wp-block-button .wp-block-button__link.bg-tiffany-blue:hover::after,
a.wp-block-button__link.bg-tiffany-blue:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-tiffany-blue:hover::after {
  background-color: #9397ff;
}

button.btn.wp-block-button .wp-block-button__link:hover::after,
a.btn.wp-block-button__link:hover::after,
button.btn.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link:hover::after {
  background-color: #9397ff;
}

button.wp-block-button .wp-block-button__link.bg-violet:hover::after,
a.wp-block-button__link.bg-violet:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-violet:hover::after {
  background-color: #2af4bf;
}

button.wp-block-button .wp-block-button__link.bg-persian-pink:hover::after,
a.wp-block-button__link.bg-persian-pink:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-persian-pink:hover::after {
  background-color: #9397ff;
}

button.wp-block-button .wp-block-button__link.bg-gunmetal:hover::after,
a.wp-block-button__link.bg-gunmetal:hover::after,
button.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link.bg-gunmetal:hover::after {
  background-color: #2af4bf;
}

button[name="jetpack_subscriptions_widget"] {
  text-transform: uppercase !important;
}

.wp-block-button.has-custom-width.wp-block-button__width-50 {
  width: 100% !important;
}

/* logo slider */

.sp-lc-logo img {
  max-height: 50px !important;
}

#logo-carousel-free-43638.sp-lc-container .sp-logo-carousel {
  padding-top: 0 !important;
}

.sp-lc-container .sp-lc-pagination.swiper-pagination {
  display: none !important;
}

/* comments */

.comment-notes {
  font-size: 14px;
}

.comment-respond input {
  border-bottom: 1px solid black;
}

.comment-form-cookies-consent {
  margin-top: 10px;
}

.comment-respond label {
  line-height: 1;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: flex;
  align-items: end;
}

/* links page contact form */

.links-contact-form,
.links-contact-form .wp-block-jetpack-contact-form,
.links-contact-form.wp-block-jetpack-contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 380px;
}

/* Jetpack button fix */

.wp-block-jetpack-contact-form .wp-block-jetpack-button .wp-block-button__link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-transform: uppercase !important;
}

/* announcement bar style tweak */

#tpbr_box {
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  text-transform: uppercase !important;
}

#tpbr_box a#tpbr_calltoaction {
  border-radius: 0 !important;
  font-weight: 600;
}

/* icon override for OnlyFans in footer */

.wp-social-link-fivehundredpx .wp-block-social-link-anchor {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('/wp-content/themes/synthesis/images/onlyfans-logo.png') center/contain no-repeat !important;
  color: transparent !important;
  /* hide default color tint */
}

.wp-social-link-fivehundredpx .wp-block-social-link-anchor svg {
  display: none !important;
  /* remove the default SVG */
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  height: 25px;
}

/* social links block */

.wp-block-social-link-anchor {
  margin: 0 !important;
}

.wp-block-social-link-anchor svg path {
  fill: black !important;
}

/* review */

.toy-reviews-homepage .review-filters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* large image bleed fix */

figure.wp-caption,
[class*="wp-image-"] {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.wp-caption-text {
  margin-bottom: 1rem !important;
}

/* akismet comments */

.akismet_comment_form_privacy_notice {
  margin-top: 1rem;
}

/* tablepress */

.dt-container {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
}

.dt-layout-cell.dt-layout-full {
  padding: 0 !important;
}

table.tablepress {
  --head-active-bg-color: #2af4bf !important;
  --head-bg-color: #9397ff !important;
}

.tablepress tr td:not(:first-of-type),
.tablepress tr th {
  border-left: 1px solid black;
}

.tablepress thead {
  border-bottom: 1px solid black;
}

.tablepress th {
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
}

.tablepress td {
  font-family: "Babe Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.dt-scroll-body {
  overflow-x: scroll;
}

/* hero tweak for dupe inline and thumbnail */

@media only screen and (max-width: 768px) {
  .entry-header .compact .star-bar {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 395px) and (max-width: 768px) {
  h2.hero-secondary-text-block {
    display: block !important;
  }

  h2.hero-primary-text-block {
    display: none !important;
  }
}

/* Menu */

@media (max-width: 768px) and (orientation: landscape) {
  #masthead .site-branding img {
    height: 2.5rem !important;
  }

  #masthead .inner {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .lwptoc {
    top: 4rem !important;
    padding: 10px 10px 10px !important;
  }
}

/* LANDSCAPE variant */

@media (max-width: 768px) and (orientation: landscape) {
  .grid.landscape-justify-between {
    justify-content: space-between !important;
  }
}

/* Top-level menu */

.mega-menu .max-mega-menu .mega-menu-horizontal {
  display: flex !important;
  align-items: center !important;
}

.mega-menu .max-mega-menu .mega-menu-horizontal > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.mega-menu .max-mega-menu .mega-menu-horizontal {
  text-transform: uppercase !important;
}

.mega-menu-wrap {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 151 255 / var(--tw-bg-opacity)) !important;
}


btn.mega-menu-wrap:hover {
  color: #010F14 !important;
}

.btn.mega-menu-wrap:hover::after {
  background-color: #2af4bf !important;
}

@media only screen and (max-width: 992px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: linear-gradient(180deg, #9397FF 0%, #78E0D4 100%) !important;
  }
}

/* Adjust to accomodate magnifying glass for search */

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  line-height: 3em !important;
  vertical-align: middle !important;
}

@media (max-width: 992px) {
  #mega-menu-menu-1 {
    min-height: 100vh !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    min-height: 50px !important;
    /* set min-height to keep things looking clean */
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-top: 0;
  }

  ul#mega-menu-menu-1 {
    top: 50px !important;
  }
}

#mega-menu-wrap-menu-1 > ul.mega-menu > li > a.mega-menu-link {
  border-bottom-width: 4px !important;
  border-color: transparent !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-family: "Supply Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 15 20 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(#mega-menu-wrap-menu-1 > ul.mega-menu > li > a.mega-menu-link) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(#mega-menu-wrap-menu-1 > ul.mega-menu > li > a.mega-menu-link):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

#mega-menu-wrap-menu-1 > ul.mega-menu > li > a.mega-menu-link:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 15 20 / var(--tw-border-opacity)) !important;
}

#mega-menu-wrap-menu-1 > ul.mega-menu > li:hover > a.mega-menu-link {
  border-bottom-width: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 15 20 / var(--tw-border-opacity)) !important;
}

/* secondary level */

#mega-menu-wrap-menu-1 ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link {
  position: relative !important;
  padding-right: 1rem !important;
  font-family: "Smooch Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

@media (min-width: 992px) {
  #mega-menu-wrap-menu-1 ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

#mega-menu-wrap-menu-1 .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  font-family: "Smooch Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

@media (min-width: 992px) {
  #mega-menu-wrap-menu-1 .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

#mega-menu-wrap-menu-1 .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  right: 0 !important;
}

/* Mega dropdown panel */

/* Only top-level mega menu dropdown panel */

#mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu {
  margin-top: 0.5rem !important;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  background-image: url('/wp-content/themes/synthesis/images/mega-menu-flowers.png'), linear-gradient(180deg, #9397FF 0%, #78E0D4 100%) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 768px) {
  #mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu {
    background-size: 100% !important;
    background-position: bottom !important;
  }
}

@media (min-width: 992px) {
  #mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu {
    gap: 1.5rem !important;
    padding: 1.5rem !important;
  }
}

/* standard flyout secondary level */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu ul.mega-sub-menu {
  background: linear-gradient(180deg, #9397FF 0%, #78E0D4 100%) !important;
}

@media only screen and (max-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu ul.mega-sub-menu,
  #mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu {
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Each column inside mega menu */

.mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  font-family: "Smooch Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

@media (min-width: 992px) {
  .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.mega-sub-menu > li {
  list-style-type: none !important;
}

.mega-sub-menu h3 {
  margin-bottom: 0.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 15 20 / var(--tw-text-opacity)) !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.mega-sub-menu h3) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.mega-sub-menu h3):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

.mega-sub-menu ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.mega-sub-menu ul li a {
  border-bottom-width: 2px !important;
  border-color: transparent !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 15 20 / var(--tw-text-opacity)) !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.mega-sub-menu ul li a) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.mega-sub-menu ul li a):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

/* flyouts */

.mega-menu-flyout .mega-sub-menu .mega-menu-link {
  position: relative !important;
  font-family: "Smooch Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

@media (min-width: 992px) {
  .mega-menu-flyout .mega-sub-menu .mega-menu-link {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

/* Adjust link padding inside columns */

.mega-sub-menu a {
  display: block !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* Text */

a.mega-menu-link {
  background-color: transparent !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 15 20 / var(--tw-text-opacity)) !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(a.mega-menu-link) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(a.mega-menu-link):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

#mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu a {
  border-bottom-width: 2px !important;
  border-color: transparent !important;
}

#mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu a:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 15 20 / var(--tw-border-opacity)) !important;
  text-decoration-line: underline !important;
}

/* Thumbnail content (used in dynamic sections like latest reviews) */

.mega-sub-menu .post-item {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 15 20 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.mega-sub-menu .post-item img {
  height: 12rem !important;
  width: 100% !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 15 20 / var(--tw-border-opacity)) !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.mega-sub-menu .post-item h3 {
  margin-top: 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.mega-sub-menu .post-item a.read-more {
  margin-top: 0.5rem !important;
  display: block !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 151 255 / var(--tw-bg-opacity)) !important;
  padding: 0.5rem !important;
  text-align: center !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 15 20 / var(--tw-text-opacity)) !important;
}


btn.mega-sub-menu .post-item a.read-more:hover {
  color: #010F14 !important;
}

.btn.mega-sub-menu .post-item a.read-more:hover::after {
  background-color: #2af4bf !important;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.mega-sub-menu .post-item a.read-more) {
  --tw-text-opacity: 1;
  color: rgb(9 163 122 / var(--tw-text-opacity));
  text-decoration-color: #77dee2;
}

.entry-content a:not(.wp-element-button):not(.post-item a):not(.mega-sub-menu .post-item a.read-more):hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
  text-decoration-color: #09a37a;
}

.mega-sub-menu .post-item a.read-more:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 44 59 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mega-custom-cols-3 > .mega-sub-menu {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

@media (max-width: 768px) and (orientation: landscape) {
  .mega-custom-cols-3 > .mega-sub-menu.landscape-justify-between {
    justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .mega-custom-cols-3 > .mega-sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Secondary menu when open */

.mega-toggle-on {
  min-height: 100vh;
}

/* About Mega Menu Item */

.menu-about-contact-icons .mega-sub-menu {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}

.menu-about-contact-icons .mega-menu-item {
  width: 25px !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.menu-about-ig-widget .mega-menu-item-type-widget {
  padding: 0 !important;
}

#sb_instagram .sbi_photo,
#sb_instagram #sbi_images .sbi_item {
  text-decoration: none !important;
}

#sbi_images .sbi_photo {
  border: none !important;
}

/* dashicons override */

a.dashicons-smartphone.mega-menu-link::before {
  content: '' !important;
  width: 25px !important;
  height: 25px !important;
  background: url('/wp-content/themes/synthesis/images/sextpanther-logo.png') center/contain no-repeat !important;
  background-size: contain !important;
  font-family: none !important;
}

a.dashicons-admin-appearance.mega-menu-link::before {
  content: '' !important;
  width: 25px !important;
  height: 25px !important;
  background: url('/wp-content/themes/synthesis/images/onlyfans-logo.png') center/contain no-repeat !important;
  background-size: contain !important;
  font-family: none !important;
}

a.dashicons-palmtree.mega-menu-link::before {
  content: '' !important;
  width: 25px !important;
  height: 25px !important;
  background: url('/wp-content/themes/synthesis/images/bluesky-logo.png') center/contain no-repeat !important;
  background-size: contain !important;
  font-family: none !important;
}

/* mobile close */

.mega-toggle-animated-inner,
.mega-toggle-animated-inner::after,
.mega-toggle-animated-inner::before {
  background-color: black !important;
}

/* arrows only display on mobile for top-level options */

#mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none !important;
}

@media (max-width: 992px) {
  #mega-menu-wrap-menu-1 > ul.mega-menu > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: unset !important;
  }
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
}

.hover\:bg-aquamarine:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 244 191 / var(--tw-bg-opacity));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.hover\:bg-tiffany-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 222 226 / var(--tw-bg-opacity));
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(1 15 20 / var(--tw-text-opacity));
}

.hover\:text-tiffany-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(119 222 226 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(1 15 20 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:grid {
  display: grid;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

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

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

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

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

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[unset\] {
    max-width: unset;
  }

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

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

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

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(1 15 20 / var(--tw-text-opacity));
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }
}

@media (min-width: 992px) {
  .tablet\:w-\[40\%\] {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }
}

@media (orientation: portrait) {
  .portrait\:hidden {
    display: none;
  }
}

@media (orientation: landscape) {
  .landscape\:block {
    display: block;
  }

  .landscape\:hidden {
    display: none;
  }
}