@import url(//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.css);
@charset "UTF-8";
*, ::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:  ;
}
/*
! tailwindcss v3.4.17 | 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: #e5e5e5; /* 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Roboto, sans-serif; /* 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, 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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 1rem;
  width: 1rem;
  background: rgb(var(--color-primary--rgb));
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.dark input[type="range"]::-webkit-slider-thumb{
  background: rgb(var(--color-primary--400--rgb));
}
input[type="range"]:disabled::-webkit-slider-thumb{
  background: #a3a3a3;
}
input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #a3a3a3;
}
input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #a3a3a3;
}
.dark input[type="range"]:disabled::-webkit-slider-thumb{
  background: #737373;
}
.dark input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #737373;
}
.dark input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #737373;
}
input[type="range"]::-moz-range-thumb{
  height: 1rem;
  width: 1rem;
  background: rgb(var(--color-primary--rgb));
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.dark input[type="range"]::-moz-range-thumb{
  background: rgb(var(--color-primary--400--rgb));
}
input[type="range"]:disabled::-moz-range-thumb{
  background: #a3a3a3;
}
.dark input[type="range"]:disabled::-moz-range-thumb{
  background: #737373;
}
input[type="range"]::-moz-range-progress{
  background: rgb(var(--color-primary--600--rgb));
}
input[type="range"]::-ms-fill-lower{
  background: rgb(var(--color-primary--600--rgb));
}
.dark input[type="range"]::-moz-range-progress{
  background: rgb(var(--color-primary--500--rgb));
}
.dark input[type="range"]::-ms-fill-lower{
  background: rgb(var(--color-primary--500--rgb));
}
input[type="range"]:focus{
  outline: none;
}
input[type="range"]:focus::-webkit-slider-thumb{
  background: rgb(var(--color-primary--600--rgb));
}
input[type="range"]:active::-webkit-slider-thumb{
  background: rgb(var(--color-primary--700--rgb));
}
.dark input[type="range"]:focus::-webkit-slider-thumb{
  background: rgb(var(--color-primary--500--rgb));
}
.dark input[type="range"]:active::-webkit-slider-thumb{
  background: rgb(var(--color-primary--600--rgb));
}
:root{
  --twcb-scrollbar-width: 0px;
}
/**
* Components
*/
/**
 * Button
 */
/** Helper functions/mixins */
/** Button wrapper */
.btn-wrapper{
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px){
  .btn-wrapper{
    width: auto;
  }
}
.btn-wrapper > .btn, .btn-wrapper > .wp-block-button__link, .btn-wrapper > button[type=submit].wp-block-search__button, #app .btn-wrapper > button[type=submit], #app .btn-wrapper > input[type=submit], #app .btn-wrapper > input[type=button]{
  width: 100%;
}

/** Button width (applied to wrapper) */
.btn-wrapper-width-auto{
  min-width: 0px;
}

.btn-wrapper-width-small{
  min-width: 12rem;
}

@media (min-width: 640px){
  .btn-wrapper-width-wide{
    min-width: 20rem;
  }
}

.btn-wrapper-width-full{
  width: 100%;
}

/** Button base styles */
.btn, .wp-block-button__link, button[type=submit].wp-block-search__button, #app button[type=submit], #app input[type=submit], #app input[type=button]{
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  .btn, .wp-block-button__link, button[type=submit].wp-block-search__button, #app button[type=submit], #app input[type=submit], #app input[type=button]{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn:focus, .wp-block-button__link:focus, button[type=submit].wp-block-search__button:focus, #app button[type=submit]:focus, #app input[type=submit]:focus, #app input[type=button]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn:active, .wp-block-button__link:active, button[type=submit].wp-block-search__button:active, #app button[type=submit]:active, #app input[type=submit]:active, #app input[type=button]:active{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-search{
  width: 8rem;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: clamp(0.875rem,0.9375vw,1.9rem);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-line: none;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/** Button sizes */
.btn-small{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.btn-large, #app button[type=submit], #app input[type=submit], #app input[type=button]{
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/** Button variants */
.btn-reset{
  min-width: 0px;
  transform: none;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-reset:hover{
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
}

/**
* Forms
*/
/* @mixin input-text { @apply text-35px text-eerie-black text-opacity-[0.85] leading-[1.5rem] font-normal; } */
/**
* Base styles
*/
#app {
  /**
  * Contact form
  */
  /**
  * Newsletter sign up form
  */
  /**
  * Search form
  */
  /**
  * Product search form
  */
}
#app .gform_wrapper form .gform_fields .gfield{
  margin-bottom: 0.5rem;
}
@media (min-width: 768px){
  #app .gform_wrapper form .gform_fields .gfield{
    margin-bottom: 1rem;
  }
}
#app label, #app .gfield_label{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  display: block;
}
#app .field_sublabel_below .ginput_complex.ginput_container label{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
#app input[type=text], #app input[type=email], #app input[type=tel],
#app input[type=search], #app input[type=url], #app input[type=number],
#app input[type=password], #app input[type=date], #app select{
  font-weight: 400;
  line-height: 1.5rem;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.85;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
#app input[type=text]:focus, #app input[type=email]:focus, #app input[type=tel]:focus,
#app input[type=search]:focus, #app input[type=url]:focus, #app input[type=number]:focus,
#app input[type=password]:focus, #app input[type=date]:focus, #app select:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app textarea{
  font-weight: 400;
  line-height: 1.5rem;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.85;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#app textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app select{
  cursor: pointer;
  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: 100ms;
}
#app select:hover{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
#app select:active{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
#app select {
  appearance: none;
  background-image: url("../images/select_arrow.png");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  padding: 5px 28px 5px 10px;
}
#app .is-dark input[type=text], #app .is-dark input[type=email], #app .is-dark input[type=tel],
#app .is-dark input[type=search], #app .is-dark input[type=url], #app .is-dark input[type=number],
#app .is-dark input[type=password], #app .is-dark input[type=date], #app .is-dark select, #app .is-dark textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#app .is-dark input[type=text]:focus, #app .is-dark input[type=email]:focus, #app .is-dark input[type=tel]:focus,
#app .is-dark input[type=search]:focus, #app .is-dark input[type=url]:focus, #app .is-dark input[type=number]:focus,
#app .is-dark input[type=password]:focus, #app .is-dark input[type=date]:focus, #app .is-dark select:focus, #app .is-dark textarea:focus{
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #262626;
}
#app .gform_required_legend{
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(119 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  #app .gform_required_legend{
    text-align: right;
  }
}
@media (min-width: 1536px){
  #app .gform_required_legend{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#app .gform_required_legend span{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(119 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1536px){
  #app .gform_required_legend span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#app .gfield_required .gfield_required_asterisk{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(119 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1536px){
  #app .gfield_required .gfield_required_asterisk{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#app .gfield_required .gfield_required_text{
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: lowercase;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(119 0 0 / var(--tw-text-opacity, 1));
}
#app .gsection:first-child h3{
  margin-top: 0px;
}
#app .gfield_label_before_complex{
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  margin-bottom: 1rem;
}
#app .ginput_complex label{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
#app .gfield_description{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
#app .gchoice, #app .ginput_container_consent{
  display: flex;
  align-items: center;
}
#app .gchoice input[type=checkbox], #app .ginput_container_consent input[type=checkbox]{
  cursor: pointer;
}
#app .gchoice label, #app .ginput_container_consent label{
  font-weight: 400;
  line-height: 1.5rem;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.85;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin-left: 1rem;
  cursor: pointer;
}
#app .gform_button_select_files{
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn-wrapper > #app .gform_button_select_files{
  width: 100%;
}
#app .gform_button_select_files{
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px){
  #app .gform_button_select_files{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#app .gform_button_select_files:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app .gform_button_select_files:active{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .gform_button_select_files{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
:root #app .gform_button_select_files,
#app #app .gform_button_select_files {
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
}
.user-is-tabbing :root #app .gform_button_select_files:focus,.user-is-tabbing 
#app #app .gform_button_select_files:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #3b82f6;
}
:root #app .gform_button_select_files:hover,
#app #app .gform_button_select_files:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #293344;
  border: 2px solid #c4c4c4;
  background-color: #c4c4c4;
}
:root #app .gform_button_select_files:active,
#app #app .gform_button_select_files:active {
  opacity: 0.8;
}
:root #app .gform_button_select_files.disabled, :root #app .gform_button_select_files:disabled,
#app #app .gform_button_select_files.disabled,
#app #app .gform_button_select_files:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
}
:root #app .gform_button_select_files.btn-outline,
#app #app .gform_button_select_files.btn-outline {
  color: #293344;
  border: 2px solid #293344;
  background-color: rgba(41, 51, 68, 0);
}
:root #app .gform_button_select_files.btn-outline:hover,
#app #app .gform_button_select_files.btn-outline:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
}
:root #app .gform_button_select_files.btn-outline:active,
#app #app .gform_button_select_files.btn-outline:active {
  opacity: 0.8;
}
:root #app .gform_button_select_files.btn-outline.disabled, :root #app .gform_button_select_files.btn-outline:disabled,
#app #app .gform_button_select_files.btn-outline.disabled,
#app #app .gform_button_select_files.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #293344;
  border: 2px solid #293344;
  background-color: rgba(41, 51, 68, 0);
}
#app h2.gform_submission_error{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(119 0 0 / var(--tw-text-opacity, 1));
}
#app .validation_message{
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(119 0 0 / var(--tw-text-opacity, 1));
}
#app .hidden_label > label{
  display: none;
}
#app .hidden-labels label{
  display: none;
}
#app .floating-label, #app .floating-labels .gfield, #app .floating-labels .ginput_complex > span{
  position: relative;
}
#app .floating-label > label, #app .floating-labels .gfield > label, #app .floating-labels .ginput_complex > span > label{
  pointer-events: none;
  position: absolute;
  left: 0px;
  z-index: 10;
  border-width: 2px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  transform-origin: left;
  --tw-translate-y: -2rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 640px){
  #app .floating-label > label, #app .floating-labels .gfield > label, #app .floating-labels .ginput_complex > span > label{
    --tw-translate-y: -2.5rem;
    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));
  }
}
#app .floating-label > .gfield_label_before_complex, #app .floating-labels .gfield > .gfield_label_before_complex, #app .floating-labels .ginput_complex > span > .gfield_label_before_complex{
  pointer-events: none;
  position: absolute;
  left: 0px;
  z-index: 10;
  border-width: 2px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transform-origin: left;
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 640px){
  #app .floating-label > .gfield_label_before_complex, #app .floating-labels .gfield > .gfield_label_before_complex, #app .floating-labels .ginput_complex > span > .gfield_label_before_complex{
    --tw-translate-y: -2.5rem;
    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));
  }
}
#app .floating-label.form-is-empty:not(:focus-within) > label, #app .floating-labels .form-is-empty.gfield:not(:focus-within) > label, #app .floating-labels .ginput_complex > span.form-is-empty:not(:focus-within) > label{
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
@media (min-width: 1536px){
  #app .floating-label.form-is-empty:not(:focus-within) > label, #app .floating-labels .form-is-empty.gfield:not(:focus-within) > label, #app .floating-labels .ginput_complex > span.form-is-empty:not(:focus-within) > label{
    --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));
  }
}
#app .has-icon-submit input[type=submit]{
  min-width: 0px;
  transform: none;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .has-icon-submit input[type=submit]:hover{
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
}
#app .has-icon-submit input[type=submit]{
  font-family: fontello;
}
#app .contact-form{
  position: relative;
}
#app .contact-form::after{
  height: 3rem;
}
@media not all and (min-width: 768px){
  #app .contact-form::after{
    display: none;
    width: 0px;
  }
}
@media (min-width: 768px){
  #app .contact-form::after{
    width: 45%;
  }
}
@media (min-width: 1024px){
  #app .contact-form::after{
    display: block;
    width: 30%;
  }
}
#app .contact-form::after {
  content: "";
  background-image: url("/wp-content/uploads/2022/07/VD-2021-Logo-Horiz_cmyk-1.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}
#app .newsletter-form_wrapper .gform_submission_error{
  display: none;
}
#app .newsletter-form_wrapper .gform_heading{
  margin-bottom: 0.5rem;
}
#app .newsletter-form .gform_confirmation_message{
  font-weight: 700;
}
#app .newsletter-form .gform_body{
  position: relative;
  width: 100%;
}
#app .newsletter-form .gfield_label{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
#app .newsletter-form input[type=text]{
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
#app .newsletter-form input[type=submit]{
  min-width: 0px;
  transform: none;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .newsletter-form input[type=submit]:hover{
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
}
#app .newsletter-form input[type=submit]{
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: fontello;
  font-size: 1rem;
  line-height: 1.5;
}
#app .newsletter-form input[type=submit]:hover{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.user-is-tabbing #app .newsletter-form input[type=submit]:focus{
  outline-offset: -2px;
}
#app form[role=search].search-form{
  position: relative;
}
#app form[role=search].search-form::before{
  position: absolute;
  top: 50%;
  left: 0.75rem;
  --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));
  font-size: 0.8em;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.85;
    content: "\e816";
    font-family: "fontello", sans-serif;
}
#app form[role=search].search-form input[type=search]{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
}
#app form[role=search].search-form input[type=submit]{
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
#app .woocommerce-product-search{
  display: flex;
  width: 720px;
  max-width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}
#app .woocommerce-product-search:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
#app .woocommerce-product-search input[type=search]{
  border-style: none;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#app .woocommerce-product-search input[type=search]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app .woocommerce-product-search button[type=submit]{
  width: auto;
}

/**
* Maintenance & Content forms
*/
.maintenance-form input[type=text], .maintenance-form input[type=email], .maintenance-form input[type=tel],
.maintenance-form input[type=search], .maintenance-form input[type=url], .maintenance-form input[type=number],
.maintenance-form input[type=password], .maintenance-form input[type=date], .maintenance-form select, .content-form input[type=text], .content-form input[type=email], .content-form input[type=tel],
.content-form input[type=search], .content-form input[type=url], .content-form input[type=number],
.content-form input[type=password], .content-form input[type=date], .content-form select{
  font-weight: 400;
  line-height: 1.5rem;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.85;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.maintenance-form input[type=text]:focus, .maintenance-form input[type=email]:focus, .maintenance-form input[type=tel]:focus,
.maintenance-form input[type=search]:focus, .maintenance-form input[type=url]:focus, .maintenance-form input[type=number]:focus,
.maintenance-form input[type=password]:focus, .maintenance-form input[type=date]:focus, .maintenance-form select:focus, .content-form input[type=text]:focus, .content-form input[type=email]:focus, .content-form input[type=tel]:focus,
.content-form input[type=search]:focus, .content-form input[type=url]:focus, .content-form input[type=number]:focus,
.content-form input[type=password]:focus, .content-form input[type=date]:focus, .content-form select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

/**
* Some useful icon styles
*/
.skip-link {
  background-color: #ffffff !important;
  border-color: #293344 !important;
  outline-color: #ffffff !important;
  color: #293344 !important;
  font-weight: 600;
  font-size: larger;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0.5rem;
  width: 15rem;
  opacity: 1;
  padding: 1rem;
  transition: transform 0.1875s ease-out;
  text-align: center;
}
.skip-link:not(:focus):not(:hover) {
  opacity: 0;
  transform: translateY(-4em);
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?17545787");
  src: url("../fonts/fontello.eot?17545787#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?17545787") format("woff2"), url("../fonts/fontello.woff?17545787") format("woff"), url("../fonts/fontello.ttf?17545787") format("truetype"), url("../fonts/fontello.svg?17545787#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "fontello";
    src: url("../font/fontello.svg?80844654#fontello") format("svg");
  }
}
*/
[class^=icon-]::before,
[class*=" icon-"]::before,
.fontello-icon {
  font-family: "fontello", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: "\e800";
} /* '' */
.icon-location:before {
  content: "\e801";
} /* '' */
.icon-bell:before {
  content: "\e802";
} /* '' */
.icon-right-dir:before {
  content: "\e803";
} /* '' */
.icon-down-dir:before {
  content: "\e804";
} /* '' */
.icon-up-dir:before {
  content: "\e805";
} /* '' */
.icon-left-dir:before {
  content: "\e806";
} /* '' */
.icon-down-open:before {
  content: "\e807";
} /* '' */
.icon-left-open:before {
  content: "\e808";
} /* '' */
.icon-right-open:before {
  content: "\e809";
} /* '' */
.icon-up-open:before {
  content: "\e80a";
} /* '' */
.icon-phone:before {
  content: "\e80b";
} /* '' */
.icon-clock:before {
  content: "\e80c";
} /* '' */
.icon-home:before {
  content: "\e80d";
} /* '' */
.icon-resize-full:before {
  content: "\e80e";
} /* '' */
.icon-heart:before {
  content: "\e80f";
} /* '' */
.icon-heart-empty:before {
  content: "\e810";
} /* '' */
.icon-shuffle:before {
  content: "\e811";
} /* '' */
.icon-eye:before {
  content: "\e812";
} /* '' */
.icon-cancel:before {
  content: "\e813";
} /* '' */
.icon-arrows-cw:before {
  content: "\e814";
} /* '' */
.icon-pencil:before {
  content: "\e815";
} /* '' */
.icon-search:before {
  content: "\e816";
} /* '' */
.icon-minus-circled:before {
  content: "\e817";
} /* '' */
.icon-plus-circled-1:before {
  content: "\e818";
} /* '' */
.icon-shop:before {
  content: "\e819";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-angle-double-left:before {
  content: "\f100";
} /* '' */
.icon-angle-double-right:before {
  content: "\f101";
} /* '' */
.icon-angle-double-up:before {
  content: "\f102";
} /* '' */
.icon-angle-double-down:before {
  content: "\f103";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-sliders:before {
  content: "\f1de";
} /* '' */
.icon-facebook-official:before {
  content: "\f230";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-map-o:before {
  content: "\f278";
} /* '' */
.icon-shopping-basket:before {
  content: "\f291";
} /* '' */
.icon-user-o:before {
  content: "\f2c0";
} /* '' */
.icon-window-minimize:before {
  content: "\f2d1";
} /* '' */
.icon-twitter-squared:before {
  content: "\f304";
} /* '' */
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Light.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-Light.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-Light.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-Light.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-Light.svg#Rene-Beider-Galano-Grotesque-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-LightItalic.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-LightItalic.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-LightItalic.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-LightItalic.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-LightItalic.svg#Rene-Beider-Galano-Grotesque-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Regular.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-Regular.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-Regular.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-Regular.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-Regular.svg#Rene-Beider-Galano-Grotesque-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Italic.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-Italic.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-Italic.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-Italic.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-Italic.svg#Rene-Beider-Galano-Grotesque-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Medium.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-Medium.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-Medium.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-Medium.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-Medium.svg#Rene-Beider-Galano-Grotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-MediumItalic.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-MediumItalic.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-MediumItalic.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-MediumItalic.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-MediumItalic.svg#Rene-Beider-Galano-Grotesque-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-SemiBold.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-SemiBold.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-SemiBold.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-SemiBold.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-SemiBold.svg#Rene-Beider-Galano-Grotesque-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Bold.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-Bold.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-Bold.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-Bold.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-Bold.svg#Rene-Beider-Galano-Grotesque-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-ExtraBold.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-ExtraBold.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-ExtraBold.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-ExtraBold.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-ExtraBold.svg#Rene-Beider-Galano-Grotesque-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Heavy.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-Heavy.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-Heavy.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-Heavy.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-Heavy.svg#Rene-Beider-Galano-Grotesque-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/Rene-Beider-Galano-Grotesque-HeavyItalic.eot");
  src: url("../fonts/Rene-Beider-Galano-Grotesque-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Rene-Beider-Galano-Grotesque-HeavyItalic.woff2") format("woff2"), url("../fonts/Rene-Beider-Galano-Grotesque-HeavyItalic.woff") format("woff"), url("../fonts/Rene-Beider-Galano-Grotesque-HeavyItalic.ttf") format("truetype"), url("../fonts/Rene-Beider-Galano-Grotesque-HeavyItalic.svg#Rene-Beider-Galano-Grotesque-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
/**
* Common
*/
/**
* This file contains helper mixins and functions needed to generate Tailwind classes and
* helps keep the 'theme'scss' file clean.
*/
/**
* Create css variables for each shade of a color in hex.
*/
/**
* Create css variables for each shade of a color in the form 'r, g, b'.
*/
/**
* Generate all the necessary css variables to generate Tailwind classes from.
*/
/**
* Create a css variable with optionally different values at different breakpoints.
* Can be used to create Tailwind classes.
*/
/**
* Global styles
*/
body{
  overflow-y: scroll;
  font-family: Galano Grotesque, 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(38 38 38 / var(--tw-text-opacity, 1));
}

main.main{
  overflow: hidden;
}

.section, .wp-block-vd-section{
  position: relative;
  margin-top: var(--section);
  margin-bottom: var(--section);
}
.section.has-background, .has-background.wp-block-vd-section{
  margin-top: 0px;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: var(--section);
  padding-bottom: var(--section);
}
.section.has-background :first-child, .has-background.wp-block-vd-section :first-child, .section.has-background:first-child, .has-background.wp-block-vd-section:first-child{
  margin-top: 0px;
}
.section.has-background :last-child:not(.team-modal), .has-background.wp-block-vd-section :last-child:not(.team-modal), .section.has-background:last-child:not(.team-modal), .has-background.wp-block-vd-section:last-child:not(.team-modal){
  margin-bottom: 0px;
}

#app .section-lg{
  position: relative;
  margin-top: var(--section-lg);
  margin-bottom: var(--section-lg);
}
#app .section-lg.has-background{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: var(--section-lg);
  padding-bottom: var(--section-lg);
}
#app .section-lg.has-background :first-child, #app .section-lg.has-background:first-child{
  margin-top: 0px;
}
#app .section-lg.has-background :last-child, #app .section-lg.has-background:last-child{
  margin-bottom: 0px;
}

.container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.container .wp-block-section{
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 640px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
  }
}

@media (min-width: 768px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
  }
}

@media (min-width: 926px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
  }
}

@media (min-width: 1024px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
  }
}

@media (min-width: 1280px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
  }
}

@media (min-width: 1440px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
  }
}

@media (min-width: 1536px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
  }
}

@media (min-width: 1921px){
  .container .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
  }
}

.content-wrapper .alignfull{
  max-width: 100%;
}
.content-wrapper .alignwide{
  max-width: 100%;
}
.content-wrapper .alignleft{
  float: none;
  margin-left: 0px;
  margin-right: auto;
}
.content-wrapper .alignright{
  float: none;
  margin-left: auto;
  margin-right: 0px;
}
.content-wrapper .aligncenter{
  margin-left: auto;
  margin-right: auto;
}

