@charset "UTF-8";
/*!
Theme Name: Starter Theme
Theme URI: http://underscores.me/
Author: Joint Medias
Author URI: https://jointmedias.com
Description: Starter theme for websites made by Joint Medias
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Starter Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*! tailwindcss v3.4.3 | 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: currentColor; /* 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: 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: 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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-right-3{
  right: -0.75rem;
}
.-top-3{
  top: -0.75rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.left-8{
  left: 2rem;
}
.top-0{
  top: 0px;
}
.top-6{
  top: 1.5rem;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.col-end-12{
  grid-column-end: 12;
}
.col-end-13{
  grid-column-end: 13;
}
.row-span-1{
  grid-row: span 1 / span 1;
}
.m-0{
  margin: 0px;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-lg{
  margin-top: var(--lg) /* 150px */;
  margin-bottom: var(--lg) /* 150px */;
}
.my-md{
  margin-top: var(--md) /* 100px */;
  margin-bottom: var(--md) /* 100px */;
}
.my-space-lg{
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-lg{
  margin-bottom: var(--lg) /* 150px */;
}
.mb-sm{
  margin-bottom: var(--sm) /* 50px */;
}
.mb-space{
  margin-bottom: var(--space);
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[13\%\]{
  margin-left: 13%;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-lg{
  margin-top: var(--lg) /* 150px */;
}
.mt-md{
  margin-top: var(--md) /* 100px */;
}
.mt-sm{
  margin-top: var(--sm) /* 50px */;
}
.mt-space-lg{
  margin-top: var(--space-lg);
}
.mt-space-sm{
  margin-top: var(--space-sm);
}
.mt-xl{
  margin-top: var(--xl) /* 200px */;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.\!max-h-\[34px\]{
  max-height: 34px !important;
}
.\!max-h-\[75vh\]{
  max-height: 75vh !important;
}
.min-h-44{
  min-height: 11rem;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.w-0{
  width: 0px;
}
.w-0\.5{
  width: 0.125rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[26\%\]{
  width: 26%;
}
.w-full{
  width: 100%;
}
.\!max-w-none{
  max-width: none !important;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[12ch\]{
  max-width: 12ch;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[17ch\]{
  max-width: 17ch;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[22ch\]{
  max-width: 22ch;
}
.max-w-\[25ch\]{
  max-width: 25ch;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[33ch\]{
  max-width: 33ch;
}
.max-w-\[35ch\]{
  max-width: 35ch;
}
.max-w-\[37ch\]{
  max-width: 37ch;
}
.max-w-\[40ch\]{
  max-width: 40ch;
}
.max-w-\[50ch\]{
  max-width: 50ch;
}
.max-w-\[572px\]{
  max-width: 572px;
}
.max-w-\[60ch\]{
  max-width: 60ch;
}
.max-w-\[73ch\]{
  max-width: 73ch;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[80ch\]{
  max-width: 80ch;
}
.max-w-\[930px\]{
  max-width: 930px;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.basis-1\/2{
  flex-basis: 50%;
}
.translate-y-0{
  --tw-translate-y: 0px;
  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-8{
  --tw-translate-y: 2rem;
  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));
}
.transform{
  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));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-\[1px\]{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(8 180 170 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(8 180 170 / var(--tw-border-opacity));
}
.border-r-grey\/30{
  border-right-color: rgb(212 220 222 / 0.3);
}
.bg-grey\/30{
  background-color: rgb(212 220 222 / 0.3);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(8 180 170 / var(--tw-bg-opacity));
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-primary{
  --tw-gradient-from: #08b4aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 180 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-secondary{
  --tw-gradient-to: #084f68 var(--tw-gradient-to-position);
}
.fill-primary{
  fill: #08b4aa;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-8{
  padding: 2rem;
}
.p-sm{
  padding: var(--sm) /* 50px */;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-sm{
  padding-left: var(--sm) /* 50px */;
  padding-right: var(--sm) /* 50px */;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-space{
  padding-left: var(--space);
}
.pr-space{
  padding-right: var(--space);
}
.pt-20{
  padding-top: 5rem;
}
.pt-sm{
  padding-top: var(--sm) /* 50px */;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-card-list{
  font-size: 12px;
}
.text-heading3{
  font-size: var(--heading3) /* 18px - 20px */;
}
.text-lead{
  font-size: var(--lead) /* 18px - 22px */;
}
.text-lead-sm{
  font-size: var(--lead-sm) /* 16px - 20px */;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-small{
  font-size: var(--small) /* 13px - 16px */;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xsmall{
  font-size: var(--xsmall) /* 12px - 14px */;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(8 180 170 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.overline{
  text-decoration-line: overline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.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);
}
.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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.invert{
  --tw-invert: invert(100%);
  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);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.font-main {
  font-family: "greycliff-cf", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.font-code {
  font-family: "roboto-mono", monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

:root {
  --heading1: clamp(2.31rem, 2.69vw + 1.64rem, 4.06rem);
  --heading1-alt: clamp(2.31rem, 4.62vw + 1.16rem, 5.31rem);
  --heading2: clamp(1.75rem, 1.83vw + 1.29rem, 2.94rem);
  --heading2-small: clamp(1.75rem, 0.48vw + 1.63rem, 2.06rem);
  --heading3: clamp(1.13rem, 0.19vw + 1.08rem, 1.25rem);
  --small: clamp(0.81rem, 0.29vw + 0.74rem, 1rem);
  --xsmall: clamp(0.75rem, 0.19vw + 0.7rem, 0.88rem);
  --sm: clamp(1.56rem, 2.4vw + 0.96rem, 3.13rem);
  --md: clamp(3.13rem, 4.81vw + 1.92rem, 6.25rem);
  --lg: clamp(4.69rem, 7.21vw + 2.88rem, 9.38rem);
  --xl: clamp(6.25rem, 9.62vw + 3.85rem, 12.5rem);
  --2xl: clamp(7.81rem, 12.02vw + 4.81rem, 15.63rem);
  --lead: clamp(1.13rem, 0.38vw + 1.03rem, 1.38rem);
  --lead-sm: clamp(1rem, 0.38vw + 0.9rem, 1.25rem);
  --card-number: clamp(3.5rem, 33.33cqw + -0.25rem, 6rem);
  --card-title: clamp(1.25rem, 6.67cqw + 0.5rem, 1.75rem);
  --space: clamp(1.13rem, 0.58vw + 0.98rem, 1.5rem);
  --space-lg: clamp(2.25rem, 1.15vw + 1.96rem, 3rem);
  --space-xl: clamp(3.94rem, 2.02vw + 3.43rem, 5.25rem);
  --space-2xl: clamp(6rem, 3.08vw + 5.23rem, 8rem);
  --space-sm: clamp(0.88rem, 0.19vw + 0.83rem, 1rem);
  --space-xs: clamp(0.38rem, 0.38vw + 0.28rem, 0.63rem);
}

.stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

[class^=stack] > *,
[class^=gen-stack] > * {
  /* top and bottom margins in horizontal-tb writing mode */
  margin-block: 0;
}

.stack > * + *,
.gen-stack > * + * {
  margin-block-start: var(--space, 1.5rem);
}

.stack-large > * + *,
.gen-stack-large > * + * {
  margin-block-start: var(--space-lg, 3rem);
}

.stack-xlarge > * + *,
.gen-stack-xlarge > * + * {
  margin-block-start: var(--space-xl, 3rem);
}

.stack-2xlarge > * + *,
.gen-stack-2xlarge > * + * {
  margin-block-start: var(--space-2xl, 3rem);
}

.stack-small > * + *,
.gen-stack-small > * + * {
  margin-block-start: var(--space-sm, 1rem);
}

.stack-xs > * + *,
.gen-stack-xs > * + * {
  margin-block-start: var(--space-xs, 0.625rem);
}

.container {
  max-width: calc(1160px + clamp(3.75rem, 3.85vw + 2.79rem, 6.25rem));
  padding-left: clamp(2.19rem, 1.44vw + 1.83rem, 3.13rem);
  padding-right: clamp(2.19rem, 1.44vw + 1.83rem, 3.13rem);
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #e0d9d3;
  font-family: "greycliff-cf", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1rem, 0.19vw + 0.95rem, 1.13rem);
  line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  clear: both;
  text-wrap: balance;
}

h1,
.h1 {
  font-size: var(--heading1);
  line-height: 1.015625;
}
h1.alt,
.h1.alt {
  font-size: var(--heading1-alt);
}

h2,
.h2 {
  font-size: var(--heading2);
  line-height: 1.0425531915;
}
h2.small,
.h2.small {
  font-size: var(--heading2-small);
}

h3,
.h3 {
  font-size: var(--heading3);
  line-height: 1.3;
}

p {
  text-wrap: pretty;
}
p.lead {
  font-size: 1.375rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "roboto-mono", monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html,
body {
  scrollbar-color: #08b4aa transparent;
  scrollbar-width: thin;
}

body {
  background-color: #000000;
  color: #e0d9d3;
}
body.menu-open {
  overflow: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.bento-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

@keyframes bg-animation {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -11%);
  }
  20% {
    transform: translate(-12%, -6%);
  }
  30% {
    transform: translate(-7%, -23%);
  }
  40% {
    transform: translate(-5%, -27%);
  }
  50% {
    transform: translate(-14%, -11%);
  }
  60% {
    transform: translate(-17%, -1%);
  }
  70% {
    transform: translate(1%, -13%);
  }
  80% {
    transform: translate(-3%, -32%);
  }
  90% {
    transform: translate(-11%, -12%);
  }
}
@media screen and (min-width: 768px) {
  .grain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: 100;
    pointer-events: none;
    mix-blend-mode: soft-light;
  }
  .grain:before {
    content: "";
    display: block;
    height: 300%;
    width: 300%;
    opacity: 0.2;
    background-image: url("../images/noise_sm.png");
    background-size: 128px;
    background-repeat: repeat;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #08b4aa;
}
a:visited {
  color: #06837c;
}
a:hover, a:focus, a:active {
  color: #084f68;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  display: inline-block;
  border: 2px solid #08b4aa;
  border-radius: 10px;
  background: transparent;
  color: #08b4aa;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 1em 2.22em;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  color: #ffffff;
  background-color: rgba(8, 180, 170, 0.1);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
.button:focus {
  color: #ffffff;
  background-color: rgba(8, 180, 170, 0.1);
}

button.no-style {
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
  padding: 0;
  cursor: pointer;
}

.gform_footer {
  justify-content: flex-end;
}
.gform_footer button,
.gform_footer input[type=button],
.gform_footer input[type=reset],
.gform_footer input[type=submit],
.gform_footer .button {
  padding: 0.6em 2.22em;
}

.nav-button {
  border: 2px solid #e0d9d3;
  padding: 10px 18px;
  border-radius: 10px;
  line-height: 1;
}
.nav-button a {
  border-bottom: 0 !important;
}

label {
  letter-spacing: 0.079em;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #08b4aa;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font-size: clamp(1rem, 0.19vw + 0.95rem, 1.13rem) !important;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 10px;
  padding: 8px 20px !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #ffffff;
}

select {
  border: 1px solid rgba(112, 112, 112, 0.2);
}

textarea {
  width: 100%;
  min-height: 150px;
}

.gform_wrapper form .gform_body label.gfield_label {
  font-size: clamp(0.63rem, 0.19vw + 0.58rem, 0.75rem);
}
.gform_wrapper form .gform_body .gfield textarea.large {
  height: 218px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation.toggled ul {
  display: block;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #000000;
  padding-top: var(--sm);
  padding-left: var(--sm);
  padding-right: var(--sm);
}
.main-navigation ul {
  align-items: center;
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 20px;
}
@media (min-width: 768px) {
  .main-navigation ul {
    display: flex;
  }
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #ffffff;
  border-bottom-color: #08b4aa;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #e0d9d3;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #ffffff;
  border-bottom-color: #08b4aa;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.home .site [class^=bg-radial-gradient-] {
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}
.home .site .bg-radial-gradient-1 {
  top: -32%;
  left: 50%;
  width: 2033px;
  height: 2033px;
  transform: translate(-50%, 32%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0.0196078431) 64%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.home .site .bg-radial-gradient-2 {
  top: -179.349609375px;
  left: 45%;
  width: 2757px;
  height: 2757px;
  transform: translate(-50%, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0.0274509804) 59%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.home .site .bg-radial-gradient-3 {
  bottom: -570px;
  left: 45%;
  width: 1337px;
  height: 1337px;
  transform: translate(-50%, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}

.featured-on {
  width: 100%;
  position: absolute;
  bottom: 9%;
  right: 0;
  text-align: right;
}
.featured-on p {
  font-size: clamp(0.5rem, 0.58vw + 0.36rem, 0.88rem);
  text-transform: uppercase;
  color: #08b4aa;
  font-weight: bold;
}
.featured-on a:hover svg {
  opacity: 1;
}
.featured-on svg {
  display: inline-block;
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
  max-height: clamp(0.69rem, 0.67vw + 0.52rem, 1.13rem);
  margin-left: clamp(0.63rem, 0.96vw + 0.38rem, 1.25rem);
  margin-bottom: clamp(0.63rem, 0.96vw + 0.38rem, 1.25rem);
}

.page-template-template-about .site .bg-radial-gradient-1,
.page-template-template-about .site .bg-radial-gradient-2,
.page-template-template-about .site .bg-radial-gradient-3,
.page-template-template-about .site .bg-radial-gradient-4,
.page-template-template-about .site .bg-radial-gradient-5,
.page-template-template-about .site .bg-radial-gradient-6,
.page-template-template-about .site .bg-radial-gradient-7,
.page-template-template-about .site .bg-1,
.page-template-template-about .site .bg-2 {
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}
.page-template-template-about .site .bg-radial-gradient-1 {
  top: 20%;
  left: 66%;
  width: 1942px;
  height: 1845px;
  transform: translate(-50%, -50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.75;
}
.page-template-template-about .site .bg-radial-gradient-2 {
  top: 15%;
  left: 39%;
  width: 1452px;
  height: 1452px;
  transform: translate(-50%, -50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}
.page-template-template-about .site .bg-radial-gradient-3 {
  top: 2310px;
  left: 0;
  width: 100%;
  height: 1184px;
  transform: matrix(0, -1, 1, 0, 0, 0) rotate(100deg);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-template-template-about .site .bg-radial-gradient-3 {
    top: 1280px;
    left: 10%;
  }
}
.page-template-template-about .site .bg-radial-gradient-4 {
  top: 2860px;
  left: -100px;
  width: 90%;
  height: 1620px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) rotate(90deg);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-template-template-about .site .bg-radial-gradient-4 {
    top: 1700px;
  }
}
.page-template-template-about .site .bg-radial-gradient-5 {
  top: 2180px;
  left: -12vw;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(-50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-about .site .bg-radial-gradient-6 {
  bottom: -100px;
  left: 17vw;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-about .site .bg-radial-gradient-7 {
  bottom: -570px;
  left: 45%;
  width: 1337px;
  height: 1337px;
  transform: translate(-50%, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-about .site .bg-1 {
  top: 85%;
  left: 67%;
  width: 1070px;
  height: 1070px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background-image: url(../images/about/about-intro-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-about .site .bg-2 {
  top: 60%;
  left: 73%;
  width: 865px;
  height: 865px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background-image: url(../images/about/about-intro-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.inline-svgs {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.inline-svgs svg {
  mix-blend-mode: soft-light;
  max-height: 25px;
  opacity: 0.8;
}

.page-template-template-civic .site .bg-triple-diamond,
.page-template-template-civic .site .bg-radial-gradient-1,
.page-template-template-civic .site .bg-radial-gradient-2,
.page-template-template-civic .site .bg-radial-gradient-3,
.page-template-template-civic .site .bg-radial-gradient-4,
.page-template-template-civic .site .bg-radial-gradient-5,
.page-template-template-civic .site .bg-radial-gradient-6,
.page-template-template-civic .site .bg-radial-gradient-7,
.page-template-template-civic .site .bg-1,
.page-template-template-civic .site .bg-2 {
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}
.page-template-template-civic .site .bg-radial-gradient-1 {
  top: 30px;
  left: 19%;
  width: 100%;
  height: 1452px;
  transform: matrix(0.66, 0.75, -0.75, 0.66, 0, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-civic .site .bg-radial-gradient-2 {
  top: -590px;
  left: -15%;
  width: 100%;
  height: 1845px;
  transform: matrix(0.56, -0.83, 0.83, 0.56, 0, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
}
.page-template-template-civic .site .bg-radial-gradient-3 {
  top: 1280px;
  left: 0;
  width: 100%;
  height: 1184px;
  transform: matrix(0, -1, 1, 0, 0, 0) rotate(100deg);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-template-template-civic .site .bg-radial-gradient-3 {
    left: 10%;
  }
}
.page-template-template-civic .site .bg-radial-gradient-4 {
  top: 2100px;
  left: 90%;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-civic .site .bg-radial-gradient-5 {
  bottom: -270px;
  left: 17vw;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-civic .site .bg-radial-gradient-6 {
  bottom: -570px;
  left: 45%;
  width: 1337px;
  height: 1337px;
  transform: translate(-50%, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
}
.page-template-template-civic .site .bg-triple-diamond {
  top: 540px;
  left: 50%;
  width: 2064px;
  height: 790px;
  max-width: 140%;
  transform: translate(-50%, -50%);
  background-image: url(../images/triple-diamond.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.page-template-template-press .site .bg-triple-diamond,
.page-template-template-press .site .bg-radial-gradient-1,
.page-template-template-press .site .bg-radial-gradient-2,
.page-template-template-press .site .bg-radial-gradient-3,
.page-template-template-press .site .bg-radial-gradient-4,
.page-template-template-press .site .bg-radial-gradient-5,
.page-template-template-press .site .bg-radial-gradient-6,
.page-template-template-press .site .bg-radial-gradient-7,
.page-template-template-press .site .bg-1,
.page-template-template-press .site .bg-2 {
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}
.page-template-template-press .site .bg-radial-gradient-1 {
  top: 30px;
  left: 19%;
  width: 100%;
  height: 1452px;
  transform: matrix(0.66, 0.75, -0.75, 0.66, 0, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-press .site .bg-radial-gradient-2 {
  top: -590px;
  left: -15%;
  width: 100%;
  height: 1845px;
  transform: matrix(0.56, -0.83, 0.83, 0.56, 0, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
}
.page-template-template-press .site .bg-radial-gradient-3 {
  top: 1280px;
  left: 0;
  width: 100%;
  height: 1184px;
  transform: matrix(0, -1, 1, 0, 0, 0) rotate(100deg);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-template-template-press .site .bg-radial-gradient-3 {
    left: 10%;
  }
}
.page-template-template-press .site .bg-radial-gradient-4 {
  top: 2100px;
  left: 90%;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-press .site .bg-radial-gradient-5 {
  bottom: -270px;
  left: 17vw;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-template-press .site .bg-radial-gradient-6 {
  bottom: -570px;
  left: 45%;
  width: 1337px;
  height: 1337px;
  transform: translate(-50%, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
}
.page-template-template-press .site .bg-triple-diamond {
  top: 540px;
  left: 50%;
  width: 2064px;
  height: 790px;
  max-width: 140%;
  transform: translate(-50%, -50%);
  background-image: url(../images/triple-diamond.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.page-template-default .site .bg-radial-gradient-1,
.page-template-default .site .bg-radial-gradient-2,
.page-template-default .site .bg-radial-gradient-3,
.page-template-default .site .bg-radial-gradient-4,
.page-template-default .site .bg-radial-gradient-5,
.page-template-default .site .bg-radial-gradient-6,
.page-template-default .site .bg-radial-gradient-7,
.page-template-template-affiliations .site .bg-radial-gradient-1,
.page-template-template-affiliations .site .bg-radial-gradient-2,
.page-template-template-affiliations .site .bg-radial-gradient-3,
.page-template-template-affiliations .site .bg-radial-gradient-4,
.page-template-template-affiliations .site .bg-radial-gradient-5,
.page-template-template-affiliations .site .bg-radial-gradient-6,
.page-template-template-affiliations .site .bg-radial-gradient-7,
.page-template-template-speaker-new .site .bg-radial-gradient-1,
.page-template-template-speaker-new .site .bg-radial-gradient-2,
.page-template-template-speaker-new .site .bg-radial-gradient-3,
.page-template-template-speaker-new .site .bg-radial-gradient-4,
.page-template-template-speaker-new .site .bg-radial-gradient-5,
.page-template-template-speaker-new .site .bg-radial-gradient-6,
.page-template-template-speaker-new .site .bg-radial-gradient-7,
.page-template-template-speaker .site .bg-radial-gradient-1,
.page-template-template-speaker .site .bg-radial-gradient-2,
.page-template-template-speaker .site .bg-radial-gradient-3,
.page-template-template-speaker .site .bg-radial-gradient-4,
.page-template-template-speaker .site .bg-radial-gradient-5,
.page-template-template-speaker .site .bg-radial-gradient-6,
.page-template-template-speaker .site .bg-radial-gradient-7,
.page-template-template-impact .site .bg-radial-gradient-1,
.page-template-template-impact .site .bg-radial-gradient-2,
.page-template-template-impact .site .bg-radial-gradient-3,
.page-template-template-impact .site .bg-radial-gradient-4,
.page-template-template-impact .site .bg-radial-gradient-5,
.page-template-template-impact .site .bg-radial-gradient-6,
.page-template-template-impact .site .bg-radial-gradient-7,
.page-template-template-contact .site .bg-radial-gradient-1,
.page-template-template-contact .site .bg-radial-gradient-2,
.page-template-template-contact .site .bg-radial-gradient-3,
.page-template-template-contact .site .bg-radial-gradient-4,
.page-template-template-contact .site .bg-radial-gradient-5,
.page-template-template-contact .site .bg-radial-gradient-6,
.page-template-template-contact .site .bg-radial-gradient-7 {
  position: absolute;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}
.page-template-default .site .bg-radial-gradient-1,
.page-template-template-affiliations .site .bg-radial-gradient-1,
.page-template-template-speaker-new .site .bg-radial-gradient-1,
.page-template-template-speaker .site .bg-radial-gradient-1,
.page-template-template-impact .site .bg-radial-gradient-1,
.page-template-template-contact .site .bg-radial-gradient-1 {
  top: 30px;
  left: 19%;
  width: 100%;
  height: 1452px;
  transform: matrix(0.66, 0.75, -0.75, 0.66, 0, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-default .site .bg-radial-gradient-2,
.page-template-template-affiliations .site .bg-radial-gradient-2,
.page-template-template-speaker-new .site .bg-radial-gradient-2,
.page-template-template-speaker .site .bg-radial-gradient-2,
.page-template-template-impact .site .bg-radial-gradient-2,
.page-template-template-contact .site .bg-radial-gradient-2 {
  top: -590px;
  left: -15%;
  width: 100%;
  height: 1845px;
  transform: matrix(0.56, -0.83, 0.83, 0.56, 0, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
}
.page-template-default .site .bg-radial-gradient-3,
.page-template-template-affiliations .site .bg-radial-gradient-3,
.page-template-template-speaker-new .site .bg-radial-gradient-3,
.page-template-template-speaker .site .bg-radial-gradient-3,
.page-template-template-impact .site .bg-radial-gradient-3,
.page-template-template-contact .site .bg-radial-gradient-3 {
  top: 1280px;
  left: 0;
  width: 100%;
  height: 1184px;
  transform: matrix(0, -1, 1, 0, 0, 0) rotate(100deg);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-template-default .site .bg-radial-gradient-3,
  .page-template-template-affiliations .site .bg-radial-gradient-3,
  .page-template-template-speaker-new .site .bg-radial-gradient-3,
  .page-template-template-speaker .site .bg-radial-gradient-3,
  .page-template-template-impact .site .bg-radial-gradient-3,
  .page-template-template-contact .site .bg-radial-gradient-3 {
    left: 10%;
  }
}
.page-template-default .site .bg-radial-gradient-4,
.page-template-template-affiliations .site .bg-radial-gradient-4,
.page-template-template-speaker-new .site .bg-radial-gradient-4,
.page-template-template-speaker .site .bg-radial-gradient-4,
.page-template-template-impact .site .bg-radial-gradient-4,
.page-template-template-contact .site .bg-radial-gradient-4 {
  top: 2100px;
  left: 90%;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-default .site .bg-radial-gradient-5,
.page-template-template-affiliations .site .bg-radial-gradient-5,
.page-template-template-speaker-new .site .bg-radial-gradient-5,
.page-template-template-speaker .site .bg-radial-gradient-5,
.page-template-template-impact .site .bg-radial-gradient-5,
.page-template-template-contact .site .bg-radial-gradient-5 {
  bottom: -270px;
  left: 17vw;
  width: 1785px;
  height: 1522px;
  transform: matrix(-0.24, 0.97, -0.97, -0.24, 0, 0) translateY(50%);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.page-template-default .site .bg-radial-gradient-6,
.page-template-template-affiliations .site .bg-radial-gradient-6,
.page-template-template-speaker-new .site .bg-radial-gradient-6,
.page-template-template-speaker .site .bg-radial-gradient-6,
.page-template-template-impact .site .bg-radial-gradient-6,
.page-template-template-contact .site .bg-radial-gradient-6 {
  bottom: -570px;
  left: 45%;
  width: 1337px;
  height: 1337px;
  transform: translate(-50%, 0);
  /* UI Properties */
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(15, 137, 133, 0.3490196078) 0%, rgba(15, 137, 133, 0) 86%, rgba(15, 137, 133, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-footer .site-footer--top a {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .site-footer .site-footer--top a {
    text-transform: none;
  }
}
.site-footer a {
  color: #e0d9d3;
}

.cards-stack--prev,
.cards-stack--next {
  display: block;
  cursor: pointer;
}

.cards-stack {
  position: relative;
  height: 100%;
}
.cards-stack.loaded .card.hide {
  visibility: hidden;
  z-index: 0;
}
.cards-stack .card {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  background-image: linear-gradient(192deg, #053d42 0%, #084f68 41%, #03171e 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 810px;
  border-radius: 10px;
  padding-top: clamp(1.25rem, 2.4vw + 0.65rem, 2.81rem);
  padding-left: clamp(1.25rem, 1.44vw + 0.89rem, 2.19rem);
  padding-right: clamp(1.25rem, 1.44vw + 0.89rem, 2.19rem);
  padding-bottom: clamp(1.25rem, 1.44vw + 0.89rem, 2.19rem);
}
.cards-stack .card a {
  color: #10a2d5;
}
.cards-stack .card.hide {
  position: relative;
  z-index: 99;
}
.cards-stack .card:not(.hide) {
  position: absolute;
}
.cards-stack .card:not(.hide):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/sac-seal.png");
  background-size: auto;
  background-position: 93% 94%;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.cards-stack .card:not(.hide):nth-child(2):after {
  background-image: url("../images/sac-seal.png");
}
.cards-stack .card:not(.hide):nth-child(3):after {
  background-image: url("../images/arizona-seal.png");
}
.cards-stack .card:not(.hide):nth-child(4):after {
  background-image: url("../images/michigan-seal.png");
}
.cards-stack .card:not(.hide):nth-child(5):after {
  background-image: url("../images/ohio-seal.png");
}
.cards-stack .card:not(.hide)[data-slide="0"] {
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  transform: translate(0px, 0px) scale(1);
  z-index: 9;
  opacity: 1;
}
.cards-stack .card:not(.hide):not([data-slide="0"]) {
  opacity: 0.5;
}
.cards-stack .card:not(.hide)[data-slide="1"] {
  transform: translate(15px, 15px) scale(0.975);
  z-index: 8;
}
.cards-stack .card:not(.hide)[data-slide="2"] {
  transform: translate(30px, 30px) scale(0.95);
  z-index: 7;
}
.cards-stack .card:not(.hide)[data-slide="3"] {
  transform: translate(45px, 45px) scale(0.925);
  z-index: 6;
}
.cards-stack .card:not(.hide)[data-slide="4"] {
  transform: translate(60px, 60px) scale(0.9);
  z-index: 5;
}
.cards-stack .card:not(.hide)[data-slide="5"] {
  transform: translate(75px, 75px) scale(0.875);
  z-index: 4;
}
.cards-stack .card:not(.hide)[data-slide="6"] {
  transform: translate(100px, 100px) scale(0.875);
  transform: translate(115px, 115px) scale(0.875);
  z-index: 2;
}
.cards-stack .card:not(.hide)[data-slide="8"] {
  transform: translate(130px, 130px) scale(0.875);
  z-index: 1;
}
.cards-stack .card ul {
  list-style-type: none;
  padding: 0;
  margin: var(--space) 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cards-stack .card ul li {
  border-top: 1px solid #08b4aa;
  padding-top: 10px;
  color: #08b4aa;
}

.jmCard {
  container-type: inline-size;
  max-width: 302px;
  min-height: 390px;
  padding-top: clamp(1.25rem, 2.4vw + 0.65rem, 2.81rem);
  padding-left: clamp(1.25rem, 1.44vw + 0.89rem, 2.19rem);
  padding-right: clamp(1.25rem, 1.44vw + 0.89rem, 2.19rem);
  padding-bottom: clamp(1.25rem, 1.92vw + 0.77rem, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-block-start: 35px;
  margin-left: auto;
  margin-right: auto;
}
.jmCard:first-of-type {
  margin-block-start: 0;
}
.jmCard.dots {
  border-radius: 12px;
  border: 2px solid #08b4aa;
  background-image: url("../images/card-dots.png");
  background-size: clamp(1.38rem, 1.35vw + 1.04rem, 2.25rem) clamp(1.38rem, 2.31vw + 0.8rem, 2.88rem);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) 20px;
}
@media (min-width: 768px) {
  .jmCard.dots {
    background-size: clamp(0.94rem, 2.02vw + 0.43rem, 2.25rem) clamp(0.94rem, 2.02vw + 0.43rem, 2.25rem);
  }
}
.jmCard.glass {
  max-width: 380px;
  min-height: 480px;
  height: 100%;
  position: relative;
}
.jmCard.glass header,
.jmCard.glass .content {
  position: relative;
  z-index: 4;
}
.jmCard.glass:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px) brightness(104%);
          backdrop-filter: blur(10px) brightness(104%);
  border: 2px solid #08b4aa;
}
.jmCard.gradient {
  border-radius: 12px;
  background-image: linear-gradient(192deg, #053d42 0%, #084f68 41%, #03171e 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jmCard.short {
  min-height: 280px;
}
.jmCard.tiny {
  min-height: unset;
}

.floating-quotation {
  position: relative;
}
.floating-quotation:before {
  content: "“";
  font-family: "greycliff-cf", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.5rem, 0.96vw + 2.26rem, 3.13rem);
  position: absolute;
  top: -0.7em;
  left: -0.15em;
  z-index: 1;
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.lity-content {
  max-width: 1500px;
}
.lity-content:after {
  box-shadow: none !important;
}

.lity-close {
  display: none;
}

.lightbox-close path {
  transition: fill 0.2s ease;
}
.lightbox-close:hover path {
  fill: #e0d9d3;
}

.popup {
  position: relative;
  background-color: transparent;
  color: #e0d9d3;
  scrollbar-color: #08b4aa transparent;
  scrollbar-width: thin;
}
.popup h1,
.popup h2,
.popup h3 {
  color: #ffffff;
}
.popup .content {
  position: relative;
  z-index: 4;
}
.popup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-backdrop-filter: blur(10px) brightness(104%);
          backdrop-filter: blur(10px) brightness(104%);
  border: 2px solid #08b4aa;
  border-radius: 12px;
}

.tile {
  color: #e0d9d3;
}
.tile:hover, .tile:visited {
  color: #e0d9d3;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* BGs
--------------------------------------------- */
.bg-gradient-1,
.bg-gradient-2 {
  background-size: cover;
  background-position: center;
}
.bg-gradient-1.pyramid,
.bg-gradient-2.pyramid {
  background-size: 210px 105px, cover;
  background-position: 50% bottom, center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bg-gradient-1.pyramid,
  .bg-gradient-2.pyramid {
    background-size: 420px 210px, cover;
    background-position: 25% bottom, center;
  }
}

.bg-gradient-1 {
  background-image: linear-gradient(192deg, #053d42 0%, #084f68 41%, #03171e 100%);
}
.bg-gradient-1.pyramid {
  background-image: url("../images/pyramid.png"), linear-gradient(192deg, #053d42 0%, #084f68 41%, #03171e 100%);
}

.bg-gradient-2 {
  background-image: linear-gradient(183deg, rgba(38, 72, 219, 0.34) 0%, rgba(8, 180, 170, 0.34) 32%, rgba(8, 180, 170, 0.34) 63%, rgba(2, 32, 74, 0.34) 100%);
  border: 1px solid #08526c;
}
.bg-gradient-2.pyramid {
  background-image: url("../images/pyramid.png"), linear-gradient(183deg, rgba(38, 72, 219, 0.34) 0%, rgba(8, 180, 170, 0.34) 32%, rgba(8, 180, 170, 0.34) 63%, rgba(2, 32, 74, 0.34) 100%);
}

.bg-horizontal-pattern {
  position: relative;
}
.bg-horizontal-pattern:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/horizontal-pattern.png");
  opacity: 0.12;
}

.bg-horizontal-lines {
  position: relative;
}
.bg-horizontal-lines:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/vertical-lines.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  mix-blend-mode: screen;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #e0d9d3;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Helpers
--------------------------------------------- */
/*--------------------------------------------------------------
## Animation Stuff
--------------------------------------------------------------*/
.bounce {
  animation: bounce 4s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*--------------------------------------------------------------
## Text Stuff
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .md\:vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
.visited\:text-white:visited{
  color: rgb(255 255 255 );
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  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\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 180 170 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(8 180 170 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(8 79 104 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 768px){
  .md\:-left-2{
    left: -0.5rem;
  }
  .md\:-left-2\.5{
    left: -0.625rem;
  }
  .md\:-right-2{
    right: -0.5rem;
  }
  .md\:-right-2\.5{
    right: -0.625rem;
  }
  .md\:left-1\/2{
    left: 50%;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .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-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:col-start-4{
    grid-column-start: 4;
  }
  .md\:col-start-6{
    grid-column-start: 6;
  }
  .md\:col-start-7{
    grid-column-start: 7;
  }
  .md\:col-start-8{
    grid-column-start: 8;
  }
  .md\:col-end-11{
    grid-column-end: 11;
  }
  .md\:col-end-12{
    grid-column-end: 12;
  }
  .md\:col-end-13{
    grid-column-end: 13;
  }
  .md\:col-end-6{
    grid-column-end: 6;
  }
  .md\:col-end-7{
    grid-column-end: 7;
  }
  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .md\:row-start-1{
    grid-row-start: 1;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-sm{
    margin-top: var(--sm) /* 50px */;
  }
  .md\:mt-space-sm{
    margin-top: var(--space-sm);
  }
  .md\:mt-xl{
    margin-top: var(--xl) /* 200px */;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-auto{
    aspect-ratio: auto;
  }
  .md\:h-80{
    height: 20rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-\[calc\(50\%-0\.5rem\)\]{
    width: calc(50% - 0.5rem);
  }
  .md\:max-w-80{
    max-width: 20rem;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:-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));
  }
  .md\:transform{
    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));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-stretch{
    align-items: stretch;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pr-11{
    padding-right: 2.75rem;
  }
  .md\:pr-12{
    padding-right: 3rem;
  }
  .md\:pr-14{
    padding-right: 3.5rem;
  }
  .md\:pr-20{
    padding-right: 5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
}
@media (min-width: 1024px){
  .lg\:w-\[calc\(25\%-0\.767rem\)\]{
    width: calc(25% - 0.767rem);
  }
}
.\[\&\>h2\]\:text-white>h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>p\]\:mx-auto>p{
  margin-left: auto;
  margin-right: auto;
}
.\[\&\>p\]\:max-w-\[60ch\]>p{
  max-width: 60ch;
}
.\[\&\>svg\]\:aspect-square>svg{
  aspect-ratio: 1 / 1;
}
.\[\&\>svg\]\:h-full>svg{
  height: 100%;
}
.\[\&\>svg\]\:w-full>svg{
  width: 100%;
}