.test .content-wrapper > *{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.test .content-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.test .container{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.test .section, .test .wp-block-vd-section{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.test .section.is-full-width, .test .is-full-width.wp-block-vd-section{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

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

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

figure.vd-image{
  margin: 0px;
  display: flex;
  max-height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
figure.vd-image img{
  min-height: 100%;
  min-width: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  max-width: unset;
  max-height: unset;
}

.children-quarters > *{
  width: 25%;
}

.embed-container {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#wpgmza_map_1 {
  max-height: 60vh;
}
@media (min-width: 768px) {
  #wpgmza_map_1 {
    max-height: 45vh;
  }
}

.single-post .is-type-video {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.col-stack{
  gap: 0px;
}
@media (min-width: 768px) {
  .col-stack{
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .col-stack{
    gap: 2rem;
  }
}
.col-stack .wp-block-column:not(:last-child) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 1024px){
  .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links{
    flex-direction: row;
    gap: 1rem;
  }
}

.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover{
  opacity: 0.8;
}

@media (min-width: 1280px){
  .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover{
  opacity: 0.8;
}

@media (min-width: 1024px){
  .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
    text-align: right;
  }
}

@media (min-width: 1280px){
  .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 50%;
}

.wp-block-image img{
  border-radius: 0.125rem;
}

.seperator-circle {
  position: relative;
  overflow: visible;
}
.seperator-circle::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: inherit;
}

/* Add sr text for external links */
/**
* Miscellaneous helper classes.
*/
.subtle-links a{
  font-weight: inherit;
  color: inherit;
  text-decoration-line: none;
}
.subtle-links a:hover{
  color: inherit;
  text-decoration-line: underline;
  opacity: 0.8;
}

.align-svg-by-height svg {
  width: auto;
  height: 1em;
}

/**
* Pagination styles
*/
.page-numbers{
  font-weight: 500;
}

.page-numbers.prev{
  width: 100px;
}

.page-numbers.next{
  width: 90px;
  text-align: right;
}

.page-numbers.disabled, .page-numbers.current{
  opacity: 0.7;
}

.project-gallery figure.wp-block-image{
  padding-bottom: 2rem;
}

.max-w-33 {
  max-width: 33ch;
}

/**
* hr from Gutenberg
*/
.wp-block-separator{
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

/**
* Photos Column from Gutenberg
*/
.photos{
  gap: 0px;
}
.photos .wp-block-image img{
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.content-wrapper :where(hr):not(:where([class~=not-prose] *)) {
  --tw-prose-hr: #253847;
}

.helpers .wp-block-vd-grid-cell{
  padding: 1rem;
}

.helpers .wp-block-vd-grid-cell:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.helpers .knk{
  position: relative;
  width: 100%;
}
.helpers .knk::after{
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  font-size: clamp(0.875rem,0.8333vw,1.8rem);
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(141 146 155 / var(--tw-text-opacity, 1));
    content: "\e809";
    font-family: "fontello", sans-serif;
}
@media (min-width: 1024px) {
  .helpers .knk::after{
    display: block;
  }
}

/**
* Theme styles (e.g. colors, spacing variables, etc.)
*
* Specifying theme settings as css variables rather than setting them directly in
* 'tailwind.config.js' allows us to make them dynamic (i.e. different at different
* breakpoints) without having to specifiy separate classes for each breakpoint value.
* It also lets us use the variables elsewhere, like in the Wordpress 'theme.json' or
* in custom css.
*
* E.g. Instead of specifying
*     <div> class="mt-section sm:mt-section-sm md:section-md ..."> </div>
* we can simply use
*      <div> class="mt-section"> </div>
*
* Also, we can still do cool things like:
*     <div class="my-section md:my-0"> </div>
* or in scss:
*     .some-class-from-a-plugin-that-i-cant-control {
*         @apply mt-section;
*     }
*
*/
:root,
#app {
  --color-text: #404040;
  --home-section: 5.2083vw;
  /* Animation settings */
  --fade: 2s cubic-bezier(0.11, 0, 0.5, 0) 0s 1 normal forwards;
  --hero-fade: 3s ease-in 0s 1 normal forwards;
  --logo-cloud: 5s ease-in-out 0s 1 normal none;
  --color-primary: #253847;
  --color-primary--100: rgb(221.4722222222, 230.4444444444, 237.5277777778);
  --color-primary--200: rgb(187.9444444444, 205.8888888889, 220.0555555556);
  --color-primary--300: rgb(154.4166666667, 181.3333333333, 202.5833333333);
  --color-primary--400: rgb(120.8888888889, 156.7777777778, 185.1111111111);
  --color-primary--500: rgb(87.3611111111, 132.2222222222, 167.6388888889);
  --color-primary--600: rgb(69.8888888889, 105.7777777778, 134.1111111111);
  --color-primary--700: rgb(52.4166666667, 79.3333333333, 100.5833333333);
  --color-primary--800: rgb(34.9444444444, 52.8888888889, 67.0555555556);
  --color-primary--900: rgb(17.4722222222, 26.4444444444, 33.5277777778);
  --color-primary--rgb: 37, 56, 71;
  --color-primary--100--rgb: 221, 230, 238;
  --color-primary--200--rgb: 188, 206, 220;
  --color-primary--300--rgb: 154, 181, 203;
  --color-primary--400--rgb: 121, 157, 185;
  --color-primary--500--rgb: 87, 132, 168;
  --color-primary--600--rgb: 70, 106, 134;
  --color-primary--700--rgb: 52, 79, 101;
  --color-primary--800--rgb: 35, 53, 67;
  --color-primary--900--rgb: 17, 26, 34;
  --color-secondary: #293344;
  --color-secondary--100: rgb(223.1834862385, 227.8623853211, 235.8165137615);
  --color-secondary--200: rgb(191.3669724771, 200.7247706422, 216.6330275229);
  --color-secondary--300: rgb(159.5504587156, 173.5871559633, 197.4495412844);
  --color-secondary--400: rgb(127.7339449541, 146.4495412844, 178.2660550459);
  --color-secondary--500: rgb(95.9174311927, 119.3119266055, 159.0825688073);
  --color-secondary--600: rgb(76.7339449541, 95.4495412844, 127.2660550459);
  --color-secondary--700: rgb(57.5504587156, 71.5871559633, 95.4495412844);
  --color-secondary--800: rgb(38.3669724771, 47.7247706422, 63.6330275229);
  --color-secondary--900: rgb(19.1834862385, 23.8623853211, 31.8165137615);
  --color-secondary--rgb: 41, 51, 68;
  --color-secondary--100--rgb: 223, 228, 236;
  --color-secondary--200--rgb: 191, 201, 217;
  --color-secondary--300--rgb: 160, 174, 197;
  --color-secondary--400--rgb: 128, 146, 178;
  --color-secondary--500--rgb: 96, 119, 159;
  --color-secondary--600--rgb: 77, 95, 127;
  --color-secondary--700--rgb: 58, 72, 95;
  --color-secondary--800--rgb: 38, 48, 64;
  --color-secondary--900--rgb: 19, 24, 32;
  --container: 8vw;
  --container-sm: 8vw;
  --wrap: var(--container);
  --section: 2rem;
  --section-lg: 4rem;
  /* $name, $color, $alt-color, $hover-color */
}
@media (min-width: 768px) {
  :root,
  #app {
    --container: 8vw;
  }
}
@media (min-width: 1024px) {
  :root,
  #app {
    --container: 6.6667vw;
  }
}
@media (min-width: 768px) {
  :root,
  #app {
    --container-sm: 8vw;
  }
}
@media (min-width: 1024px) {
  :root,
  #app {
    --container-sm: 12vw;
  }
}
@media (min-width: 1280px) {
  :root,
  #app {
    --container-sm: 20vw;
  }
}
@media (min-width: 1536px) {
  :root,
  #app {
    --container-sm: 22vw;
  }
}
@media (min-width: 1024px) {
  :root,
  #app {
    --wrap: 2rem;
  }
}
@media (min-width: 1280px) {
  :root,
  #app {
    --wrap: 4rem;
  }
}
@media (min-width: 1536px) {
  :root,
  #app {
    --wrap: 5rem;
  }
}
@media (min-width: 768px) {
  :root,
  #app {
    --section: 6rem;
  }
}
@media (min-width: 1280px) {
  :root,
  #app {
    --section: 8rem;
  }
}
@media (min-width: 768px) {
  :root,
  #app {
    --section-lg: 6rem;
  }
}
@media (min-width: 1280px) {
  :root,
  #app {
    --section-lg: 8rem;
  }
}
:root .btn-primary, :root .wp-block-button__link, :root button[type=submit].wp-block-search__button,
#app .btn-primary,
#app .wp-block-button__link,
#app button[type=submit],
#app input[type=submit],
#app input[type=button] {
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
}
.user-is-tabbing :root .btn-primary:focus,.user-is-tabbing  :root .wp-block-button__link:focus,.user-is-tabbing  :root button[type=submit].wp-block-search__button:focus,.user-is-tabbing 
#app .btn-primary:focus,.user-is-tabbing 
#app .wp-block-button__link:focus,.user-is-tabbing 
#app button[type=submit]:focus,.user-is-tabbing 
#app input[type=submit]:focus,.user-is-tabbing 
#app input[type=button]:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #3b82f6;
}
:root .btn-primary:hover, :root .wp-block-button__link:hover, :root button[type=submit].wp-block-search__button:hover,
#app .btn-primary:hover,
#app .wp-block-button__link:hover,
#app button[type=submit]:hover,
#app input[type=submit]:hover,
#app input[type=button]:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #293344;
  border: 2px solid #c4c4c4;
  background-color: #c4c4c4;
}
:root .btn-primary:active, :root .wp-block-button__link:active, :root button[type=submit].wp-block-search__button:active,
#app .btn-primary:active,
#app .wp-block-button__link:active,
#app button[type=submit]:active,
#app input[type=submit]:active,
#app input[type=button]:active {
  opacity: 0.8;
}
:root .btn-primary.disabled, :root .disabled.wp-block-button__link, :root button.disabled[type=submit].wp-block-search__button, :root .btn-primary:disabled, :root .wp-block-button__link:disabled, :root button[type=submit].wp-block-search__button:disabled,
#app .btn-primary.disabled,
#app .disabled.wp-block-button__link,
#app button.disabled[type=submit],
#app input.disabled[type=submit],
#app input.disabled[type=button],
#app .btn-primary:disabled,
#app .wp-block-button__link:disabled,
#app button[type=submit]:disabled,
#app input[type=submit]:disabled,
#app input[type=button]:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
}
:root .btn-primary.btn-outline, :root .btn-outline.wp-block-button__link, :root button.btn-outline[type=submit].wp-block-search__button,
#app .btn-primary.btn-outline,
#app .btn-outline.wp-block-button__link,
#app button.btn-outline[type=submit],
#app input.btn-outline[type=submit],
#app input.btn-outline[type=button] {
  color: #293344;
  border: 2px solid #293344;
  background-color: rgba(41, 51, 68, 0);
}
:root .btn-primary.btn-outline:hover, :root .btn-outline.wp-block-button__link:hover, :root button.btn-outline[type=submit].wp-block-search__button:hover,
#app .btn-primary.btn-outline:hover,
#app .btn-outline.wp-block-button__link:hover,
#app button.btn-outline[type=submit]:hover,
#app input.btn-outline[type=submit]:hover,
#app input.btn-outline[type=button]:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
}
:root .btn-primary.btn-outline:active, :root .btn-outline.wp-block-button__link:active, :root button.btn-outline[type=submit].wp-block-search__button:active,
#app .btn-primary.btn-outline:active,
#app .btn-outline.wp-block-button__link:active,
#app button.btn-outline[type=submit]:active,
#app input.btn-outline[type=submit]:active,
#app input.btn-outline[type=button]:active {
  opacity: 0.8;
}
:root .btn-primary.btn-outline.disabled, :root .btn-outline.disabled.wp-block-button__link, :root button.btn-outline.disabled[type=submit].wp-block-search__button, :root .btn-primary.btn-outline:disabled, :root .btn-outline.wp-block-button__link:disabled, :root button.btn-outline[type=submit].wp-block-search__button:disabled,
#app .btn-primary.btn-outline.disabled,
#app .btn-outline.disabled.wp-block-button__link,
#app button.btn-outline.disabled[type=submit],
#app input.btn-outline.disabled[type=submit],
#app input.btn-outline.disabled[type=button],
#app .btn-primary.btn-outline:disabled,
#app .btn-outline.wp-block-button__link:disabled,
#app button.btn-outline[type=submit]:disabled,
#app input.btn-outline[type=submit]:disabled,
#app input.btn-outline[type=button]:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #293344;
  border: 2px solid #293344;
  background-color: rgba(41, 51, 68, 0);
}
:root .btn-inverse,
#app .btn-inverse {
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
}
.user-is-tabbing :root .btn-inverse:focus,.user-is-tabbing 
#app .btn-inverse:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #3b82f6;
}
:root .btn-inverse:hover,
#app .btn-inverse:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #fff;
  border: 2px solid #253847;
  background-color: #253847;
}
:root .btn-inverse:active,
#app .btn-inverse:active {
  opacity: 0.8;
}
:root .btn-inverse.disabled, :root .btn-inverse:disabled,
#app .btn-inverse.disabled,
#app .btn-inverse:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-inverse.btn-outline,
#app .btn-inverse.btn-outline {
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root .btn-inverse.btn-outline:hover,
#app .btn-inverse.btn-outline:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-inverse.btn-outline:active,
#app .btn-inverse.btn-outline:active {
  opacity: 0.8;
}
:root .btn-inverse.btn-outline.disabled, :root .btn-inverse.btn-outline:disabled,
#app .btn-inverse.btn-outline.disabled,
#app .btn-inverse.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root .btn-secondary,
#app .btn-secondary {
  color: #293344;
  border: 2px solid #e5e5e5;
  background-color: #e5e5e5;
}
.user-is-tabbing :root .btn-secondary:focus,.user-is-tabbing 
#app .btn-secondary:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #3b82f6;
}
:root .btn-secondary:hover,
#app .btn-secondary:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #e5e5e5;
  border: 2px solid #253847;
  background-color: #253847;
}
:root .btn-secondary:active,
#app .btn-secondary:active {
  opacity: 0.8;
}
:root .btn-secondary.disabled, :root .btn-secondary:disabled,
#app .btn-secondary.disabled,
#app .btn-secondary:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #293344;
  border: 2px solid #e5e5e5;
  background-color: #e5e5e5;
}
:root .btn-secondary.btn-outline,
#app .btn-secondary.btn-outline {
  color: #e5e5e5;
  border: 2px solid #e5e5e5;
  background-color: rgba(229, 229, 229, 0);
}
:root .btn-secondary.btn-outline:hover,
#app .btn-secondary.btn-outline:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #293344;
  border: 2px solid #e5e5e5;
  background-color: #e5e5e5;
}
:root .btn-secondary.btn-outline:active,
#app .btn-secondary.btn-outline:active {
  opacity: 0.8;
}
:root .btn-secondary.btn-outline.disabled, :root .btn-secondary.btn-outline:disabled,
#app .btn-secondary.btn-outline.disabled,
#app .btn-secondary.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #e5e5e5;
  border: 2px solid #e5e5e5;
  background-color: rgba(229, 229, 229, 0);
}
:root .btn-black,
#app .btn-black {
  color: #fff;
  border: 2px solid #000;
  background-color: #000;
}
.user-is-tabbing :root .btn-black:focus,.user-is-tabbing 
#app .btn-black:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #3b82f6;
}
:root .btn-black:hover,
#app .btn-black:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #000;
  border: 2px solid #c4c4c4;
  background-color: #c4c4c4;
}
:root .btn-black:active,
#app .btn-black:active {
  opacity: 0.8;
}
:root .btn-black.disabled, :root .btn-black:disabled,
#app .btn-black.disabled,
#app .btn-black:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #000;
  background-color: #000;
}
:root .btn-black.btn-outline,
#app .btn-black.btn-outline {
  color: #000;
  border: 2px solid #000;
  background-color: rgba(0, 0, 0, 0);
}
:root .btn-black.btn-outline:hover,
#app .btn-black.btn-outline:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #fff;
  border: 2px solid #000;
  background-color: #000;
}
:root .btn-black.btn-outline:active,
#app .btn-black.btn-outline:active {
  opacity: 0.8;
}
:root .btn-black.btn-outline.disabled, :root .btn-black.btn-outline:disabled,
#app .btn-black.btn-outline.disabled,
#app .btn-black.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #000;
  border: 2px solid #000;
  background-color: rgba(0, 0, 0, 0);
}
:root .btn-white,
#app .btn-white {
  color: #000;
  border: 2px solid #fff;
  background-color: #fff;
}
.user-is-tabbing :root .btn-white:focus,.user-is-tabbing 
#app .btn-white:focus{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: #3b82f6;
}
:root .btn-white:hover,
#app .btn-white:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #fff;
  border: 2px solid #444;
  background-color: #444;
}
:root .btn-white:active,
#app .btn-white:active {
  opacity: 0.8;
}
:root .btn-white.disabled, :root .btn-white:disabled,
#app .btn-white.disabled,
#app .btn-white:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #000;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-white.btn-outline,
#app .btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root .btn-white.btn-outline:hover,
#app .btn-white.btn-outline:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  color: #000;
  border: 2px solid #fff;
  background-color: #fff;
}
:root .btn-white.btn-outline:active,
#app .btn-white.btn-outline:active {
  opacity: 0.8;
}
:root .btn-white.btn-outline.disabled, :root .btn-white.btn-outline:disabled,
#app .btn-white.btn-outline.disabled,
#app .btn-white.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root .dark,
#app .dark {
  --color-secondary: #A3B9DF;
  --color-secondary--100: rgb(217.1612903226, 226.2096774194, 241.8387096774);
  --color-secondary--200: rgb(179.3225806452, 197.4193548387, 228.6774193548);
  --color-secondary--300: rgb(141.4838709677, 168.6290322581, 215.5161290323);
  --color-secondary--400: rgb(103.6451612903, 139.8387096774, 202.3548387097);
  --color-secondary--500: rgb(65.8064516129, 111.0483870968, 189.1935483871);
  --color-secondary--600: rgb(52.6451612903, 88.8387096774, 151.3548387097);
  --color-secondary--700: rgb(39.4838709677, 66.6290322581, 113.5161290323);
  --color-secondary--800: rgb(26.3225806452, 44.4193548387, 75.6774193548);
  --color-secondary--900: rgb(13.1612903226, 22.2096774194, 37.8387096774);
  --color-secondary--rgb: 163, 185, 223;
  --color-secondary--100--rgb: 217, 226, 242;
  --color-secondary--200--rgb: 179, 197, 229;
  --color-secondary--300--rgb: 141, 169, 216;
  --color-secondary--400--rgb: 104, 140, 202;
  --color-secondary--500--rgb: 66, 111, 189;
  --color-secondary--600--rgb: 53, 89, 151;
  --color-secondary--700--rgb: 39, 67, 114;
  --color-secondary--800--rgb: 26, 44, 76;
  --color-secondary--900--rgb: 13, 22, 38;
}

/**
* Define your prose modifiers and typography overrides here.
*
* Defining our typography in mixins lets us apply them both in our 'prose' class (i.e. 'content-wrapper)
* as well as in our own custom classes like '.h1', '.h2', etc.
*
* @link https://tailwindcss.com/docs/typography-plugin
*/
.content-wrapper{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.content-wrapper :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content-wrapper :where([class~="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;
}
.content-wrapper :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content-wrapper :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content-wrapper :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :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;
}
.content-wrapper :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content-wrapper :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content-wrapper :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content-wrapper :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content-wrapper :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content-wrapper :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content-wrapper :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content-wrapper :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content-wrapper :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.content-wrapper :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;
}
.content-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.content-wrapper :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.content-wrapper :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;
}
.content-wrapper :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;
}
.content-wrapper :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.content-wrapper :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.content-wrapper :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;
}
.content-wrapper :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.content-wrapper :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;
}
.content-wrapper :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.content-wrapper :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;
}
.content-wrapper :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.content-wrapper :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;
}
.content-wrapper :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.content-wrapper :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-wrapper :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-wrapper :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-wrapper :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;
}
.content-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.content-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.content-wrapper :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.content-wrapper :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.content-wrapper :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content-wrapper :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;
}
.content-wrapper :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;
}
.content-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.content-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.content-wrapper :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content-wrapper :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content-wrapper :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;
}
.content-wrapper :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content-wrapper :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.content-wrapper :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.content-wrapper :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.content-wrapper :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.content-wrapper :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.content-wrapper :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.content-wrapper :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;
}
.content-wrapper{
  --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;
}
.content-wrapper :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.content-wrapper :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.content-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.content-wrapper :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content-wrapper :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content-wrapper :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content-wrapper :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content-wrapper :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content-wrapper :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;
}
.content-wrapper :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content-wrapper :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.content-wrapper :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.content-wrapper :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.content-wrapper :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;
}
.content-wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.content-wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.content-wrapper :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-wrapper :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content-wrapper :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.content-wrapper{
  max-width: none;
}
@media (min-width: 1280px){
  .content-wrapper{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .content-wrapper :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .content-wrapper :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .content-wrapper :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .content-wrapper :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .content-wrapper :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .content-wrapper :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .content-wrapper :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .content-wrapper :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .content-wrapper :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .content-wrapper :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-wrapper :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .content-wrapper :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .content-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .content-wrapper :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .content-wrapper :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .content-wrapper :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .content-wrapper :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .content-wrapper :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .content-wrapper :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .content-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .content-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .content-wrapper :where(.xl\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .content-wrapper :where(.xl\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .content-wrapper :where(.xl\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .content-wrapper :where(.xl\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .content-wrapper :where(.xl\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .content-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .content-wrapper :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .content-wrapper :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .content-wrapper :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .content-wrapper :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .content-wrapper :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .content-wrapper :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .content-wrapper :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .content-wrapper :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .content-wrapper :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .content-wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .content-wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .content-wrapper :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .content-wrapper :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-wrapper :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .content-wrapper :where(.xl\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(.xl\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1536px){
  .content-wrapper{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .content-wrapper :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .content-wrapper :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .content-wrapper :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }
  .content-wrapper :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .content-wrapper :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .content-wrapper :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .content-wrapper :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .content-wrapper :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content-wrapper :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content-wrapper :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-wrapper :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content-wrapper :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }
  .content-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .content-wrapper :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .content-wrapper :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .content-wrapper :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }
  .content-wrapper :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .content-wrapper :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .content-wrapper :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .content-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .content-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }
  .content-wrapper :where(.\32xl\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .content-wrapper :where(.\32xl\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .content-wrapper :where(.\32xl\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .content-wrapper :where(.\32xl\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .content-wrapper :where(.\32xl\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .content-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .content-wrapper :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .content-wrapper :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .content-wrapper :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .content-wrapper :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .content-wrapper :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .content-wrapper :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .content-wrapper :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .content-wrapper :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .content-wrapper :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .content-wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .content-wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .content-wrapper :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content-wrapper :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-wrapper :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .content-wrapper :where(.\32xl\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .content-wrapper :where(.\32xl\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.content-wrapper :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgba(var(--color-secondary--rgb), var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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: 100ms;
}
.content-wrapper :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  --tw-text-opacity: 0.8;
}
.content-wrapper :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: inherit;
}
.content-wrapper :where(h1):not(:where([class~=not-prose] *)){
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
}
@media (min-width: 768px){
  .content-wrapper :where(h1):not(:where([class~=not-prose] *)){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1536px){
  .content-wrapper :where(h1):not(:where([class~=not-prose] *)){
    font-size: 3rem;
    line-height: 1;
  }
}
.content-wrapper :where(h2):not(:where([class~=not-prose] *)){
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.content-wrapper :where(h2):not(:where([class~=not-prose] *)):first-of-type{
  margin-top: 0px;
}
@media (min-width: 768px){
  .content-wrapper :where(h2):not(:where([class~=not-prose] *)){
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px){
  .content-wrapper :where(h2):not(:where([class~=not-prose] *)){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.content-wrapper :where(h3):not(:where([class~=not-prose] *)){
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
@media (min-width: 768px){
  .content-wrapper :where(h3):not(:where([class~=not-prose] *)){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px){
  .content-wrapper :where(h3):not(:where([class~=not-prose] *)){
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.content-wrapper :where(h4):not(:where([class~=not-prose] *)){
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .content-wrapper :where(h4):not(:where([class~=not-prose] *)){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .content-wrapper :where(h4):not(:where([class~=not-prose] *)){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.content-wrapper :where(p):not(:where([class~=not-prose] *)){
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
}
@media (min-width: 1536px){
  .content-wrapper :where(p):not(:where([class~=not-prose] *)){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.content-wrapper :where(p):not(:where([class~=not-prose] *)):last-child{
  margin-bottom: 1.0938vw;
}
.content-wrapper :where(a):not(:where([class~=not-prose] *)){
  font-weight: 500;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.content-wrapper :where(a):not(:where([class~=not-prose] *)):hover{
  opacity: 0.8;
}
.content-wrapper :where(ul):not(:where([class~=not-prose] *)){
  margin-top: 0px;
  padding-left: 0.5rem;
}
.content-wrapper :where(li):not(:where([class~=not-prose] *)){
  margin-top: 0.3125vw;
  margin-bottom: 0.3125vw;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
}
@media (min-width: 1536px){
  .content-wrapper :where(li):not(:where([class~=not-prose] *)){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.content-wrapper :where(li):not(:where([class~=not-prose] *))::marker{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}
.content-wrapper :where(.content-wrapper > h1):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > h2):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > h3):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > h4):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > h5):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > h6):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > p):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > a):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > blockquote):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > ol):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > ul):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > li):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > img):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > hr):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > pre):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > figure):not(:where(.not-prose > *)),
.content-wrapper :where(.content-wrapper > form):not(:where(.not-prose > *)){
  max-width: var(--content-width);
}

.dark .content-wrapper,
.content-wrapper.dark,
.content-wrapper .dark {
  --tw-prose-body: white;
}

.dark .content-wrapper :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper.dark :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper .dark :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark .content-wrapper :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper.dark :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper .dark :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark .content-wrapper :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper.dark :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper .dark :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark .content-wrapper :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper.dark :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.content-wrapper .dark :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.dark .content-wrapper * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker,
.content-wrapper.dark * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker,
.content-wrapper .dark * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker{
  color: rgb(255 255 255 );
}

.dark .content-wrapper :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker,
.content-wrapper.dark :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker,
.content-wrapper .dark :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker{
  color: rgb(255 255 255 );
}

.h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
}

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

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

.h2{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.h2:first-of-type{
  margin-top: 0px;
}

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

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

.h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

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

@media (min-width: 1536px){
  .h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

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

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

.content-wrapper .align-with-content{
  max-width: var(--content-width);
}

#app .title{
  margin-top: 2.2917vw;
  margin-bottom: 2.4479vw;
  font-size: clamp(1.5rem,2.0834vw,3.5rem);
  font-weight: 700;
  line-height: 1.05;
}
#app .title_home{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  line-height: 1.375;
}
@media (min-width: 768px){
  #app .title_home{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  #app .title_home{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){
  #app .title_home{
    font-size: 4.5rem;
    line-height: 1;
  }
}
#app .title_block, #app .wp-block-featured-work h3, .wp-block-featured-work #app h3{
  margin-top: 1rem;
  text-wrap: balance;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  line-height: 1.375;
}
@media (min-width: 768px){
  #app .title_block, #app .wp-block-featured-work h3, .wp-block-featured-work #app h3{
    font-size: 3rem;
    line-height: 1;
  }
}
#app .subtitle{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px){
  #app .subtitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  #app .subtitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#app .subtitle_card{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (min-width: 1024px){
  #app .subtitle_card{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1536px){
  #app .subtitle_card{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#app .card__face--back .title{
  margin-top: 1vw;
}
#app .card__face--back .subtitle{
  margin-top: 0px;
  margin-bottom: 0px;
}
#app .card__face--back hr{
  margin-top: .25vw;
  margin-bottom: .25vw;
}
#app .social-icons{
  font-size: clamp(1.125rem,1.3021vw,2.2rem);
}
#app .body{
  font-size: clamp(1.125rem,1.3021vw,2.2rem);
  font-weight: 400;
}
#app .body:last-child{
  margin-bottom: 2.1875vw;
}
#app .main ul{
  margin-left: 1rem;
  list-style-type: disc;
}
@media (min-width: 1280px) {
  #app .main ul{
    margin-left: 0.5rem;
  }
}
@media (min-width: 1536px) {
  #app .main ul{
    margin-left: 0.5rem;
  }
}

.post h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 56 71 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .post h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px){
  .post h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.post h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .post h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .post h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.post h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
@media (min-width: 768px){
  .post h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .post h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/**
* Frontend styles will be included in the editor, but nested under #app
*/
/**
* Block styles
*/
/**
 * Core Gutenberg block styles
 */
/**
* Columns blocks
*/
.wp-block-columns{
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-block-columns{
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .wp-block-columns{
    flex-direction: row;
  }
}

.wp-block-column:not(:last-child){
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  .wp-block-column:not(:last-child){
    margin-bottom: 0px;
  }
}
.wp-block-column:not(:last-child) > :first-child{
  margin-top: 0px;
}
.wp-block-column:not(:last-child) > :last-child{
  margin-bottom: 0px;
}

/**
* Media/Text blocks
*/
.wp-block-media-text{
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}
.wp-block-media-text .wp-block-media-text__media{
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 0px;
  }
}
.wp-block-media-text .wp-block-media-text__media img{
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-block-media-text .wp-block-media-text__content{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 8%;
  }
}
.wp-block-media-text .wp-block-media-text__content > :first-child{
  margin-top: 0px;
}
.wp-block-media-text .wp-block-media-text__content > :last-child{
  margin-bottom: 0px;
}

/**
* Image block
*/
.wp-block-image{
  width: 100%;
}
@media (min-width: 768px){
  .wp-block-image{
    width: auto;
  }
}
.wp-block-image img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
}
.wp-block-image figcaption{
  margin-bottom: 0px;
  text-align: center;
}
.wp-block-image.alignleft{
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 2em;
}
.wp-block-image.alignright{
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}

/**
* Gallery block
*/
.wp-block-gallery{
  max-width: 100%;
}

/**
* Quote/Pull-quote block
*/
.wp-block-quote{
  border-left-width: 0px;
  padding-left: 0px;
}
.wp-block-quote p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .wp-block-quote p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .wp-block-quote p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.wp-block-quote cite{
  display: block;
  font-style: normal;
}

.wp-block-pullquote{
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  min-width: 100%;
  border-top-width: 4px;
  border-bottom-width: 4px;
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right, .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright{
  max-width: 100%;
}
.wp-block-pullquote blockquote{
  border-style: none;
  padding-left: 0px;
}
.wp-block-pullquote blockquote p:first-of-type:not(:where([class~=not-prose] *))::before {
  content: "";
}
.wp-block-pullquote blockquote p{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
@media (min-width: 768px){
  .wp-block-pullquote blockquote p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .wp-block-pullquote blockquote p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/**
* Table block
*/
.wp-block-table figcaption{
  text-align: center;
}

/**
* Search block
*/
/**
* Social Icons block
*/
.wp-block-social-links{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-social-links .wp-block-social-link{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-right: 1rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-social-links .wp-block-social-link:hover{
  transform: none;
  opacity: 0.8;
}

/**
* Tag list block
*/
.wp-block-post-terms a{
  text-decoration-line: none;
}

/**
* Page list block
*/
.wp-block-page-list{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-page-list .wp-block-pages-list__item{
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link{
  font-weight: inherit;
  color: inherit;
  text-decoration-line: none;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover{
  color: inherit;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link{
  text-decoration-line: underline;
  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: 100ms;
}
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link:hover{
  --tw-text-opacity: 0.8;
}

/**
* Buttons
*/
/**
* Styles for the Vincent Design blocks that are specific to this theme
*/
.wp-block-vd-grid-cell > :first-child{
  margin-top: 0px;
}
.wp-block-vd-grid-cell > :last-child{
  margin-bottom: 0px;
}

#app .accordion-item > .accordion-head{
  width: 100%;
  cursor: pointer;
  list-style-type: none;
}

#app .accordion-item > .accordion-head:hover{
  opacity: 0.6;
}
#app .accordion-item > .accordion-head::-webkit-details-marker {
  display: none;
}
#app .accordion-item > .accordion-head::after{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
  content: "\f105";
  font-family: "fontello", sans-serif;
  float: right;
}
#app .accordion-item[open] > .accordion-head{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
#app .accordion-item[open] > .accordion-head::after {
  content: "\f107";
  font-family: "fontello", sans-serif;
}
#app .accordion-body{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-secondary--200--rgb), var(--tw-bg-opacity, 1));
}

#app .wp-block-logo-cloud figure, #app .wp-block-logo-cloud-repeater figure{
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  height: auto;
  max-width: 40vw;
  flex-shrink: 0;
  flex-grow: 1;
}

@media (min-width: 640px){
  #app .wp-block-logo-cloud figure, #app .wp-block-logo-cloud-repeater figure{
    max-width: 30vw;
  }
}

@media (min-width: 768px){
  #app .wp-block-logo-cloud figure, #app .wp-block-logo-cloud-repeater figure{
    max-width: 11vw;
  }
}

@media (min-width: 1024px){
  #app .wp-block-logo-cloud figure, #app .wp-block-logo-cloud-repeater figure{
    flex-grow: 0;
  }
}
#app .wp-block-logo-cloud figure img, #app .wp-block-logo-cloud-repeater figure img{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#app .is-root-container .wp-block-logo-cloud .block-editor-block-list__layout, #app .is-root-container .wp-block-logo-cloud-repeater .block-editor-block-list__layout{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  column-gap: 7.08vw;
}

#app .wp-block-testimonial {
  /* Pause/Play Toggle Button */
  /* For featured news carousel */
}
#app .wp-block-testimonial .slick-prev,
#app .wp-block-testimonial .slick-next{
  z-index: 30;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  background-image: none;
  text-align: center;
  font-size: clamp(2.5rem,3.9063vw,5rem);
  color: transparent;
}
#app .wp-block-testimonial .slick-prev:hover,
#app .wp-block-testimonial .slick-next:hover{
  opacity: 0.8;
}
@media not all and (min-width: 768px){
  #app .wp-block-testimonial .slick-prev,
#app .wp-block-testimonial .slick-next{
    position: absolute;
    top: auto;
    bottom: -4rem;
  }
}
@media (min-width: 768px){
  #app .wp-block-testimonial .slick-prev,
#app .wp-block-testimonial .slick-next{
    margin-top: 3rem;
  }
}
@media (min-width: 1280px){
  #app .wp-block-testimonial .slick-prev,
#app .wp-block-testimonial .slick-next{
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1536px){
  #app .wp-block-testimonial .slick-prev,
#app .wp-block-testimonial .slick-next{
    height: 5rem;
    width: 5rem;
  }
}
#app .wp-block-testimonial .slick-prev{
  margin-left: 2rem;
  margin-right: 2rem;
}
#app .wp-block-testimonial .slick-prev .slick-prev-icon::before{
  display: block;
  height: 3rem;
  width: 3rem;
  font-family: fontello;
  font-size: clamp(2.5rem,3.9063vw,5rem);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){
  #app .wp-block-testimonial .slick-prev .slick-prev-icon::before{
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1536px){
  #app .wp-block-testimonial .slick-prev .slick-prev-icon::before{
    height: 5rem;
    width: 5rem;
  }
}
#app .wp-block-testimonial .slick-prev .slick-prev-icon::before {
  content: "\f104";
  margin: auto;
}
[dir=rtl] #app .wp-block-testimonial .slick-prev .slick-prev-icon::before {
  content: "\f105";
}
#app .wp-block-testimonial .slick-next{
  margin-left: 2rem;
  margin-right: 2rem;
}
#app .wp-block-testimonial .slick-next .slick-next-icon::before{
  display: block;
  height: 3rem;
  width: 3rem;
  font-family: fontello;
  font-size: clamp(2.5rem,3.9063vw,5rem);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){
  #app .wp-block-testimonial .slick-next .slick-next-icon::before{
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1536px){
  #app .wp-block-testimonial .slick-next .slick-next-icon::before{
    height: 5rem;
    width: 5rem;
  }
}
#app .wp-block-testimonial .slick-next .slick-next-icon::before {
  content: "\f105";
  margin: auto;
}
[dir=rtl] #app .wp-block-testimonial .slick-next .slick-next-icon::before {
  content: "\f104";
}
#app .wp-block-testimonial .slick-dots{
  position: absolute;
  bottom: -1.5rem;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  font-size: 0px;
  color: transparent;
}
@media (min-width: 1024px){
  #app .wp-block-testimonial .slick-dots{
    bottom: -26px;
  }
}
#app .wp-block-testimonial .slick-track {
  display: flex !important;
}
#app .wp-block-testimonial .slick-slide {
  height: inherit !important;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px){
  #app .wp-block-testimonial .slick-slide{
    margin-bottom: 0px;
    margin-top: 1.5rem;
  }
}
#app .wp-block-testimonial .slick-slide > div {
  height: 100%;
}
#app .wp-block-testimonial .slick-slider {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  #app .wp-block-testimonial .slick-slider {
    flex-flow: row nowrap;
  }
}
#app .wp-block-testimonial .slick-autoplay-toggle-button{
  aspect-ratio: 1 / 1;
  height: 35px;
  width: 35px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 1;
  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: 300ms;
  top: auto;
  left: auto;
  right: 1rem;
  bottom: 1rem;
}
#app .wp-block-testimonial .slick-slider .slick-autoplay-toggle-button{
  position: absolute;
  top: -5rem;
  right: 4rem;
  padding: 0.5rem;
}
@media (min-width: 1024px){
  #app .wp-block-testimonial .slick-slider .slick-autoplay-toggle-button{
    top: -4rem;
  }
}
#app .wp-block-testimonial .slick-autoplay-toggle-button:hover {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5647058824);
}
#app .wp-block-testimonial .slick-pause-icon, #app .wp-block-testimonial .slick-play-icon{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#app .wp-block-testimonial .slick-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;
}
#app .wp-block-testimonial .slick-dots li button .slick-dot-icon {
  color: rgba(255, 255, 255, 0.4235294118) !important;
  opacity: 100%;
}
#app .wp-block-testimonial .slick-dots li.slick-active button .slick-dot-icon {
  color: #ffffff !important;
}
#app .wp-block-testimonial .slick-dots li.slick-active button:focus {
  color: #ffffff !important;
}

#app .wp-block-images-slider .slick-prev,
#app .wp-block-images-slider .slick-next{
  margin-top: 3rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  background-image: none;
  text-align: center;
  font-size: clamp(2.5rem,3.9063vw,5rem);
  color: transparent;
}

#app .wp-block-images-slider .slick-prev:hover,
#app .wp-block-images-slider .slick-next:hover{
  opacity: 0.8;
}

@media (min-width: 1280px){
  #app .wp-block-images-slider .slick-prev,
#app .wp-block-images-slider .slick-next{
    height: 4rem;
    width: 4rem;
  }
}

@media (min-width: 1536px){
  #app .wp-block-images-slider .slick-prev,
#app .wp-block-images-slider .slick-next{
    height: 5rem;
    width: 5rem;
  }
}
#app .wp-block-images-slider .slick-prev{
  margin-right: 2rem;
}
#app .wp-block-images-slider .slick-prev .slick-prev-icon::before{
  display: block;
  height: 3rem;
  width: 3rem;
  font-family: fontello;
  font-size: clamp(2.5rem,3.9063vw,5rem);
  --tw-text-opacity: 1;
  color: rgb(41 51 68 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){
  #app .wp-block-images-slider .slick-prev .slick-prev-icon::before{
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1536px){
  #app .wp-block-images-slider .slick-prev .slick-prev-icon::before{
    height: 5rem;
    width: 5rem;
  }
}
#app .wp-block-images-slider .slick-prev .slick-prev-icon::before {
  content: "\f104";
  margin: auto;
}
[dir=rtl] #app .wp-block-images-slider .slick-prev .slick-prev-icon::before {
  content: "\f105";
}
#app .wp-block-images-slider .slick-next{
  margin-left: 2rem;
}
#app .wp-block-images-slider .slick-next .slick-next-icon::before{
  display: block;
  height: 3rem;
  width: 3rem;
  font-family: fontello;
  font-size: clamp(2.5rem,3.9063vw,5rem);
  --tw-text-opacity: 1;
  color: rgb(41 51 68 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){
  #app .wp-block-images-slider .slick-next .slick-next-icon::before{
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1536px){
  #app .wp-block-images-slider .slick-next .slick-next-icon::before{
    height: 5rem;
    width: 5rem;
  }
}
#app .wp-block-images-slider .slick-next .slick-next-icon::before {
  content: "\f105";
  margin: auto;
}
[dir=rtl] #app .wp-block-images-slider .slick-next .slick-next-icon::before {
  content: "\f104";
}
#app .wp-block-images-slider .slick-dots{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: transparent;
}
@media (min-width: 1024px){
  #app .wp-block-images-slider .slick-dots{
    bottom: -2rem;
  }
}
#app .wp-block-images-slider .slick-track {
  display: flex !important;
}
#app .wp-block-images-slider .slick-slide {
  height: inherit !important;
  margin-bottom: 3rem;
  width: 100%;
  padding: 0.25rem;
}
@media (min-width: 1024px){
  #app .wp-block-images-slider .slick-slide{
    padding: 1rem;
  }
}
#app .wp-block-images-slider .slick-slide > div {
  height: 100%;
}
#app .wp-block-images-slider .slick-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;
}
#app .wp-block-images-slider .slick-dots li button .slick-dot-icon {
  color: rgba(41, 51, 68, 0.5647058824) !important;
}
#app .wp-block-images-slider .slick-dots li.slick-active button .slick-dot-icon {
  color: #293344 !important;
}
#app .wp-block-images-slider .slick-dots li.slick-active button .slick-dot-icon:focus, #app .wp-block-images-slider .slick-dots li.slick-active button .slick-dot-icon:active {
  color: #293344 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.item-title{
  margin-top: 0px;
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.item-content{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

#app .wp-block-featured-work h2{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px){
  #app .wp-block-featured-work h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  #app .wp-block-featured-work h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#app .card__face--back .wp-block-featured-work h2{
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-block-featured-work h3{
  margin-bottom: 1.5rem;
}

/**
* Quote/Pull-quote block
*/
.wp-block-quote.is-style-large{
  border-style: none;
}
.wp-block-quote.is-style-large cite{
  display: block;
}

.wp-block-pullquote{
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  border-top-width: 4px;
  border-bottom-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right, .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright{
  max-width: 50%;
}
.wp-block-pullquote blockquote{
  border-style: none;
  padding-left: 0px;
}
.wp-block-pullquote blockquote p:first-of-type:not(:where([class~=not-prose] *))::before {
  content: "";
}
.wp-block-pullquote blockquote p{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-style: normal;
}
.wp-block-pullquote blockquote cite{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.05em;
}

.team-modal::backdrop, .logo-modal::backdrop{
  background-color: #293344B3;
  --tw-backdrop-blur: blur(4px);
  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);
}

.wp-block-work-with .wp-block-group{
  margin-top: 1rem;
}
.wp-block-work-with h2{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
}
.wp-block-work-with h3{
  margin-bottom: 0px;
  font-size: clamp(1.25rem,1.8229vw,2.5rem);
}
.wp-block-work-with ul{
  margin-left: 1rem;
  list-style-type: disc;
}
.wp-block-work-with p{
  font-size: clamp(1rem,1.0417vw,2rem);
}

.projTitle {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3411764706);
}

.resTable table{
  width: 100%;
  border-collapse: separate;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  text-align: left;
}
.resTable table thead th{
  display: none;
  height: 3rem;
  border-left-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  stroke: #334155;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .resTable table thead th{
    display: table-cell;
  }
}
.resTable table tbody tr{
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.resTable table tbody tr:last-child{
  border-bottom-width: 0px;
}
@media (min-width: 640px){
  .resTable table tbody tr{
    display: table-row;
    border-style: none;
  }
}
.resTable table tbody tr td{
  display: flex;
  height: 3rem;
  align-items: center;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  stroke: #64748b;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.resTable table tbody tr td::before{
  display: inline-block;
  width: 6rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  --tw-content: attr(data-th)":";
  content: var(--tw-content);
}
.resTable table tbody tr td:first-child{
  border-left-width: 0px;
}
@media (min-width: 640px){
  .resTable table tbody tr td{
    display: table-cell;
    border-top-width: 1px;
    border-left-width: 1px;
  }
  .resTable table tbody tr td::before{
    --tw-content: none;
    content: var(--tw-content);
  }
}

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

#logoMarqueeSection{
  margin-left: 0px;
  margin-right: 0px;
  width: 100vw;
  padding-left: 0px;
  padding-right: 0px;
}

.default-content-container {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.logoMarqueeSection > div > div {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}

.marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.paused {
  animation-play-state: paused;
}

.marquee div{
  margin: 0px;
  display: inline-block;
  height: 10rem;
  width: fit-content;
  overflow: hidden;
  padding: 0px;
  opacity: 0.85;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px){
  .marquee div{
    height: 13rem;
  }
}

@media (min-width: 1536px){
  .marquee div{
    height: 15rem;
  }
}
.marquee div:hover, .marquee div:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  --tw-grayscale: grayscale(0);
  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);
}

.marquee div img{
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
  object-fit: contain;
  padding: 0px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.play-pause-dark{
  position: absolute;
  z-index: 30;
  display: flex;
  aspect-ratio: 1 / 1;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.play-pause-dark:hover, .play-pause-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--100--rgb), var(--tw-bg-opacity, 1));
  --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);
}

/**
* Partials
*/
/**
* Footer styles
*/
.footer-heading{
  margin-bottom: 0.6771vw;
  cursor: default;
  white-space: nowrap;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
@media (min-width: 1536px){
  .footer-heading{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.footer-heading a{
  text-wrap: balance;
  text-decoration-line: none;
}
.footer-heading a:hover{
  text-decoration-line: underline;
}

.footer-items, #app .footer-menu > .menu-item > a{
  padding-bottom: 1rem;
}

.footer-items:first-of-type, #app .footer-menu > .menu-item > a:first-of-type{
  padding-top: 1rem;
}

.footer-items:last-of-type, #app .footer-menu > .menu-item > a:last-of-type{
  padding-bottom: 1rem;
}
.footer-items > a, #app .footer-menu > .menu-item > a > a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.footer-items > a:hover, #app .footer-menu > .menu-item > a > a:hover{
  text-decoration-line: underline;
}
@media (min-width: 1536px){
  .footer-items > a, #app .footer-menu > .menu-item > a > a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#app .footer-menu > .menu-item{
  padding-bottom: 0.5rem;
}

#app .footer-menu > .menu-item:first-of-type{
  padding-top: 1rem;
}

#app .footer-menu > .menu-item:last-of-type{
  padding-bottom: 1rem;
}
#app .footer-menu > .menu-item > a{
  font-size: 1rem;
  line-height: 1.5rem;
}
#app .footer-menu > .menu-item > a:hover{
  text-decoration-line: underline;
}
@media (min-width: 1536px){
  #app .footer-menu > .menu-item > a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.legal-footer-link a{
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: underline;
}

/**
 * Header
 */
#app .header:is(.at-top){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(41 51 68 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#app .header:not(.at-top){
  --tw-bg-opacity: 1;
  background-color: rgb(41 51 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#app .header:not(.at-top) .socials{
  display: none;
}

@media screen and (min-width: 75rem) {
  #app .header:not(.at-top) .desktop-header-nav .nav-mani > ul li > a{
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
  }
  #app .header:not(.at-top) .desktop-header-nav .nav-mani > ul li:nth-last-child(3){
    margin-left: 1.5rem;
    border-left-width: 2px;
    border-left-color: inherit;
    padding-left: 2rem;
  }
  #app .header:not(.at-top) .desktop-header-nav .nav-mani > ul li:last-child > a{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(41 51 68 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px){
    #app .header:not(.at-top) .header-logo{
      margin-top: 0px;
    }
  }
  /** Navigation (desktop) */
  .desktop-header-nav .nav-main > .ul li > a{
    margin-left: 1vw;
    margin-right: 1vw;
    display: flex;
    align-items: center;
    border-bottom-width: 3px;
    border-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
  }
  .desktop-header-nav .nav-main > .ul li > a:hover{
    border-color: currentColor;
    --tw-text-opacity: 0.8;
  }
  .desktop-header-nav .nav-main > .ul li:nth-last-child(3){
    margin-left: 1.5rem;
    border-left-width: 2px;
    border-left-color: inherit;
    padding-left: 2rem;
  }
  .desktop-header-nav .nav-main > .ul li:last-child > a, .desktop-header-nav .nav-main > .ul li.current-menu-item:last-child > a{
    margin-left: 1.5625vw;
    margin-right: 0px;
    margin-top: 0px;
    border-style: none;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .desktop-header-nav .nav-main > .ul li:last-child > a:hover, .desktop-header-nav .nav-main > .ul li.current-menu-item:last-child > a:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #293344 !important;
  }
  .desktop-header-nav .nav-main > .ul li.side-right > a{
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / 0);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav .nav-main > .ul li.side-right > a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav .nav-main > .ul li.side-right > a:active{
    opacity: 0.8;
  }
  .desktop-header-nav .nav-main > .ul li.side-right > a:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .user-is-tabbing .desktop-header-nav .nav-main > .ul li.side-right > a:focus{
    outline-width: 2px;
    outline-offset: 3px;
    outline-color: #fff;
  }
  .desktop-header-nav .nav-main > .ul li.side-right > a:active{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .desktop-header-nav .nav-main > .ul li.side-right.current-menu-item > a, .desktop-header-nav .nav-main > .ul li.side-right.current-menu-ancestor > a{
    border-width: 3px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav .nav-main > .ul li.side-right.current-menu-item > a:hover, .desktop-header-nav .nav-main > .ul li.side-right.current-menu-ancestor > a:hover{
    background-color: rgb(255 255 255 / 0);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav .nav-main > .ul li.side-right.current-menu-item > a:active, .desktop-header-nav .nav-main > .ul li.side-right.current-menu-ancestor > a:active{
    opacity: 0.8;
  }
  .desktop-header-nav .nav-main > .ul li.side-right.current-menu-item > a:focus, .desktop-header-nav .nav-main > .ul li.side-right.current-menu-ancestor > a:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .desktop-header-nav .nav-main > .ul li.side-right.current-menu-item > a:active, .desktop-header-nav .nav-main > .ul li.side-right.current-menu-ancestor > a:active{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .desktop-header-nav .nav-main .sub-menu > .menu-item:hover, .desktop-header-nav .nav-main .sub-menu > .menu-item:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  }
  .desktop-header-nav .nav-main .sub-menu > .menu-item::before{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0.625vw;
    right: 0.625vw;
    z-index: 0;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
    --tw-content: "";
    content: var(--tw-content);
  }
  .desktop-header-nav .nav-main .sub-menu > .menu-item > a{
    display: block;
    white-space: nowrap;
    padding-left: 1.3542vw;
    padding-right: 3.0208vw;
    font-size: clamp(1rem,1.0417vw,2rem);
    font-weight: 600;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
  }
  .desktop-header-nav .header:not(.at-top) .primary-menu:nth-last-child(3){
    margin-left: 1.5rem;
    border-left-width: 2px;
    border-left-color: inherit;
    padding-left: 2rem;
  }
  .desktop-header-nav .header:not(.at-top) .dark-nav > a, .desktop-header-nav .header:not(.at-top) .dark-nav > a.reset, .desktop-header-nav .header:not(.at-top) .dark-nav > a.reset:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav .header:not(.at-top) .desktop-header-nav.dark-nav .primary-menu > .menu-item > a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav .header:not(.at-top) .desktop-header-nav.dark-nav .primary-menu > .menu-item:nth-last-child(3){
    margin-left: 1.5rem;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-left-color: rgb(37 56 71 / var(--tw-border-opacity, 1));
    padding-left: 2rem;
  }
  .desktop-header-nav .header:not(.at-top) .desktop-header-nav.dark-nav .primary-menu > .menu-item:last-child > a:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #293344 !important;
  }
  .dark-nav > a, .dark-nav > a.reset, .dark-nav > a.reset:hover{
    --tw-text-opacity: 1;
    color: rgb(37 56 71 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav.dark-nav .primary-menu > .menu-item > a{
    --tw-text-opacity: 1;
    color: rgb(37 56 71 / var(--tw-text-opacity, 1));
  }
  .desktop-header-nav.dark-nav .primary-menu > .menu-item:nth-last-child(3){
    margin-left: 1.5rem;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-left-color: rgb(37 56 71 / var(--tw-border-opacity, 1));
    padding-left: 2rem;
  }
}
@media screen and (max-width: 62.5rem) {
  #app .header{
    --tw-bg-opacity: 1;
    background-color: rgb(41 51 68 / var(--tw-bg-opacity, 1));
  }
}
/**
* Sidebar and widget styles.
*/
.sidebar{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.sidebar :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.sidebar :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.sidebar :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.sidebar :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.sidebar :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.sidebar :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.sidebar :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.sidebar :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.sidebar :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.sidebar :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.sidebar :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.sidebar :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.sidebar :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.sidebar :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.sidebar :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.sidebar :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.sidebar :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.sidebar :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.sidebar :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.sidebar :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.sidebar :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.sidebar :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.sidebar :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.sidebar :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.sidebar :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.sidebar :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.sidebar :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.sidebar :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.sidebar :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.sidebar :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.sidebar :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.sidebar :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.sidebar :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.sidebar :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.sidebar :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.sidebar :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.sidebar :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.sidebar :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.sidebar :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.sidebar :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.sidebar :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.sidebar{
  max-width: none;
  overflow: visible;
}
@media (min-width: 1280px){
  .sidebar{
    font-size: 1rem;
    line-height: 1.75;
  }
  .sidebar :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .sidebar :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .sidebar :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .sidebar :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .sidebar :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .sidebar :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .sidebar :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .sidebar :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidebar :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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;
  }
  .sidebar :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .sidebar :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .sidebar :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .sidebar :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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;
  }
  .sidebar :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .sidebar :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .sidebar :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .sidebar :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .sidebar :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
  }
  .sidebar :where(.xl\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .sidebar :where(.xl\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .sidebar :where(.xl\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .sidebar :where(.xl\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .sidebar :where(.xl\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  .sidebar :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;
  }
  .sidebar :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .sidebar :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  .sidebar :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .sidebar :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .sidebar :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .sidebar :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .sidebar :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .sidebar :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .sidebar :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;
  }
  .sidebar :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .sidebar :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .sidebar :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sidebar :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidebar :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .sidebar :where(.xl\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(.xl\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
@media (min-width: 1536px){
  .sidebar{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .sidebar :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .sidebar :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .sidebar :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .sidebar :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .sidebar :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .sidebar :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .sidebar :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .sidebar :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sidebar :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sidebar :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidebar :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sidebar :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .sidebar :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .sidebar :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .sidebar :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .sidebar :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .sidebar :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .sidebar :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .sidebar :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .sidebar :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .sidebar :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .sidebar :where(.\32xl\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .sidebar :where(.\32xl\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .sidebar :where(.\32xl\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .sidebar :where(.\32xl\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .sidebar :where(.\32xl\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .sidebar :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .sidebar :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .sidebar :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .sidebar :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .sidebar :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .sidebar :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .sidebar :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .sidebar :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .sidebar :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .sidebar :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .sidebar :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .sidebar :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .sidebar :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sidebar :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidebar :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .sidebar :where(.\32xl\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .sidebar :where(.\32xl\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.sidebar{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.sidebar h2{
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.sidebar .widget:first-child h2{
  margin-top: 0.75rem;
}
.sidebar h3{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.sidebar a{
  font-weight: inherit;
  color: inherit;
  text-decoration-line: none;
}
.sidebar a:hover{
  color: inherit;
}
.sidebar a{
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  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: 100ms;
}
.sidebar a:hover{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}
.sidebar ul, .sidebar ol{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.sidebar ul li, .sidebar ol li{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.375;
  list-style-type: none;
}
.sidebar ul li::before, .sidebar ol li::before{
  display: none;
}
.sidebar .widget{
  margin-bottom: 2rem;
}
.sidebar .widget ul{
  margin-left: 0px;
}

.stories-sidebar{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 3rem;
}

@media (min-width: 768px){
  .stories-sidebar{
    flex-direction: row;
    align-items: flex-end;
  }
}
.stories-sidebar h2{
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
#app .stories-sidebar h2{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px){
  #app .stories-sidebar h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  #app .stories-sidebar h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#app .card__face--back .stories-sidebar h2{
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 1536px){
  .stories-sidebar h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.stories-sidebar .widget_archive{
  width: 100%;
}
@media (min-width: 768px){
  .stories-sidebar .widget_archive{
    width: 40%;
  }
}
@media (orientation: landscape){
  @media (min-width: 1024px){
    .stories-sidebar .widget_archive{
      width: 20vw;
    }
  }
}
.stories-sidebar .widget_search{
  width: 100%;
}
@media (min-width: 768px){
  .stories-sidebar .widget_search{
    width: 40%;
  }
}
@media (orientation: landscape){
  @media (min-width: 1024px){
    .stories-sidebar .widget_search{
      width: 20vw;
    }
  }
}

.hero-title{
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.375;
}

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

@media (min-width: 1536px){
  .hero-title{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.title-shadow {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3411764706);
}

.play-pause{
  position: absolute;
  z-index: 30;
  display: flex;
  aspect-ratio: 1 / 1;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.play-pause:hover, .play-pause:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--100--rgb), var(--tw-bg-opacity, 1));
  --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);
}

/**
* Navigation component
*   A composite component consisting of
*    following components:
*    - nav-main-mega.blade.php
*    - menu-items
*        - index.blade.php
*    - nav-functional.blade.php
*/
/**
 * VDI Navs & Menu - Functional Styles
 *
 * Please review documentation upon first use, and, as-needed:
 * https://docs.vincentdevelopment.ca/docs/starter-v3-enhancements/navigation/
 */
.menu-vdi{
  display: none;
}
.menu-vdi > li{
  position: relative;
}
.menu-vdi > li .menu-vdi__toggle[aria-expanded=true] svg{
  --tw-rotate: 180deg;
  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));
}
.menu-vdi > li .menu-vdi__toggle[aria-expanded=true] + .menu-vdi__submenu{
  display: flex;
}
.menu-vdi .menu-vdi__submenu{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 926px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 926px;
  }
}
@media (min-width: 1024px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1440px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 1536px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1921px){
  .menu-vdi .menu-vdi__submenu{
    max-width: 1921px;
  }
}
.menu-vdi .menu-vdi__submenu{
  z-index: 10;
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.menu-vdi .menu-vdi__submenu .wp-block-section{
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 640px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
  }
}
@media (min-width: 768px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
  }
}
@media (min-width: 926px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
  }
}
@media (min-width: 1024px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
  }
}
@media (min-width: 1280px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
  }
}
@media (min-width: 1440px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
  }
}
@media (min-width: 1536px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
  }
}
@media (min-width: 1921px){
  .menu-vdi .menu-vdi__submenu .wp-block-section{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
  }
}
.test .menu-vdi .menu-vdi__submenu{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

@media screen and (max-width: 75rem) {
  .nav-main .nav-main__toggle[aria-expanded=true] + ul{
    position: absolute;
    display: flex;
  }
  .nav-main .menu-vdi{
    position: absolute;
    right: 0px;
    z-index: 10;
  }
  .nav-main .menu-vdi .menu-vdi__toggle{
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .nav-aux .menu-vdi__submenu{
    position: fixed;
  }
}
@media screen and (min-width: 75rem) {
  .nav-main__toggle{
    display: none;
  }
  .menu-vdi{
    display: flex;
  }
  .menu-vdi .menu-vdi__toggle{
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .menu-vdi .menu-vdi__submenu{
    position: absolute;
  }
}
/**
 * VDI Navs & Menu - Main Navigation + Mega Menu Styles
 *
 * Please review documentation upon first use, and, as-needed:
 * https://docs.vincentdevelopment.ca/docs/starter-v3-enhancements/navigation/
 */
.nav-main .menu-vdi .menu-vdi__toggle{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 75rem) {
  header .nav-main .nav-main__toggle{
    padding: 0.5rem;
  }
  header .nav-main .menu-vdi{
    right: 0px;
    z-index: 80;
    width: 90%;
    flex-direction: column;
  }
  header .nav-main .menu-vdi > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
  }
  header .nav-main .menu-vdi{
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(41 51 68 / var(--tw-bg-opacity, 1));
  }
  @media (min-width: 768px){
    header .nav-main .menu-vdi{
      width: 55%;
    }
  }
  @media (min-width: 1024px){
    header .nav-main .menu-vdi{
      width: 40%;
    }
  }
  header .nav-main .menu-vdi {
    top: var(--hgtHeader);
    height: calc(100vh - var(--hgtHeader));
  }
  header .nav-main .menu-vdi .menu-vdi__submenu{
    margin-bottom: 1rem;
    flex-direction: column;
    overflow-y: scroll;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  header .nav-main .menu-vdi .menu-vdi__submenu > li a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  header .nav-main .menu-vdi .menu-vdi__submenu > li a:first-child{
    padding-top: 0.5rem;
  }
  header .nav-main .menu-vdi .menu-vdi__submenu > li a:last-child{
    padding-bottom: 0.5rem;
  }
  @media (min-width: 768px){
    header .nav-main .menu-vdi .menu-vdi__submenu > li a{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  header .nav-main .menu-vdi .menu-vdi__item a,
  header .nav-main .menu-vdi .menu-vdi__item button{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 768px){
    header .nav-main .menu-vdi .menu-vdi__item a,
  header .nav-main .menu-vdi .menu-vdi__item button{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  header .nav-main .menu-vdi .menu-vdi__item a,
  header .nav-main .menu-vdi .menu-vdi__item button{
    display: block;
    width: 100%;
    padding: 1rem;
  }
  header .nav-main .menu-vdi .menu-vdi__item a:hover,
  header .nav-main .menu-vdi .menu-vdi__item button:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary--700--rgb), var(--tw-bg-opacity, 1));
  }
  header .nav-main .menu-vdi .menu-vdi__item a:focus-visible,
  header .nav-main .menu-vdi .menu-vdi__item button:focus-visible{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary--700--rgb), var(--tw-bg-opacity, 1));
  }
  header .nav-main .menu-vdi .menu-vdi__item .menu-vdi__item .menu-vdi__item--child{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  header .nav-main .menu-vdi .menu-vdi__item a{
    display: block;
    width: 100%;
  }
  header .nav-main .menu-vdi .menu-vdi__item a[aria-current=true]{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary--700--rgb), var(--tw-bg-opacity, 1));
  }
  header .nav-main .menu-vdi .menu-vdi__item button{
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  header:is(.at-top) .nav-main .nav-main__toggle{
    fill: #293344;
  }
  header:not(.at-top) .nav-main .nav-main__toggle{
    fill: #fff;
  }
}
@media screen and (min-width: 75rem) {
  .nav-main{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .nav-main .menu-vdi{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0px;
  }
  .nav-main .menu-vdi > li > a,
  .nav-main .menu-vdi > li > .menu-vdi__toggle{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    line-height: 1.375;
    color: inherit;
  }
  @media (min-width: 1536px){
    .nav-main .menu-vdi > li > a,
  .nav-main .menu-vdi > li > .menu-vdi__toggle{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  .nav-main .menu-vdi > li > a,
  .nav-main .menu-vdi > li > .menu-vdi__toggle{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0px;
  }
  .nav-main .menu-vdi > li:last-child a{
    margin-left: 1rem;
    margin-right: 0px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.1em;
  }
.btn-wrapper > .nav-main .menu-vdi > li:last-child a{
    width: 100%;
  }
.nav-main .menu-vdi > li:last-child a{
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    text-decoration-line: none;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
@media (min-width: 768px){
    .nav-main .menu-vdi > li:last-child a{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
.nav-main .menu-vdi > li:last-child a:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
.nav-main .menu-vdi > li:last-child a:active{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
.nav-main .menu-vdi > li:last-child a{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
:root .nav-main .menu-vdi > li:last-child a,
#app .nav-main .menu-vdi > li:last-child a {
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
}
.user-is-tabbing :root .nav-main .menu-vdi > li:last-child a:focus,.user-is-tabbing 
#app .nav-main .menu-vdi > li:last-child a:focus{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 3px;
    outline-color: #3b82f6;
  }
:root .nav-main .menu-vdi > li:last-child a:hover,
#app .nav-main .menu-vdi > li:last-child a:hover{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  color: #fff;
  border: 2px solid #253847;
  background-color: #253847;
  }
:root .nav-main .menu-vdi > li:last-child a:active,
#app .nav-main .menu-vdi > li:last-child a:active {
  opacity: 0.8;
}
:root .nav-main .menu-vdi > li:last-child a.disabled, :root .nav-main .menu-vdi > li:last-child a:disabled,
#app .nav-main .menu-vdi > li:last-child a.disabled,
#app .nav-main .menu-vdi > li:last-child a:disabled{
    cursor: not-allowed;
    opacity: 0.8;
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
  }
:root .nav-main .menu-vdi > li:last-child a.btn-outline,
#app .nav-main .menu-vdi > li:last-child a.btn-outline {
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root .nav-main .menu-vdi > li:last-child a.btn-outline:hover,
#app .nav-main .menu-vdi > li:last-child a.btn-outline:hover{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
  }
:root .nav-main .menu-vdi > li:last-child a.btn-outline:active,
#app .nav-main .menu-vdi > li:last-child a.btn-outline:active {
  opacity: 0.8;
}
:root .nav-main .menu-vdi > li:last-child a.btn-outline.disabled, :root .nav-main .menu-vdi > li:last-child a.btn-outline:disabled,
#app .nav-main .menu-vdi > li:last-child a.btn-outline.disabled,
#app .nav-main .menu-vdi > li:last-child a.btn-outline:disabled{
    cursor: not-allowed;
    opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  }
  .nav-main .menu-vdi .menu-vdi__submenu{
    left: 0px;
    top: 5rem;
    width: 25vw;
    min-width: fit-content;
    gap: 0px;
  }
  .nav-main .menu-vdi .menu-vdi__submenu > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
  }
  .nav-main .menu-vdi .menu-vdi__submenu{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media (min-width: 1536px){
    .nav-main .menu-vdi .menu-vdi__submenu{
      max-width: 15vw;
    }
  }
  .nav-main .menu-vdi .menu-vdi__submenu{
    flex-direction: column;
  }
  .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--child{
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(41 51 68 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1536px){
    .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--child{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--child{
    min-width: 10rem;
    border-radius: 0.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
  }
  .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--child:last-child{
    padding-bottom: 1rem;
  }
  .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--child:hover, .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--child:focus, .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--child:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--600--rgb), var(--tw-text-opacity, 1));
  }
  .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--grandchild a{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    line-height: 1.375;
    display: block;
    min-width: 10rem;
    padding: 0.75rem;
  }
  .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--grandchild a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }
  .nav-main .menu-vdi .menu-vdi__submenu .menu-vdi__item--grandchild a:focus-visible{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }
  header:is(.at-top) .nav-main .menu-vdi > li > a,
  header:is(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle{
    --tw-text-opacity: 1;
    color: rgb(41 51 68 / var(--tw-text-opacity, 1));
  }
  header:is(.at-top) .nav-main .menu-vdi > li > a::after,
  header:is(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle::after {
    content: "";
    width: 0;
    height: 0.45rem;
    background-color: #293344;
    position: absolute;
    right: 0;
    bottom: -2rem;
  }
  header:is(.at-top) .nav-main .menu-vdi > li > a:hover, header:is(.at-top) .nav-main .menu-vdi > li > a:focus,
  header:is(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:hover,
  header:is(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:focus{
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--600--rgb), var(--tw-text-opacity, 1));
  }
  header:is(.at-top) .nav-main .menu-vdi > li > a:hover::after, header:is(.at-top) .nav-main .menu-vdi > li > a:focus::after,
  header:is(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:hover::after,
  header:is(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:focus::after {
    width: 100%;
  }
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a {
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
}
.user-is-tabbing :root header:is(.at-top) .nav-main .menu-vdi > li:last-child a:focus,.user-is-tabbing 
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a:focus{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 3px;
    outline-color: #3b82f6;
  }
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a:hover,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a:hover{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  color: #293344;
  border: 2px solid #c4c4c4;
  background-color: #c4c4c4;
  }
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a:active,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a:active {
  opacity: 0.8;
}
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a.disabled, :root header:is(.at-top) .nav-main .menu-vdi > li:last-child a:disabled,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a.disabled,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a:disabled{
    cursor: not-allowed;
    opacity: 0.8;
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
  }
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline {
  color: #293344;
  border: 2px solid #293344;
  background-color: rgba(41, 51, 68, 0);
}
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:hover,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:hover{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  color: #fff;
  border: 2px solid #293344;
  background-color: #293344;
  }
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:active,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:active {
  opacity: 0.8;
}
:root header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline.disabled, :root header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:disabled,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline.disabled,
#app header:is(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:disabled{
    cursor: not-allowed;
    opacity: 0.8;
  color: #293344;
  border: 2px solid #293344;
  background-color: rgba(41, 51, 68, 0);
  }
  header:is(.at-top) .nav-main .menu-vdi > li:last-child a:hover, header:is(.at-top) .nav-main .menu-vdi > li:last-child a:focus {
    text-decoration: none !important;
    color: #293344 !important;
    border-color: #293344 !important;
    background-color: #fff !important;
  }
  header:is(.at-top) .nav-main .menu-vdi > li:last-child a:hover::after, header:is(.at-top) .nav-main .menu-vdi > li:last-child a:focus::after {
    width: 0;
    display: none;
  }
  header:not(.at-top) .nav-main .menu-vdi > li > a,
  header:not(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  header:not(.at-top) .nav-main .menu-vdi > li > a::after,
  header:not(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle::after {
    content: "";
    width: 0;
    height: 0.4rem;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -2rem;
  }
  header:not(.at-top) .nav-main .menu-vdi > li > a:hover, header:not(.at-top) .nav-main .menu-vdi > li > a:focus,
  header:not(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:hover,
  header:not(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:focus{
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--200--rgb), var(--tw-text-opacity, 1));
  }
  header:not(.at-top) .nav-main .menu-vdi > li > a:hover::after, header:not(.at-top) .nav-main .menu-vdi > li > a:focus::after,
  header:not(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:hover::after,
  header:not(.at-top) .nav-main .menu-vdi > li > .menu-vdi__toggle:focus::after {
    width: 100%;
  }
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a {
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
}
.user-is-tabbing :root header:not(.at-top) .nav-main .menu-vdi > li:last-child a:focus,.user-is-tabbing 
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a:focus{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 3px;
    outline-color: #3b82f6;
  }
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a:hover,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a:hover{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  color: #fff;
  border: 2px solid #253847;
  background-color: #253847;
  }
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a:active,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a:active {
  opacity: 0.8;
}
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a.disabled, :root header:not(.at-top) .nav-main .menu-vdi > li:last-child a:disabled,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a.disabled,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a:disabled{
    cursor: not-allowed;
    opacity: 0.8;
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
  }
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline {
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:hover,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:hover{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  color: #253847;
  border: 2px solid #fff;
  background-color: #fff;
  }
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:active,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:active {
  opacity: 0.8;
}
:root header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline.disabled, :root header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:disabled,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline.disabled,
#app header:not(.at-top) .nav-main .menu-vdi > li:last-child a.btn-outline:disabled{
    cursor: not-allowed;
    opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  }
  header:not(.at-top) .nav-main .menu-vdi > li:last-child a:hover, header:not(.at-top) .nav-main .menu-vdi > li:last-child a:focus {
    text-decoration: none !important;
    color: #fff !important;
    border-color: #fff !important;
    background-color: #293344 !important;
  }
  header:not(.at-top) .nav-main .menu-vdi > li:last-child a:hover::after, header:not(.at-top) .nav-main .menu-vdi > li:last-child a:focus::after {
    width: 0;
    display: none;
  }
}
/**
 * VDI Navs & Menu - Auxiliary Nav Styles
 *
 * Please review documentation upon first use, and, as-needed:
 * https://docs.vincentdevelopment.ca/docs/starter-v3-enhancements/navigation/
 */
.nav-aux{
  position: relative;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0px;
}
.nav-aux .menu-vdi{
  position: relative;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  row-gap: 0.5rem;
  column-gap: 1rem;
  padding: 0px;
}
.nav-aux .menu-vdi .menu-vdi__toggle{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-aux .menu-vdi .menu-vdi__toggle:hover{
  text-decoration-line: underline;
}
.nav-aux .menu-vdi .menu-vdi__toggle:focus-visible{
  text-decoration-line: underline;
}

@media screen and (min-width: 62.5rem) {
  .nav-aux{
    gap: 1rem;
  }
  .nav-aux .menu-vdi{
    justify-content: flex-end;
  }
  .nav-aux .menu-vdi .menu-vdi__toggle{
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 926px){
  .container{
    max-width: 926px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1921px){
  .container{
    max-width: 1921px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="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;
}
.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;
}
.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;
  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(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p: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;
}
.mx-break-out{
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 640px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 - 1rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 + 1rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 + 1rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 + 1rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 + 1rem );
  }
}
@media (min-width: 768px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 - 1rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 + 1rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 + 1rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 + 1rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 + 1rem );
  }
}
@media (min-width: 926px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 926px / 2 - 1rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 926px / 2 + 1rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 926px / 2 + 1rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 926px / 2 + 1rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 926px / 2 + 1rem );
  }
}
@media (min-width: 1024px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 - 2rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 + 2rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 + 2rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 + 2rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 + 2rem );
  }
}
@media (min-width: 1280px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 - 3rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 + 3rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 + 3rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 + 3rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 + 3rem );
  }
}
@media (min-width: 1440px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1440px / 2 - 3rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1440px / 2 + 3rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1440px / 2 + 3rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1440px / 2 + 3rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1440px / 2 + 3rem );
  }
}
@media (min-width: 1536px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 - 4rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 + 4rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 + 4rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 + 4rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 + 4rem );
  }
}
@media (min-width: 1921px){
  .mx-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
  }
  .ml-break-out{
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
  }
  .mr-break-out{
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1921px / 2 - 4rem );
  }
  .px-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1921px / 2 + 4rem );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1921px / 2 + 4rem );
  }
  .pl-break-out{
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1921px / 2 + 4rem );
  }
  .pr-break-out{
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1921px / 2 + 4rem );
  }
}
.circular-icon{
  box-sizing: content-box;
    --size: 1.8em;
    display: inline-block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.circular-icon::before,
  .circular-icon .fa,
  .circular-icon .fas,
  .circular-icon .fab,
  .circular-icon span {
    line-height: var(--size);
  }
#app .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;
}
#app .pointer-events-none{
  pointer-events: none;
}
#app .pointer-events-auto{
  pointer-events: auto;
}
#app .\!visible{
  visibility: visible !important;
}
#app .visible{
  visibility: visible;
}
#app .invisible{
  visibility: hidden;
}
#app .collapse{
  visibility: collapse;
}
#app .static{
  position: static;
}
#app .\!fixed{
  position: fixed !important;
}
#app .fixed{
  position: fixed;
}
#app .\!absolute{
  position: absolute !important;
}
#app .absolute{
  position: absolute;
}
#app .\!relative{
  position: relative !important;
}
#app .relative{
  position: relative;
}
#app .sticky{
  position: sticky;
}
#app .inset-0{
  inset: 0px;
}
#app .-bottom-8{
  bottom: -2rem;
}
#app .-bottom-\[47px\]{
  bottom: -47px;
}
#app .-left-\[15px\]{
  left: -15px;
}
#app .-left-\[9999px\]{
  left: -9999px;
}
#app .-top-\[18px\]{
  top: -18px;
}
#app .-top-\[21px\]{
  top: -21px;
}
#app .-top-\[35px\]{
  top: -35px;
}
#app .-top-section{
  top: calc(var(--section) * -1);
}
#app .bottom-0{
  bottom: 0px;
}
#app .bottom-0\.5{
  bottom: 0.125rem;
}
#app .bottom-1\/2{
  bottom: 50%;
}
#app .bottom-4{
  bottom: 1rem;
}
#app .bottom-6{
  bottom: 1.5rem;
}
#app .bottom-\[-25\%\]{
  bottom: -25%;
}
#app .left-0{
  left: 0px;
}
#app .left-1\/2{
  left: 50%;
}
#app .left-3{
  left: 0.75rem;
}
#app .left-4{
  left: 1rem;
}
#app .left-\[-10\%\]{
  left: -10%;
}
#app .left-\[2\%\]{
  left: 2%;
}
#app .left-\[50\%\]{
  left: 50%;
}
#app .left-\[50px\]{
  left: 50px;
}
#app .left-\[calc\(50\%-1px\)\]{
  left: calc(50% - 1px);
}
#app .right-0{
  right: 0px;
}
#app .right-0\.5{
  right: 0.125rem;
}
#app .right-1{
  right: 0.25rem;
}
#app .right-1\.5{
  right: 0.375rem;
}
#app .right-3{
  right: 0.75rem;
}
#app .right-4{
  right: 1rem;
}
#app .right-6{
  right: 1.5rem;
}
#app .right-9{
  right: 2.25rem;
}
#app .right-\[-1\%\]{
  right: -1%;
}
#app .right-\[-7\%\]{
  right: -7%;
}
#app .right-\[2\%\]{
  right: 2%;
}
#app .right-\[6\.667vw\]{
  right: 6.667vw;
}
#app .top-0{
  top: 0px;
}
#app .top-1{
  top: 0.25rem;
}
#app .top-1\/2{
  top: 50%;
}
#app .top-2{
  top: 0.5rem;
}
#app .top-4{
  top: 1rem;
}
#app .top-6{
  top: 1.5rem;
}
#app .top-\[-123px\]{
  top: -123px;
}
#app .top-\[-35\%\]{
  top: -35%;
}
#app .top-\[-4\%\]{
  top: -4%;
}
#app .top-\[11px\]{
  top: 11px;
}
#app .top-\[13px\]{
  top: 13px;
}
#app .top-\[30\%\]{
  top: 30%;
}
#app .top-\[50\%\]{
  top: 50%;
}
#app .top-\[50px\]{
  top: 50px;
}
#app .top-full{
  top: 100%;
}
#app .\!z-40{
  z-index: 40 !important;
}
#app .-z-10{
  z-index: -10;
}
#app .z-0{
  z-index: 0;
}
#app .z-10{
  z-index: 10;
}
#app .z-20{
  z-index: 20;
}
#app .z-30{
  z-index: 30;
}
#app .z-40{
  z-index: 40;
}
#app .z-50{
  z-index: 50;
}
#app .z-\[1035\]{
  z-index: 1035;
}
#app .z-\[1040\]{
  z-index: 1040;
}
#app .z-\[1065\]{
  z-index: 1065;
}
#app .z-\[1066\]{
  z-index: 1066;
}
#app .z-\[1070\]{
  z-index: 1070;
}
#app .z-\[1080\]{
  z-index: 1080;
}
#app .z-\[1100\]{
  z-index: 1100;
}
#app .z-\[2\]{
  z-index: 2;
}
#app .z-\[999\]{
  z-index: 999;
}
#app .z-\[99\]{
  z-index: 99;
}
#app .order-1{
  order: 1;
}
#app .order-2{
  order: 2;
}
#app .order-3{
  order: 3;
}
#app .col-span-1{
  grid-column: span 1 / span 1;
}
#app .row-span-2{
  grid-row: span 2 / span 2;
}
#app .row-start-2{
  grid-row-start: 2;
}
#app .float-right{
  float: right;
}
#app .float-left{
  float: left;
}
#app .clear-both{
  clear: both;
}
#app .\!-m-px{
  margin: -1px !important;
}
#app .-m-px{
  margin: -1px;
}
#app .m-0{
  margin: 0px;
}
#app .m-1{
  margin: 0.25rem;
}
#app .m-auto{
  margin: auto;
}
#app .\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
#app .-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
#app .mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
#app .mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}
#app .mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
#app .mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
#app .mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}
#app .mx-\[6\.667vw\]{
  margin-left: 6.667vw;
  margin-right: 6.667vw;
}
#app .mx-\[6vw\]{
  margin-left: 6vw;
  margin-right: 6vw;
}
#app .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
#app .my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
#app .my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#app .my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#app .my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
#app .my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
#app .my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}
#app .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#app .my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#app .my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#app .my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#app .my-\[1\.0416vw\]{
  margin-top: 1.0416vw;
  margin-bottom: 1.0416vw;
}
#app .my-\[2vw\]{
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#app .my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}
#app .my-section{
  margin-top: var(--section);
  margin-bottom: var(--section);
}
#app .\!ml-0{
  margin-left: 0px !important;
}
#app .\!mr-0{
  margin-right: 0px !important;
}
#app .-mb-1{
  margin-bottom: -0.25rem;
}
#app .-mb-2{
  margin-bottom: -0.5rem;
}
#app .-ml-\[1\.5rem\]{
  margin-left: -1.5rem;
}
#app .-mr-1{
  margin-right: -0.25rem;
}
#app .-mt-1{
  margin-top: -0.25rem;
}
#app .-mt-10{
  margin-top: -2.5rem;
}
#app .-mt-12{
  margin-top: -3rem;
}
#app .-mt-3{
  margin-top: -0.75rem;
}
#app .-mt-4{
  margin-top: -1rem;
}
#app .mb-0{
  margin-bottom: 0px;
}
#app .mb-1{
  margin-bottom: 0.25rem;
}
#app .mb-12{
  margin-bottom: 3rem;
}
#app .mb-16{
  margin-bottom: 4rem;
}
#app .mb-2{
  margin-bottom: 0.5rem;
}
#app .mb-2\.5{
  margin-bottom: 0.625rem;
}
#app .mb-20{
  margin-bottom: 5rem;
}
#app .mb-24{
  margin-bottom: 6rem;
}
#app .mb-3{
  margin-bottom: 0.75rem;
}
#app .mb-4{
  margin-bottom: 1rem;
}
#app .mb-5{
  margin-bottom: 1.25rem;
}
#app .mb-6{
  margin-bottom: 1.5rem;
}
#app .mb-60{
  margin-bottom: 15rem;
}
#app .mb-8{
  margin-bottom: 2rem;
}
#app .mb-\[0\.125rem\]{
  margin-bottom: 0.125rem;
}
#app .mb-\[10px\]{
  margin-bottom: 10px;
}
#app .mb-\[12\.5vw\]{
  margin-bottom: 12.5vw;
}
#app .mb-\[1vw\]{
  margin-bottom: 1vw;
}
#app .mb-\[2\.1875vw\]{
  margin-bottom: 2.1875vw;
}
#app .mb-\[2px\]{
  margin-bottom: 2px;
}
#app .mb-\[2vw\]{
  margin-bottom: 2vw;
}
#app .mb-\[3\.5vw\]{
  margin-bottom: 3.5vw;
}
#app .mb-\[8vw\]{
  margin-bottom: 8vw;
}
#app .mb-section{
  margin-bottom: var(--section);
}
#app .ml-0{
  margin-left: 0px;
}
#app .ml-10{
  margin-left: 2.5rem;
}
#app .ml-12{
  margin-left: 3rem;
}
#app .ml-2{
  margin-left: 0.5rem;
}
#app .ml-3{
  margin-left: 0.75rem;
}
#app .ml-4{
  margin-left: 1rem;
}
#app .ml-5{
  margin-left: 1.25rem;
}
#app .ml-6{
  margin-left: 1.5rem;
}
#app .ml-8{
  margin-left: 2rem;
}
#app .ml-\[30px\]{
  margin-left: 30px;
}
#app .ml-\[3px\]{
  margin-left: 3px;
}
#app .ml-auto{
  margin-left: auto;
}
#app .mr-1{
  margin-right: 0.25rem;
}
#app .mr-2{
  margin-right: 0.5rem;
}
#app .mr-4{
  margin-right: 1rem;
}
#app .mr-5{
  margin-right: 1.25rem;
}
#app .mr-6{
  margin-right: 1.5rem;
}
#app .mr-\[6px\]{
  margin-right: 6px;
}
#app .mr-\[8px\]{
  margin-right: 8px;
}
#app .mr-auto{
  margin-right: auto;
}
#app .mt-0{
  margin-top: 0px;
}
#app .mt-1{
  margin-top: 0.25rem;
}
#app .mt-10{
  margin-top: 2.5rem;
}
#app .mt-12{
  margin-top: 3rem;
}
#app .mt-16{
  margin-top: 4rem;
}
#app .mt-2{
  margin-top: 0.5rem;
}
#app .mt-2\.5{
  margin-top: 0.625rem;
}
#app .mt-20{
  margin-top: 5rem;
}
#app .mt-24{
  margin-top: 6rem;
}
#app .mt-3{
  margin-top: 0.75rem;
}
#app .mt-4{
  margin-top: 1rem;
}
#app .mt-40{
  margin-top: 10rem;
}
#app .mt-52{
  margin-top: 13rem;
}
#app .mt-6{
  margin-top: 1.5rem;
}
#app .mt-8{
  margin-top: 2rem;
}
#app .mt-\[0\.15rem\]{
  margin-top: 0.15rem;
}
#app .mt-\[23vh\]{
  margin-top: 23vh;
}
#app .box-border{
  box-sizing: border-box;
}
#app .box-content{
  box-sizing: content-box;
}
#app .\!block{
  display: block !important;
}
#app .block{
  display: block;
}
#app .inline-block{
  display: inline-block;
}
#app .inline{
  display: inline;
}
#app .flex{
  display: flex;
}
#app .table{
  display: table;
}
#app .flow-root{
  display: flow-root;
}
#app .grid{
  display: grid;
}
#app .contents{
  display: contents;
}
#app .hidden{
  display: none;
}
#app .\!aspect-auto{
  aspect-ratio: auto !important;
}
#app .aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}
#app .aspect-square{
  aspect-ratio: 1 / 1;
}
#app .aspect-video{
  aspect-ratio: 16 / 9;
}
#app .size-4{
  width: 1rem;
  height: 1rem;
}
#app .\!h-0{
  height: 0px !important;
}
#app .\!h-fit{
  height: fit-content !important;
}
#app .\!h-px{
  height: 1px !important;
}
#app .h-0{
  height: 0px;
}
#app .h-1{
  height: 0.25rem;
}
#app .h-1\.5{
  height: 0.375rem;
}
#app .h-10{
  height: 2.5rem;
}
#app .h-12{
  height: 3rem;
}
#app .h-14{
  height: 3.5rem;
}
#app .h-2\/5{
  height: 40%;
}
#app .h-3{
  height: 0.75rem;
}
#app .h-4{
  height: 1rem;
}
#app .h-5{
  height: 1.25rem;
}
#app .h-6{
  height: 1.5rem;
}
#app .h-7{
  height: 1.75rem;
}
#app .h-8{
  height: 2rem;
}
#app .h-9{
  height: 2.25rem;
}
#app .h-\[0\.9375rem\]{
  height: 0.9375rem;
}
#app .h-\[1\.125rem\]{
  height: 1.125rem;
}
#app .h-\[1\.4rem\]{
  height: 1.4rem;
}
#app .h-\[100px\]{
  height: 100px;
}
#app .h-\[100vh\]{
  height: 100vh;
}
#app .h-\[10px\]{
  height: 10px;
}
#app .h-\[120px\]{
  height: 120px;
}
#app .h-\[125vh\]{
  height: 125vh;
}
#app .h-\[150vh\]{
  height: 150vh;
}
#app .h-\[160px\]{
  height: 160px;
}
#app .h-\[20px\]{
  height: 20px;
}
#app .h-\[260px\]{
  height: 260px;
}
#app .h-\[2px\]{
  height: 2px;
}
#app .h-\[30px\]{
  height: 30px;
}
#app .h-\[32px\]{
  height: 32px;
}
#app .h-\[380px\]{
  height: 380px;
}
#app .h-\[40px\]{
  height: 40px;
}
#app .h-\[42px\]{
  height: 42px;
}
#app .h-\[48px\]{
  height: 48px;
}
#app .h-\[4px\]{
  height: 4px;
}
#app .h-\[50px\]{
  height: 50px;
}
#app .h-\[512px\]{
  height: 512px;
}
#app .h-\[56\.25vw\]{
  height: 56.25vw;
}
#app .h-\[56px\]{
  height: 56px;
}
#app .h-\[57px\]{
  height: 57px;
}
#app .h-\[6px\]{
  height: 6px;
}
#app .h-\[70vh\]{
  height: 70vh;
}
#app .h-\[72px\]{
  height: 72px;
}
#app .h-\[80\%\]{
  height: 80%;
}
#app .h-\[85px\]{
  height: 85px;
}
#app .h-\[87vh\]{
  height: 87vh;
}
#app .h-\[calc\(100\%-100px\)\]{
  height: calc(100% - 100px);
}
#app .h-auto{
  height: auto;
}
#app .h-fit{
  height: fit-content;
}
#app .h-full{
  height: 100%;
}
#app .h-px{
  height: 1px;
}
#app .h-screen{
  height: 100vh;
}
#app .max-h-8{
  max-height: 2rem;
}
#app .max-h-\[100vh\]{
  max-height: 100vh;
}
#app .max-h-\[135px\]{
  max-height: 135px;
}
#app .max-h-\[600px\]{
  max-height: 600px;
}
#app .max-h-\[calc\(100\%-64px\)\]{
  max-height: calc(100% - 64px);
}
#app .max-h-full{
  max-height: 100%;
}
#app .min-h-20{
  min-height: 5rem;
}
#app .min-h-\[1\.5rem\]{
  min-height: 1.5rem;
}
#app .min-h-\[100vh\]{
  min-height: 100vh;
}
#app .min-h-\[10vh\]{
  min-height: 10vh;
}
#app .min-h-\[15vh\]{
  min-height: 15vh;
}
#app .min-h-\[20vh\]{
  min-height: 20vh;
}
#app .min-h-\[25vh\]{
  min-height: 25vh;
}
#app .min-h-\[305px\]{
  min-height: 305px;
}
#app .min-h-\[30vh\]{
  min-height: 30vh;
}
#app .min-h-\[325px\]{
  min-height: 325px;
}
#app .min-h-\[35vh\]{
  min-height: 35vh;
}
#app .min-h-\[40dvh\]{
  min-height: 40dvh;
}
#app .min-h-\[40px\]{
  min-height: 40px;
}
#app .min-h-\[40vh\]{
  min-height: 40vh;
}
#app .min-h-\[45vh\]{
  min-height: 45vh;
}
#app .min-h-\[50vh\]{
  min-height: 50vh;
}
#app .min-h-\[90vh\]{
  min-height: 90vh;
}
#app .min-h-\[92\.5vh\]{
  min-height: 92.5vh;
}
#app .min-h-\[auto\]{
  min-height: auto;
}
#app .min-h-full{
  min-height: 100%;
}
#app .min-h-screen{
  min-height: 100vh;
}
#app .\!w-px{
  width: 1px !important;
}
#app .w-0{
  width: 0px;
}
#app .w-1\.5{
  width: 0.375rem;
}
#app .w-1\/2{
  width: 50%;
}
#app .w-10{
  width: 2.5rem;
}
#app .w-12{
  width: 3rem;
}
#app .w-2{
  width: 0.5rem;
}
#app .w-2\/3{
  width: 66.666667%;
}
#app .w-2\/5{
  width: 40%;
}
#app .w-3{
  width: 0.75rem;
}
#app .w-3\/4{
  width: 75%;
}
#app .w-3\/5{
  width: 60%;
}
#app .w-4{
  width: 1rem;
}
#app .w-4\/5{
  width: 80%;
}
#app .w-5{
  width: 1.25rem;
}
#app .w-6{
  width: 1.5rem;
}
#app .w-7{
  width: 1.75rem;
}
#app .w-8{
  width: 2rem;
}
#app .w-9{
  width: 2.25rem;
}
#app .w-\[0\.9375rem\]{
  width: 0.9375rem;
}
#app .w-\[1\.125rem\]{
  width: 1.125rem;
}
#app .w-\[1\.4rem\]{
  width: 1.4rem;
}
#app .w-\[100vw\]{
  width: 100vw;
}
#app .w-\[150px\]{
  width: 150px;
}
#app .w-\[15px\]{
  width: 15px;
}
#app .w-\[160px\]{
  width: 160px;
}
#app .w-\[20\%\]{
  width: 20%;
}
#app .w-\[260px\]{
  width: 260px;
}
#app .w-\[2px\]{
  width: 2px;
}
#app .w-\[30\%\]{
  width: 30%;
}
#app .w-\[300px\]{
  width: 300px;
}
#app .w-\[304px\]{
  width: 304px;
}
#app .w-\[30px\]{
  width: 30px;
}
#app .w-\[328px\]{
  width: 328px;
}
#app .w-\[32px\]{
  width: 32px;
}
#app .w-\[45\%\]{
  width: 45%;
}
#app .w-\[4px\]{
  width: 4px;
}
#app .w-\[50px\]{
  width: 50px;
}
#app .w-\[65\%\]{
  width: 65%;
}
#app .w-\[6px\]{
  width: 6px;
}
#app .w-\[70px\]{
  width: 70px;
}
#app .w-\[72px\]{
  width: 72px;
}
#app .w-\[76px\]{
  width: 76px;
}
#app .w-\[80\%\]{
  width: 80%;
}
#app .w-\[90\%\]{
  width: 90%;
}
#app .w-\[calc\(100\%-100px\)\]{
  width: calc(100% - 100px);
}
#app .w-auto{
  width: auto;
}
#app .w-fit{
  width: fit-content;
}
#app .w-full{
  width: 100%;
}
#app .w-px{
  width: 1px;
}
#app .w-screen{
  width: 100vw;
}
#app .min-w-0{
  min-width: 0px;
}
#app .min-w-32{
  min-width: 8rem;
}
#app .min-w-\[100px\]{
  min-width: 100px;
}
#app .min-w-\[164px\]{
  min-width: 164px;
}
#app .min-w-\[177\.77vh\]{
  min-width: 177.77vh;
}
#app .min-w-\[310px\]{
  min-width: 310px;
}
#app .min-w-\[48px\]{
  min-width: 48px;
}
#app .min-w-\[64px\]{
  min-width: 64px;
}
#app .min-w-fit{
  min-width: fit-content;
}
#app .min-w-full{
  min-width: 100%;
}
#app .max-w-24{
  max-width: 6rem;
}
#app .max-w-3xl{
  max-width: 48rem;
}
#app .max-w-\[1090px\]{
  max-width: 1090px;
}
#app .max-w-\[120px\]{
  max-width: 120px;
}
#app .max-w-\[180px\]{
  max-width: 180px;
}
#app .max-w-\[200px\]{
  max-width: 200px;
}
#app .max-w-\[25ch\]{
  max-width: 25ch;
}
#app .max-w-\[267px\]{
  max-width: 267px;
}
#app .max-w-\[325px\]{
  max-width: 325px;
}
#app .max-w-\[36ch\]{
  max-width: 36ch;
}
#app .max-w-\[38ch\]{
  max-width: 38ch;
}
#app .max-w-\[440px\]{
  max-width: 440px;
}
#app .max-w-\[45px\]{
  max-width: 45px;
}
#app .max-w-\[540px\]{
  max-width: 540px;
}
#app .max-w-\[65ch\]{
  max-width: 65ch;
}
#app .max-w-\[70\%\]{
  max-width: 70%;
}
#app .max-w-\[75\%\]{
  max-width: 75%;
}
#app .max-w-\[75ch\]{
  max-width: 75ch;
}
#app .max-w-\[80ch\]{
  max-width: 80ch;
}
#app .max-w-\[85\%\]{
  max-width: 85%;
}
#app .max-w-\[85ch\]{
  max-width: 85ch;
}
#app .max-w-\[90\%\]{
  max-width: 90%;
}
#app .max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}
#app .max-w-content{
  max-width: var(--content-width);
}
#app .max-w-full{
  max-width: 100%;
}
#app .max-w-none{
  max-width: none;
}
#app .max-w-prose{
  max-width: 65ch;
}
#app .flex-1{
  flex: 1 1 0%;
}
#app .flex-auto{
  flex: 1 1 auto;
}
#app .shrink-0{
  flex-shrink: 0;
}
#app .grow{
  flex-grow: 1;
}
#app .grow-0{
  flex-grow: 0;
}
#app .\!basis-1\/4{
  flex-basis: 25% !important;
}
#app .basis-1{
  flex-basis: 0.25rem;
}
#app .basis-1\/2{
  flex-basis: 50%;
}
#app .basis-1\/3{
  flex-basis: 33.333333%;
}
#app .basis-1\/4{
  flex-basis: 25%;
}
#app .basis-1\/5{
  flex-basis: 20%;
}
#app .basis-2\/3{
  flex-basis: 66.666667%;
}
#app .basis-2\/5{
  flex-basis: 40%;
}
#app .basis-3\/4{
  flex-basis: 75%;
}
#app .basis-3\/5{
  flex-basis: 60%;
}
#app .basis-auto{
  flex-basis: auto;
}
#app .basis-full{
  flex-basis: 100%;
}
#app .origin-\[0_0\]{
  transform-origin: 0 0;
}
#app .origin-\[50\%_50\%\]{
  transform-origin: 50% 50%;
}
#app .origin-\[center_bottom_0\]{
  transform-origin: center bottom 0;
}
#app .origin-bottom{
  transform-origin: bottom;
}
#app .-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));
}
#app .-translate-x-\[50\%\]{
  --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));
}
#app .-translate-x-\[6px\]{
  --tw-translate-x: -6px;
  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));
}
#app .-translate-x-full{
  --tw-translate-x: -100%;
  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));
}
#app .-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));
}
#app .-translate-y-\[50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app .translate-x-\[150\%\]{
  --tw-translate-x: 150%;
  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));
}
#app .translate-x-full{
  --tw-translate-x: 100%;
  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));
}
#app .translate-y-\[6px\]{
  --tw-translate-y: 6px;
  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));
}
#app .-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app .rotate-180{
  --tw-rotate: 180deg;
  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));
}
#app .rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#app .scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
#app .scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
#app .scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
#app .scale-\[0\.25\]{
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.25;
  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));
}
#app .scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
#app .scale-y-\[0\.8\]{
  --tw-scale-y: 0.8;
  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));
}
#app .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));
}
#app .transform-none{
  transform: none;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#app .animate-\[fade-in_0\.15s_both\]{
  animation: fade-in 0.15s both;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#app .animate-\[fade-in_0\.3s_both\]{
  animation: fade-in 0.3s both;
}
@keyframes fade-in{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#app .animate-\[fade-in_350ms_ease-in-out\]{
  animation: fade-in 350ms ease-in-out;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
#app .animate-\[fade-out_0\.15s_both\]{
  animation: fade-out 0.15s both;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
#app .animate-\[fade-out_0\.3s_both\]{
  animation: fade-out 0.3s both;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
#app .animate-\[fade-out_350ms_ease-in-out\]{
  animation: fade-out 350ms ease-in-out;
}
@keyframes progress{
  0%{
    transform: translateX(-45%);
  }
  100%{
    transform: translateX(100%);
  }
}
#app .animate-\[progress_3s_ease-in-out_infinite\]{
  animation: progress 3s ease-in-out infinite;
}
@keyframes show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
#app .animate-\[show-up-clock_350ms_linear\]{
  animation: show-up-clock 350ms linear;
}
@keyframes slide-in-left{
  0%{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}
#app .animate-\[slide-in-left_0\.8s_both\]{
  animation: slide-in-left 0.8s both;
}
@keyframes slide-in-right{
  0%{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}
#app .animate-\[slide-in-right_0\.8s_both\]{
  animation: slide-in-right 0.8s both;
}
@keyframes slide-out-left{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
#app .animate-\[slide-out-left_0\.8s_both\]{
  animation: slide-out-left 0.8s both;
}
@keyframes slide-out-right{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
#app .animate-\[slide-out-right_0\.8s_both\]{
  animation: slide-out-right 0.8s both;
}
@keyframes spinner-grow{
  0%{
    transform: scale(0);
  }
  50%{
    transform: none;
    opacity: 1;
  }
}
#app .animate-\[spinner-grow_0\.75s_linear_infinite\]{
  animation: spinner-grow 0.75s linear infinite;
}
@keyframes fadeinDown{
  0%{
    opacity: 0;
    transform: translateY(-100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
#app .animate-fadeinDown{
  animation: fadeinDown var(--fade);
}
@keyframes fadeinUp{
  0%{
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
#app .animate-heroCTA{
  animation: fadeinUp 2s ease-in 2s 1 normal forwards;
}
@keyframes fadeinUp{
  0%{
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
#app .animate-heroIntro{
  animation: fadeinUp 3s ease-in 1s 1 normal forwards;
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#app .animate-heroWelcome{
  animation: fadeIn var(--hero-fade);
}
@keyframes logoCloudIn{
  0%{
    filter: grayscale(100%);
    opacity: 0.8;
    transform: scale(100%);
  }
  100%{
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(150%);
  }
}
#app .animate-logoCloudIn{
  animation: logoCloudIn var(--logo-cloud);
}
@keyframes logoCloudOut{
  0%{
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(150%);
  }
  100%{
    filter: grayscale(100%);
    opacity: 0.8;
    transform: scale(100%);
  }
}
#app .animate-logoCloudOut{
  animation: logoCloudOut var(--logo-cloud);
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
#app .animate-spin{
  animation: spin 1s linear infinite;
}
#app .cursor-default{
  cursor: default;
}
#app .cursor-none{
  cursor: none;
}
#app .cursor-not-allowed{
  cursor: not-allowed;
}
#app .cursor-pointer{
  cursor: pointer;
}
#app .touch-none{
  touch-action: none;
}
#app .touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
#app .select-none{
  -webkit-user-select: none;
          user-select: none;
}
#app .select-all{
  -webkit-user-select: all;
          user-select: all;
}
#app .resize{
  resize: both;
}
#app .list-outside{
  list-style-position: outside;
}
#app .list-decimal{
  list-style-type: decimal;
}
#app .list-none{
  list-style-type: none;
}
#app .appearance-none{
  appearance: none;
}
#app .columns-1{
  columns: 1;
}
#app .break-inside-avoid{
  break-inside: avoid;
}
#app .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#app .grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#app .grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#app .grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
#app .\!flex-row{
  flex-direction: row !important;
}
#app .flex-row{
  flex-direction: row;
}
#app .flex-col{
  flex-direction: column;
}
#app .flex-col-reverse{
  flex-direction: column-reverse;
}
#app .flex-wrap{
  flex-wrap: wrap;
}
#app .flex-nowrap{
  flex-wrap: nowrap;
}
#app .items-start{
  align-items: flex-start;
}
#app .items-end{
  align-items: flex-end;
}
#app .items-center{
  align-items: center;
}
#app .justify-start{
  justify-content: flex-start;
}
#app .justify-end{
  justify-content: flex-end;
}
#app .justify-center{
  justify-content: center;
}
#app .justify-between{
  justify-content: space-between;
}
#app .justify-around{
  justify-content: space-around;
}
#app .justify-evenly{
  justify-content: space-evenly;
}
#app .gap-0{
  gap: 0px;
}
#app .gap-10{
  gap: 2.5rem;
}
#app .gap-12{
  gap: 3rem;
}
#app .gap-16{
  gap: 4rem;
}
#app .gap-2{
  gap: 0.5rem;
}
#app .gap-20{
  gap: 5rem;
}
#app .gap-4{
  gap: 1rem;
}
#app .gap-6{
  gap: 1.5rem;
}
#app .gap-8{
  gap: 2rem;
}
#app .gap-\[\.5625vw\]{
  gap: .5625vw;
}
#app .gap-x-12{
  column-gap: 3rem;
}
#app .gap-x-16{
  column-gap: 4rem;
}
#app .gap-x-24{
  column-gap: 6rem;
}
#app .gap-x-4{
  column-gap: 1rem;
}
#app .gap-x-6{
  column-gap: 1.5rem;
}
#app .gap-x-8{
  column-gap: 2rem;
}
#app .gap-x-\[4vw\]{
  column-gap: 4vw;
}
#app .gap-x-\[7\.08vw\]{
  column-gap: 7.08vw;
}
#app .gap-y-10{
  row-gap: 2.5rem;
}
#app .gap-y-12{
  row-gap: 3rem;
}
#app .gap-y-16{
  row-gap: 4rem;
}
#app .gap-y-2{
  row-gap: 0.5rem;
}
#app .gap-y-4{
  row-gap: 1rem;
}
#app .gap-y-6{
  row-gap: 1.5rem;
}
#app .gap-y-8{
  row-gap: 2rem;
}
#app :is(.space-x-1 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#app :is(.space-x-2 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#app :is(.space-x-4 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#app :is(.space-y-4 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#app :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
#app :is(.divide-y > :not([hidden]) ~ :not([hidden])){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
#app .self-center{
  align-self: center;
}
#app .justify-self-end{
  justify-self: end;
}
#app .overflow-auto{
  overflow: auto;
}
#app .\!overflow-hidden{
  overflow: hidden !important;
}
#app .overflow-hidden{
  overflow: hidden;
}
#app .overflow-visible{
  overflow: visible;
}
#app .overflow-x-auto{
  overflow-x: auto;
}
#app .overflow-y-auto{
  overflow-y: auto;
}
#app .overflow-x-hidden{
  overflow-x: hidden;
}
#app .overflow-y-hidden{
  overflow-y: hidden;
}
#app .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app .text-ellipsis{
  text-overflow: ellipsis;
}
#app .text-clip{
  text-overflow: clip;
}
#app .whitespace-normal{
  white-space: normal;
}
#app .\!whitespace-nowrap{
  white-space: nowrap !important;
}
#app .whitespace-nowrap{
  white-space: nowrap;
}
#app .text-balance{
  text-wrap: balance;
}
#app .break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
#app .break-words{
  overflow-wrap: break-word;
}
#app .rounded{
  border-radius: 0.25rem;
}
#app .rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}
#app .rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}
#app .rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}
#app .rounded-\[100\%\]{
  border-radius: 100%;
}
#app .rounded-\[10px\]{
  border-radius: 10px;
}
#app .rounded-\[16px\]{
  border-radius: 16px;
}
#app .rounded-\[50\%\]{
  border-radius: 50%;
}
#app .rounded-\[999px\]{
  border-radius: 999px;
}
#app .rounded-full{
  border-radius: 9999px;
}
#app .rounded-lg{
  border-radius: 0.5rem;
}
#app .rounded-md{
  border-radius: 0.375rem;
}
#app .rounded-sm{
  border-radius: 0.125rem;
}
#app .rounded-xl{
  border-radius: 0.75rem;
}
#app .rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#app .rounded-l-\[0\.25rem\]{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#app .rounded-r-\[0\.25rem\]{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#app .rounded-t-\[0\.6rem\]{
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
#app .rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#app .rounded-bl-none{
  border-bottom-left-radius: 0px;
}
#app .rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}
#app .rounded-tl-2xl{
  border-top-left-radius: 1rem;
}
#app .rounded-tr-2xl{
  border-top-right-radius: 1rem;
}
#app .\!border-0{
  border-width: 0px !important;
}
#app .\!border-\[3px\]{
  border-width: 3px !important;
}
#app .border{
  border-width: 1px;
}
#app .border-0{
  border-width: 0px;
}
#app .border-2{
  border-width: 2px;
}
#app .border-4{
  border-width: 4px;
}
#app .border-\[\.125rem\]{
  border-width: .125rem;
}
#app .border-\[0\.125rem\]{
  border-width: 0.125rem;
}
#app .border-\[0\.15em\]{
  border-width: 0.15em;
}
#app .border-\[14px\]{
  border-width: 14px;
}
#app .border-\[1px\]{
  border-width: 1px;
}
#app .border-b{
  border-bottom-width: 1px;
}
#app .border-b-2{
  border-bottom-width: 2px;
}
#app .border-l-0{
  border-left-width: 0px;
}
#app .border-l-\[0\.125rem\]{
  border-left-width: 0.125rem;
}
#app .border-r-0{
  border-right-width: 0px;
}
#app .border-t-0{
  border-top-width: 0px;
}
#app .\!border-solid{
  border-style: solid !important;
}
#app .border-solid{
  border-style: solid;
}
#app .border-none{
  border-style: none;
}
#app .\!border-\[\#14a44d\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1)) !important;
}
#app .\!border-\[\#b2b3b4\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity, 1)) !important;
}
#app .\!border-\[\#dc4c64\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1)) !important;
}
#app .border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1));
}
#app .border-\[\#3b71ca\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity, 1));
}
#app .border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1));
}
#app .border-\[\#eee\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
#app .border-current{
  border-color: currentColor;
}
#app .border-ebony-clay{
  --tw-border-opacity: 1;
  border-color: rgb(41 51 68 / var(--tw-border-opacity, 1));
}
#app .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
#app .border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
#app .border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
#app .border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
#app .border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-primary--rgb), var(--tw-border-opacity, 1));
}
#app .border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-primary--400--rgb), var(--tw-border-opacity, 1));
}
#app .border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
#app .border-transparent{
  border-color: transparent;
}
#app .border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
#app .border-r-transparent{
  border-right-color: transparent;
}
#app .border-t-transparent{
  border-top-color: transparent;
}
#app .\!bg-\[\#858585\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity, 1)) !important;
}
#app .\!bg-danger-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 229 233 / var(--tw-bg-opacity, 1)) !important;
}
#app .\!bg-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
#app .\!bg-primary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--color-primary--100--rgb), var(--tw-bg-opacity, 1)) !important;
}
#app .\!bg-success-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 250 228 / var(--tw-bg-opacity, 1)) !important;
}
#app .bg-\[\#00000012\]{
  background-color: #00000012;
}
#app .bg-\[\#00000066\]{
  background-color: #00000066;
}
#app .bg-\[\#000000e6\]{
  background-color: #000000e6;
}
#app .bg-\[\#3b71ca\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity, 1));
}
#app .bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity, 1));
}
#app .bg-\[\#E3E586\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 134 / var(--tw-bg-opacity, 1));
}
#app .bg-\[\#aaa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}
#app .bg-\[\#eceff1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity, 1));
}
#app .bg-\[\#eee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
#app .bg-\[\'\{\{\$accent\}\}\'\]{
  background-color: '{{$accent}}';
}
#app .bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  background-color: rgba(0,0,0,0.4);
}
#app .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
#app .bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
#app .bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
#app .bg-concrete{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
#app .bg-current{
  background-color: currentColor;
}
#app .bg-ebony-clay{
  --tw-bg-opacity: 1;
  background-color: rgb(41 51 68 / var(--tw-bg-opacity, 1));
}
#app .bg-eerie-black{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
#app .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
#app .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
#app .bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
#app .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
#app .bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
#app .bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
#app .bg-inherit{
  background-color: inherit;
}
#app .bg-mercury{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
#app .bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
#app .bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
#app .bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--rgb), var(--tw-bg-opacity, 1));
}
#app .bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--100--rgb), var(--tw-bg-opacity, 1));
}
#app .bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--400--rgb), var(--tw-bg-opacity, 1));
}
#app .bg-primary-accent-200{
  --tw-bg-opacity: 1;
  background-color: rgb(206 219 238 / var(--tw-bg-opacity, 1));
}
#app .bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
#app .bg-secondary-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(73 84 102 / var(--tw-bg-opacity, 1));
}
#app .bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
#app .bg-transparent{
  background-color: transparent;
}
#app .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#app .bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
#app .bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
#app .bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
#app .bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
#app .bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}
#app .bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
#app .bg-\[url\(\'\.\.\/wp-content\/uploads\/2024\/09\/homepage-hero-vdi\.png\'\)\]{
  background-image: url('../wp-content/uploads/2024/09/homepage-hero-vdi.png');
}
#app .bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
#app .bg-none{
  background-image: none;
}
#app .from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#app .from-ebony-clay{
  --tw-gradient-from: #293344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#app .from-pickled-bluewood{
  --tw-gradient-from: #253847 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 56 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#app .from-secondary{
  --tw-gradient-from: rgb(var(--color-secondary--rgb)) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--color-secondary--rgb), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#app .from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#app .from-45\%{
  --tw-gradient-from-position: 45%;
}
#app .via-ebony-clay{
  --tw-gradient-to: rgb(41 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #293344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
#app .via-\[55\%\]{
  --tw-gradient-via-position: 55%;
}
#app .to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
#app .bg-contain{
  background-size: contain;
}
#app .bg-cover{
  background-size: cover;
}
#app .bg-clip-padding{
  background-clip: padding-box;
}
#app .bg-center{
  background-position: center;
}
#app .bg-right-bottom{
  background-position: right bottom;
}
#app .bg-right-top{
  background-position: right top;
}
#app .bg-no-repeat{
  background-repeat: no-repeat;
}
#app .fill-\[\#afafaf\]{
  fill: #afafaf;
}
#app .fill-current{
  fill: currentColor;
}
#app .stroke-primary{
  stroke: rgb(var(--color-primary--rgb));
}
#app .object-contain{
  object-fit: contain;
}
#app .object-cover{
  object-fit: cover;
}
#app .object-center{
  object-position: center;
}
#app .object-left{
  object-position: left;
}
#app .object-right{
  object-position: right;
}
#app .object-top{
  object-position: top;
}
#app .\!p-0{
  padding: 0px !important;
}
#app .p-0{
  padding: 0px;
}
#app .p-1\.5{
  padding: 0.375rem;
}
#app .p-12{
  padding: 3rem;
}
#app .p-2{
  padding: 0.5rem;
}
#app .p-2\.5{
  padding: 0.625rem;
}
#app .p-4{
  padding: 1rem;
}
#app .p-6{
  padding: 1.5rem;
}
#app .p-8{
  padding: 2rem;
}
#app .p-\[1rem\]{
  padding: 1rem;
}
#app .p-\[5px\]{
  padding: 5px;
}
#app .p-\[auto\]{
  padding: auto;
}
#app .\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#app .\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#app .px-0{
  padding-left: 0px;
  padding-right: 0px;
}
#app .px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
#app .px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
#app .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
#app .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#app .px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
#app .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#app .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
#app .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#app .px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
#app .px-\[1\.4rem\]{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
#app .px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
#app .px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
#app .px-\[6\.6667vw\]{
  padding-left: 6.6667vw;
  padding-right: 6.6667vw;
}
#app .px-\[6\.667vw\]{
  padding-left: 6.667vw;
  padding-right: 6.667vw;
}
#app .px-\[auto\]{
  padding-left: auto;
  padding-right: auto;
}
#app .px-\[calc\(6\.667vw\+1rem\)\]{
  padding-left: calc(6.667vw + 1rem);
  padding-right: calc(6.667vw + 1rem);
}
#app .px-container{
  padding-left: var(--container);
  padding-right: var(--container);
}
#app .px-container-sm{
  padding-left: var(--container-sm);
  padding-right: var(--container-sm);
}
#app .px-section{
  padding-left: var(--section);
  padding-right: var(--section);
}
#app .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
#app .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#app .py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
#app .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#app .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#app .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#app .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#app .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#app .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#app .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#app .py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#app .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#app .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#app .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#app .py-\[0\.32rem\]{
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
#app .py-\[0\.33rem\]{
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
#app .py-\[0\.4375rem\]{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
#app .py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
#app .py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
#app .py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
#app .py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
#app .py-home-section{
  padding-top: var(--home-section);
  padding-bottom: var(--home-section);
}
#app .py-section{
  padding-top: var(--section);
  padding-bottom: var(--section);
}
#app .pb-0{
  padding-bottom: 0px;
}
#app .pb-1{
  padding-bottom: 0.25rem;
}
#app .pb-10{
  padding-bottom: 2.5rem;
}
#app .pb-12{
  padding-bottom: 3rem;
}
#app .pb-16{
  padding-bottom: 4rem;
}
#app .pb-20{
  padding-bottom: 5rem;
}
#app .pb-8{
  padding-bottom: 2rem;
}
#app .pb-\[12vw\]{
  padding-bottom: 12vw;
}
#app .pb-\[5px\]{
  padding-bottom: 5px;
}
#app .pb-\[7\.1354vw\]{
  padding-bottom: 7.1354vw;
}
#app .pb-home-section{
  padding-bottom: var(--home-section);
}
#app .pl-0{
  padding-left: 0px;
}
#app .pl-1{
  padding-left: 0.25rem;
}
#app .pl-2{
  padding-left: 0.5rem;
}
#app .pl-4{
  padding-left: 1rem;
}
#app .pl-6{
  padding-left: 1.5rem;
}
#app .pl-8{
  padding-left: 2rem;
}
#app .pl-\[1\.5rem\]{
  padding-left: 1.5rem;
}
#app .pl-\[18px\]{
  padding-left: 18px;
}
#app .pl-\[50px\]{
  padding-left: 50px;
}
#app .pl-\[6\.667vw\]{
  padding-left: 6.667vw;
}
#app .pl-\[8px\]{
  padding-left: 8px;
}
#app .pr-0{
  padding-right: 0px;
}
#app .pr-2{
  padding-right: 0.5rem;
}
#app .pr-8{
  padding-right: 2rem;
}
#app .pr-\[24px\]{
  padding-right: 24px;
}
#app .pr-\[6\.667vw\]{
  padding-right: 6.667vw;
}
#app .pt-0{
  padding-top: 0px;
}
#app .pt-10{
  padding-top: 2.5rem;
}
#app .pt-12{
  padding-top: 3rem;
}
#app .pt-16{
  padding-top: 4rem;
}
#app .pt-2{
  padding-top: 0.5rem;
}
#app .pt-2\.5{
  padding-top: 0.625rem;
}
#app .pt-4{
  padding-top: 1rem;
}
#app .pt-6{
  padding-top: 1.5rem;
}
#app .pt-8{
  padding-top: 2rem;
}
#app .pt-\[0\.37rem\]{
  padding-top: 0.37rem;
}
#app .pt-\[20vw\]{
  padding-top: 20vw;
}
#app .pt-\[38vw\]{
  padding-top: 38vw;
}
#app .pt-\[4\.6875vw\]{
  padding-top: 4.6875vw;
}
#app .pt-\[40vw\]{
  padding-top: 40vw;
}
#app .pt-\[6px\]{
  padding-top: 6px;
}
#app .text-left{
  text-align: left;
}
#app .text-center{
  text-align: center;
}
#app .text-right{
  text-align: right;
}
#app .align-middle{
  vertical-align: middle;
}
#app .align-bottom{
  vertical-align: bottom;
}
#app .align-\[-0\.125em\]{
  vertical-align: -0.125em;
}
#app .\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
#app .text-14px{
  font-size: clamp(0.75rem,0.7292vw,1.7rem);
}
#app .text-16px{
  font-size: clamp(0.875rem,0.8333vw,1.8rem);
}
#app .text-18px{
  font-size: clamp(0.875rem,0.9375vw,1.9rem);
}
#app .text-20px{
  font-size: clamp(1rem,1.0417vw,2rem);
}
#app .text-22px{
  font-size: clamp(1.1rem,1.15vw,2.1rem);
}
#app .text-25px{
  font-size: clamp(1.125rem,1.3021vw,2.2rem);
}
#app .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
#app .text-30px{
  font-size: clamp(1.185rem,1.5625vw,2.35rem);
}
#app .text-35px{
  font-size: clamp(1.25rem,1.8229vw,2.5rem);
}
#app .text-38px{
  font-size: clamp(1.4rem,1.9791vw,3rem);
}
#app .text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#app .text-40px{
  font-size: clamp(1.5rem,2.0834vw,3.5rem);
}
#app .text-45px{
  font-size: clamp(1.6rem,2.3438vw,4rem);
}
#app .text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#app .text-50px{
  font-size: clamp(2.2rem,2.6042vw,4.5rem);
}
#app .text-5xl{
  font-size: 3rem;
  line-height: 1;
}
#app .text-70px{
  font-size: clamp(1.9rem,3.6458vw,4.8rem);
}
#app .text-75px{
  font-size: clamp(2.5rem,3.9063vw,5rem);
}
#app .text-\[0\.8rem\]{
  font-size: 0.8rem;
}
#app .text-\[0\.9rem\]{
  font-size: 0.9rem;
}
#app .text-\[1\.1rem\]{
  font-size: 1.1rem;
}
#app .text-\[10px\]{
  font-size: 10px;
}
#app .text-\[12px\]{
  font-size: 12px;
}
#app .text-\[13px\]{
  font-size: 13px;
}
#app .text-\[16px\]{
  font-size: 16px;
}
#app .text-\[18px\]{
  font-size: 18px;
}
#app .text-\[2\.5rem\]{
  font-size: 2.5rem;
}
#app .text-\[3\.75rem\]{
  font-size: 3.75rem;
}
#app .text-\[34px\]{
  font-size: 34px;
}
#app .text-\[70\%\]{
  font-size: 70%;
}
#app .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
#app .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#app .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#app .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#app .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
#app .font-black{
  font-weight: 900;
}
#app .font-bold{
  font-weight: 700;
}
#app .font-extrabold{
  font-weight: 800;
}
#app .font-light{
  font-weight: 300;
}
#app .font-medium{
  font-weight: 500;
}
#app .font-normal{
  font-weight: 400;
}
#app .font-semibold{
  font-weight: 600;
}
#app .font-thin{
  font-weight: 100;
}
#app .uppercase{
  text-transform: uppercase;
}
#app .capitalize{
  text-transform: capitalize;
}
#app .normal-case{
  text-transform: none;
}
#app .italic{
  font-style: italic;
}
#app .not-italic{
  font-style: normal;
}
#app .\!leading-relaxed{
  line-height: 1.625 !important;
}
#app .\!leading-snug{
  line-height: 1.375 !important;
}
#app .\!leading-tight{
  line-height: 1.25 !important;
}
#app .leading-10{
  line-height: 2.5rem;
}
#app .leading-6{
  line-height: 1.5rem;
}
#app .leading-9{
  line-height: 2.25rem;
}
#app .leading-\[1\.07\]{
  line-height: 1.07;
}
#app .leading-\[1\.2222\]{
  line-height: 1.2222;
}
#app .leading-\[1\.2\]{
  line-height: 1.2;
}
#app .leading-\[1\.43\]{
  line-height: 1.43;
}
#app .leading-\[1\.5\]{
  line-height: 1.5;
}
#app .leading-\[1\.6\]{
  line-height: 1.6;
}
#app .leading-\[2\.15\]{
  line-height: 2.15;
}
#app .leading-\[40px\]{
  line-height: 40px;
}
#app .leading-loose{
  line-height: 2;
}
#app .leading-none{
  line-height: 1;
}
#app .leading-normal{
  line-height: 1.5;
}
#app .leading-relaxed{
  line-height: 1.625;
}
#app .leading-snug{
  line-height: 1.375;
}
#app .leading-tight{
  line-height: 1.25;
}
#app .tracking-\[-0\.00833em\]{
  letter-spacing: -0.00833em;
}
#app .tracking-\[\.1rem\]{
  letter-spacing: .1rem;
}
#app .tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}
#app .tracking-\[1\.7px\]{
  letter-spacing: 1.7px;
}
#app .tracking-normal{
  letter-spacing: 0em;
}
#app .tracking-tight{
  letter-spacing: -0.025em;
}
#app .tracking-wide{
  letter-spacing: 0.025em;
}
#app .tracking-wider{
  letter-spacing: 0.05em;
}
#app .\!text-\[\#14a44d\]{
  --tw-text-opacity: 1 !important;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1)) !important;
}
#app .\!text-\[\#dc4c64\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1)) !important;
}
#app .\!text-danger-700{
  --tw-text-opacity: 1 !important;
  color: rgb(176 35 58 / var(--tw-text-opacity, 1)) !important;
}
#app .\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1)) !important;
}
#app .\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1)) !important;
}
#app .\!text-primary-700{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--color-primary--700--rgb), var(--tw-text-opacity, 1)) !important;
}
#app .\!text-success-700{
  --tw-text-opacity: 1 !important;
  color: rgb(14 117 55 / var(--tw-text-opacity, 1)) !important;
}
#app .\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
#app .text-\[\#14a44d\]{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1));
}
#app .text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}
#app .text-\[\#3b71ca\]{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}
#app .text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
#app .text-\[\#6b6b6b\]{
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
#app .text-\[\#b3afaf\]{
  --tw-text-opacity: 1;
  color: rgb(179 175 175 / var(--tw-text-opacity, 1));
}
#app .text-\[\#b3b3b3\]{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}
#app .text-\[\#dc4c64\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}
#app .text-\[\#ffffff8a\]{
  color: #ffffff8a;
}
#app .text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}
#app .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#app .text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
#app .text-black\/\[64\]{
  color: rgb(0 0 0 / 64);
}
#app .text-danger{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}
#app .text-ebony-clay{
  --tw-text-opacity: 1;
  color: rgb(41 51 68 / var(--tw-text-opacity, 1));
}
#app .text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
#app .text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
#app .text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
#app .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
#app .text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
#app .text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
#app .text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
#app .text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}
#app .text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
#app .text-info{
  --tw-text-opacity: 1;
  color: rgb(84 180 211 / var(--tw-text-opacity, 1));
}
#app .text-inherit{
  color: inherit;
}
#app .text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
#app .text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
#app .text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
#app .text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
#app .text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
#app .text-pickled-bluewood{
  --tw-text-opacity: 1;
  color: rgb(37 56 71 / var(--tw-text-opacity, 1));
}
#app .text-primary{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}
#app .text-primary-400{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--400--rgb), var(--tw-text-opacity, 1));
}
#app .text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(241 245 251 / var(--tw-text-opacity, 1));
}
#app .text-primary-700{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--700--rgb), var(--tw-text-opacity, 1));
}
#app .text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
#app .text-secondary{
  --tw-text-opacity: 1;
  color: rgba(var(--color-secondary--rgb), var(--tw-text-opacity, 1));
}
#app .text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
#app .text-success{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1));
}
#app .text-warning{
  --tw-text-opacity: 1;
  color: rgb(228 161 27 / var(--tw-text-opacity, 1));
}
#app .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#app .text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}
#app .underline{
  text-decoration-line: underline;
}
#app .no-underline{
  text-decoration-line: none;
}
#app .underline-offset-auto{
  text-underline-offset: auto;
}
#app .\!opacity-0{
  opacity: 0 !important;
}
#app .\!opacity-100{
  opacity: 1 !important;
}
#app .opacity-0{
  opacity: 0;
}
#app .opacity-100{
  opacity: 1;
}
#app .opacity-50{
  opacity: 0.5;
}
#app .opacity-65{
  opacity: 0.65;
}
#app .opacity-75{
  opacity: 0.75;
}
#app .opacity-\[\.53\]{
  opacity: .53;
}
#app .opacity-\[\.54\]{
  opacity: .54;
}
#app .mix-blend-multiply{
  mix-blend-mode: multiply;
}
#app .mix-blend-screen{
  mix-blend-mode: screen;
}
#app .mix-blend-darken{
  mix-blend-mode: darken;
}
#app .shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-\[-20px_10px_30px_0px_black\]{
  --tw-shadow: -20px 10px 30px 0px black;
  --tw-shadow-colored: -20px 10px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-\[0_0px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{
  --tw-shadow: 0 0px 3px 0 rgba(0,0,0,0.07),0 2px 2px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}
#app .shadow-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-\[0_4px_9px_-4px_\#3b71ca\]{
  --tw-shadow: 0 4px 9px -4px #3b71ca;
  --tw-shadow-colored: 0 4px 9px -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);
}
#app .shadow-\[0px_2px_15px_-3px_rgba\(0\2c 0\2c 0\2c \.07\)\2c _0px_10px_20px_-2px_rgba\(0\2c 0\2c 0\2c \.04\)\]{
  --tw-shadow: 0px 2px 15px -3px rgba(0,0,0,.07), 0px 10px 20px -2px rgba(0,0,0,.04);
  --tw-shadow-colored: 0px 2px 15px -3px var(--tw-shadow-color), 0px 10px 20px -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);
}
#app .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);
}
#app .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);
}
#app .shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#app .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#app .outline{
  outline-style: solid;
}
#app .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);
}
#app .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);
}
#app .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);
}
#app .transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-\[background-color\2c _opacity\]{
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-\[background-color\2c box-shadow\2c border\]{
  transition-property: background-color,box-shadow,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-\[opacity\]{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-\[transform\2c _opacity\]{
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-\[transform\2c height\]{
  transition-property: transform,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .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;
}
#app .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#app .delay-\[0ms\]{
  transition-delay: 0ms;
}
#app .duration-150{
  transition-duration: 150ms;
}
#app .duration-200{
  transition-duration: 200ms;
}
#app .duration-300{
  transition-duration: 300ms;
}
#app .duration-700{
  transition-duration: 700ms;
}
#app .duration-\[1000ms\]{
  transition-duration: 1000ms;
}
#app .duration-\[150ms\]{
  transition-duration: 150ms;
}
#app .duration-\[200ms\]{
  transition-duration: 200ms;
}
#app .duration-\[250ms\]{
  transition-duration: 250ms;
}
#app .duration-\[350ms\]{
  transition-duration: 350ms;
}
#app .duration-\[400ms\]{
  transition-duration: 400ms;
}
#app .ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\]{
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}
#app .ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
#app .ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}
#app .ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
#app .ease-\[ease\]{
  transition-timing-function: ease;
}
#app .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#app .ease-linear{
  transition-timing-function: linear;
}
#app .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#app .will-change-transform{
  will-change: transform;
}
/**
  * Common utilities.
  */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
#app .icon-right-open-content {
    content: "\e809";
    font-family: "fontello", sans-serif;
  }
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
#app .\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}
#app .\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0);
}
#app .\[direction\:ltr\]{
  direction: ltr;
}
#app .\[overflow-anchor\:none\]{
  overflow-anchor: none;
}
#app .\[transform\:translateX\(-50\%\)\]{
  transform: translateX(-50%);
}
#app .\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\]{
  transition: background-color .2s linear, height .2s ease-in-out;
}
#app .\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\2c _opacity\]{
  transition: background-color .2s linear, width .2s ease-in-out, opacity;
}
#app .\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\]{
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}
/**
* Custom utility classes
*
* Note when using JIT: custom utilities don't seem to update when running 'yarn start'. Make sure to restart.
*/
/**
* Reset classes (to remove Tailwind typography styles)
*
* (Note: Since Tailwind 3, the typography plugin has been updated and now includes a way to
* remove prose styles using the 'not-prose' wrapper class, and so you will not need to use
* these classes as much. However, these classes can still be used either in scss (e.g. by
* use @apply) or to reset a single element. Keep in mind, however, that you must maintain
* these yourself if you want to use them.)
*
* Use '@apply reset-<tag>;' when applying styles in css. Use class 'reset' to reset styles
* in actual html. This ensures that the 'reset' styles do not override Tailwind classes.
*
* Order of precedence (highest -> lowest):
*      1. Tailwind class
*      2. 'reset' class
*      3. Typography styles
*
* Why 2 class definitions? Styles inside '@layer utilities' get prefixed with '#app' meaning
* they would override Tailwind classes if used in html. However, we still need these so that
* we can '@apply' them in css (required by JIT). Therefore, since '@applying' them in css
* ignores the prefixed '#app', we can make the 'reset' class have just the right specificity
* to override the typography class and not Tailwind classes.
*/
/** The following are not Tailwind utilities */
p.reset{
  margin: 0px;
}

a.reset{
  font-weight: inherit;
  color: inherit;
  text-decoration-line: none;
}

a.reset:hover{
  color: inherit;
}

ul.reset{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

li.reset{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

img.reset{
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
  @media (min-width: 926px){
    .lg\:container{
      max-width: 926px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }
  @media (min-width: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }
  @media (min-width: 1921px){
    .lg\:container{
      max-width: 1921px;
    }
  }
}

#app .first-line\:text-25px::first-line{
  font-size: clamp(1.125rem,1.3021vw,2.2rem);
}

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

#app .first-line\:uppercase::first-line{
  text-transform: uppercase;
}

#app .first-line\:\!leading-\[3em\]::first-line{
  line-height: 3em !important;
}

#app :is(.marker\:pr-4 *)::marker{
  padding-right: 1rem;
}

#app :is(.marker\:text-2xl *)::marker{
  font-size: 1.5rem;
  line-height: 2rem;
}

#app :is(.marker\:font-semibold *)::marker{
  font-weight: 600;
}

#app .marker\:pr-4::marker{
  padding-right: 1rem;
}

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

#app .marker\:font-semibold::marker{
  font-weight: 600;
}

#app :is(.selection\:bg-transparent *)::selection{
  background-color: transparent;
}

#app .selection\:bg-transparent::selection{
  background-color: transparent;
}

#app .before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}

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

#app .before\:h-\[0\.875rem\]::before{
  content: var(--tw-content);
  height: 0.875rem;
}

#app .before\:w-\[0\.875rem\]::before{
  content: var(--tw-content);
  width: 0.875rem;
}

#app .before\:scale-0::before{
  content: var(--tw-content);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

#app .before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

#app .before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}

#app .before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}

#app .before\:shadow-\[0px_0px_0px_13px_transparent\]::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px transparent;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

#app .after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

#app .after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

#app .after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

#app .after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

#app .after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

#app .after\:z-20::after{
  content: var(--tw-content);
  z-index: 20;
}

#app .first\:basis-2\/5:first-child{
  flex-basis: 40%;
}

#app .first\:basis-3\/5:first-child{
  flex-basis: 60%;
}

#app .last\:m-0:last-child{
  margin: 0px;
}

#app .last\:mr-0:last-child{
  margin-right: 0px;
}

#app .last\:basis-2\/5:last-child{
  flex-basis: 40%;
}

#app .last\:basis-3\/5:last-child{
  flex-basis: 60%;
}

#app .open\:bg-gray-200[open]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

#app .checked\:\!border-\[\#14a44d\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1)) !important;
}

#app .checked\:\!border-\[\#dc4c64\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1)) !important;
}

#app .checked\:border-primary:checked{
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-primary--rgb), var(--tw-border-opacity, 1));
}

#app .checked\:\!bg-\[\#14a44d\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity, 1)) !important;
}

#app .checked\:\!bg-\[\#dc4c64\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity, 1)) !important;
}

#app .checked\:bg-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--rgb), var(--tw-bg-opacity, 1));
}

#app .checked\:before\:opacity-\[0\.16\]:checked::before{
  content: var(--tw-content);
  opacity: 0.16;
}

#app .checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}

#app .checked\:after\:-mt-px:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}

#app .checked\:after\:ml-\[0\.25rem\]:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

#app .checked\:after\:block:checked::after{
  content: var(--tw-content);
  display: block;
}

#app .checked\:after\:h-\[0\.8125rem\]:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}

#app .checked\:after\:w-\[0\.375rem\]:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}

#app .checked\:after\:rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#app .checked\:after\:border-\[0\.125rem\]:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}

#app .checked\:after\:border-l-0:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}

#app .checked\:after\:border-t-0:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}

#app .checked\:after\:border-solid:checked::after{
  content: var(--tw-content);
  border-style: solid;
}

#app .checked\:after\:border-white:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

#app .checked\:after\:\!bg-\[\#14a44d\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity, 1)) !important;
}

#app .checked\:after\:\!bg-\[\#dc4c64\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity, 1)) !important;
}

#app .checked\:after\:bg-transparent:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}

#app .checked\:after\:content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: var(--tw-content);
}

#app .empty\:hidden:empty{
  display: none;
}

#app .focus-within\:outline:focus-within{
  outline-style: solid;
}

#app .focus-within\:outline-offset-2:focus-within{
  outline-offset: 2px;
}

#app .focus-within\:outline-blue-500:focus-within{
  outline-color: #3b82f6;
}

#app .hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

#app .hover\:cursor-pointer:hover{
  cursor: pointer;
}

#app .hover\:rounded-\[50\%\]:hover{
  border-radius: 50%;
}

#app .hover\:\!bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1)) !important;
}

#app .hover\:bg-\[\#00000014\]:hover{
  background-color: #00000014;
}

#app .hover\:bg-\[\#00000026\]:hover{
  background-color: #00000026;
}

#app .hover\:bg-\[unset\]:hover{
  background-color: unset;
}

#app .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

#app .hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

#app .hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

#app .hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

#app .hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--600--rgb), var(--tw-bg-opacity, 1));
}

#app .hover\:bg-primary-accent-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 228 243 / var(--tw-bg-opacity, 1));
}

#app .hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

#app .hover\:fill-\[\#8b8b8b\]:hover{
  fill: #8b8b8b;
}

#app .hover\:text-\[\#3b71ca\]:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}

#app .hover\:text-\[\#8b8b8b\]:hover{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity, 1));
}

#app .hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}

#app .hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--600--rgb), var(--tw-text-opacity, 1));
}

#app .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

#app .hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}

#app .hover\:opacity-100:hover{
  opacity: 1;
}

#app .hover\:opacity-60:hover{
  opacity: 0.6;
}

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

#app .hover\:opacity-75:hover{
  opacity: 0.75;
}

#app .hover\:\!shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#app .hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#app .hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

#app .hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#app .hover\:before\:opacity-\[0\.04\]:hover::before{
  content: var(--tw-content);
  opacity: 0.04;
}

#app .hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:rounded-\[50\%\]:focus{
  border-radius: 50%;
}

#app .focus\:\!border-\[\#14a44d\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1)) !important;
}

#app .focus\:\!border-\[\#dc4c64\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1)) !important;
}

#app .focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-primary--rgb), var(--tw-border-opacity, 1));
}

#app .focus\:\!bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1)) !important;
}

#app .focus\:bg-\[\#00000014\]:focus{
  background-color: #00000014;
}

#app .focus\:bg-\[\#00000026\]:focus{
  background-color: #00000026;
}

#app .focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

#app .focus\:bg-neutral-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

#app .focus\:bg-primary-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--600--rgb), var(--tw-bg-opacity, 1));
}

#app .focus\:bg-primary-accent-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(217 228 243 / var(--tw-bg-opacity, 1));
}

#app .focus\:text-\[\#3b71ca\]:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}

#app .focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

#app .focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}

#app .focus\:text-primary-600:focus{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--600--rgb), var(--tw-text-opacity, 1));
}

#app .focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#app .focus\:\!opacity-90:focus{
  opacity: 0.9 !important;
}

#app .focus\:\!shadow-\[inset_0_0_0_1px_\#14a44d\]:focus{
  --tw-shadow: inset 0 0 0 1px #14a44d !important;
  --tw-shadow-colored: inset 0 0 0 1px 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;
}

#app .focus\:\!shadow-\[inset_0_0_0_1px_\#dc4c64\]:focus{
  --tw-shadow: inset 0 0 0 1px #dc4c64 !important;
  --tw-shadow-colored: inset 0 0 0 1px 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;
}

#app .focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-te-primary:focus{
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

#app .focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#app .focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#app .focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

#app .focus\:transition-\[border-color_0\.2s\]:focus{
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .focus\:placeholder\:opacity-100:focus::placeholder{
  opacity: 1;
}

#app .focus\:before\:scale-100:focus::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

#app .focus\:before\:opacity-\[0\.12\]:focus::before{
  content: var(--tw-content);
  opacity: 0.12;
}

#app .focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .focus\:after\:absolute:focus::after{
  content: var(--tw-content);
  position: absolute;
}

#app .focus\:after\:z-\[1\]:focus::after{
  content: var(--tw-content);
  z-index: 1;
}

#app .focus\:after\:block:focus::after{
  content: var(--tw-content);
  display: block;
}

#app .focus\:after\:h-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  height: 0.875rem;
}

#app .focus\:after\:w-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  width: 0.875rem;
}

#app .focus\:after\:rounded-\[0\.125rem\]:focus::after{
  content: var(--tw-content);
  border-radius: 0.125rem;
}

#app .focus\:after\:content-\[\'\'\]:focus::after{
  --tw-content: '';
  content: var(--tw-content);
}

#app .checked\:focus\:before\:scale-100:focus:checked::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

#app .checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .checked\:focus\:after\:-mt-px:focus:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}

#app .checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

#app .checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}

#app .checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}

#app .checked\:focus\:after\:rotate-45:focus:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#app .checked\:focus\:after\:rounded-none:focus:checked::after{
  content: var(--tw-content);
  border-radius: 0px;
}

#app .checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}

#app .checked\:focus\:after\:border-l-0:focus:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}

#app .checked\:focus\:after\:border-t-0:focus:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}

#app .checked\:focus\:after\:border-solid:focus:checked::after{
  content: var(--tw-content);
  border-style: solid;
}

#app .checked\:focus\:after\:border-white:focus:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

#app .checked\:focus\:after\:bg-transparent:focus:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}

#app .active\:bg-\[\#c4d4ef\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(196 212 239 / var(--tw-bg-opacity, 1));
}

#app .active\:bg-\[\#cacfd1\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 207 209 / var(--tw-bg-opacity, 1));
}

#app .active\:bg-primary-700:active{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--700--rgb), var(--tw-bg-opacity, 1));
}

#app .active\:bg-primary-accent-200:active{
  --tw-bg-opacity: 1;
  background-color: rgb(206 219 238 / var(--tw-bg-opacity, 1));
}

#app .active\:text-primary-700:active{
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--700--rgb), var(--tw-text-opacity, 1));
}

#app .active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .disabled\:text-slate-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

#app .disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}

#app :is(.group[open] .group-open\:rotate-45){
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#app :is(.group:hover .group-hover\:block){
  display: block;
}

#app :is(.group\/x:hover .group-hover\/x\:h-\[11px\]){
  height: 11px;
}

#app :is(.group\/y:hover .group-hover\/y\:w-\[11px\]){
  width: 11px;
}

#app :is(.group:hover .group-hover\:scale-100){
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

#app :is(.group:hover .group-hover\:scale-110){
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

#app :is(.group\/x:hover .group-hover\/x\:bg-\[\#999\]){
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

#app :is(.group\/y:hover .group-hover\/y\:bg-\[\#999\]){
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

#app :is(.group:hover .group-hover\:bg-gray-100){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

#app :is(.group\/ps:hover .group-hover\/ps\:opacity-60){
  opacity: 0.6;
}

#app :is(.group:hover .group-hover\:opacity-100){
  opacity: 1;
}

#app :is(.group:hover .group-hover\:opacity-80){
  opacity: 0.8;
}

#app :is(.group:hover .group-hover\:brightness-50){
  --tw-brightness: brightness(.5);
  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);
}

#app :is(.group:hover .group-hover\:brightness-60){
  --tw-brightness: brightness(.60);
  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);
}

#app :is(.group\/x:focus .group-focus\/x\:h-\[0\.6875rem\]){
  height: 0.6875rem;
}

#app :is(.group\/y:focus .group-focus\/y\:w-\[0\.6875rem\]){
  width: 0.6875rem;
}

#app :is(.group\/x:focus .group-focus\/x\:bg-\[\#999\]){
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

#app :is(.group\/y:focus .group-focus\/y\:bg-\[\#999\]){
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

#app :is(.group\/ps:focus .group-focus\/ps\:opacity-100){
  opacity: 1;
}

#app :is(.group\/ps:focus .group-focus\/ps\:opacity-60){
  opacity: 0.6;
}

#app :is(.group\/ps:active .group-active\/ps\:opacity-100){
  opacity: 1;
}

#app :is(.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block){
  display: block;
}

#app :is(.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block){
  display: block;
}

#app :is(.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\]){
  height: 11px;
}

#app :is(.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\]){
  width: 11px;
}

#app :is(.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border){
  border-width: 1px;
}

#app :is(.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid){
  border-style: solid;
}

#app :is(.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-black){
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

#app :is(.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent){
  background-color: transparent;
}

#app :is(.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent){
  background-color: transparent;
}

#app :is(.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\]){
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

#app :is(.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\]){
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

#app :is(.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-neutral-300){
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

#app :is(.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-neutral-100){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

#app :is(.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary){
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--rgb), var(--tw-bg-opacity, 1));
}

#app :is(.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:text-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#app :is(.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60){
  opacity: 0.6;
}

#app :is(.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60){
  opacity: 0.6;
}

#app :is(.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\]){
  --tw-translate-y: -0.75rem;
  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));
}

#app :is(.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\]){
  --tw-translate-y: -0.9rem;
  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));
}

#app :is(.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\]){
  --tw-translate-y: -1.15rem;
  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));
}

#app :is(.peer:focus ~ .peer-focus\:scale-\[0\.8\]){
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

#app :is(.peer:focus ~ .peer-focus\:\!text-white){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#app :is(.peer:focus ~ .peer-focus\:text-gray-200){
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

#app :is(.peer:focus ~ .peer-focus\:text-primary){
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}

#app .data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled]{
  pointer-events: none;
}

#app .data-\[te-active\]\:-top-\[38px\][data-te-active]{
  top: -38px;
}

#app .data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade]{
  z-index: 0;
}

#app .data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade]{
  z-index: 1;
}

#app .data-\[te-input-state-active\]\:block[data-te-input-state-active]{
  display: block;
}

#app .data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden]{
  display: none;
}

#app .data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active]{
  --tw-translate-y: -0.75rem;
  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));
}

#app .data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active]{
  --tw-translate-y: -0.9rem;
  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));
}

#app .data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active]{
  --tw-translate-y: -1.15rem;
  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));
}

#app .data-\[te-active\]\:scale-100[data-te-active]{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

#app .data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

#app .data-\[te-select-open\]\:scale-100[data-te-select-open]{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

#app .data-\[te-autocomplete-state-open\]\:scale-y-100[data-te-autocomplete-state-open]{
  --tw-scale-y: 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));
}

#app .data-\[data-te-autocomplete-option-disabled\]\:cursor-default[data-data-te-autocomplete-option-disabled]{
  cursor: default;
}

#app .data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled]{
  cursor: default;
}

#app .data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled]{
  cursor: default;
}

#app .data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled]{
  cursor: default;
}

#app .data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected]{
  cursor: default;
}

#app .data-\[te-autocomplete-item-active\]\:bg-black\/5[data-te-autocomplete-item-active]{
  background-color: rgb(0 0 0 / 0.05);
}

#app .data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity, 1));
}

#app .data-\[te-input-multiple-active\]\:bg-black\/5[data-te-input-multiple-active]{
  background-color: rgb(0 0 0 / 0.05);
}

#app .data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active]{
  background-color: rgb(0 0 0 / 0.05);
}

#app .data-\[te-select-option-selected\]\:bg-black\/\[0\.02\][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.02);
}

#app .data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.05);
}

#app .data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected]{
  background-color: transparent;
}

#app .data-\[data-te-autocomplete-option-disabled\]\:text-gray-400[data-data-te-autocomplete-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

#app .data-\[te-datepicker-cell-disabled\]\:text-neutral-300[data-te-datepicker-cell-disabled]{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

#app .data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

#app .data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled][data-te-select-selected]{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

#app .data-\[te-autocomplete-state-open\]\:opacity-100[data-te-autocomplete-state-open]{
  opacity: 1;
}

#app .data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade]{
  opacity: 0;
}

#app .data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade]{
  opacity: 1;
}

#app .data-\[te-select-open\]\:opacity-100[data-te-select-open]{
  opacity: 1;
}

#app .data-\[te-carousel-fade\]\:duration-\[600ms\][data-te-carousel-fade]{
  transition-duration: 600ms;
}

#app .data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder{
  opacity: 1;
}

#app .data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled]{
  cursor: default;
}

#app :is(.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected]){
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-primary--rgb), var(--tw-bg-opacity, 1));
}

#app :is(.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4){
  margin-bottom: 1rem;
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0){
  border-left-width: 0px;
  border-right-width: 0px;
}

#app :is(.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0){
  border-left-width: 0px;
  border-right-width: 0px;
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0){
  border-left-width: 0px;
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0){
  border-right-width: 0px;
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t){
  border-top-width: 1px;
}

#app :is(.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0){
  border-left-width: 0px;
}

#app :is(.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0){
  border-right-width: 0px;
}

#app :is(.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t){
  border-top-width: 1px;
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid){
  border-style: solid;
}

#app :is(.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid){
  border-style: solid;
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#14a44d\]){
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1));
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#dc4c64\]){
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1));
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary){
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-primary--rgb), var(--tw-border-opacity, 1));
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-white){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent){
  border-top-color: transparent;
}

#app :is(.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent){
  border-top-color: transparent;
}

#app :is(.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7){
  padding-left: 1.75rem;
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\]){
  --tw-shadow: -1px 0 0 #14a44d, 0 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\]){
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\]){
  --tw-shadow: -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\]){
  --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#14a44d\]){
  --tw-shadow: 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\]){
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#dc4c64\]){
  --tw-shadow: 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\]){
  --tw-shadow: 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\]){
  --tw-shadow: 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d, 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\]){
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\]){
  --tw-shadow: 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\]){
  --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app :is(.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block){
  display: block;
}

#app :is(.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:text-green-600){
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

#app :is(.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block){
  display: block;
}

#app :is(.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\]){
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}

#app :is(.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\]){
  --tw-translate-y: -0.75rem;
  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));
}

#app :is(.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\]){
  --tw-translate-y: -0.9rem;
  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));
}

#app :is(.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\]){
  --tw-translate-y: -1.15rem;
  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));
}

#app :is(.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\]){
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

#app :is(.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:\!text-white){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#app :is(.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:text-primary){
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}

#app :is(.prose-h2\:mx-0 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-left: 0px;
  margin-right: 0px;
}

#app :is(.prose-h2\:mb-\[0\.9375vw\] :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-bottom: 0.9375vw;
}

#app :is(.prose-h2\:mt-0 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-top: 0px;
}

#app :is(.prose-h2\:text-50px :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(2.2rem,2.6042vw,4.5rem);
}

#app :is(.prose-h2\:font-medium :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-weight: 500;
}

#app :is(.prose-h2\:leading-\[1\.1\] :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.1;
}

#app :is(.prose-h3\:mb-0 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-bottom: 0px;
}

#app :is(.prose-h3\:text-25px :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(1.125rem,1.3021vw,2.2rem);
}

#app :is(.prose-p\:my-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-top: 0px;
  margin-bottom: 0px;
}

#app :is(.prose-p\:mb-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-bottom: 0px;
}

#app :is(.prose-p\:mb-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-bottom: 0.5rem;
}

#app :is(.prose-p\:mb-\[1\.0938vw\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-bottom: 1.0938vw;
}

#app :is(.prose-p\:mt-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-top: 0px;
}

#app :is(.prose-p\:mt-3 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-top: 0.75rem;
}

#app :is(.prose-p\:max-w-\[30ch\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  max-width: 30ch;
}

#app :is(.prose-p\:max-w-\[56ch\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  max-width: 56ch;
}

#app :is(.prose-p\:text-16px :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(0.875rem,0.8333vw,1.8rem);
}

#app :is(.prose-p\:text-20px :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(1rem,1.0417vw,2rem);
}

#app :is(.prose-p\:text-25px :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(1.125rem,1.3021vw,2.2rem);
}

#app :is(.prose-p\:text-75px :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(2.5rem,3.9063vw,5rem);
}

#app :is(.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: 1rem;
  line-height: 1.5rem;
}

#app :is(.prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#app :is(.prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#app :is(.prose-p\:text-xs :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: 0.75rem;
  line-height: 1rem;
}

#app :is(.prose-p\:font-normal :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-weight: 400;
}

#app :is(.prose-p\:italic :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-style: italic;
}

#app :is(.prose-p\:\!leading-relaxed :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.625 !important;
}

#app :is(.prose-p\:leading-6 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.5rem;
}

#app :is(.prose-p\:leading-\[1\.15\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.15;
}

#app :is(.prose-p\:leading-\[1\.42\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.42;
}

#app :is(.prose-p\:leading-relaxed :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.625;
}

#app :is(.prose-p\:text-primary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
}

#app :is(.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#app :is(.prose-a\:text-inherit :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  color: inherit;
}

#app :is(.prose-a\:text-white :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#app :is(.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  text-decoration-line: none;
}

#app :is(.hover\:prose-a\:text-\[\#A3B9DF\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover){
  --tw-text-opacity: 1;
  color: rgb(163 185 223 / var(--tw-text-opacity, 1));
}

#app :is(.hover\:prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover){
  text-decoration-line: underline;
}

#app :is(.focus\:prose-a\:text-primary-100 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus){
  --tw-text-opacity: 1;
  color: rgba(var(--color-primary--100--rgb), var(--tw-text-opacity, 1));
}

#app :is(.focus\:prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus){
  text-decoration-line: underline;
}

#app :is(.prose-figure\:my-0 :is(:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-top: 0px;
  margin-bottom: 0px;
}

#app :is(.prose-ul\:-ml-\[1\.6667vw\] :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-left: -1.6667vw;
}

#app :is(.prose-li\:p-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  padding: 0px;
}

#app :is(.prose-li\:text-20px :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(1rem,1.0417vw,2rem);
}

#app :is(.prose-li\:text-25px :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: clamp(1.125rem,1.3021vw,2.2rem);
}

#app :is(.prose-li\:font-normal :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-weight: 400;
}

#app :is(.prose-li\:leading-\[1\.4\] :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.4;
}

#app :is(.with\:my-0 > *){
  margin-top: 0px;
  margin-bottom: 0px;
}

#app :is(.user-is-tabbing .tab-focus\:outline-default:focus) {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: 3px !important;
  }

@media (prefers-reduced-motion: reduce){
  #app .motion-reduce\:transform-none{
    transform: none;
  }
  @keyframes spin{
    to{
      transform: rotate(360deg);
    }
  }
  #app .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }
  @keyframes spinner-grow{
    0%{
      transform: scale(0);
    }
    50%{
      transform: none;
      opacity: 1;
    }
  }
  #app .motion-reduce\:animate-\[spinner-grow_1\.5s_linear_infinite\]{
    animation: spinner-grow 1.5s linear infinite;
  }
  #app .motion-reduce\:animate-none{
    animation: none;
  }
  #app .motion-reduce\:transition-none{
    transition-property: none;
  }
}

@media not all and (min-width: 1024px){
  #app .max-lg\:aspect-\[4\/3\]{
    aspect-ratio: 4/3;
  }
  #app .max-lg\:w-2\/3{
    width: 66.666667%;
  }
  #app .max-lg\:flex-col{
    flex-direction: column;
  }
}

@media not all and (min-width: 768px){
  #app .max-md\:top-2{
    top: 0.5rem;
  }
  #app .max-md\:mb-4{
    margin-bottom: 1rem;
  }
  #app .max-md\:mb-6{
    margin-bottom: 1.5rem;
  }
  #app .max-md\:flex{
    display: flex;
  }
  #app .max-md\:h-12{
    height: 3rem;
  }
  #app .max-md\:h-\[84vh\]{
    height: 84vh;
  }
  #app .max-md\:min-h-\[75vh\]{
    min-height: 75vh;
  }
  #app .max-md\:min-h-\[76vh\]{
    min-height: 76vh;
  }
  #app .max-md\:w-12{
    width: 3rem;
  }
  #app .max-md\:w-2\/3{
    width: 66.666667%;
  }
  #app .max-md\:w-full{
    width: 100%;
  }
  #app .max-md\:\!basis-2\/5{
    flex-basis: 40% !important;
  }
  #app .max-md\:flex-col{
    flex-direction: column;
  }
  #app .max-md\:justify-end{
    justify-content: flex-end;
  }
  #app .max-md\:bg-\[url\(\'\.\.\/wp-content\/uploads\/2025\/03\/mobile_videoThumbnail\.jpg\'\)\]{
    background-image: url('../wp-content/uploads/2025/03/mobile_videoThumbnail.jpg');
  }
  #app .max-md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #app .max-md\:pb-12{
    padding-bottom: 3rem;
  }
}

@media (min-width: 640px){
  #app .sm\:absolute{
    position: absolute;
  }
  #app .sm\:order-2{
    order: 2;
  }
  #app .sm\:order-3{
    order: 3;
  }
  #app .sm\:-mr-2{
    margin-right: -0.5rem;
  }
  #app .sm\:ml-3{
    margin-left: 0.75rem;
  }
  #app .sm\:mt-0{
    margin-top: 0px;
  }
  #app .sm\:w-auto{
    width: auto;
  }
  #app .sm\:max-w-\[220px\]{
    max-width: 220px;
  }
  #app .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .sm\:flex-row{
    flex-direction: row;
  }
  #app .sm\:justify-start{
    justify-content: flex-start;
  }
  #app .sm\:whitespace-nowrap{
    white-space: nowrap;
  }
  #app .sm\:px-\[6\.6667vw\]{
    padding-left: 6.6667vw;
    padding-right: 6.6667vw;
  }
  #app .sm\:text-right{
    text-align: right;
  }
  #app .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px){
  #app .md\:-bottom-16{
    bottom: -4rem;
  }
  #app .md\:right-6{
    right: 1.5rem;
  }
  #app .md\:right-8{
    right: 2rem;
  }
  #app .md\:top-4{
    top: 1rem;
  }
  #app .md\:order-last{
    order: 9999;
  }
  #app .md\:order-none{
    order: 0;
  }
  #app .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  #app .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  #app .md\:mx-section{
    margin-left: var(--section);
    margin-right: var(--section);
  }
  #app .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #app .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  #app .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #app .md\:mb-0{
    margin-bottom: 0px;
  }
  #app .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  #app .md\:mb-16{
    margin-bottom: 4rem;
  }
  #app .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  #app .md\:mb-4{
    margin-bottom: 1rem;
  }
  #app .md\:mt-0{
    margin-top: 0px;
  }
  #app .md\:mt-12{
    margin-top: 3rem;
  }
  #app .md\:mt-16{
    margin-top: 4rem;
  }
  #app .md\:mt-\[2\.6vw\]{
    margin-top: 2.6vw;
  }
  #app .md\:block{
    display: block;
  }
  #app .md\:hidden{
    display: none;
  }
  #app .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  #app .md\:h-8{
    height: 2rem;
  }
  #app .md\:h-\[100px\]{
    height: 100px;
  }
  #app .md\:h-\[100vh\]{
    height: 100vh;
  }
  #app .md\:h-\[22px\]{
    height: 22px;
  }
  #app .md\:h-auto{
    height: auto;
  }
  #app .md\:h-fit{
    height: fit-content;
  }
  #app .md\:max-h-24{
    max-height: 6rem;
  }
  #app .md\:w-8{
    width: 2rem;
  }
  #app .md\:w-\[50\%\]{
    width: 50%;
  }
  #app .md\:w-\[80vw\]{
    width: 80vw;
  }
  #app .md\:min-w-\[40\%\]{
    min-width: 40%;
  }
  #app .md\:min-w-\[80vw\]{
    min-width: 80vw;
  }
  #app .md\:max-w-\[35vw\]{
    max-width: 35vw;
  }
  #app .md\:max-w-\[50\%\]{
    max-width: 50%;
  }
  #app .md\:max-w-\[55\%\]{
    max-width: 55%;
  }
  #app .md\:max-w-\[60\%\]{
    max-width: 60%;
  }
  #app .md\:max-w-\[65\%\]{
    max-width: 65%;
  }
  #app .md\:max-w-\[70\%\]{
    max-width: 70%;
  }
  #app .md\:max-w-\[80\%\]{
    max-width: 80%;
  }
  #app .md\:max-w-\[85\%\]{
    max-width: 85%;
  }
  #app .md\:\!basis-1\/4{
    flex-basis: 25% !important;
  }
  #app .md\:columns-2{
    columns: 2;
  }
  #app .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #app .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #app .md\:flex-row{
    flex-direction: row;
  }
  #app .md\:items-center{
    align-items: center;
  }
  #app .md\:justify-center{
    justify-content: center;
  }
  #app .md\:justify-between{
    justify-content: space-between;
  }
  #app .md\:gap-1{
    gap: 0.25rem;
  }
  #app .md\:gap-8{
    gap: 2rem;
  }
  #app .md\:gap-y-20{
    row-gap: 5rem;
  }
  #app .md\:gap-y-8{
    row-gap: 2rem;
  }
  #app :is(.md\:space-y-8 > :not([hidden]) ~ :not([hidden])){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  #app .md\:rounded-none{
    border-radius: 0px;
  }
  #app .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  #app .md\:bg-\[url\(\'\.\.\/wp-content\/uploads\/2025\/03\/desktop_videoThumbnail\.jpg\'\)\]{
    background-image: url('../wp-content/uploads/2025/03/desktop_videoThumbnail.jpg');
  }
  #app .md\:from-35\%{
    --tw-gradient-from-position: 35%;
  }
  #app .md\:p-0{
    padding: 0px;
  }
  #app .md\:p-16{
    padding: 4rem;
  }
  #app .md\:p-6{
    padding: 1.5rem;
  }
  #app .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  #app .md\:px-container-sm{
    padding-left: var(--container-sm);
    padding-right: var(--container-sm);
  }
  #app .md\:px-section{
    padding-left: var(--section);
    padding-right: var(--section);
  }
  #app .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #app .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  #app .md\:py-home-section{
    padding-top: var(--home-section);
    padding-bottom: var(--home-section);
  }
  #app .md\:py-section{
    padding-top: var(--section);
    padding-bottom: var(--section);
  }
  #app .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  #app .md\:pb-16{
    padding-bottom: 4rem;
  }
  #app .md\:pb-4{
    padding-bottom: 1rem;
  }
  #app .md\:pr-1{
    padding-right: 0.25rem;
  }
  #app .md\:pr-\[17px\]{
    padding-right: 17px;
  }
  #app .md\:pt-\[16vw\]{
    padding-top: 16vw;
  }
  #app .md\:pt-\[20vw\]{
    padding-top: 20vw;
  }
  #app .md\:pt-\[28vw\]{
    padding-top: 28vw;
  }
  #app .md\:text-25px{
    font-size: clamp(1.125rem,1.3021vw,2.2rem);
  }
  #app .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #app .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #app .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #app .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  #app .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  #app .md\:text-75px{
    font-size: clamp(2.5rem,3.9063vw,5rem);
  }
  #app .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #app .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #app .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #app .first-line\:md\:text-\[40\%\]::first-line{
    font-size: 40%;
  }
  #app .md\:odd\:rounded-r-sm:nth-child(odd){
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  #app .md\:even\:rounded-l-sm:nth-child(even){
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  #app :is(.md\:prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #app :is(.md\:prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  #app .lg\:absolute{
    position: absolute;
  }
  #app .lg\:relative{
    position: relative;
  }
  #app .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  #app .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  #app .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  #app .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  #app .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  #app .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  #app .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #app .lg\:mb-0{
    margin-bottom: 0px;
  }
  #app .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  #app .lg\:mb-4{
    margin-bottom: 1rem;
  }
  #app .lg\:mb-48{
    margin-bottom: 12rem;
  }
  #app .lg\:mb-8{
    margin-bottom: 2rem;
  }
  #app .lg\:ml-8{
    margin-left: 2rem;
  }
  #app .lg\:mt-0{
    margin-top: 0px;
  }
  #app .lg\:mt-10{
    margin-top: 2.5rem;
  }
  #app .lg\:mt-48{
    margin-top: 12rem;
  }
  #app .lg\:mt-8{
    margin-top: 2rem;
  }
  #app .lg\:block{
    display: block;
  }
  #app .lg\:flex{
    display: flex;
  }
  #app .lg\:hidden{
    display: none;
  }
  #app .lg\:h-\[160\%\]{
    height: 160%;
  }
  #app .lg\:max-h-32{
    max-height: 8rem;
  }
  #app .lg\:max-h-40{
    max-height: 10rem;
  }
  #app .lg\:max-h-min{
    max-height: min-content;
  }
  #app .lg\:w-0{
    width: 0px;
  }
  #app .lg\:w-1\/2{
    width: 50%;
  }
  #app .lg\:w-auto{
    width: auto;
  }
  #app .lg\:w-full{
    width: 100%;
  }
  #app .lg\:min-w-32{
    min-width: 8rem;
  }
  #app .lg\:max-w-\[140px\]{
    max-width: 140px;
  }
  #app .lg\:max-w-\[27ch\]{
    max-width: 27ch;
  }
  #app .lg\:max-w-\[280px\]{
    max-width: 280px;
  }
  #app .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }
  #app .lg\:max-w-\[65vw\]{
    max-width: 65vw;
  }
  #app .lg\:max-w-\[75\%\]{
    max-width: 75%;
  }
  #app .lg\:max-w-full{
    max-width: 100%;
  }
  #app .lg\:max-w-none{
    max-width: none;
  }
  #app .lg\:flex-1{
    flex: 1 1 0%;
  }
  #app .lg\:basis-1\/2{
    flex-basis: 50%;
  }
  #app .lg\:basis-3\/5{
    flex-basis: 60%;
  }
  #app .lg\:basis-4\/5{
    flex-basis: 80%;
  }
  #app .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #app .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #app .lg\:flex-row{
    flex-direction: row;
  }
  #app .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  #app .lg\:flex-col{
    flex-direction: column;
  }
  #app .lg\:items-center{
    align-items: center;
  }
  #app .lg\:justify-start{
    justify-content: flex-start;
  }
  #app .lg\:justify-end{
    justify-content: flex-end;
  }
  #app .lg\:gap-0{
    gap: 0px;
  }
  #app .lg\:gap-12{
    gap: 3rem;
  }
  #app .lg\:gap-4{
    gap: 1rem;
  }
  #app .lg\:gap-8{
    gap: 2rem;
  }
  #app .lg\:gap-x-12{
    column-gap: 3rem;
  }
  #app .lg\:gap-y-16{
    row-gap: 4rem;
  }
  #app .lg\:self-center{
    align-self: center;
  }
  #app .lg\:rounded-sm{
    border-radius: 0.125rem;
  }
  #app .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  #app .lg\:p-6{
    padding: 1.5rem;
  }
  #app .lg\:p-8{
    padding: 2rem;
  }
  #app .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  #app .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #app .lg\:px-\[6\.6667vw\]{
    padding-left: 6.6667vw;
    padding-right: 6.6667vw;
  }
  #app .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #app .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #app .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  #app .lg\:py-home-section{
    padding-top: var(--home-section);
    padding-bottom: var(--home-section);
  }
  #app .lg\:pb-\[8vw\]{
    padding-bottom: 8vw;
  }
  #app .lg\:pl-12{
    padding-left: 3rem;
  }
  #app .lg\:pl-6{
    padding-left: 1.5rem;
  }
  #app .lg\:pl-\[6\.6667vw\]{
    padding-left: 6.6667vw;
  }
  #app .lg\:pr-6{
    padding-right: 1.5rem;
  }
  #app .lg\:pr-\[6\.6667vw\]{
    padding-right: 6.6667vw;
  }
  #app .lg\:pt-0{
    padding-top: 0px;
  }
  #app .lg\:pt-12{
    padding-top: 3rem;
  }
  #app .lg\:pt-44{
    padding-top: 11rem;
  }
  #app .lg\:pt-\[10vw\]{
    padding-top: 10vw;
  }
  #app .lg\:pt-\[12vw\]{
    padding-top: 12vw;
  }
  #app .lg\:pt-\[15vw\]{
    padding-top: 15vw;
  }
  #app .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #app .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #app .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  #app .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  #app .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #app .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #app .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  #app .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #app .lg\:font-bold{
    font-weight: 700;
  }
  #app .lg\:not-italic{
    font-style: normal;
  }
  #app .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }
}

@media (min-width: 1280px){
  #app .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  #app .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #app .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  #app .xl\:mb-12{
    margin-bottom: 3rem;
  }
  #app .xl\:mt-10{
    margin-top: 2.5rem;
  }
  #app .xl\:mt-12{
    margin-top: 3rem;
  }
  #app .xl\:mt-14{
    margin-top: 3.5rem;
  }
  #app .xl\:block{
    display: block;
  }
  #app .xl\:flex{
    display: flex;
  }
  #app .xl\:hidden{
    display: none;
  }
  #app .xl\:h-\[24px\]{
    height: 24px;
  }
  #app .xl\:h-full{
    height: 100%;
  }
  #app .xl\:min-h-\[25vh\]{
    min-height: 25vh;
  }
  #app .xl\:min-h-\[87vh\]{
    min-height: 87vh;
  }
  #app .xl\:w-\[80\%\]{
    width: 80%;
  }
  #app .xl\:w-\[85\%\]{
    width: 85%;
  }
  #app .xl\:w-auto{
    width: auto;
  }
  #app .xl\:max-w-\[50\%\]{
    max-width: 50%;
  }
  #app .xl\:max-w-\[55\%\]{
    max-width: 55%;
  }
  #app .xl\:max-w-\[60\%\]{
    max-width: 60%;
  }
  #app .xl\:\!basis-1\/6{
    flex-basis: 16.666667% !important;
  }
  #app .xl\:basis-1\/2{
    flex-basis: 50%;
  }
  #app .xl\:basis-1\/3{
    flex-basis: 33.333333%;
  }
  #app .xl\:basis-1\/4{
    flex-basis: 25%;
  }
  #app .xl\:basis-2\/3{
    flex-basis: 66.666667%;
  }
  #app .xl\:basis-2\/5{
    flex-basis: 40%;
  }
  #app .xl\:basis-3\/4{
    flex-basis: 75%;
  }
  #app .xl\:basis-3\/5{
    flex-basis: 60%;
  }
  #app .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #app .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #app .xl\:flex-row{
    flex-direction: row;
  }
  #app .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  #app .xl\:items-start{
    align-items: flex-start;
  }
  #app .xl\:gap-12{
    gap: 3rem;
  }
  #app .xl\:gap-16{
    gap: 4rem;
  }
  #app .xl\:gap-6{
    gap: 1.5rem;
  }
  #app .xl\:gap-8{
    gap: 2rem;
  }
  #app .xl\:gap-x-8{
    column-gap: 2rem;
  }
  #app .xl\:rounded-sm{
    border-radius: 0.125rem;
  }
  #app .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  #app .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #app .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #app .xl\:pr-0{
    padding-right: 0px;
  }
  #app .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #app .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #app .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  #app .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  #app .xl\:text-\[5rem\]{
    font-size: 5rem;
  }
  #app .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #app .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  #app .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  #app .\32xl\:mt-16{
    margin-top: 4rem;
  }
  #app .\32xl\:mt-\[16vh\]{
    margin-top: 16vh;
  }
  #app .\32xl\:h-\[28px\]{
    height: 28px;
  }
  #app .\32xl\:max-h-\[192px\]{
    max-height: 192px;
  }
  #app .\32xl\:min-h-24{
    min-height: 6rem;
  }
  #app .\32xl\:w-\[35\%\]{
    width: 35%;
  }
  #app .\32xl\:w-\[65vw\]{
    width: 65vw;
  }
  #app .\32xl\:w-\[90\%\]{
    width: 90%;
  }
  #app .\32xl\:min-w-\[65vw\]{
    min-width: 65vw;
  }
  #app .\32xl\:max-w-\[50\%\]{
    max-width: 50%;
  }
  #app .\32xl\:max-w-\[55\%\]{
    max-width: 55%;
  }
  #app .\32xl\:max-w-\[60\%\]{
    max-width: 60%;
  }
  #app .\32xl\:columns-3{
    columns: 3;
  }
  #app .\32xl\:gap-x-16{
    column-gap: 4rem;
  }
  #app .\32xl\:gap-x-28{
    column-gap: 7rem;
  }
  #app .\32xl\:gap-x-8{
    column-gap: 2rem;
  }
  #app .\32xl\:p-12{
    padding: 3rem;
  }
  #app .\32xl\:p-8{
    padding: 2rem;
  }
  #app .\32xl\:px-\[12vw\]{
    padding-left: 12vw;
    padding-right: 12vw;
  }
  #app .\32xl\:pt-0{
    padding-top: 0px;
  }
  #app .\32xl\:pt-\[10vw\]{
    padding-top: 10vw;
  }
  #app .\32xl\:pt-\[8vw\]{
    padding-top: 8vw;
  }
  #app .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #app .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #app .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #app .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  #app .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  #app .\32xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  #app .\32xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  #app .\32xl\:text-\[7rem\]{
    font-size: 7rem;
  }
  #app .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #app .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #app .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #app :is(.\32xl\:prose-p\:text-2xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #app :is(.\32xl\:prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  #app :is(.\32xl\:prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (orientation: portrait){
  @media (min-width: 768px){
    #app .portrait\:md\:block{
      display: block;
    }
    #app .portrait\:md\:hidden{
      display: none;
    }
    #app .portrait\:md\:h-\[40vh\]{
      height: 40vh;
    }
    #app .portrait\:md\:h-\[50vh\]{
      height: 50vh;
    }
    #app .portrait\:md\:h-\[55vh\]{
      height: 55vh;
    }
    #app .portrait\:md\:min-h-\[35vh\]{
      min-height: 35vh;
    }
    #app .portrait\:md\:via-\[40\%\]{
      --tw-gradient-via-position: 40%;
    }
    #app .portrait\:md\:text-4xl{
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    #app .portrait\:md\:text-5xl{
      font-size: 3rem;
      line-height: 1;
    }
  }
}

@media (min-width: 320px){
  @media (max-width: 825px){
    @media (orientation: landscape){
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:h-auto{
        height: auto;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\]{
        min-height: 305px;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\]{
        min-height: auto;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\]{
        min-width: auto;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row{
        flex-direction: row !important;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:flex-col{
        flex-direction: column;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around{
        justify-content: space-around !important;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto{
        overflow-y: auto;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg{
        border-radius: 0.5rem;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg{
        border-bottom-left-radius: 0.5rem;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none{
        border-bottom-left-radius: 0px;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none{
        border-top-right-radius: 0px;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\]{
        padding: 10px;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\]{
        padding-right: 10px;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl{
        font-size: 3rem;
        line-height: 1;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\]{
        font-size: 3rem;
      }
      #app .min-\[320px\]\:max-\[825px\]\:landscape\:font-normal{
        font-weight: 400;
      }
    }
  }
}

@media (orientation: landscape){
  @media (min-width: 768px){
    #app .landscape\:md\:block{
      display: block;
    }
    #app .landscape\:md\:h-\[40vh\]{
      height: 40vh;
    }
    #app .landscape\:md\:h-\[75vh\]{
      height: 75vh;
    }
    #app .landscape\:md\:h-screen{
      height: 100vh;
    }
    #app .landscape\:md\:min-h-\[40vh\]{
      min-height: 40vh;
    }
    #app .landscape\:md\:via-\[65\%\]{
      --tw-gradient-via-position: 65%;
    }
    #app .landscape\:md\:pb-8{
      padding-bottom: 2rem;
    }
  }
  @media (min-width: 1024px){
    #app .landscape\:lg\:right-8{
      right: 2rem;
    }
    #app .landscape\:lg\:col-span-2{
      grid-column: span 2 / span 2;
    }
    #app .landscape\:lg\:row-span-1{
      grid-row: span 1 / span 1;
    }
    #app .landscape\:lg\:row-start-1{
      grid-row-start: 1;
    }
    #app .landscape\:lg\:mb-4{
      margin-bottom: 1rem;
    }
    #app .landscape\:lg\:mb-8{
      margin-bottom: 2rem;
    }
    #app .landscape\:lg\:mr-16{
      margin-right: 4rem;
    }
    #app .landscape\:lg\:mt-24{
      margin-top: 6rem;
    }
    #app .landscape\:lg\:mt-4{
      margin-top: 1rem;
    }
    #app .landscape\:lg\:block{
      display: block;
    }
    #app .landscape\:lg\:hidden{
      display: none;
    }
    #app .landscape\:lg\:aspect-square{
      aspect-ratio: 1 / 1;
    }
    #app .landscape\:lg\:h-\[40vh\]{
      height: 40vh;
    }
    #app .landscape\:lg\:h-\[74vh\]{
      height: 74vh;
    }
    #app .landscape\:lg\:h-\[87vh\]{
      height: 87vh;
    }
    #app .landscape\:lg\:min-h-\[100vh\]{
      min-height: 100vh;
    }
    #app .landscape\:lg\:min-h-\[30vh\]{
      min-height: 30vh;
    }
    #app .landscape\:lg\:w-1\/3{
      width: 33.333333%;
    }
    #app .landscape\:lg\:w-2\/5{
      width: 40%;
    }
  }
}

@media (min-width: 1024px){
  @media (orientation: landscape){
    #app .lg\:landscape\:w-\[50\%\]{
      width: 50%;
    }
  }
}

@media (orientation: landscape){
  @media (min-width: 1024px){
    #app .landscape\:lg\:max-w-\[18ch\]{
      max-width: 18ch;
    }
    #app .landscape\:lg\:max-w-\[65\%\]{
      max-width: 65%;
    }
    #app .landscape\:lg\:max-w-\[75vw\]{
      max-width: 75vw;
    }
    #app .landscape\:lg\:max-w-min{
      max-width: min-content;
    }
  }
}

@media (min-width: 1024px){
  @media (orientation: landscape){
    #app .lg\:landscape\:max-w-\[20\%\]{
      max-width: 20%;
    }
  }
}

@media (orientation: landscape){
  @media (min-width: 1024px){
    #app .landscape\:lg\:grid-cols-2{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #app .landscape\:lg\:grid-cols-4{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    #app .landscape\:lg\:grid-cols-5{
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    #app .landscape\:lg\:grid-rows-1{
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
    #app .landscape\:lg\:flex-row{
      flex-direction: row;
    }
    #app .landscape\:lg\:flex-col{
      flex-direction: column;
    }
    #app .landscape\:lg\:items-start{
      align-items: flex-start;
    }
    #app .landscape\:lg\:justify-start{
      justify-content: flex-start;
    }
    #app .landscape\:lg\:justify-center{
      justify-content: center;
    }
    #app .landscape\:lg\:gap-12{
      gap: 3rem;
    }
    #app .landscape\:lg\:gap-8{
      gap: 2rem;
    }
    #app .landscape\:lg\:text-balance{
      text-wrap: balance;
    }
    #app .landscape\:lg\:bg-gradient-to-r{
      background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    #app .landscape\:lg\:from-45\%{
      --tw-gradient-from-position: 45%;
    }
    #app .landscape\:lg\:via-\[\#293344f1\]{
      --tw-gradient-to: rgb(41 51 68 / 0)  var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), #293344f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
    }
    #app .landscape\:lg\:via-\[35\%\]{
      --tw-gradient-via-position: 35%;
    }
    #app .landscape\:lg\:p-6{
      padding: 1.5rem;
    }
    #app .landscape\:lg\:px-16{
      padding-left: 4rem;
      padding-right: 4rem;
    }
    #app .landscape\:lg\:px-20{
      padding-left: 5rem;
      padding-right: 5rem;
    }
    #app .landscape\:lg\:px-\[11\.7vw\]{
      padding-left: 11.7vw;
      padding-right: 11.7vw;
    }
    #app .landscape\:lg\:px-section{
      padding-left: var(--section);
      padding-right: var(--section);
    }
    #app .landscape\:lg\:py-12{
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    #app .landscape\:lg\:py-8{
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    #app .landscape\:lg\:pb-0{
      padding-bottom: 0px;
    }
    #app .landscape\:lg\:pb-12{
      padding-bottom: 3rem;
    }
    #app .landscape\:lg\:pb-4{
      padding-bottom: 1rem;
    }
    #app .landscape\:lg\:pt-\[10vw\]{
      padding-top: 10vw;
    }
    #app .landscape\:lg\:text-4xl{
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    #app .landscape\:lg\:text-xl{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    #app :is(.landscape\:lg\:prose-p\:text-balance :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
      text-wrap: balance;
    }
  }
  @media (min-width: 1280px){
    #app .landscape\:xl\:h-\[40vh\]{
      height: 40vh;
    }
    #app .landscape\:xl\:h-\[85vh\]{
      height: 85vh;
    }
  }
  @media (min-width: 1536px){
    #app .landscape\:2xl\:h-\[50vh\]{
      height: 50vh;
    }
    #app .landscape\:2xl\:h-\[965px\]{
      height: 965px;
    }
    #app .landscape\:2xl\:px-20{
      padding-left: 5rem;
      padding-right: 5rem;
    }
    #app .landscape\:2xl\:px-\[6\.667vw\]{
      padding-left: 6.667vw;
      padding-right: 6.667vw;
    }
    #app .landscape\:2xl\:pt-\[10vw\]{
      padding-top: 10vw;
    }
  }
}

#app .rtl\:\!left-auto:where([dir="rtl"], [dir="rtl"] *){
  left: auto !important;
}

#app .rtl\:\!origin-\[50\%_50\%_0\]:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: 50% 50% 0 !important;
}

#app .rtl\:\[direction\:rtl\]:where([dir="rtl"], [dir="rtl"] *){
  direction: rtl;
}

@media (prefers-color-scheme: dark){
  #app .dark\:border-0{
    border-width: 0px;
  }
  #app .dark\:border-\[\#14a44d\]{
    --tw-border-opacity: 1;
    border-color: rgb(20 164 77 / var(--tw-border-opacity, 1));
  }
  #app .dark\:border-\[\#4f4f4f\]{
    --tw-border-opacity: 1;
    border-color: rgb(79 79 79 / var(--tw-border-opacity, 1));
  }
  #app .dark\:border-\[\#dc4c64\]{
    --tw-border-opacity: 1;
    border-color: rgb(220 76 100 / var(--tw-border-opacity, 1));
  }
  #app .dark\:border-neutral-400{
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }
  #app .dark\:border-neutral-500{
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }
  #app .dark\:border-neutral-600{
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }
  #app .dark\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-primary--400--rgb), var(--tw-border-opacity, 1));
  }
  #app .dark\:\!bg-neutral-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1)) !important;
  }
  #app .dark\:bg-\[\#4f4f4f\]{
    --tw-bg-opacity: 1;
    background-color: rgb(79 79 79 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary--600--rgb), var(--tw-bg-opacity, 1));
  }
  #app .dark\:bg-transparent{
    background-color: transparent;
  }
  #app .dark\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }
  #app .dark\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:fill-gray-400{
    fill: #a3a3a3;
  }
  #app .dark\:\!text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgba(var(--color-primary--400--rgb), var(--tw-text-opacity, 1)) !important;
  }
  #app .dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }
  #app .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }
  #app .dark\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }
  #app .dark\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }
  #app .dark\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }
  #app .dark\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--400--rgb), var(--tw-text-opacity, 1));
  }
  #app .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  #app .dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\]{
    --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
    --tw-shadow-colored: 0 4px 9px -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);
  }
  #app .dark\:placeholder\:text-gray-200::placeholder{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }
  #app .dark\:checked\:border-primary:checked{
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-primary--rgb), var(--tw-border-opacity, 1));
  }
  #app .dark\:checked\:bg-primary:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary--rgb), var(--tw-bg-opacity, 1));
  }
  #app .dark\:hover\:\!bg-\[\#555\]:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1)) !important;
  }
  #app .dark\:hover\:bg-neutral-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:hover\:bg-neutral-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:hover\:bg-neutral-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:hover\:bg-white\/10:hover{
    background-color: rgb(255 255 255 / 0.1);
  }
  #app .dark\:hover\:fill-gray-100:hover{
    fill: #f5f5f5;
  }
  #app .dark\:hover\:text-\[\#3b71ca\]:hover{
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity, 1));
  }
  #app .dark\:hover\:text-primary-400:hover{
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--400--rgb), var(--tw-text-opacity, 1));
  }
  #app .dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app .dark\:focus\:\!bg-\[\#555\]:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1)) !important;
  }
  #app .dark\:focus\:bg-white\/10:focus{
    background-color: rgb(255 255 255 / 0.1);
  }
  #app .dark\:focus\:text-\[\#3b71ca\]:focus{
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity, 1));
  }
  #app .dark\:focus\:text-primary-400:focus{
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--400--rgb), var(--tw-text-opacity, 1));
  }
  #app .dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app .dark\:focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus::before{
    content: var(--tw-content);
    --tw-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4);
    --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app .dark\:checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
    content: var(--tw-content);
    --tw-shadow: 0px 0px 0px 13px #3b71ca;
    --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app .dark\:active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:active{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  #app .dark\:disabled\:text-neutral-600:disabled{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }
  #app .dark\:disabled\:hover\:bg-transparent:hover:disabled{
    background-color: transparent;
  }
  #app :is(.group[data-te-datepicker-cell-current] .dark\:group-\[\[data-te-datepicker-cell-current\]\]\:border-white){
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  #app :is(.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .dark\:group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-white\/10){
    background-color: rgb(255 255 255 / 0.1);
  }
  #app :is(.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .dark\:group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-white\/10){
    background-color: rgb(255 255 255 / 0.1);
  }
  #app :is(.group[data-te-datepicker-cell-disabled] .dark\:group-\[\[data-te-datepicker-cell-disabled\]\]\:text-neutral-500){
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }
  #app :is(.peer:focus ~ .dark\:peer-focus\:text-gray-200){
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }
  #app :is(.peer:focus ~ .dark\:peer-focus\:text-primary){
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary--rgb), var(--tw-text-opacity, 1));
  }
  #app .dark\:data-\[te-autocomplete-item-active\]\:bg-white\/30[data-te-autocomplete-item-active]{
    background-color: rgb(255 255 255 / 0.3);
  }
  #app .dark\:data-\[te-buttons-timepicker\]\:bg-zinc-700[data-te-buttons-timepicker]{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:data-\[te-input-disabled\]\:bg-zinc-600[data-te-input-disabled]{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }
  #app .dark\:data-\[te-input-multiple-active\]\:bg-white\/30[data-te-input-multiple-active]{
    background-color: rgb(255 255 255 / 0.3);
  }
  #app .dark\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active]{
    background-color: rgb(255 255 255 / 0.3);
  }
  #app .dark\:data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active][data-te-select-option-selected]{
    background-color: rgb(255 255 255 / 0.3);
  }
  #app .dark\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }
}

#app .\[\&\.ps--clicking\]\:\!bg-\[\#eee\].ps--clicking{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1)) !important;
}

#app .\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking{
  opacity: 0.9 !important;
}

@media (prefers-color-scheme: dark){
  #app .dark\:\[\&\.ps--clicking\]\:\!bg-\[\#555\].ps--clicking{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1)) !important;
  }
}

#app .\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{
  display: none;
}

#app .\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button{
  display: block;
}

#app .\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button{
  height: 0px;
}

#app .\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button{
  background-color: transparent;
}

#app .\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb{
  height: 50px;
}

#app .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
}

#app .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

#app .\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece{
  border-radius: 0px;
}

#app .\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece{
  background-color: transparent;
}

#app .\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
  height: 0.25rem;
}

#app .\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{
  width: 0.25rem;
}

#app .hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-black\/5:not([data-te-autocomplete-option-disabled]):hover{
  background-color: rgb(0 0 0 / 0.05);
}

@media (prefers-color-scheme: dark){
  #app .dark\:hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-white\/30:not([data-te-autocomplete-option-disabled]):hover{
    background-color: rgb(255 255 255 / 0.3);
  }
}

#app .\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder{
  opacity: 0;
}

#app .hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-black\/5:not([data-te-select-option-disabled]):hover{
  background-color: rgb(0 0 0 / 0.05);
}

@media (prefers-color-scheme: dark){
  #app .dark\:hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-white\/30:not([data-te-select-option-disabled]):hover{
    background-color: rgb(255 255 255 / 0.3);
  }
}

#app .\[\&\:nth-child\(odd\)\]\:bg-neutral-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

@media (prefers-color-scheme: dark){
  #app .\[\&\:nth-child\(odd\)\]\:dark\:bg-neutral-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }
}

#app :is(.\[\&\>svg\]\:pointer-events-none>svg){
  pointer-events: none;
}

#app :is(.\[\&\>svg\]\:mx-auto>svg){
  margin-left: auto;
  margin-right: auto;
}

#app :is(.\[\&\>svg\]\:h-4>svg){
  height: 1rem;
}

#app :is(.\[\&\>svg\]\:h-5>svg){
  height: 1.25rem;
}

#app :is(.\[\&\>svg\]\:h-6>svg){
  height: 1.5rem;
}

#app :is(.\[\&\>svg\]\:w-4>svg){
  width: 1rem;
}

#app :is(.\[\&\>svg\]\:w-5>svg){
  width: 1.25rem;
}

#app :is(.\[\&\>svg\]\:w-6>svg){
  width: 1.5rem;
}

#app :is(.\[\&\>svg\]\:rotate-180>svg){
  --tw-rotate: 180deg;
  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));
}

#app :is(.\[\&\>svg\]\:fill-neutral-500>svg){
  fill: #737373;
}

@media (prefers-color-scheme: dark){
  #app :is(.dark\:\[\&\>svg\]\:fill-white>svg){
    fill: #fff;
  }
}
