@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    90deg,
    var(--base-color),
    var(--highlight-color),
    var(--base-color)
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

*, ::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.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: museo-sans, Book Antiqua, Helvetica, Arial, Verdana, 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, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.container{
  width: 100%;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.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;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(.prose > ul > li > 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;
}.inline-link-dark{
  cursor: pointer;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / 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: 150ms;
}.inline-link-dark:hover{
  --tw-brightness: brightness(1.1);
  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);
  text-decoration-line: underline;
}.\!link{
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding-left: 1em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.\!link .c-rich-text a{color:#8acef0}.\!link::before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  width: 0.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.\!link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.\!link:hover::before{
  content: var(--tw-content);
  width: 100%;
}.link{
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding-left: 1em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.link .c-rich-text a{color:#8acef0}.link::before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  width: 0.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.link:hover::before{
  content: var(--tw-content);
  width: 100%;
}.button{
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(138 206 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.button .c-rich-text a{color:#fff}.button::before{
  position: absolute;
  top: -0px;
  bottom: -0px;
  left: -0.5rem;
  right: -0.5rem;
  z-index: -1;
  --tw-translate-x: 0px;
  --tw-skew-x: -12deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.button:hover{
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.button:hover::before{
  content: var(--tw-content);
  --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));
}.button-secondary{
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(214 47 135 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}.button-secondary::before{
  position: absolute;
  top: -0px;
  bottom: -0px;
  left: -0.5rem;
  right: -0.5rem;
  z-index: -1;
  --tw-translate-x: -100%;
  --tw-skew-x: -12deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(214 47 135 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.button-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.button-secondary:hover::before{
  content: var(--tw-content);
  --tw-translate-x: 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));
}.button-action{
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 34 63 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.button-action .c-rich-text a{color:#fff}.button-action::before{
  position: absolute;
  top: -0px;
  bottom: -0px;
  left: -0.5rem;
  right: -0.5rem;
  z-index: -1;
  --tw-translate-x: 0px;
  --tw-skew-x: -12deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 63 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.button-action:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.c-stage{
  position: relative;
  overflow: hidden;-webkit-mask-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyODAgMTI4MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsMCwxMDU3KSI+CiAgICAgICAgPHBhdGggZD0iTTEyODAsMTIyLjA2OEwxMjgwLC0xMDU3TDAsLTEwNTdMMCwxMzQuMjQxQzIxOC4wMywxOTMuMjY2IDUyNy4yMDgsMjY3LjUxNCAxMjgwLDEyMi4wNjhaIiBzdHlsZT0iZmlsbDpyZ2IoMjM1LDIzNSwyMzUpOyIvPgogICAgPC9nPgo8L3N2Zz4K");-webkit-mask-position:bottom;-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;
}.text-shadow-faf-text-shadow{text-shadow:.25rem .125rem 0 #8acef0}.box-shadow-blue{box-shadow:.25rem .25rem 0 #8acef0}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.visible{
  visibility: visible;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.-bottom-2{
  bottom: -0.5rem;
}.-left-3{
  left: -0.75rem;
}.bottom-0{
  bottom: 0px;
}.bottom-16{
  bottom: 4rem;
}.bottom-4{
  bottom: 1rem;
}.bottom-full{
  bottom: 100%;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-5{
  left: 1.25rem;
}.left-\[10\%\]{
  left: 10%;
}.right-0{
  right: 0px;
}.right-4{
  right: 1rem;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-1\/4{
  top: 25%;
}.top-2{
  top: 0.5rem;
}.top-28{
  top: 7rem;
}.top-4{
  top: 1rem;
}.top-\[178px\]{
  top: 178px;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-50{
  z-index: 50;
}.z-\[-10\]{
  z-index: -10;
}.z-\[-20\]{
  z-index: -20;
}.order-2{
  order: 2;
}.order-3{
  order: 3;
}.order-4{
  order: 4;
}.order-5{
  order: 5;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-span-8{
  grid-column: span 8 / span 8;
}.col-span-9{
  grid-column: span 9 / span 9;
}.m-1{
  margin: 0.25rem;
}.m-10{
  margin: 2.5rem;
}.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}.-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}.-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}.-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}.-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}.-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-\[20\%\]{
  margin-left: 20%;
  margin-right: 20%;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}.my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}.\!ml-auto{
  margin-left: auto !important;
}.-mb-12{
  margin-bottom: -3rem;
}.-mb-16{
  margin-bottom: -4rem;
}.-mb-20{
  margin-bottom: -5rem;
}.-mb-32{
  margin-bottom: -8rem;
}.-mb-4{
  margin-bottom: -1rem;
}.-mb-40{
  margin-bottom: -10rem;
}.-mb-44{
  margin-bottom: -11rem;
}.-mb-48{
  margin-bottom: -12rem;
}.-mb-8{
  margin-bottom: -2rem;
}.-mb-80{
  margin-bottom: -20rem;
}.-ml-4{
  margin-left: -1rem;
}.-mt-12{
  margin-top: -3rem;
}.-mt-16{
  margin-top: -4rem;
}.-mt-20{
  margin-top: -5rem;
}.-mt-32{
  margin-top: -8rem;
}.-mt-4{
  margin-top: -1rem;
}.-mt-40{
  margin-top: -10rem;
}.-mt-44{
  margin-top: -11rem;
}.-mt-48{
  margin-top: -12rem;
}.-mt-8{
  margin-top: -2rem;
}.-mt-80{
  margin-top: -20rem;
}.-mt-\[34px\]{
  margin-top: -34px;
}.mb-0{
  margin-bottom: 0px;
}.mb-12{
  margin-bottom: 3rem;
}.mb-16{
  margin-bottom: 4rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mb-20{
  margin-bottom: 5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-32{
  margin-bottom: 8rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-40{
  margin-bottom: 10rem;
}.mb-44{
  margin-bottom: 11rem;
}.mb-48{
  margin-bottom: 12rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-80{
  margin-bottom: 20rem;
}.ml-1{
  margin-left: 0.25rem;
}.ml-10{
  margin-left: 2.5rem;
}.ml-16{
  margin-left: 4rem;
}.ml-4{
  margin-left: 1rem;
}.ml-6{
  margin-left: 1.5rem;
}.ml-8{
  margin-left: 2rem;
}.ml-\[1\.2rem\]{
  margin-left: 1.2rem;
}.mr-1{
  margin-right: 0.25rem;
}.mr-3\.5{
  margin-right: 0.875rem;
}.mr-4{
  margin-right: 1rem;
}.mr-8{
  margin-right: 2rem;
}.mt-0\.5{
  margin-top: 0.125rem;
}.mt-12{
  margin-top: 3rem;
}.mt-16{
  margin-top: 4rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-2\.5{
  margin-top: 0.625rem;
}.mt-20{
  margin-top: 5rem;
}.mt-32{
  margin-top: 8rem;
}.mt-4{
  margin-top: 1rem;
}.mt-40{
  margin-top: 10rem;
}.mt-44{
  margin-top: 11rem;
}.mt-48{
  margin-top: 12rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.mt-80{
  margin-top: 20rem;
}.mt-\[1px\]{
  margin-top: 1px;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[20\/9\]{
  aspect-ratio: 20/9;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.aspect-video{
  aspect-ratio: 16 / 9;
}.size-14{
  width: 3.5rem;
  height: 3.5rem;
}.h-0{
  height: 0px;
}.h-0\.5{
  height: 0.125rem;
}.h-1{
  height: 0.25rem;
}.h-1\.5{
  height: 0.375rem;
}.h-10{
  height: 2.5rem;
}.h-11{
  height: 2.75rem;
}.h-12{
  height: 3rem;
}.h-14{
  height: 3.5rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-2\.5{
  height: 0.625rem;
}.h-20{
  height: 5rem;
}.h-24{
  height: 6rem;
}.h-28{
  height: 7rem;
}.h-3{
  height: 0.75rem;
}.h-3\.5{
  height: 0.875rem;
}.h-32{
  height: 8rem;
}.h-36{
  height: 9rem;
}.h-4{
  height: 1rem;
}.h-40{
  height: 10rem;
}.h-44{
  height: 11rem;
}.h-48{
  height: 12rem;
}.h-5{
  height: 1.25rem;
}.h-52{
  height: 13rem;
}.h-56{
  height: 14rem;
}.h-6{
  height: 1.5rem;
}.h-60{
  height: 15rem;
}.h-64{
  height: 16rem;
}.h-7{
  height: 1.75rem;
}.h-72{
  height: 18rem;
}.h-8{
  height: 2rem;
}.h-80{
  height: 20rem;
}.h-9{
  height: 2.25rem;
}.h-96{
  height: 24rem;
}.h-\[0-9\]{
  height: 0-9;
}.h-\[110vh\]{
  height: 110vh;
}.h-\[16rem\]{
  height: 16rem;
}.h-\[24rem\]{
  height: 24rem;
}.h-\[400px\]{
  height: 400px;
}.h-\[50px\]{
  height: 50px;
}.h-\[97vh\]{
  height: 97vh;
}.h-auto{
  height: auto;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.h-screen{
  height: 100vh;
}.max-h-\[220px\]{
  max-height: 220px;
}.max-h-full{
  max-height: 100%;
}.min-h-\[220px\]{
  min-height: 220px;
}.min-h-\[285px\]{
  min-height: 285px;
}.min-h-\[430px\]{
  min-height: 430px;
}.min-h-full{
  min-height: 100%;
}.min-h-screen{
  min-height: 100vh;
}.w-0{
  width: 0px;
}.w-0\.5{
  width: 0.125rem;
}.w-1{
  width: 0.25rem;
}.w-1\.5{
  width: 0.375rem;
}.w-1\/2{
  width: 50%;
}.w-10{
  width: 2.5rem;
}.w-11{
  width: 2.75rem;
}.w-12{
  width: 3rem;
}.w-14{
  width: 3.5rem;
}.w-16{
  width: 4rem;
}.w-2{
  width: 0.5rem;
}.w-2\.5{
  width: 0.625rem;
}.w-20{
  width: 5rem;
}.w-24{
  width: 6rem;
}.w-28{
  width: 7rem;
}.w-3{
  width: 0.75rem;
}.w-3\.5{
  width: 0.875rem;
}.w-32{
  width: 8rem;
}.w-36{
  width: 9rem;
}.w-4{
  width: 1rem;
}.w-40{
  width: 10rem;
}.w-44{
  width: 11rem;
}.w-48{
  width: 12rem;
}.w-5{
  width: 1.25rem;
}.w-52{
  width: 13rem;
}.w-56{
  width: 14rem;
}.w-6{
  width: 1.5rem;
}.w-60{
  width: 15rem;
}.w-64{
  width: 16rem;
}.w-7{
  width: 1.75rem;
}.w-72{
  width: 18rem;
}.w-8{
  width: 2rem;
}.w-80{
  width: 20rem;
}.w-9{
  width: 2.25rem;
}.w-96{
  width: 24rem;
}.w-\[0-9\]{
  width: 0-9;
}.w-\[400px\]{
  width: 400px;
}.w-auto{
  width: auto;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.min-w-0{
  min-width: 0px;
}.min-w-\[120px\]{
  min-width: 120px;
}.min-w-\[18rem\]{
  min-width: 18rem;
}.min-w-full{
  min-width: 100%;
}.max-w-4{
  max-width: 1rem;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-\[50rem\]{
  max-width: 50rem;
}.max-w-full{
  max-width: 100%;
}.flex-1{
  flex: 1 1 0%;
}.flex-none{
  flex: none;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink{
  flex-shrink: 1;
}.shrink-0{
  flex-shrink: 0;
}.grow{
  flex-grow: 1;
}.grow-0{
  flex-grow: 0;
}.grow-\[2\]{
  flex-grow: 2;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-full{
  --tw-translate-y: -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));
}.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-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));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-no-drop{
  cursor: no-drop;
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-pointer{
  cursor: pointer;
}.resize{
  resize: both;
}.-scroll-my-12{
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}.-scroll-my-16{
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}.-scroll-my-20{
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}.-scroll-my-32{
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}.-scroll-my-4{
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}.-scroll-my-40{
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}.-scroll-my-44{
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}.-scroll-my-48{
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}.-scroll-my-8{
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}.-scroll-my-80{
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}.scroll-my-12{
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}.scroll-my-16{
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}.scroll-my-20{
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}.scroll-my-32{
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}.scroll-my-4{
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}.scroll-my-40{
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}.scroll-my-44{
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}.scroll-my-48{
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}.scroll-my-8{
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}.scroll-my-80{
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}.-scroll-mb-12{
  scroll-margin-bottom: -3rem;
}.-scroll-mb-16{
  scroll-margin-bottom: -4rem;
}.-scroll-mb-20{
  scroll-margin-bottom: -5rem;
}.-scroll-mb-32{
  scroll-margin-bottom: -8rem;
}.-scroll-mb-4{
  scroll-margin-bottom: -1rem;
}.-scroll-mb-40{
  scroll-margin-bottom: -10rem;
}.-scroll-mb-44{
  scroll-margin-bottom: -11rem;
}.-scroll-mb-48{
  scroll-margin-bottom: -12rem;
}.-scroll-mb-8{
  scroll-margin-bottom: -2rem;
}.-scroll-mb-80{
  scroll-margin-bottom: -20rem;
}.-scroll-mt-12{
  scroll-margin-top: -3rem;
}.-scroll-mt-16{
  scroll-margin-top: -4rem;
}.-scroll-mt-20{
  scroll-margin-top: -5rem;
}.-scroll-mt-32{
  scroll-margin-top: -8rem;
}.-scroll-mt-4{
  scroll-margin-top: -1rem;
}.-scroll-mt-40{
  scroll-margin-top: -10rem;
}.-scroll-mt-44{
  scroll-margin-top: -11rem;
}.-scroll-mt-48{
  scroll-margin-top: -12rem;
}.-scroll-mt-8{
  scroll-margin-top: -2rem;
}.-scroll-mt-80{
  scroll-margin-top: -20rem;
}.scroll-mb-12{
  scroll-margin-bottom: 3rem;
}.scroll-mb-16{
  scroll-margin-bottom: 4rem;
}.scroll-mb-20{
  scroll-margin-bottom: 5rem;
}.scroll-mb-32{
  scroll-margin-bottom: 8rem;
}.scroll-mb-4{
  scroll-margin-bottom: 1rem;
}.scroll-mb-40{
  scroll-margin-bottom: 10rem;
}.scroll-mb-44{
  scroll-margin-bottom: 11rem;
}.scroll-mb-48{
  scroll-margin-bottom: 12rem;
}.scroll-mb-8{
  scroll-margin-bottom: 2rem;
}.scroll-mb-80{
  scroll-margin-bottom: 20rem;
}.scroll-mt-12{
  scroll-margin-top: 3rem;
}.scroll-mt-16{
  scroll-margin-top: 4rem;
}.scroll-mt-20{
  scroll-margin-top: 5rem;
}.scroll-mt-32{
  scroll-margin-top: 8rem;
}.scroll-mt-4{
  scroll-margin-top: 1rem;
}.scroll-mt-40{
  scroll-margin-top: 10rem;
}.scroll-mt-44{
  scroll-margin-top: 11rem;
}.scroll-mt-48{
  scroll-margin-top: 12rem;
}.scroll-mt-8{
  scroll-margin-top: 2rem;
}.scroll-mt-80{
  scroll-margin-top: 20rem;
}.scroll-py-12{
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}.scroll-py-16{
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}.scroll-py-20{
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}.scroll-py-32{
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}.scroll-py-4{
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}.scroll-py-40{
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}.scroll-py-44{
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}.scroll-py-48{
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}.scroll-py-8{
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}.scroll-py-80{
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}.scroll-pb-12{
  scroll-padding-bottom: 3rem;
}.scroll-pb-16{
  scroll-padding-bottom: 4rem;
}.scroll-pb-20{
  scroll-padding-bottom: 5rem;
}.scroll-pb-32{
  scroll-padding-bottom: 8rem;
}.scroll-pb-4{
  scroll-padding-bottom: 1rem;
}.scroll-pb-40{
  scroll-padding-bottom: 10rem;
}.scroll-pb-44{
  scroll-padding-bottom: 11rem;
}.scroll-pb-48{
  scroll-padding-bottom: 12rem;
}.scroll-pb-8{
  scroll-padding-bottom: 2rem;
}.scroll-pb-80{
  scroll-padding-bottom: 20rem;
}.scroll-pt-12{
  scroll-padding-top: 3rem;
}.scroll-pt-16{
  scroll-padding-top: 4rem;
}.scroll-pt-20{
  scroll-padding-top: 5rem;
}.scroll-pt-32{
  scroll-padding-top: 8rem;
}.scroll-pt-4{
  scroll-padding-top: 1rem;
}.scroll-pt-40{
  scroll-padding-top: 10rem;
}.scroll-pt-44{
  scroll-padding-top: 11rem;
}.scroll-pt-48{
  scroll-padding-top: 12rem;
}.scroll-pt-8{
  scroll-padding-top: 2rem;
}.scroll-pt-80{
  scroll-padding-top: 20rem;
}.break-inside-avoid-column{
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}.flex-row{
  flex-direction: row;
}.flex-row-reverse{
  flex-direction: row-reverse;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.items-baseline{
  align-items: baseline;
}.items-stretch{
  align-items: stretch;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-evenly{
  justify-content: space-evenly;
}.gap-1{
  gap: 0.25rem;
}.gap-12{
  gap: 3rem;
}.gap-2{
  gap: 0.5rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-8{
  gap: 2rem;
}.gap-y-0\.5{
  row-gap: 0.125rem;
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-4{
  row-gap: 1rem;
}.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}.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)));
}.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.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));
}.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));
}.divide-accordion-divider > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 34 63 / var(--tw-divide-opacity, 1));
}.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}.self-start{
  align-self: flex-start;
}.self-end{
  align-self: flex-end;
}.self-center{
  align-self: center;
}.overflow-hidden{
  overflow: hidden;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis{
  text-overflow: ellipsis;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-2{
  border-width: 2px;
}.border-\[3px\]{
  border-width: 3px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-\[3px\]{
  border-bottom-width: 3px;
}.border-l{
  border-left-width: 1px;
}.border-l-4{
  border-left-width: 4px;
}.border-r{
  border-right-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-t-2{
  border-top-width: 2px;
}.border-t-4{
  border-top-width: 4px;
}.border-solid{
  border-style: solid;
}.border-\[\#071C2D\]{
  --tw-border-opacity: 1;
  border-color: rgb(7 28 45 / var(--tw-border-opacity, 1));
}.border-amber-500{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(0 34 63 / var(--tw-border-opacity, 1));
}.border-button-primary-border{
  --tw-border-opacity: 1;
  border-color: rgb(7 28 45 / var(--tw-border-opacity, 1));
}.border-button-secondary-border{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}.border-cyan-500{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}.border-fuchsia-500{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}.border-lime-500{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(138 206 240 / var(--tw-border-opacity, 1));
}.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}.border-sky-500{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}.border-violet-500{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}.bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 63 / var(--tw-bg-opacity, 1));
}.bg-button-primary-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-button-primary-inset-bg{
  background-color: transparent;
}.bg-button-secondary-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-card-gallery-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 63 / var(--tw-bg-opacity, 1));
}.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}.bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}.bg-faf-button-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 63 / var(--tw-bg-opacity, 1));
}.bg-footer-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}.bg-mosaic-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.bg-mosaic-pill-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 63 / var(--tw-bg-opacity, 1));
}.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 63 / var(--tw-bg-opacity, 1));
}.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(166 0 32 / var(--tw-bg-opacity, 1));
}.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}.bg-transparent{
  background-color: transparent;
}.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}.bg-auto{
  background-size: auto;
}.bg-contain{
  background-size: contain;
}.bg-cover{
  background-size: cover;
}.bg-fixed{
  background-attachment: fixed;
}.bg-bottom{
  background-position: bottom;
}.bg-center{
  background-position: center;
}.bg-left{
  background-position: left;
}.bg-left-bottom{
  background-position: left bottom;
}.bg-left-top{
  background-position: left top;
}.bg-right{
  background-position: right;
}.bg-right-bottom{
  background-position: right bottom;
}.bg-right-top{
  background-position: right top;
}.bg-top{
  background-position: top;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.fill-current{
  fill: currentColor;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.object-left{
  -o-object-position: left;
     object-position: left;
}.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}.object-right{
  -o-object-position: right;
     object-position: right;
}.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}.object-top{
  -o-object-position: top;
     object-position: top;
}.\!p-0{
  padding: 0px !important;
}.p-1{
  padding: 0.25rem;
}.p-2{
  padding: 0.5rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-6{
  padding: 1.5rem;
}.p-8{
  padding: 2rem;
}.p-\[0\.45rem\]{
  padding: 0.45rem;
}.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}.py-\[0\.55rem\]{
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pb-12{
  padding-bottom: 3rem;
}.pb-16{
  padding-bottom: 4rem;
}.pb-2\.5{
  padding-bottom: 0.625rem;
}.pb-20{
  padding-bottom: 5rem;
}.pb-32{
  padding-bottom: 8rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-40{
  padding-bottom: 10rem;
}.pb-44{
  padding-bottom: 11rem;
}.pb-48{
  padding-bottom: 12rem;
}.pb-8{
  padding-bottom: 2rem;
}.pb-80{
  padding-bottom: 20rem;
}.pl-10{
  padding-left: 2.5rem;
}.pl-4{
  padding-left: 1rem;
}.pl-6{
  padding-left: 1.5rem;
}.pr-1{
  padding-right: 0.25rem;
}.pr-14{
  padding-right: 3.5rem;
}.pr-2{
  padding-right: 0.5rem;
}.pr-3{
  padding-right: 0.75rem;
}.pt-12{
  padding-top: 3rem;
}.pt-16{
  padding-top: 4rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-20{
  padding-top: 5rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-32{
  padding-top: 8rem;
}.pt-4{
  padding-top: 1rem;
}.pt-40{
  padding-top: 10rem;
}.pt-44{
  padding-top: 11rem;
}.pt-48{
  padding-top: 12rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-8{
  padding-top: 2rem;
}.pt-80{
  padding-top: 20rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-justify{
  text-align: justify;
}.font-cursive{
  font-family: Birthstone, Cursive;
}.font-sans{
  font-family: museo-sans, Book Antiqua, Helvetica, Arial, Verdana, sans-serif;
}.font-serif{
  font-family: Georgia, Times, serif;
}.text-3xl{
  font-size: 1.75rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}.text-\[0\.5rem\]{
  font-size: 0.5rem;
}.text-base{
  font-size: 1rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
}.text-xl{
  font-size: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
}.font-bold{
  font-weight: 700;
}.font-light{
  font-weight: 300;
}.font-medium{
  font-weight: 500;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.not-italic{
  font-style: normal;
}.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.leading-5{
  line-height: 1.25rem;
}.leading-7{
  line-height: 1.75rem;
}.leading-normal{
  line-height: 1.5;
}.leading-relaxed{
  line-height: 1.625;
}.leading-tight{
  line-height: 1.25;
}.tracking-tight{
  letter-spacing: -0.025em;
}.tracking-wide{
  letter-spacing: 0.025em;
}.tracking-wider{
  letter-spacing: 0.05em;
}.text-\[\#fd0000\]{
  --tw-text-opacity: 1;
  color: rgb(253 0 0 / var(--tw-text-opacity, 1));
}.text-accordion-headline-fg{
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / var(--tw-text-opacity, 1));
}.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(72 146 202 / var(--tw-text-opacity, 1));
}.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / var(--tw-text-opacity, 1));
}.text-button-primary-fg{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.text-button-secondary-fg{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-card-gallery-fg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-current{
  color: currentColor;
}.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}.text-faf-button-fg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-faf-text-fg{
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / var(--tw-text-opacity, 1));
}.text-footer-fg{
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / var(--tw-text-opacity, 1));
}.text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}.text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}.text-mosaic-pill-fg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / var(--tw-text-opacity, 1));
}.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(214 47 135 / var(--tw-text-opacity, 1));
}.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}.underline{
  text-decoration-line: underline;
}.line-through{
  text-decoration-line: line-through;
}.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}.opacity-0{
  opacity: 0;
}.opacity-90{
  opacity: 0.9;
}.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);
}.shadow-br{
  --tw-shadow: 0.25rem 0.25rem 0 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0.25rem 0.25rem 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);
}.shadow-card{
  --tw-shadow: 0 0 0.75rem 0 rgba(126, 126, 126, 0.5);
  --tw-shadow-colored: 0 0 0.75rem 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);
}.shadow-chatbase{
  --tw-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 0.25rem 0.5rem 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);
}.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);
}.shadow-black{
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}.shadow-faf-button-shadow{
  --tw-shadow-color: #8acef0;
  --tw-shadow: var(--tw-shadow-colored);
}.shadow-mosaic-pill-shadow{
  --tw-shadow-color: #8acef0;
  --tw-shadow: var(--tw-shadow-colored);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.ring{
  --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(3px + 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);
}.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[grid-template-rows\]{
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.\[text-shadow\:_0px_0px_15px_rgb\(0_0_0_\/_50\%\)\]{
  text-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
}.\[text-shadow\:_0px_0px_15px_rgb\(255_255_255_\/_50\%\)\]{
  text-shadow: 0px 0px 15px rgb(255 255 255 / 50%);
}.\[text-shadow\:_1px_1px_5px_rgb\(0_0_0_\/_100\%\)\]{
  text-shadow: 1px 1px 5px rgb(0 0 0 / 100%);
}.btn{
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(214 47 135 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}.btn::before{
  position: absolute;
  top: -0px;
  bottom: -0px;
  left: -0.5rem;
  right: -0.5rem;
  z-index: -1;
  --tw-translate-x: -100%;
  --tw-skew-x: -12deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(214 47 135 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.btn:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.btn:hover::before{
  content: var(--tw-content);
  --tw-translate-x: 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));
}html,body{width:100%}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999 !important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:none}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex !important;justify-content:center;align-items:center;transform:translate3d(0, 0, 0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100% !important}.gslide iframe,.gslide video{outline:none !important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:none;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-top .gslide-image img,.desc-bottom .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing !important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100% !important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:"";position:absolute;width:100%;height:100%;background:rgba(255, 0, 0, 0.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100% !important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100% !important;width:100% !important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing !important;transition:none}.ginlined-content{overflow:auto;display:block !important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none !important}.desc-top .gslide-media,.desc-bottom .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto !important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw !important;order:2 !important;max-height:78vh;overflow:auto !important;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:bold}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none !important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gprev,.gnext,.gclose{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gprev svg,.gnext svg,.gclose svg{display:block;width:25px;height:auto;margin:0;padding:0}.gprev.disabled,.gnext.disabled,.gclose.disabled{opacity:.1}.gprev .garrow,.gnext .garrow,.gclose .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gnext,.glightbox-closing .gprev,.glightbox-closing .gclose{opacity:0 !important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:normal;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:rgba(0, 0, 0, 0.75);border-radius:4px}.glightbox-clean .gprev path,.glightbox-clean .gnext path,.glightbox-clean .gclose path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%, 0, 0)}to{visibility:visible;transform:translate3d(0, 0, 0);opacity:1}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}to{transform:translate3d(-60%, 0, 0);opacity:0;visibility:hidden}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%, 0, 0)}to{transform:translate3d(0, 0, 0);opacity:1}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}to{transform:translate3d(60%, 0, 0);opacity:0}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:1}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@media(min-width: 769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0, 0, 0, 0.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0px rgba(0, 0, 0, 0.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:rgba(0, 0, 0, 0.32)}.glightbox-clean .gprev:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gclose:hover{background-color:rgba(0, 0, 0, 0.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media(min-width: 992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height: 420px){.goverlay{background:#000}}/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width: 80%;--mm-ocd-min-width: 200px;--mm-ocd-max-width: 440px}body.mm-ocd-opened{overflow-y:hidden;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;overscroll-behavior:contain;background:rgba(0,0,0,0);transition-property:bottom,background-color;transition-duration:0s,.3s;transition-timing-function:ease;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-ocd-width);min-width:var(--mm-ocd-min-width);max-width:var(--mm-ocd-max-width);background:#fff;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;transform:translate3d(-100%, 0, 0)}.mm-ocd--right .mm-ocd__content{right:0;transform:translate3d(100%, 0, 0)}.mm-ocd--open .mm-ocd__content{transform:translate3d(0, 0, 0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:clamp(100% - var(--mm-ocd-max-width),100% - var(--mm-ocd-width),100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn a,.mm-spn span,.mm-spn li,.mm-spn ul,.mm-spn{display:block;padding:0;margin:0;box-sizing:border-box}:root{--mm-spn-item-height: 50px;--mm-spn-item-indent: 20px;--mm-spn-line-height: 24px;--mm-spn-panel-offset: 30%}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch;overflow:hidden;clip-path:inset(0 0 0 0);transform:translateX(0px)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:calc(100% + var(--mm-spn-panel-offset));padding-right:var(--mm-spn-panel-offset);line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:"";display:block;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:calc(-1*var(--mm-spn-panel-offset));overflow:visible}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:"";display:block;position:absolute;top:calc(var(--mm-spn-item-height)/2);right:calc(var(--mm-spn-item-height)/2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg) translate(0, -50%);opacity:.4}.mm-spn li:after{content:"";display:block;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:rgba(0,0,0,0)}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:"";display:block;position:absolute;top:calc(var(--mm-spn-item-height)/2);left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;transform:rotate(-45deg) translate(50%, -50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:var(--mm-spn-item-height);padding:0 calc(var(--mm-spn-item-indent)*2);line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:"";display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:calc(var(--mm-spn-item-height)/2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{transform:rotate(135deg) translate(-50%, 0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}.mm-ocd .mm-spn--light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.mm-spn.mm-spn--navbar ul{top:calc(var(--mm-spn-item-height) + 1px) !important;bottom:0 !important;left:100% !important}.mm-spn.mm-spn--navbar ul.mm-spn--open{left:0 !important}.mm-spn.mm-spn--navbar ul.mm-spn--parent{left:calc(-1*var(--mm-spn-panel-offset)) !important}.neos-mockup-placeholder{background-color:#ddd;height:500px;position:relative;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3Cg stroke-width='2px' stroke='%23bbbbbb' vector-effect='non-scaling-stroke'%3E%3Cline x1='0' y1='0' x2='1' y2='1' vector-effect='non-scaling-stroke'/%3E%3Cline x1='1' y1='0' x2='0' y2='1' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E")}.neos-mockup-placeholder span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block;border-radius:4px;padding:10px;background-color:#ddd;color:#777;text-align:center;text-transform:uppercase;border:2px dashed #bbb}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide.w-auto{width:auto}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-slide.shrink{flex-shrink:1}.c-highlight-swiper .swiper-slide:not(:first-child){width:18rem}.c-highlight-swiper .swiper-button-prev,.c-highlight-swiper .swiper-button-next{opacity:0}.c-highlight-swiper.swiper-initialized .swiper-button-prev,.c-highlight-swiper.swiper-initialized .swiper-button-next{opacity:1}.c-highlight-swiper.swiper-initialized .swiper-button-disabled{opacity:0}.page-navigation ul{border-top:1px solid #eee;text-align:center;font-size:0}.page-navigation ul li{display:inline-block;font-size:14px;width:2rem}.page-navigation ul li.previous,.page-navigation ul li.next{position:relative;border:1px solid #eee;border-top:0;overflow:hidden}.page-navigation ul li.previous a,.page-navigation ul li.next a{text-indent:-9999px}.page-navigation ul li.previous a:before,.page-navigation ul li.next a:before{position:relative;top:5px;display:block;width:2rem;height:2rem;text-align:center;font-size:26px;line-height:26px;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;text-indent:0;color:#222}.page-navigation ul li.previous{float:left}.page-navigation ul li.previous a:before{content:"‹"}.page-navigation ul li.next{float:right}.page-navigation ul li.next a:before{content:"›"}.page-navigation ul li.current{border:1px solid #eee;border-top:0;height:2rem;width:2rem;line-height:2rem;color:#333}.page-navigation ul li a{display:block;width:2rem;height:2rem;line-height:2rem;text-align:center;color:#222}.page-navigation ul li a:hover{color:#fff;background-color:#8acef0;text-decoration:none}html{scrollbar-gutter:stable;scroll-padding-top:96px}img{color:#d3d3d3;text-align:center}img:before{position:relative;top:45%}@supports(-webkit-touch-callout: none){.bg-fixed{background-attachment:scroll !important}}.neos-backend .has-anchor{border-bottom:2px dashed dimgray;display:inline-block;line-height:.85}.neos-backend .has-anchor:after{content:"⁋";display:inline-block}.c-rich-text h1,h1.c-rich-text,.c-headline--h1{
  margin-bottom: 0.3em;
  font-size: 1.5rem;
  font-weight: 900;
}@media (min-width: 768px){.c-rich-text h1,h1.c-rich-text,.c-headline--h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}.c-rich-text h2,h2.c-rich-text,.c-headline--h2{
  margin-bottom: 0.3em;
  font-size: 1.25rem;
  font-weight: 900;
}@media (min-width: 768px){.c-rich-text h2,h2.c-rich-text,.c-headline--h2{
    font-size: 1.75rem;
  }
}.c-rich-text h3,h3.c-rich-text,.c-headline--h3{
  margin-bottom: 0.3em;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
}@media (min-width: 768px){.c-rich-text h3,h3.c-rich-text,.c-headline--h3{
    font-size: 1.5rem;
  }
}.c-rich-text h4,h4.c-rich-text,.c-headline--h4{
  margin-bottom: 0.3em;
  font-weight: 900;
}@media (min-width: 768px){.c-rich-text h4,h4.c-rich-text,.c-headline--h4{
    font-size: 1.25rem;
  }
}.c-rich-text p{
  margin-bottom: 1rem;
}.c-rich-text a{
  cursor: pointer;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / var(--tw-text-opacity, 1));
  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: 150ms;
}.c-rich-text a:hover{
  --tw-brightness: brightness(1.1);
  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);
  text-decoration-line: none;
}.c-rich-text ul{
  position: relative;
  padding-left: 1.5rem;
}.c-rich-text ul li{
  position: relative;
  margin-bottom: 0.25rem;
}.c-rich-text ul li::before{
  position: absolute;
  top: 10px;
  left: -14px;
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.c-rich-text ul ul{
  padding-left: 1rem;
}.c-rich-text ol{counter-reset:li}.c-rich-text ol li{counter-increment:li;margin-bottom: 0.25rem}.c-rich-text ol li::before{
  position: relative;
  margin-right: 0.75rem;
  display: inline-block;
  font-weight: 700;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
  --tw-content: counter(li);
  content: var(--tw-content);
}.c-rich-text ol ol{
  padding-left: 1rem;
}.c-rich-text .ck-content{--ck-color-widget-editable-focus-background: rgba( 255, 255, 255, 0.2 ) !important;--ck-color-table-focused-cell-background: rgba( 255, 255, 255, 0.2 ) !important}.c-rich-text .ck-content .table{
  display: block;
}.c-rich-text .ck-content .table table th{
  background-color: transparent;
}.c-rich-text .table{
  display: block;
  overflow-x: auto;
}.c-rich-text table{
  min-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 0.875rem;
}.c-rich-text th{
  border-bottom-width: 1px;
  padding: 1rem;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}.c-rich-text td{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 1rem;
}.text-white .c-rich-text a{color:#fff}.text-primary .c-rich-text a{color:#8acef0}@font-face{font-family:"museo-sans";src:url(/_Resources/Static/Packages/KielSailingCity.Site/Dist/1d3191cd-ae8c-45e2-bb04-11e96d8fa974.woff2) format("woff2"),url(/_Resources/Static/Packages/KielSailingCity.Site/Dist/b252d464-65cb-4950-88f7-ac0a1bf79b75.woff) format("woff")}@font-face{font-display:swap;font-family:Birthstone;size-adjust:150%;src:url(/_Resources/Static/Packages/KielSailingCity.Site/Dist/Birthstone-Regular.ttf) format("truetype")}.c-accordion__toggle{display:none}.c-accordion__toggle:checked~.c-accordion__content{height:auto}.c-accordion-container .c-accordion-panel-heading{width:100%}.c-accordion-container .c-accordion-panel-title{width:100%;display:flex;justify-content:space-between}.c-accordion-container .c-accordion-element{width:100%;margin:0;padding:0;overflow:hidden}.c-accordion-container [type=radio]{display:none}.c-accordion-container .c-accordion__toggle-label{width:100%;cursor:pointer;overflow:hidden;line-height:1;transition:transform .6s ease}.c-accordion-container .c-accordion__toggle-label .c-accordion-panel-title{color:#8acef0;margin-bottom:0}.c-accordion-container .c-accordion-icon svg{vertical-align:middle;display:inline;transition:transform .6s ease}.c-accordion-container [type=radio]:checked~.c-accordion-panel-heading .c-accordion-icon svg{transform:rotate(180deg)}.c-accordion-container .c-accordion__content{overflow:hidden;padding:0;transition:height .6s ease}.c-accordion-container .c-accordion__content .c-accordion__content-body{padding:0 0 .5rem}.c-accordion-container [type=radio]:not(:checked)~.c-accordion__content{height:0;transition:height .6s ease}:root{input-focus-color:#8acef0}form .error .help-inline{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}form:not(.flex.gap-4){margin:2rem 0}form:not(.flex.gap-4) .clearfix{display:flex;flex-direction:column;margin-bottom:1.5rem;row-gap:.5rem}form:not(.flex.gap-4) label{cursor:pointer}form:not(.flex.gap-4) fieldset legend{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}form:not(.flex.gap-4) input[type=text],form:not(.flex.gap-4) input[type=password],form:not(.flex.gap-4) input[type=email],form:not(.flex.gap-4) input[type=tel],form:not(.flex.gap-4) input[type=number],form:not(.flex.gap-4) input[type=url],form:not(.flex.gap-4) input[type=date],form:not(.flex.gap-4) input[type=datetime],form:not(.flex.gap-4) textarea{border-bottom:1px solid #cecece;padding:5px 10px;width:100%;transition:border-right .2s ease-in-out}form:not(.flex.gap-4) input[type=text]:hover,form:not(.flex.gap-4) input[type=password]:hover,form:not(.flex.gap-4) input[type=email]:hover,form:not(.flex.gap-4) input[type=tel]:hover,form:not(.flex.gap-4) input[type=number]:hover,form:not(.flex.gap-4) input[type=url]:hover,form:not(.flex.gap-4) input[type=date]:hover,form:not(.flex.gap-4) input[type=datetime]:hover,form:not(.flex.gap-4) textarea:hover{border-right:1px solid #cecece;transition:border-right .2s ease-out}form:not(.flex.gap-4) input[type=text]:focus,form:not(.flex.gap-4) input[type=password]:focus,form:not(.flex.gap-4) input[type=email]:focus,form:not(.flex.gap-4) input[type=tel]:focus,form:not(.flex.gap-4) input[type=number]:focus,form:not(.flex.gap-4) input[type=url]:focus,form:not(.flex.gap-4) input[type=date]:focus,form:not(.flex.gap-4) input[type=datetime]:focus,form:not(.flex.gap-4) textarea:focus{outline-color:var(--input-focus-color)}form:not(.flex.gap-4) .inputs-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-top:.5rem;align-content:baseline}form:not(.flex.gap-4) input[type=radio],form:not(.flex.gap-4) input[type=checkbox]{margin-right:.5rem;vertical-align:middle}form:not(.flex.gap-4) select{width:auto;display:inline-block;padding:5px 10px 8px 0;border-bottom:1px solid #cecece}form:not(.flex.gap-4) .btn{margin:1rem 1rem 0 0}.done-popup h3{text-align:center}.done-popup img{filter:drop-shadow(2px 2px 2px #222)}.done-finger-hint{position:absolute;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.5);color:#fff;font-size:24px;font-weight:300;justify-content:center;display:flex;align-items:center;text-align:center;padding:15px;pointer-events:none;opacity:0;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;transition-delay:0s}.done-finger-hint.done-finger-hint-show{opacity:1;transition-delay:.2s}.mapboxgl-ctrl-style button{background:none;border:none;cursor:pointer;display:block;font-size:14px;padding:8px 8px 6px;text-align:center;width:100%}.mapboxgl-ctrl-style button+button{border-top:1px solid #ddd}.mapboxgl-ctrl-style button.active{font-weight:700;background-color:rgba(95,175,95,.07)}.mapboxgl-ctrl-style button:hover{background-color:rgba(0,0,0,.05)}.done-marker{cursor:pointer;top:-1px}.done-marker svg{vertical-align:baseline}.done-marker path{stroke:#000;stroke-opacity:.4;stroke-width:1}.tessellation-container>li{overflow:hidden}@media(max-width: 478px){.tessellation-container>li:nth-child(odd){border-top-left-radius:8px;border-top-right-radius:8px}.tessellation-container>li:nth-child(even){border-bottom-left-radius:8px;border-bottom-right-radius:8px}}@media(min-width: 479px)and (max-width: 1023px){.tessellation-container>li{max-width:calc(50% - .5rem)}.tessellation-container>li:nth-child(2){margin-top:3rem}.tessellation-container>li:nth-child(2n+1):not(:first-child){margin-top:-3rem}.tessellation-container>li:nth-child(n+1):not(:nth-child(n+3)){border-top-left-radius:8px;border-top-right-radius:8px}.tessellation-container>li:nth-child(n+3):not(:nth-child(n+5)){border-bottom-left-radius:8px;border-bottom-right-radius:8px}.tessellation-container>li:nth-child(n+5):not(:nth-child(n+7)){border-top-left-radius:8px;border-top-right-radius:8px}.tessellation-container>li:nth-child(n+7):not(:nth-child(n+9)){border-bottom-left-radius:8px;border-bottom-right-radius:8px}.tessellation-container>li:nth-child(n+9):not(:nth-child(n+11)){border-top-left-radius:8px;border-top-right-radius:8px}.tessellation-container>li:nth-child(n+11):not(:nth-child(n+13)){border-bottom-left-radius:8px;border-bottom-right-radius:8px}.tessellation-container>li:nth-child(n+13):not(:nth-child(n+15)){border-top-left-radius:8px;border-top-right-radius:8px}}@media(min-width: 1024px){.tessellation-container>li{max-width:calc(25% - 1rem)}.tessellation-container>li:nth-child(2),.tessellation-container>li:nth-child(4){margin-top:3rem}.tessellation-container li:nth-child(4n+1):not(:first-child),.tessellation-container li:nth-child(4n+3):not(:nth-child(3)){margin-top:-3rem}.tessellation-container>li:nth-child(n+1):not(:nth-child(n+5)){border-top-left-radius:8px;border-top-right-radius:8px}.tessellation-container>li:nth-child(n+5):not(:nth-child(n+9)){border-bottom-left-radius:8px;border-bottom-right-radius:8px}.tessellation-container>li:nth-child(n+9):not(:nth-child(n+13)){border-top-left-radius:8px;border-top-right-radius:8px}.tessellation-container>li:nth-child(n+13):not(:nth-child(n+17)){border-bottom-left-radius:8px;border-bottom-right-radius:8px}}:root{--accent-color: #8acef0}.c-image-slider.swiper-transitioning .c-image-slider__slide{transition:all .3s ease}.c-image-slider__wrapper{padding:17% 0;z-index:1}@media(min-width: 640px){.c-image-slider__wrapper{padding:12% 0}}@media(min-width: 1024px){.c-image-slider__wrapper{padding:70px 0}}.c-image-slider__slide{overflow:hidden}.c-image-slider__slide.swiper-slide{opacity:0;pointer-events:none}.c-image-slider__slide.swiper-slide-active,.c-image-slider__slide.swiper-slide-duplicate-active{opacity:1;z-index:2}.c-image-slider__slide.swiper-slide-prev,.c-image-slider__slide.swiper-slide-next{opacity:.5;z-index:1}.c-image-slider__slide.swiper-slide-active,.c-image-slider__slide.swiper-slide-prev,.c-image-slider__slide.swiper-slide-next{pointer-events:all}.c-image-slider__image{width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.c-image-slider__navigation{display:flex;justify-content:center;gap:8rem;position:absolute;right:0;bottom:0rem;left:0;z-index:0}.c-image-slider__button{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;border:3px solid var(--accent-color);font-size:1.5rem;background:#fff;color:#000;cursor:pointer;transition-property:color,background-color;transition-duration:.2s;transition-timing-function:ease}.c-image-slider__button:hover,.c-image-slider__button:focus,.c-image-slider__button:active{background-color:var(--accent-color);color:#fff}@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular, 400);line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr video,.plyr audio,.plyr iframe{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui *::after,.plyr--full-ui *::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:var(--plyr-badge-background, hsl(216deg, 15%, 34%));border-radius:var(--plyr-badge-border-radius, 2px);color:var(--plyr-badge-text-color, #fff);font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small, 13px);left:0;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:var(--plyr-font-size-base, 15px);padding:calc(var(--plyr-control-spacing, 10px) * 2)}}@media(min-width: 768px){.plyr__captions{font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4))}.plyr__caption{background:var(--plyr-captions-background, rgba(0, 0, 0, 0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:rgba(0,0,0,0);border:0;border-radius:var(--plyr-control-radius, 3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px) * 0.7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__control.plyr__control--pressed .label--not-pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(var(--plyr-control-spacing, 10px) / 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=pip],.plyr [data-plyr=airplay],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--pip-supported [data-plyr=pip],.plyr--airplay-supported [data-plyr=airplay],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-menu-radius, 4px);bottom:100%;box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:var(--plyr-menu-arrow-size, 4px) solid rgba(0,0,0,0);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));content:"";height:0;position:absolute;right:calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));display:flex;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:var(--plyr-menu-item-arrow-size, 4px) solid rgba(0,0,0,0);content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular, 400);margin:calc(var(--plyr-control-spacing, 10px) * 0.7);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);position:relative;width:calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));left:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back::before{background:var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container .plyr__control[role=menuitemradio]::before,.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:var(--plyr-control-spacing, 10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px)*-1);overflow:hidden;padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px) * 2);color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));display:block;height:calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);-webkit-appearance:none;appearance:none;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1)}.plyr--full-ui input[type=range]::-moz-range-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none;color:rgba(0,0,0,0)}.plyr--full-ui input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:"⁄";margin-right:var(--plyr-control-spacing, 10px)}@media(max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-small, 13px);font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0, 10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0, 10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px) * 0.5);margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px) * -0.5);margin-right:calc(var(--plyr-range-thumb-height, 13px) * -0.5);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:100px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc((var(--plyr-range-track-height, 5px) / 2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:rgba(0,0,0,0)}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:rgba(0,0,0,0)}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background, #fff);border-radius:1px;height:var(--plyr-range-track-height, 5px);position:absolute;top:50%;transform:translate(-50%, -50%);width:var(--plyr-progress-marker-width, 3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(var(--plyr-control-spacing, 10px) / 2);margin-right:calc(var(--plyr-control-spacing, 10px) / 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr--video{background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio: 16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(var(--plyr-control-spacing, 10px) / 2);padding-top:calc(var(--plyr-control-spacing, 10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing, 10px);padding-top:calc(var(--plyr-control-spacing, 10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));border:0;border-radius:100%;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(var(--plyr-control-spacing, 10px) * 1.5);position:absolute;top:50%;transform:translate(-50%, -50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:hover,.plyr__control--overlaid:focus{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads:empty::after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height, 5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container::after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container::after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}.c-media-library{display:flex;flex-direction:column;align-items:center}.c-media-library.c-media-library--hide-date .c-media-library__element-date{display:none}.c-media-library.c-media-library--full-height{height:100%}.c-media-library .c-media-library__item-container{width:100%}.c-media-library .c-media-library__grid-container{display:grid;grid-gap:24px;grid-template-columns:1fr}@media(min-width: 768px){.c-media-library .c-media-library__grid-container{grid-template-columns:repeat(2, 1fr)}}.c-media-library.c-media-library__teaser{flex-wrap:wrap;flex-direction:column}.c-media-library.c-media-library__teaser .c-media-library__video-container{width:100%;margin-right:0;flex-basis:auto}.c-media-library.c-media-library__teaser .c-media-library__video-container+.c-media-library__video-container{margin-top:12px}.c-media-library__video-container,.c-media-library__audio-container{flex-grow:1;flex-shrink:1;background-color:#fff;position:relative}@media(min-width: 768px){.c-media-library__video-container,.c-media-library__audio-container{padding-bottom:0;flex-shrink:0;flex-grow:0}}.c-media-library__video-container .plyr__controls__item.plyr__control:hover,.c-media-library__audio-container .plyr__controls__item.plyr__control:hover{background-color:#00223f}.c-media-library__video-container .plyr__controls__item.plyr__volume input,.c-media-library__video-container .plyr__controls__item.plyr__progress__container input,.c-media-library__audio-container .plyr__controls__item.plyr__volume input,.c-media-library__audio-container .plyr__controls__item.plyr__progress__container input{color:#00223f}.c-media-library__video-container .plyr__controls__item.plyr__volume button:hover,.c-media-library__audio-container .plyr__controls__item.plyr__volume button:hover{background-color:#00223f}.c-media-library__video-container--youtube .ytp-pause-overlay{display:none !important}.c-media-library__video-container .plyr--video .plyr__video-wrapper{border-radius:inherit}.c-media-library__video-container video{max-width:100%}.c-stage .c-media-library__video-container video{width:100%;aspect-ratio:20/9}.c-stage .c-media-library__video-container .plyr__controls{background:none;width:auto;top:10px;bottom:auto;right:10px;left:auto;color:var(--brand-primary);padding:0px;border-radius:50%}@media(min-width: 768px){.c-stage .c-media-library__video-container .plyr__controls{padding:5px}}.c-media-library__element-description{padding:7px 12px}.c-media-library__element-text{margin:0;margin-bottom:12px;font-size:14px}@media(min-width: 768px){.c-media-library__element-text{font-size:18px}}.c-media-library__element-download{display:flex;justify-content:flex-end;margin-bottom:12px;margin-right:12px;text-align:center}.c-media-library__element-date{line-height:1;margin-bottom:10px;font-size:.875rem;color:#6c757d}.c-media-library__in-backend .plyr{pointer-events:none}.ytp-pause-overlay{display:none !important}.c-media-library__slider{background-color:#fff;padding-bottom:18px}.c-media-library__slider-element{margin-bottom:12px}.c-media-library__slider-controls{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:10px;background-color:#fff;padding-bottom:14px}.c-media-library__slider-controls .c-media-library__slider-controls-dot{width:15px;height:15px;border:1px solid #999;border-radius:50%;cursor:pointer;background-color:#fff}.c-media-library__slider-controls .c-media-library__slider-controls-dot--active{background-color:#00223f}.plyr__poster{background-size:cover}.klaro.cm-as-context-notice{height:100%;padding-bottom:12px;padding-top:12px}.klaro .cookie-modal,.klaro .context-notice,.klaro .cookie-notice{font-size:14px}.klaro .cookie-modal .cm-switch-container,.klaro .context-notice .cm-switch-container,.klaro .cookie-notice .cm-switch-container{display:block;position:relative;padding:10px;padding-left:66px;line-height:20px;vertical-align:middle;min-height:40px;border-bottom:1px solid #ccc}.klaro .cookie-modal .cm-switch-container:last-child,.klaro .context-notice .cm-switch-container:last-child,.klaro .cookie-notice .cm-switch-container:last-child{border-bottom:0}.klaro .cookie-modal .cm-switch-container:first-child,.klaro .context-notice .cm-switch-container:first-child,.klaro .cookie-notice .cm-switch-container:first-child{margin-top:0}.klaro .cookie-modal .cm-switch-container p,.klaro .context-notice .cm-switch-container p,.klaro .cookie-notice .cm-switch-container p{margin-top:0}.klaro .cookie-modal .cm-switch,.klaro .context-notice .cm-switch,.klaro .cookie-notice .cm-switch{position:relative;display:inline-block;width:50px;height:30px}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f);opacity:.6}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before{transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:.8}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider::before{transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:.8;cursor:not-allowed}.klaro .cookie-modal .slider,.klaro .context-notice .slider,.klaro .cookie-notice .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)}.klaro .cookie-modal .cm-list-input,.klaro .context-notice .cm-list-input,.klaro .cookie-notice .cm-list-input{position:absolute;top:0;left:0;opacity:0;width:50px;height:30px}.klaro .cookie-modal .cm-list-title,.klaro .context-notice .cm-list-title,.klaro .cookie-notice .cm-list-title{font-size:14px;font-weight:600}.klaro .cookie-modal .cm-list-description,.klaro .context-notice .cm-list-description,.klaro .cookie-notice .cm-list-description{font-size:14px;padding-top:4px;color:#666}.klaro .cookie-modal .cm-list-label .cm-switch,.klaro .context-notice .cm-list-label .cm-switch,.klaro .cookie-notice .cm-list-label .cm-switch{position:absolute;left:0}.klaro .cookie-modal .cm-list-label .slider,.klaro .context-notice .cm-list-label .slider,.klaro .cookie-notice .cm-list-label .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;width:50px;display:inline-block}.klaro .cookie-modal .cm-list-label .slider::before,.klaro .context-notice .cm-list-label .slider::before,.klaro .cookie-notice .cm-list-label .slider::before{position:absolute;content:"";height:20px;width:20px;left:5px;bottom:5px;background-color:#fff;transition:.4s}.klaro .cookie-modal .cm-list-label .slider.round,.klaro .context-notice .cm-list-label .slider.round,.klaro .cookie-notice .cm-list-label .slider.round{border-radius:30px}.klaro .cookie-modal .cm-list-label .slider.round::before,.klaro .context-notice .cm-list-label .slider.round::before,.klaro .cookie-notice .cm-list-label .slider.round::before{border-radius:50%}.klaro .cookie-modal .cm-list-label input:focus+.slider,.klaro .context-notice .cm-list-label input:focus+.slider,.klaro .cookie-notice .cm-list-label input:focus+.slider{box-shadow-color:#48dfb2;box-shadow-color:var(--green3, #48dfb2);box-shadow:0 0 1px #48dfb2}.klaro .cookie-modal .cm-list-label input:checked+.slider::before,.klaro .context-notice .cm-list-label input:checked+.slider::before,.klaro .cookie-notice .cm-list-label input:checked+.slider::before{transform:translateX(20px)}.klaro .cookie-modal .cm-list-input:focus+.cm-list-label .slider,.klaro .context-notice .cm-list-input:focus+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:focus+.cm-list-label .slider{box-shadow:0 4px 6px 0 rgba(125,125,125,.2),5px 5px 10px 0 rgba(125,125,125,.19)}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider::before{transform:translateX(20px)}.klaro .cookie-modal .slider,.klaro .context-notice .slider,.klaro .cookie-notice .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)}.klaro .cookie-modal a,.klaro .context-notice a,.klaro .cookie-notice a{color:#1a936f;color:var(--green1, #1a936f);text-decoration:none}.klaro .cookie-modal p,.klaro .cookie-modal strong,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice strong,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice strong,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{color:#fff;color:var(--font-color-dark, #fff)}.klaro .cookie-modal p,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{display:block;text-align:left;margin:0;padding:0;margin-top:.7em}.klaro .cookie-modal .cm-link,.klaro .context-notice .cm-link,.klaro .cookie-notice .cm-link{margin-right:.5em;vertical-align:middle}.klaro .cookie-modal .cm-btn,.klaro .context-notice .cm-btn,.klaro .cookie-notice .cm-btn{color:#fff;color:var(--font-color-dark, #fff);background:#555;border-radius:6px;padding:6px 10px;margin-right:.5em;border:0;padding:.4em;font-size:1em;cursor:pointer}.klaro .cookie-modal .cm-btn:disabled,.klaro .context-notice .cm-btn:disabled,.klaro .cookie-notice .cm-btn:disabled{opacity:.5}.klaro .cookie-modal .cm-btn.cm-btn-close,.klaro .context-notice .cm-btn.cm-btn-close,.klaro .cookie-notice .cm-btn.cm-btn-close{background:gray;color:#000}.klaro .cookie-modal .cm-btn.cm-btn-success,.klaro .context-notice .cm-btn.cm-btn-success,.klaro .cookie-notice .cm-btn.cm-btn-success{background:#1a936f;background:var(--green1, #1a936f)}.klaro .cookie-modal .cm-btn.cm-btn-success-var,.klaro .context-notice .cm-btn.cm-btn-success-var,.klaro .cookie-notice .cm-btn.cm-btn-success-var{background:#24cc9a;background:var(--green2, #24cc9a)}.klaro .cookie-modal .cm-btn.cm-btn-info,.klaro .context-notice .cm-btn.cm-btn-info,.klaro .cookie-notice .cm-btn.cm-btn-info{background:#2581c4;background:var(--blue1, #2581c4)}.klaro .context-notice{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;height:100%;background:#eee;border:1px solid #f0f0f0;border-radius:0;padding:12px}.klaro .context-notice p{flex-grow:0;text-align:center;padding-top:0;margin-top:0;color:#000}.klaro .context-notice p strong{color:#333}.klaro .context-notice p a{color:#459cdc}.klaro .context-notice p.cm-buttons{margin-top:12px}.klaro .cookie-modal{width:100%;height:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000}.klaro .cookie-modal.cm-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;z-index:0}.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro{position:relative;transform:none}.klaro .cookie-modal .cm-bg{background:rgba(0,0,0,.5);height:100%;width:100%;position:fixed;top:0;left:0}.klaro .cookie-modal .cm-modal.cm-klaro{z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);width:100%;max-height:98%;top:50%;transform:translateY(-50%);position:fixed;overflow:auto;background:#00223f;color:#fff}@media(min-width: 660px){.klaro .cookie-modal .cm-modal.cm-klaro{border-radius:0;position:relative;margin:0 auto;max-width:640px;height:auto;width:auto}}.klaro .cookie-modal .cm-modal .hide{border-style:none;background:none;position:absolute;top:20px;right:20px;z-index:1}.klaro .cookie-modal .cm-modal .hide svg{stroke:#fff}.klaro .cookie-modal .cm-modal .cm-footer{padding:1em;border-top:1px solid gray}.klaro .cookie-modal .cm-modal .cm-footer-buttons{display:flex;flex-flow:row;justify-content:space-between}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by{font-size:.8em;padding-top:4px;text-align:right;padding-right:8px}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a{color:gray}.klaro .cookie-modal .cm-modal .cm-header{padding:1em;padding-right:24px;border-bottom:1px solid gray}.klaro .cookie-modal .cm-modal .cm-header h1{margin:0;font-size:2em;display:block}.klaro .cookie-modal .cm-modal .cm-header h1.title{padding-right:20px}.klaro .cookie-modal .cm-modal .cm-body{padding:1em}.klaro .cookie-modal .cm-modal .cm-body ul{display:block}.klaro .cookie-modal .cm-modal .cm-body span{display:inline-block;width:auto}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes{padding:0;margin:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret{color:#888}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content{margin-left:-40px;display:none}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded{margin-top:10px;display:block}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose{position:relative;line-height:20px;vertical-align:middle;padding-left:60px;min-height:40px}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child{margin-top:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p{margin-top:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes{font-size:.8em;color:gray}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all{border-top:1px solid gray;padding-top:1em}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title{font-weight:600}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required{padding-left:.2em;font-size:.8em;color:gray}.klaro .cookie-notice:not(.cookie-modal-notice){background:#00223f;z-index:999;position:fixed;width:100%;bottom:0;right:0}@media(min-width: 1024px){.klaro .cookie-notice:not(.cookie-modal-notice){box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);border-radius:0;position:fixed;bottom:20px;right:20px;max-width:400px}}@media(max-width: 1023px){.klaro .cookie-notice:not(.cookie-modal-notice){border-style:none;border-radius:0}}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;bottom:inherit;z-index:0}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body{padding-top:.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{margin-bottom:0;margin-right:0;bottom:0;padding:1em;padding-top:0}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p{margin-bottom:.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes{text-decoration:underline}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more{display:inline-block;flex-grow:1}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{display:inline-block;margin-top:-0.5em}@media(max-width: 480px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{width:100%}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{margin-top:.5em}@media(max-width: 480px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{width:calc(50% - 0.5em)}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{margin-top:-0.5em;display:flex;flex-flow:row;flex-wrap:wrap;justify-content:right;align-items:baseline}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div{margin-top:.5em}.klaro .cookie-modal-notice{z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);width:100%;max-height:98%;top:50%;transform:translateY(-50%);position:fixed;overflow:auto;background:#00223f;color:#fff;padding:1em;padding-top:.2em}@media(min-width: 400px){.klaro .cookie-modal-notice{border-radius:0;position:relative;margin:0 auto;max-width:400px;height:auto;width:auto}}.klaro .cookie-modal-notice .cn-ok{display:flex;flex-flow:row;justify-content:space-between;align-items:center;margin-top:1em}.klaro .cookie-notice-hidden{display:none !important}#klaro .klaro .cookie-notice{
  font-size: 1rem;
}#klaro .klaro .cookie-notice .cn-body{
  padding: 1.25rem;
}#klaro .klaro .cookie-notice .cn-body>p{
  margin-top: 0px;
}#klaro .klaro .cookie-notice .cn-body .cm-link.cn-learn-more{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#klaro .klaro .cookie-notice .cn-body .cm-link.cn-learn-more .c-rich-text a{color:#fff}#klaro .klaro .cookie-notice .cn-body .cm-link.cn-learn-more:hover{
  opacity: 0.75;
}#klaro .klaro .cookie-notice .cn-body .cm-btn{
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}#klaro .klaro .cookie-notice .cn-body .cm-btn.cm-btn-success{
  --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));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#klaro .klaro .cookie-notice .cn-body .cm-btn.cm-btn-success:hover{
  opacity: 0.75;
}#klaro .klaro .cookie-notice .cn-body .cm-btn.cn-decline{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#klaro .klaro .cookie-notice .cn-body .cm-btn.cn-decline .c-rich-text a{color:#fff}#klaro .klaro .cookie-notice .cn-body .cm-btn.cn-decline:hover{
  opacity: 0.75;
}#klaro .klaro .cookie-modal a{
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}#klaro .klaro .cookie-modal a .c-rich-text a{color:#8acef0}#klaro .klaro .cookie-modal .cm-header,#klaro .klaro .cookie-modal .cm-body,#klaro .klaro .cookie-modal .cm-footer{
  padding: 2rem;
}#klaro .klaro .cookie-modal .cm-header .title{
  font-size: 1.25rem;
}#klaro .klaro .cookie-modal .cm-header>p{
  font-size: 1rem;
}#klaro .klaro .cookie-modal .cm-header>p a{
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}#klaro .klaro .cookie-modal .cm-header>p a .c-rich-text a{color:#8acef0}#klaro .klaro .cookie-modal .cm-header>p a:hover{
  opacity: 0.75;
}#klaro .klaro .cookie-modal .cm-header .hide{
  margin: -0.5rem;
  padding: 0.5rem;
}#klaro .klaro .cookie-modal .cm-header .hide svg{
  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;
}#klaro .klaro .cookie-modal .cm-header .hide:hover svg{
  stroke: #8acef0;
}#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons{
  flex-wrap: wrap;
  gap: 1rem;
}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons){margin:2rem 0}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) .clearfix{display:flex;flex-direction:column;margin-bottom:1.5rem;row-gap:.5rem}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) label{cursor:pointer}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) fieldset legend{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=text],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=password],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=email],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=tel],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=number],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=url],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=date],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=datetime],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) textarea{border-bottom:1px solid #cecece;padding:5px 10px;width:100%;transition:border-right .2s ease-in-out}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=text]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=password]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=email]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=tel]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=number]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=url]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=date]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=datetime]:hover,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) textarea:hover{border-right:1px solid #cecece;transition:border-right .2s ease-out}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=text]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=password]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=email]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=tel]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=number]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=url]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=date]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=datetime]:focus,form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) textarea:focus{outline-color:var(--input-focus-color)}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) .inputs-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-top:.5rem;align-content:baseline}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=radio],form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) input[type=checkbox]{margin-right:.5rem;vertical-align:middle}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) select{width:auto;display:inline-block;padding:5px 10px 8px 0;border-bottom:1px solid #cecece}form:not(.flex#klaro .klaro .cookie-modal .cm-footer .cm-footer-buttons) .btn{margin:1rem 1rem 0 0}#klaro .klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}#klaro .klaro .cookie-modal .cm-list-description{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}#klaro .klaro .cookie-modal .slider{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --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);
}#klaro .klaro .cookie-modal .cm-btn{
  margin: 0px;
  flex-grow: 1;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#klaro .klaro .cookie-modal .cm-btn.cm-btn-accept{
  --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));
}#klaro .klaro .cookie-modal .cm-btn.cm-btn-accept:hover{
  opacity: 0.75;
}#klaro .klaro .cookie-modal .cm-btn.cm-btn-accept-all{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}#klaro .klaro .cookie-modal .cm-btn.cm-btn-accept-all .c-rich-text a{color:#fff}#klaro .klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover{
  opacity: 0.75;
}#klaro .klaro .cookie-modal .cm-btn.cn-decline{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}#klaro .klaro .cookie-modal .cm-btn.cn-decline .c-rich-text a{color:#fff}#klaro .klaro .cookie-modal .cm-btn.cn-decline:hover{
  opacity: 0.75;
}#klaro .klaro .cookie-modal .cm-powered-by{display:none}[data-type=placeholder]{
  height: 100%;
}[data-type=placeholder] .klaro.cm-as-context-notice{
  padding: 0px;
}[data-type=placeholder] .klaro.cm-as-context-notice .context-notice{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
}[data-type=placeholder] .klaro.cm-as-context-notice .cm-buttons .cm-btn{
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 34 63 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / 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: 150ms;
}[data-type=placeholder] .klaro.cm-as-context-notice .cm-buttons .cm-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media (min-width: 768px){.md\:container{
    width: 100%;
  }@media (min-width: 640px){.md\:container{
      max-width: 640px;
    }
  }@media (min-width: 768px){.md\:container{
      max-width: 768px;
    }
  }@media (min-width: 1024px){.md\:container{
      max-width: 1024px;
    }
  }@media (min-width: 1280px){.md\:container{
      max-width: 1280px;
    }
  }@media (min-width: 1536px){.md\:container{
      max-width: 1536px;
    }
  }
}.focus-within\:ring-2:focus-within{
  --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);
}.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}.focus-within\:ring-indigo-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:scale-110:hover{
  --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));
}.hover\:border-\[1px\]:hover{
  border-width: 1px;
}.hover\:border-b-\[1px\]:hover{
  border-bottom-width: 1px;
}.hover\:bg-amber-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(72 146 202 / var(--tw-bg-opacity, 1));
}.hover\:bg-cyan-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}.hover\:bg-emerald-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}.hover\:bg-fuchsia-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}.hover\:bg-lime-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}.hover\:bg-pink-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}.hover\:bg-rose-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}.hover\:bg-sky-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}.hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}.hover\:bg-violet-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}.hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}.hover\:p-\[2px\]:hover{
  padding: 2px;
}.hover\:pb-\[2px\]:hover{
  padding-bottom: 2px;
}.hover\:text-amber-700:hover{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}.hover\:text-button-primary-fg-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.hover\:text-card-gallery-fg-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.hover\:text-cyan-700:hover{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}.hover\:text-emerald-700:hover{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}.hover\:text-fuchsia-700:hover{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}.hover\:text-lime-700:hover{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}.hover\:text-orange-700:hover{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}.hover\:text-pink-700:hover{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(0 34 63 / var(--tw-text-opacity, 1));
}.hover\:text-purple-700:hover{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}.hover\:text-rose-700:hover{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}.hover\:text-sky-700:hover{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}.hover\:text-teal-700:hover{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}.hover\:text-violet-700:hover{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.hover\:text-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}.hover\:no-underline:hover{
  text-decoration-line: none;
}.hover\:opacity-80:hover{
  opacity: 0.8;
}.hover\:shadow-brsm:hover{
  --tw-shadow: 0.15rem 0.15rem 0 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0.15rem 0.15rem 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);
}.hover\:shadow-card-hover:hover{
  --tw-shadow: 0 0 0.75rem 0 rgba(126, 126, 126, 1);
  --tw-shadow-colored: 0 0 0.75rem 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);
}.hover\:shadow-faf-button-shadow:hover{
  --tw-shadow-color: #8acef0;
  --tw-shadow: var(--tw-shadow-colored);
}.focus\:rounded-none:focus{
  border-radius: 0px;
}.focus\:border-amber-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}.focus\:border-cyan-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}.focus\:border-emerald-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}.focus\:border-fuchsia-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}.focus\:border-lime-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}.focus\:border-orange-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}.focus\:border-pink-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}.focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}.focus\:border-red-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}.focus\:border-rose-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}.focus\:border-sky-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}.focus\:border-teal-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}.focus\:border-violet-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}.focus\:bg-amber-100\/50:focus{
  background-color: rgb(254 243 199 / 0.5);
}.focus\:bg-blue-100\/50:focus{
  background-color: rgb(219 234 254 / 0.5);
}.focus\:bg-cyan-100\/50:focus{
  background-color: rgb(207 250 254 / 0.5);
}.focus\:bg-emerald-100\/50:focus{
  background-color: rgb(209 250 229 / 0.5);
}.focus\:bg-fuchsia-100\/50:focus{
  background-color: rgb(250 232 255 / 0.5);
}.focus\:bg-green-100\/50:focus{
  background-color: rgb(220 252 231 / 0.5);
}.focus\:bg-indigo-100\/50:focus{
  background-color: rgb(224 231 255 / 0.5);
}.focus\:bg-lime-100\/50:focus{
  background-color: rgb(236 252 203 / 0.5);
}.focus\:bg-orange-100\/50:focus{
  background-color: rgb(255 237 213 / 0.5);
}.focus\:bg-pink-100\/50:focus{
  background-color: rgb(252 231 243 / 0.5);
}.focus\:bg-purple-100\/50:focus{
  background-color: rgb(243 232 255 / 0.5);
}.focus\:bg-red-100\/50:focus{
  background-color: rgb(254 226 226 / 0.5);
}.focus\:bg-rose-100\/50:focus{
  background-color: rgb(255 228 230 / 0.5);
}.focus\:bg-sky-100\/50:focus{
  background-color: rgb(224 242 254 / 0.5);
}.focus\:bg-teal-100\/50:focus{
  background-color: rgb(204 251 241 / 0.5);
}.focus\:bg-violet-100\/50:focus{
  background-color: rgb(237 233 254 / 0.5);
}.focus\:bg-yellow-100\/50:focus{
  background-color: rgb(254 249 195 / 0.5);
}.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring: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(3px + 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);
}.focus\:ring-1: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(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);
}.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);
}.focus\:ring-amber-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}.focus\:ring-amber-500\/20:focus{
  --tw-ring-color: rgb(245 158 11 / 0.2);
}.focus\:ring-amber-500\/50:focus{
  --tw-ring-color: rgb(245 158 11 / 0.5);
}.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}.focus\:ring-blue-500\/20:focus{
  --tw-ring-color: rgb(59 130 246 / 0.2);
}.focus\:ring-blue-500\/50:focus{
  --tw-ring-color: rgb(59 130 246 / 0.5);
}.focus\:ring-cyan-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}.focus\:ring-cyan-500\/20:focus{
  --tw-ring-color: rgb(6 182 212 / 0.2);
}.focus\:ring-cyan-500\/50:focus{
  --tw-ring-color: rgb(6 182 212 / 0.5);
}.focus\:ring-emerald-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}.focus\:ring-emerald-500\/20:focus{
  --tw-ring-color: rgb(16 185 129 / 0.2);
}.focus\:ring-emerald-500\/50:focus{
  --tw-ring-color: rgb(16 185 129 / 0.5);
}.focus\:ring-fuchsia-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}.focus\:ring-fuchsia-500\/20:focus{
  --tw-ring-color: rgb(217 70 239 / 0.2);
}.focus\:ring-fuchsia-500\/50:focus{
  --tw-ring-color: rgb(217 70 239 / 0.5);
}.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}.focus\:ring-green-500\/20:focus{
  --tw-ring-color: rgb(34 197 94 / 0.2);
}.focus\:ring-green-500\/50:focus{
  --tw-ring-color: rgb(34 197 94 / 0.5);
}.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}.focus\:ring-indigo-500\/20:focus{
  --tw-ring-color: rgb(99 102 241 / 0.2);
}.focus\:ring-indigo-500\/50:focus{
  --tw-ring-color: rgb(99 102 241 / 0.5);
}.focus\:ring-lime-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}.focus\:ring-lime-500\/20:focus{
  --tw-ring-color: rgb(132 204 22 / 0.2);
}.focus\:ring-lime-500\/50:focus{
  --tw-ring-color: rgb(132 204 22 / 0.5);
}.focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}.focus\:ring-orange-500\/20:focus{
  --tw-ring-color: rgb(249 115 22 / 0.2);
}.focus\:ring-orange-500\/50:focus{
  --tw-ring-color: rgb(249 115 22 / 0.5);
}.focus\:ring-pink-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}.focus\:ring-pink-500\/20:focus{
  --tw-ring-color: rgb(236 72 153 / 0.2);
}.focus\:ring-pink-500\/50:focus{
  --tw-ring-color: rgb(236 72 153 / 0.5);
}.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}.focus\:ring-purple-500\/20:focus{
  --tw-ring-color: rgb(168 85 247 / 0.2);
}.focus\:ring-purple-500\/50:focus{
  --tw-ring-color: rgb(168 85 247 / 0.5);
}.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}.focus\:ring-red-500\/20:focus{
  --tw-ring-color: rgb(239 68 68 / 0.2);
}.focus\:ring-red-500\/50:focus{
  --tw-ring-color: rgb(239 68 68 / 0.5);
}.focus\:ring-red-500\/80:focus{
  --tw-ring-color: rgb(239 68 68 / 0.8);
}.focus\:ring-rose-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}.focus\:ring-rose-500\/20:focus{
  --tw-ring-color: rgb(244 63 94 / 0.2);
}.focus\:ring-rose-500\/50:focus{
  --tw-ring-color: rgb(244 63 94 / 0.5);
}.focus\:ring-sky-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}.focus\:ring-sky-500\/20:focus{
  --tw-ring-color: rgb(14 165 233 / 0.2);
}.focus\:ring-sky-500\/50:focus{
  --tw-ring-color: rgb(14 165 233 / 0.5);
}.focus\:ring-teal-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}.focus\:ring-teal-500\/20:focus{
  --tw-ring-color: rgb(20 184 166 / 0.2);
}.focus\:ring-teal-500\/50:focus{
  --tw-ring-color: rgb(20 184 166 / 0.5);
}.focus\:ring-violet-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}.focus\:ring-violet-500\/20:focus{
  --tw-ring-color: rgb(139 92 246 / 0.2);
}.focus\:ring-violet-500\/50:focus{
  --tw-ring-color: rgb(139 92 246 / 0.5);
}.focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}.focus\:ring-yellow-500\/20:focus{
  --tw-ring-color: rgb(234 179 8 / 0.2);
}.focus\:ring-yellow-500\/50:focus{
  --tw-ring-color: rgb(234 179 8 / 0.5);
}.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}.focus-visible\:-outline-offset-4:focus-visible{
  outline-offset: -4px;
}.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}.disabled\:opacity-40:disabled{
  opacity: 0.4;
}.group:focus-within .group-focus-within\:grid{
  display: grid;
}.group:focus-within .group-focus-within\:rounded-sm{
  border-radius: 0.125rem;
}.group:focus-within .group-focus-within\:bg-button-primary-inset-bg-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.group:focus-within .group-focus-within\:text-button-primary-inset-fg-hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.group:focus-within .group-focus-within\:opacity-100{
  opacity: 1;
}.group:hover .group-hover\:rounded-sm{
  border-radius: 0.125rem;
}.group:hover .group-hover\:bg-\[\#8ACEF0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.group:hover .group-hover\:bg-button-primary-inset-bg-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
}.group\/button:hover .group-hover\/button\:text-button-secondary-fg-hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.group:hover .group-hover\:text-button-primary-inset-fg-hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.group:hover .group-hover\:text-card-gallery-fg-hover{
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(138 206 240 / var(--tw-text-opacity, 1));
}.dark\:border-gray-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}.dark\:border-slate-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}.dark\:bg-slate-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}.dark\:bg-white\/10:is(.dark *){
  background-color: rgb(255 255 255 / 0.1);
}.dark\:text-amber-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}.dark\:text-blue-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 175 232 / var(--tw-text-opacity, 1));
}.dark\:text-cyan-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}.dark\:text-emerald-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}.dark\:text-fuchsia-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}.dark\:text-gray-700:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.dark\:text-green-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}.dark\:text-indigo-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}.dark\:text-lime-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}.dark\:text-orange-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}.dark\:text-pink-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}.dark\:text-purple-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}.dark\:text-rose-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}.dark\:text-sky-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}.dark\:text-teal-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}.dark\:text-violet-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.dark\:text-white\/70:is(.dark *){
  color: rgb(255 255 255 / 0.7);
}.dark\:text-white\/80:is(.dark *){
  color: rgb(255 255 255 / 0.8);
}.dark\:text-yellow-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}.dark\:hover\:bg-white\/10:hover:is(.dark *){
  background-color: rgb(255 255 255 / 0.1);
}.dark\:hover\:text-amber-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-blue-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 175 232 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-cyan-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-emerald-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-fuchsia-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-green-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-indigo-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-lime-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-orange-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-pink-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-purple-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-red-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-rose-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-sky-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-teal-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-violet-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}.dark\:hover\:text-yellow-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}.dark\:focus\:bg-white\/10:focus:is(.dark *){
  background-color: rgb(255 255 255 / 0.1);
}@media not all and (min-width: 1024px){.max-lg\:\!transform-none{
    transform: none !important;
  }.max-lg\:\!font-bold{
    font-weight: 700 !important;
  }.max-lg\:\!text-primary{
    --tw-text-opacity: 1 !important;
    color: rgb(138 206 240 / var(--tw-text-opacity, 1)) !important;
  }
}@media (min-width: 480px){.min-\[480px\]\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.min-\[480px\]\:h-\[24rem\]{
    height: 24rem;
  }.min-\[480px\]\:basis-\[48\%\]{
    flex-basis: 48%;
  }.min-\[480px\]\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 640px){.sm\:col-span-12{
    grid-column: span 12 / span 12;
  }.sm\:col-span-2{
    grid-column: span 2 / span 2;
  }.sm\:col-span-3{
    grid-column: span 3 / span 3;
  }.sm\:col-span-4{
    grid-column: span 4 / span 4;
  }.sm\:col-span-6{
    grid-column: span 6 / span 6;
  }.sm\:col-span-8{
    grid-column: span 8 / span 8;
  }.sm\:col-span-9{
    grid-column: span 9 / span 9;
  }.sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }.sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }.sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }.sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }.sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }.sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }.sm\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }.sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }.sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }.sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }.sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }.sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }.sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }.sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }.sm\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }.sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }.sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }.sm\:-mb-12{
    margin-bottom: -3rem;
  }.sm\:-mb-16{
    margin-bottom: -4rem;
  }.sm\:-mb-20{
    margin-bottom: -5rem;
  }.sm\:-mb-32{
    margin-bottom: -8rem;
  }.sm\:-mb-4{
    margin-bottom: -1rem;
  }.sm\:-mb-40{
    margin-bottom: -10rem;
  }.sm\:-mb-44{
    margin-bottom: -11rem;
  }.sm\:-mb-48{
    margin-bottom: -12rem;
  }.sm\:-mb-8{
    margin-bottom: -2rem;
  }.sm\:-mb-80{
    margin-bottom: -20rem;
  }.sm\:-mt-12{
    margin-top: -3rem;
  }.sm\:-mt-16{
    margin-top: -4rem;
  }.sm\:-mt-20{
    margin-top: -5rem;
  }.sm\:-mt-32{
    margin-top: -8rem;
  }.sm\:-mt-4{
    margin-top: -1rem;
  }.sm\:-mt-40{
    margin-top: -10rem;
  }.sm\:-mt-44{
    margin-top: -11rem;
  }.sm\:-mt-48{
    margin-top: -12rem;
  }.sm\:-mt-8{
    margin-top: -2rem;
  }.sm\:-mt-80{
    margin-top: -20rem;
  }.sm\:mb-12{
    margin-bottom: 3rem;
  }.sm\:mb-16{
    margin-bottom: 4rem;
  }.sm\:mb-20{
    margin-bottom: 5rem;
  }.sm\:mb-32{
    margin-bottom: 8rem;
  }.sm\:mb-4{
    margin-bottom: 1rem;
  }.sm\:mb-40{
    margin-bottom: 10rem;
  }.sm\:mb-44{
    margin-bottom: 11rem;
  }.sm\:mb-48{
    margin-bottom: 12rem;
  }.sm\:mb-8{
    margin-bottom: 2rem;
  }.sm\:mb-80{
    margin-bottom: 20rem;
  }.sm\:mt-12{
    margin-top: 3rem;
  }.sm\:mt-16{
    margin-top: 4rem;
  }.sm\:mt-20{
    margin-top: 5rem;
  }.sm\:mt-32{
    margin-top: 8rem;
  }.sm\:mt-4{
    margin-top: 1rem;
  }.sm\:mt-40{
    margin-top: 10rem;
  }.sm\:mt-44{
    margin-top: 11rem;
  }.sm\:mt-48{
    margin-top: 12rem;
  }.sm\:mt-8{
    margin-top: 2rem;
  }.sm\:mt-80{
    margin-top: 20rem;
  }.sm\:aspect-\[10\/6\]{
    aspect-ratio: 10/6;
  }.sm\:h-48{
    height: 12rem;
  }.sm\:w-48{
    width: 12rem;
  }.sm\:w-\[calc\(50\%-1rem\)\]{
    width: calc(50% - 1rem);
  }.sm\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }.sm\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }.sm\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }.sm\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }.sm\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }.sm\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }.sm\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }.sm\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }.sm\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }.sm\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }.sm\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }.sm\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }.sm\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }.sm\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }.sm\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }.sm\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }.sm\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }.sm\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }.sm\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }.sm\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }.sm\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }.sm\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }.sm\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }.sm\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }.sm\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }.sm\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }.sm\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }.sm\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }.sm\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }.sm\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }.sm\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }.sm\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }.sm\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }.sm\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }.sm\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }.sm\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }.sm\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }.sm\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }.sm\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }.sm\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }.sm\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }.sm\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }.sm\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }.sm\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }.sm\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }.sm\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }.sm\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }.sm\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }.sm\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }.sm\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }.sm\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }.sm\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }.sm\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }.sm\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }.sm\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }.sm\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }.sm\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }.sm\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }.sm\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }.sm\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }.sm\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }.sm\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }.sm\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }.sm\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }.sm\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }.sm\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }.sm\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }.sm\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }.sm\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }.sm\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }.sm\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }.sm\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }.sm\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }.sm\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }.sm\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }.sm\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }.sm\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }.sm\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }.sm\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }.sm\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }.sm\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }.sm\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }.sm\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }.sm\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }.sm\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }.sm\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }.sm\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }.sm\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }.sm\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }.sm\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }.sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.sm\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }.sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }.sm\:pb-12{
    padding-bottom: 3rem;
  }.sm\:pb-16{
    padding-bottom: 4rem;
  }.sm\:pb-20{
    padding-bottom: 5rem;
  }.sm\:pb-32{
    padding-bottom: 8rem;
  }.sm\:pb-4{
    padding-bottom: 1rem;
  }.sm\:pb-40{
    padding-bottom: 10rem;
  }.sm\:pb-44{
    padding-bottom: 11rem;
  }.sm\:pb-48{
    padding-bottom: 12rem;
  }.sm\:pb-8{
    padding-bottom: 2rem;
  }.sm\:pb-80{
    padding-bottom: 20rem;
  }.sm\:pt-12{
    padding-top: 3rem;
  }.sm\:pt-16{
    padding-top: 4rem;
  }.sm\:pt-20{
    padding-top: 5rem;
  }.sm\:pt-32{
    padding-top: 8rem;
  }.sm\:pt-4{
    padding-top: 1rem;
  }.sm\:pt-40{
    padding-top: 10rem;
  }.sm\:pt-44{
    padding-top: 11rem;
  }.sm\:pt-48{
    padding-top: 12rem;
  }.sm\:pt-8{
    padding-top: 2rem;
  }.sm\:pt-80{
    padding-top: 20rem;
  }.sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }.sm\:text-base{
    font-size: 1rem;
  }.sm\:text-sm{
    font-size: 0.875rem;
  }.sm\:text-xl{
    font-size: 1.25rem;
  }
}@media (min-width: 768px){.md\:col-span-12{
    grid-column: span 12 / span 12;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-span-3{
    grid-column: span 3 / span 3;
  }.md\:col-span-4{
    grid-column: span 4 / span 4;
  }.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-8{
    grid-column: span 8 / span 8;
  }.md\:col-span-9{
    grid-column: span 9 / span 9;
  }.md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }.md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }.md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }.md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }.md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }.md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }.md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }.md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }.md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }.md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }.md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }.md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }.md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }.md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }.md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }.md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }.md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }.md\:-mb-12{
    margin-bottom: -3rem;
  }.md\:-mb-16{
    margin-bottom: -4rem;
  }.md\:-mb-20{
    margin-bottom: -5rem;
  }.md\:-mb-32{
    margin-bottom: -8rem;
  }.md\:-mb-4{
    margin-bottom: -1rem;
  }.md\:-mb-40{
    margin-bottom: -10rem;
  }.md\:-mb-44{
    margin-bottom: -11rem;
  }.md\:-mb-48{
    margin-bottom: -12rem;
  }.md\:-mb-8{
    margin-bottom: -2rem;
  }.md\:-mb-80{
    margin-bottom: -20rem;
  }.md\:-mt-12{
    margin-top: -3rem;
  }.md\:-mt-16{
    margin-top: -4rem;
  }.md\:-mt-20{
    margin-top: -5rem;
  }.md\:-mt-32{
    margin-top: -8rem;
  }.md\:-mt-4{
    margin-top: -1rem;
  }.md\:-mt-40{
    margin-top: -10rem;
  }.md\:-mt-44{
    margin-top: -11rem;
  }.md\:-mt-48{
    margin-top: -12rem;
  }.md\:-mt-8{
    margin-top: -2rem;
  }.md\:-mt-80{
    margin-top: -20rem;
  }.md\:mb-12{
    margin-bottom: 3rem;
  }.md\:mb-16{
    margin-bottom: 4rem;
  }.md\:mb-20{
    margin-bottom: 5rem;
  }.md\:mb-32{
    margin-bottom: 8rem;
  }.md\:mb-4{
    margin-bottom: 1rem;
  }.md\:mb-40{
    margin-bottom: 10rem;
  }.md\:mb-44{
    margin-bottom: 11rem;
  }.md\:mb-48{
    margin-bottom: 12rem;
  }.md\:mb-6{
    margin-bottom: 1.5rem;
  }.md\:mb-8{
    margin-bottom: 2rem;
  }.md\:mb-80{
    margin-bottom: 20rem;
  }.md\:mt-12{
    margin-top: 3rem;
  }.md\:mt-16{
    margin-top: 4rem;
  }.md\:mt-20{
    margin-top: 5rem;
  }.md\:mt-32{
    margin-top: 8rem;
  }.md\:mt-4{
    margin-top: 1rem;
  }.md\:mt-40{
    margin-top: 10rem;
  }.md\:mt-44{
    margin-top: 11rem;
  }.md\:mt-48{
    margin-top: 12rem;
  }.md\:mt-8{
    margin-top: 2rem;
  }.md\:mt-80{
    margin-top: 20rem;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:aspect-\[1\/1\]{
    aspect-ratio: 1/1;
  }.md\:aspect-\[4\/2\]{
    aspect-ratio: 4/2;
  }.md\:h-64{
    height: 16rem;
  }.md\:h-\[101vh\]{
    height: 101vh;
  }.md\:h-\[26rem\]{
    height: 26rem;
  }.md\:h-\[4\.5rem\]{
    height: 4.5rem;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:w-\[16rem\]{
    width: 16rem;
  }.md\:w-\[297px\]{
    width: 297px;
  }.md\:w-\[32rem\]{
    width: 32rem;
  }.md\:w-auto{
    width: auto;
  }.md\:min-w-\[297px\]{
    min-width: 297px;
  }.md\:max-w-3xl{
    max-width: 48rem;
  }.md\:grow-0{
    flex-grow: 0;
  }.md\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }.md\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }.md\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }.md\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }.md\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }.md\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }.md\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }.md\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }.md\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }.md\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }.md\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }.md\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }.md\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }.md\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }.md\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }.md\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }.md\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }.md\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }.md\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }.md\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }.md\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }.md\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }.md\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }.md\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }.md\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }.md\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }.md\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }.md\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }.md\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }.md\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }.md\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }.md\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }.md\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }.md\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }.md\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }.md\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }.md\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }.md\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }.md\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }.md\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }.md\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }.md\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }.md\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }.md\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }.md\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }.md\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }.md\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }.md\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }.md\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }.md\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }.md\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }.md\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }.md\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }.md\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }.md\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }.md\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }.md\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }.md\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }.md\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }.md\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }.md\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }.md\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }.md\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }.md\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }.md\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }.md\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }.md\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }.md\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }.md\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }.md\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }.md\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }.md\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }.md\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }.md\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }.md\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }.md\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }.md\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }.md\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }.md\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }.md\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }.md\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }.md\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }.md\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }.md\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }.md\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }.md\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }.md\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }.md\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }.md\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }.md\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-start{
    justify-content: flex-start;
  }.md\:justify-end{
    justify-content: flex-end;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }.md\:self-end{
    align-self: flex-end;
  }.md\:border-b{
    border-bottom-width: 1px;
  }.md\:p-20{
    padding: 5rem;
  }.md\:p-8{
    padding: 2rem;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }.md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }.md\:pb-12{
    padding-bottom: 3rem;
  }.md\:pb-16{
    padding-bottom: 4rem;
  }.md\:pb-20{
    padding-bottom: 5rem;
  }.md\:pb-32{
    padding-bottom: 8rem;
  }.md\:pb-4{
    padding-bottom: 1rem;
  }.md\:pb-40{
    padding-bottom: 10rem;
  }.md\:pb-44{
    padding-bottom: 11rem;
  }.md\:pb-48{
    padding-bottom: 12rem;
  }.md\:pb-8{
    padding-bottom: 2rem;
  }.md\:pb-80{
    padding-bottom: 20rem;
  }.md\:pl-1{
    padding-left: 0.25rem;
  }.md\:pl-2{
    padding-left: 0.5rem;
  }.md\:pt-12{
    padding-top: 3rem;
  }.md\:pt-16{
    padding-top: 4rem;
  }.md\:pt-20{
    padding-top: 5rem;
  }.md\:pt-32{
    padding-top: 8rem;
  }.md\:pt-4{
    padding-top: 1rem;
  }.md\:pt-40{
    padding-top: 10rem;
  }.md\:pt-44{
    padding-top: 11rem;
  }.md\:pt-48{
    padding-top: 12rem;
  }.md\:pt-8{
    padding-top: 2rem;
  }.md\:pt-80{
    padding-top: 20rem;
  }.md\:text-2xl{
    font-size: 1.5rem;
  }.md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }.md\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }.md\:text-xs{
    font-size: 0.75rem;
  }
}@media (min-width: 1024px){.lg\:pointer-events-none{
    pointer-events: none;
  }.lg\:fixed{
    position: fixed;
  }.lg\:relative{
    position: relative;
  }.lg\:top-0{
    top: 0px;
  }.lg\:col-span-1{
    grid-column: span 1 / span 1;
  }.lg\:col-span-12{
    grid-column: span 12 / span 12;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:col-span-3{
    grid-column: span 3 / span 3;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-6{
    grid-column: span 6 / span 6;
  }.lg\:col-span-8{
    grid-column: span 8 / span 8;
  }.lg\:col-span-9{
    grid-column: span 9 / span 9;
  }.lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }.lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }.lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }.lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }.lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }.lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }.lg\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }.lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }.lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }.lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }.lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }.lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }.lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }.lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }.lg\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }.lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }.lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }.lg\:-mb-12{
    margin-bottom: -3rem;
  }.lg\:-mb-16{
    margin-bottom: -4rem;
  }.lg\:-mb-20{
    margin-bottom: -5rem;
  }.lg\:-mb-32{
    margin-bottom: -8rem;
  }.lg\:-mb-4{
    margin-bottom: -1rem;
  }.lg\:-mb-40{
    margin-bottom: -10rem;
  }.lg\:-mb-44{
    margin-bottom: -11rem;
  }.lg\:-mb-48{
    margin-bottom: -12rem;
  }.lg\:-mb-8{
    margin-bottom: -2rem;
  }.lg\:-mb-80{
    margin-bottom: -20rem;
  }.lg\:-mt-12{
    margin-top: -3rem;
  }.lg\:-mt-16{
    margin-top: -4rem;
  }.lg\:-mt-20{
    margin-top: -5rem;
  }.lg\:-mt-32{
    margin-top: -8rem;
  }.lg\:-mt-4{
    margin-top: -1rem;
  }.lg\:-mt-40{
    margin-top: -10rem;
  }.lg\:-mt-44{
    margin-top: -11rem;
  }.lg\:-mt-48{
    margin-top: -12rem;
  }.lg\:-mt-8{
    margin-top: -2rem;
  }.lg\:-mt-80{
    margin-top: -20rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:mb-12{
    margin-bottom: 3rem;
  }.lg\:mb-16{
    margin-bottom: 4rem;
  }.lg\:mb-2{
    margin-bottom: 0.5rem;
  }.lg\:mb-20{
    margin-bottom: 5rem;
  }.lg\:mb-32{
    margin-bottom: 8rem;
  }.lg\:mb-4{
    margin-bottom: 1rem;
  }.lg\:mb-40{
    margin-bottom: 10rem;
  }.lg\:mb-44{
    margin-bottom: 11rem;
  }.lg\:mb-48{
    margin-bottom: 12rem;
  }.lg\:mb-8{
    margin-bottom: 2rem;
  }.lg\:mb-80{
    margin-bottom: 20rem;
  }.lg\:ml-16{
    margin-left: 4rem;
  }.lg\:ml-4{
    margin-left: 1rem;
  }.lg\:mr-0{
    margin-right: 0px;
  }.lg\:mt-12{
    margin-top: 3rem;
  }.lg\:mt-16{
    margin-top: 4rem;
  }.lg\:mt-20{
    margin-top: 5rem;
  }.lg\:mt-32{
    margin-top: 8rem;
  }.lg\:mt-4{
    margin-top: 1rem;
  }.lg\:mt-40{
    margin-top: 10rem;
  }.lg\:mt-44{
    margin-top: 11rem;
  }.lg\:mt-48{
    margin-top: 12rem;
  }.lg\:mt-8{
    margin-top: 2rem;
  }.lg\:mt-80{
    margin-top: 20rem;
  }.lg\:inline-block{
    display: inline-block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:h-10{
    height: 2.5rem;
  }.lg\:h-\[101vh\]{
    height: 101vh;
  }.lg\:w-10{
    width: 2.5rem;
  }.lg\:w-48{
    width: 12rem;
  }.lg\:w-auto{
    width: auto;
  }.lg\:w-full{
    width: 100%;
  }.lg\:min-w-\[24rem\]{
    min-width: 24rem;
  }.lg\:grow{
    flex-grow: 1;
  }.lg\:basis-\[23\%\]{
    flex-basis: 23%;
  }.lg\:translate-x-0{
    --tw-translate-x: 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));
  }.lg\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }.lg\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }.lg\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }.lg\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }.lg\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }.lg\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }.lg\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }.lg\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }.lg\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }.lg\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }.lg\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }.lg\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }.lg\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }.lg\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }.lg\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }.lg\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }.lg\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }.lg\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }.lg\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }.lg\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }.lg\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }.lg\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }.lg\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }.lg\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }.lg\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }.lg\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }.lg\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }.lg\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }.lg\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }.lg\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }.lg\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }.lg\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }.lg\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }.lg\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }.lg\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }.lg\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }.lg\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }.lg\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }.lg\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }.lg\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }.lg\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }.lg\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }.lg\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }.lg\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }.lg\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }.lg\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }.lg\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }.lg\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }.lg\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }.lg\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }.lg\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }.lg\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }.lg\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }.lg\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }.lg\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }.lg\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }.lg\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }.lg\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }.lg\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }.lg\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }.lg\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }.lg\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }.lg\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }.lg\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }.lg\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }.lg\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }.lg\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }.lg\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }.lg\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }.lg\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }.lg\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }.lg\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }.lg\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }.lg\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }.lg\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }.lg\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }.lg\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }.lg\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }.lg\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }.lg\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }.lg\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }.lg\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }.lg\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }.lg\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }.lg\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }.lg\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }.lg\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }.lg\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }.lg\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }.lg\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-\[repeat\(4\2c _min-content\)\]{
    grid-template-columns: repeat(4, min-content);
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-col{
    flex-direction: column;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-12{
    gap: 3rem;
  }.lg\:gap-4{
    gap: 1rem;
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:overflow-visible{
    overflow: visible;
  }.lg\:whitespace-nowrap{
    white-space: nowrap;
  }.lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }.lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }.lg\:border-2{
    border-width: 2px;
  }.lg\:border-b-0{
    border-bottom-width: 0px;
  }.lg\:border-r{
    border-right-width: 1px;
  }.lg\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(138 206 240 / var(--tw-border-opacity, 1));
  }.lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }.lg\:p-1{
    padding: 0.25rem;
  }.lg\:p-5{
    padding: 1.25rem;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }.lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }.lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pb-12{
    padding-bottom: 3rem;
  }.lg\:pb-16{
    padding-bottom: 4rem;
  }.lg\:pb-20{
    padding-bottom: 5rem;
  }.lg\:pb-32{
    padding-bottom: 8rem;
  }.lg\:pb-4{
    padding-bottom: 1rem;
  }.lg\:pb-40{
    padding-bottom: 10rem;
  }.lg\:pb-44{
    padding-bottom: 11rem;
  }.lg\:pb-48{
    padding-bottom: 12rem;
  }.lg\:pb-8{
    padding-bottom: 2rem;
  }.lg\:pb-80{
    padding-bottom: 20rem;
  }.lg\:pr-1{
    padding-right: 0.25rem;
  }.lg\:pt-12{
    padding-top: 3rem;
  }.lg\:pt-16{
    padding-top: 4rem;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:pt-32{
    padding-top: 8rem;
  }.lg\:pt-4{
    padding-top: 1rem;
  }.lg\:pt-40{
    padding-top: 10rem;
  }.lg\:pt-44{
    padding-top: 11rem;
  }.lg\:pt-48{
    padding-top: 12rem;
  }.lg\:pt-8{
    padding-top: 2rem;
  }.lg\:pt-80{
    padding-top: 20rem;
  }.lg\:text-2xl{
    font-size: 1.5rem;
  }.lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.lg\:text-sm{
    font-size: 0.875rem;
  }.lg\:text-xs{
    font-size: 0.75rem;
  }.lg\:font-bold{
    font-weight: 700;
  }.lg\:leading-relaxed{
    line-height: 1.625;
  }.lg\:opacity-0{
    opacity: 0;
  }.lg\:transition-none{
    transition-property: none;
  }.lg\:focus-within\:bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  }.lg\:hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  }.lg\:hover\:text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgb(0 34 63 / var(--tw-text-opacity, 1));
  }.lg\:focus\:text-primary-dark:focus{
    --tw-text-opacity: 1;
    color: rgb(0 34 63 / var(--tw-text-opacity, 1));
  }.group:focus-within .lg\:group-focus-within\:pointer-events-auto{
    pointer-events: auto;
  }.group:focus-within .lg\:group-focus-within\:grid{
    display: grid;
  }.group:focus-within .lg\:group-focus-within\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  }.group:focus-within .lg\:group-focus-within\:text-primary-dark{
    --tw-text-opacity: 1;
    color: rgb(0 34 63 / var(--tw-text-opacity, 1));
  }.group:focus-within .lg\:group-focus-within\:opacity-100{
    opacity: 1;
  }.group:hover .lg\:group-hover\:pointer-events-auto{
    pointer-events: auto;
  }.group:hover .lg\:group-hover\:grid{
    display: grid;
  }.group:hover .lg\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(138 206 240 / var(--tw-bg-opacity, 1));
  }.group:hover .lg\:group-hover\:text-primary-dark{
    --tw-text-opacity: 1;
    color: rgb(0 34 63 / var(--tw-text-opacity, 1));
  }.group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }
}@media (min-width: 1280px){.xl\:col-span-12{
    grid-column: span 12 / span 12;
  }.xl\:col-span-2{
    grid-column: span 2 / span 2;
  }.xl\:col-span-3{
    grid-column: span 3 / span 3;
  }.xl\:col-span-4{
    grid-column: span 4 / span 4;
  }.xl\:col-span-6{
    grid-column: span 6 / span 6;
  }.xl\:col-span-8{
    grid-column: span 8 / span 8;
  }.xl\:col-span-9{
    grid-column: span 9 / span 9;
  }.xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }.xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }.xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }.xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }.xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }.xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }.xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }.xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }.xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }.xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }.xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }.xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }.xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }.xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }.xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }.xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }.xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }.xl\:-mb-12{
    margin-bottom: -3rem;
  }.xl\:-mb-16{
    margin-bottom: -4rem;
  }.xl\:-mb-20{
    margin-bottom: -5rem;
  }.xl\:-mb-32{
    margin-bottom: -8rem;
  }.xl\:-mb-4{
    margin-bottom: -1rem;
  }.xl\:-mb-40{
    margin-bottom: -10rem;
  }.xl\:-mb-44{
    margin-bottom: -11rem;
  }.xl\:-mb-48{
    margin-bottom: -12rem;
  }.xl\:-mb-8{
    margin-bottom: -2rem;
  }.xl\:-mb-80{
    margin-bottom: -20rem;
  }.xl\:-mt-12{
    margin-top: -3rem;
  }.xl\:-mt-16{
    margin-top: -4rem;
  }.xl\:-mt-20{
    margin-top: -5rem;
  }.xl\:-mt-32{
    margin-top: -8rem;
  }.xl\:-mt-4{
    margin-top: -1rem;
  }.xl\:-mt-40{
    margin-top: -10rem;
  }.xl\:-mt-44{
    margin-top: -11rem;
  }.xl\:-mt-48{
    margin-top: -12rem;
  }.xl\:-mt-8{
    margin-top: -2rem;
  }.xl\:-mt-80{
    margin-top: -20rem;
  }.xl\:mb-12{
    margin-bottom: 3rem;
  }.xl\:mb-16{
    margin-bottom: 4rem;
  }.xl\:mb-20{
    margin-bottom: 5rem;
  }.xl\:mb-32{
    margin-bottom: 8rem;
  }.xl\:mb-4{
    margin-bottom: 1rem;
  }.xl\:mb-40{
    margin-bottom: 10rem;
  }.xl\:mb-44{
    margin-bottom: 11rem;
  }.xl\:mb-48{
    margin-bottom: 12rem;
  }.xl\:mb-8{
    margin-bottom: 2rem;
  }.xl\:mb-80{
    margin-bottom: 20rem;
  }.xl\:mt-12{
    margin-top: 3rem;
  }.xl\:mt-16{
    margin-top: 4rem;
  }.xl\:mt-20{
    margin-top: 5rem;
  }.xl\:mt-32{
    margin-top: 8rem;
  }.xl\:mt-4{
    margin-top: 1rem;
  }.xl\:mt-40{
    margin-top: 10rem;
  }.xl\:mt-44{
    margin-top: 11rem;
  }.xl\:mt-48{
    margin-top: 12rem;
  }.xl\:mt-8{
    margin-top: 2rem;
  }.xl\:mt-80{
    margin-top: 20rem;
  }.xl\:h-\[104vh\]{
    height: 104vh;
  }.xl\:w-\[calc\(33\.333\%-1\.5rem\)\]{
    width: calc(33.333% - 1.5rem);
  }.xl\:max-w-4xl{
    max-width: 56rem;
  }.xl\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }.xl\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }.xl\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }.xl\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }.xl\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }.xl\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }.xl\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }.xl\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }.xl\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }.xl\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }.xl\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }.xl\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }.xl\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }.xl\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }.xl\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }.xl\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }.xl\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }.xl\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }.xl\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }.xl\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }.xl\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }.xl\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }.xl\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }.xl\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }.xl\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }.xl\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }.xl\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }.xl\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }.xl\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }.xl\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }.xl\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }.xl\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }.xl\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }.xl\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }.xl\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }.xl\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }.xl\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }.xl\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }.xl\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }.xl\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }.xl\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }.xl\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }.xl\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }.xl\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }.xl\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }.xl\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }.xl\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }.xl\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }.xl\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }.xl\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }.xl\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }.xl\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }.xl\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }.xl\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }.xl\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }.xl\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }.xl\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }.xl\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }.xl\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }.xl\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }.xl\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }.xl\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }.xl\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }.xl\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }.xl\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }.xl\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }.xl\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }.xl\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }.xl\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }.xl\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }.xl\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }.xl\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }.xl\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }.xl\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }.xl\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }.xl\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }.xl\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }.xl\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }.xl\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }.xl\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }.xl\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }.xl\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }.xl\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }.xl\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }.xl\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }.xl\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }.xl\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }.xl\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }.xl\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }.xl\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }.xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }.xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }.xl\:pb-12{
    padding-bottom: 3rem;
  }.xl\:pb-16{
    padding-bottom: 4rem;
  }.xl\:pb-20{
    padding-bottom: 5rem;
  }.xl\:pb-32{
    padding-bottom: 8rem;
  }.xl\:pb-4{
    padding-bottom: 1rem;
  }.xl\:pb-40{
    padding-bottom: 10rem;
  }.xl\:pb-44{
    padding-bottom: 11rem;
  }.xl\:pb-48{
    padding-bottom: 12rem;
  }.xl\:pb-8{
    padding-bottom: 2rem;
  }.xl\:pb-80{
    padding-bottom: 20rem;
  }.xl\:pt-12{
    padding-top: 3rem;
  }.xl\:pt-16{
    padding-top: 4rem;
  }.xl\:pt-20{
    padding-top: 5rem;
  }.xl\:pt-32{
    padding-top: 8rem;
  }.xl\:pt-4{
    padding-top: 1rem;
  }.xl\:pt-40{
    padding-top: 10rem;
  }.xl\:pt-44{
    padding-top: 11rem;
  }.xl\:pt-48{
    padding-top: 12rem;
  }.xl\:pt-8{
    padding-top: 2rem;
  }.xl\:pt-80{
    padding-top: 20rem;
  }
}@media (min-width: 1536px){.\32xl\:col-span-12{
    grid-column: span 12 / span 12;
  }.\32xl\:col-span-2{
    grid-column: span 2 / span 2;
  }.\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }.\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }.\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }.\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }.\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }.\32xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }.\32xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }.\32xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }.\32xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }.\32xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }.\32xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }.\32xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }.\32xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }.\32xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }.\32xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }.\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.\32xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.\32xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.\32xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }.\32xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }.\32xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }.\32xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }.\32xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }.\32xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }.\32xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.\32xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }.\32xl\:-mb-12{
    margin-bottom: -3rem;
  }.\32xl\:-mb-16{
    margin-bottom: -4rem;
  }.\32xl\:-mb-20{
    margin-bottom: -5rem;
  }.\32xl\:-mb-32{
    margin-bottom: -8rem;
  }.\32xl\:-mb-4{
    margin-bottom: -1rem;
  }.\32xl\:-mb-40{
    margin-bottom: -10rem;
  }.\32xl\:-mb-44{
    margin-bottom: -11rem;
  }.\32xl\:-mb-48{
    margin-bottom: -12rem;
  }.\32xl\:-mb-8{
    margin-bottom: -2rem;
  }.\32xl\:-mb-80{
    margin-bottom: -20rem;
  }.\32xl\:-mt-12{
    margin-top: -3rem;
  }.\32xl\:-mt-16{
    margin-top: -4rem;
  }.\32xl\:-mt-20{
    margin-top: -5rem;
  }.\32xl\:-mt-32{
    margin-top: -8rem;
  }.\32xl\:-mt-4{
    margin-top: -1rem;
  }.\32xl\:-mt-40{
    margin-top: -10rem;
  }.\32xl\:-mt-44{
    margin-top: -11rem;
  }.\32xl\:-mt-48{
    margin-top: -12rem;
  }.\32xl\:-mt-8{
    margin-top: -2rem;
  }.\32xl\:-mt-80{
    margin-top: -20rem;
  }.\32xl\:mb-12{
    margin-bottom: 3rem;
  }.\32xl\:mb-16{
    margin-bottom: 4rem;
  }.\32xl\:mb-20{
    margin-bottom: 5rem;
  }.\32xl\:mb-32{
    margin-bottom: 8rem;
  }.\32xl\:mb-4{
    margin-bottom: 1rem;
  }.\32xl\:mb-40{
    margin-bottom: 10rem;
  }.\32xl\:mb-44{
    margin-bottom: 11rem;
  }.\32xl\:mb-48{
    margin-bottom: 12rem;
  }.\32xl\:mb-8{
    margin-bottom: 2rem;
  }.\32xl\:mb-80{
    margin-bottom: 20rem;
  }.\32xl\:mt-12{
    margin-top: 3rem;
  }.\32xl\:mt-16{
    margin-top: 4rem;
  }.\32xl\:mt-20{
    margin-top: 5rem;
  }.\32xl\:mt-32{
    margin-top: 8rem;
  }.\32xl\:mt-4{
    margin-top: 1rem;
  }.\32xl\:mt-40{
    margin-top: 10rem;
  }.\32xl\:mt-44{
    margin-top: 11rem;
  }.\32xl\:mt-48{
    margin-top: 12rem;
  }.\32xl\:mt-8{
    margin-top: 2rem;
  }.\32xl\:mt-80{
    margin-top: 20rem;
  }.\32xl\:h-\[110vh\]{
    height: 110vh;
  }.\32xl\:w-full{
    width: 100%;
  }.\32xl\:max-w-4{
    max-width: 1rem;
  }.\32xl\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }.\32xl\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }.\32xl\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }.\32xl\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }.\32xl\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }.\32xl\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }.\32xl\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }.\32xl\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }.\32xl\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }.\32xl\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }.\32xl\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }.\32xl\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }.\32xl\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }.\32xl\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }.\32xl\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }.\32xl\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }.\32xl\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }.\32xl\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }.\32xl\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }.\32xl\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }.\32xl\:-scroll-mb-12{
    scroll-margin-bottom: -3rem;
  }.\32xl\:-scroll-mb-16{
    scroll-margin-bottom: -4rem;
  }.\32xl\:-scroll-mb-20{
    scroll-margin-bottom: -5rem;
  }.\32xl\:-scroll-mb-32{
    scroll-margin-bottom: -8rem;
  }.\32xl\:-scroll-mb-4{
    scroll-margin-bottom: -1rem;
  }.\32xl\:-scroll-mb-40{
    scroll-margin-bottom: -10rem;
  }.\32xl\:-scroll-mb-44{
    scroll-margin-bottom: -11rem;
  }.\32xl\:-scroll-mb-48{
    scroll-margin-bottom: -12rem;
  }.\32xl\:-scroll-mb-8{
    scroll-margin-bottom: -2rem;
  }.\32xl\:-scroll-mb-80{
    scroll-margin-bottom: -20rem;
  }.\32xl\:-scroll-mt-12{
    scroll-margin-top: -3rem;
  }.\32xl\:-scroll-mt-16{
    scroll-margin-top: -4rem;
  }.\32xl\:-scroll-mt-20{
    scroll-margin-top: -5rem;
  }.\32xl\:-scroll-mt-32{
    scroll-margin-top: -8rem;
  }.\32xl\:-scroll-mt-4{
    scroll-margin-top: -1rem;
  }.\32xl\:-scroll-mt-40{
    scroll-margin-top: -10rem;
  }.\32xl\:-scroll-mt-44{
    scroll-margin-top: -11rem;
  }.\32xl\:-scroll-mt-48{
    scroll-margin-top: -12rem;
  }.\32xl\:-scroll-mt-8{
    scroll-margin-top: -2rem;
  }.\32xl\:-scroll-mt-80{
    scroll-margin-top: -20rem;
  }.\32xl\:scroll-mb-12{
    scroll-margin-bottom: 3rem;
  }.\32xl\:scroll-mb-16{
    scroll-margin-bottom: 4rem;
  }.\32xl\:scroll-mb-20{
    scroll-margin-bottom: 5rem;
  }.\32xl\:scroll-mb-32{
    scroll-margin-bottom: 8rem;
  }.\32xl\:scroll-mb-4{
    scroll-margin-bottom: 1rem;
  }.\32xl\:scroll-mb-40{
    scroll-margin-bottom: 10rem;
  }.\32xl\:scroll-mb-44{
    scroll-margin-bottom: 11rem;
  }.\32xl\:scroll-mb-48{
    scroll-margin-bottom: 12rem;
  }.\32xl\:scroll-mb-8{
    scroll-margin-bottom: 2rem;
  }.\32xl\:scroll-mb-80{
    scroll-margin-bottom: 20rem;
  }.\32xl\:scroll-mt-12{
    scroll-margin-top: 3rem;
  }.\32xl\:scroll-mt-16{
    scroll-margin-top: 4rem;
  }.\32xl\:scroll-mt-20{
    scroll-margin-top: 5rem;
  }.\32xl\:scroll-mt-32{
    scroll-margin-top: 8rem;
  }.\32xl\:scroll-mt-4{
    scroll-margin-top: 1rem;
  }.\32xl\:scroll-mt-40{
    scroll-margin-top: 10rem;
  }.\32xl\:scroll-mt-44{
    scroll-margin-top: 11rem;
  }.\32xl\:scroll-mt-48{
    scroll-margin-top: 12rem;
  }.\32xl\:scroll-mt-8{
    scroll-margin-top: 2rem;
  }.\32xl\:scroll-mt-80{
    scroll-margin-top: 20rem;
  }.\32xl\:scroll-py-12{
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }.\32xl\:scroll-py-16{
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }.\32xl\:scroll-py-20{
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }.\32xl\:scroll-py-32{
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }.\32xl\:scroll-py-4{
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }.\32xl\:scroll-py-40{
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }.\32xl\:scroll-py-44{
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }.\32xl\:scroll-py-48{
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }.\32xl\:scroll-py-8{
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }.\32xl\:scroll-py-80{
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }.\32xl\:scroll-pb-12{
    scroll-padding-bottom: 3rem;
  }.\32xl\:scroll-pb-16{
    scroll-padding-bottom: 4rem;
  }.\32xl\:scroll-pb-20{
    scroll-padding-bottom: 5rem;
  }.\32xl\:scroll-pb-32{
    scroll-padding-bottom: 8rem;
  }.\32xl\:scroll-pb-4{
    scroll-padding-bottom: 1rem;
  }.\32xl\:scroll-pb-40{
    scroll-padding-bottom: 10rem;
  }.\32xl\:scroll-pb-44{
    scroll-padding-bottom: 11rem;
  }.\32xl\:scroll-pb-48{
    scroll-padding-bottom: 12rem;
  }.\32xl\:scroll-pb-8{
    scroll-padding-bottom: 2rem;
  }.\32xl\:scroll-pb-80{
    scroll-padding-bottom: 20rem;
  }.\32xl\:scroll-pt-12{
    scroll-padding-top: 3rem;
  }.\32xl\:scroll-pt-16{
    scroll-padding-top: 4rem;
  }.\32xl\:scroll-pt-20{
    scroll-padding-top: 5rem;
  }.\32xl\:scroll-pt-32{
    scroll-padding-top: 8rem;
  }.\32xl\:scroll-pt-4{
    scroll-padding-top: 1rem;
  }.\32xl\:scroll-pt-40{
    scroll-padding-top: 10rem;
  }.\32xl\:scroll-pt-44{
    scroll-padding-top: 11rem;
  }.\32xl\:scroll-pt-48{
    scroll-padding-top: 12rem;
  }.\32xl\:scroll-pt-8{
    scroll-padding-top: 2rem;
  }.\32xl\:scroll-pt-80{
    scroll-padding-top: 20rem;
  }.\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.\32xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.\32xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.\32xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.\32xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }.\32xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.\32xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.\32xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }.\32xl\:pb-12{
    padding-bottom: 3rem;
  }.\32xl\:pb-16{
    padding-bottom: 4rem;
  }.\32xl\:pb-20{
    padding-bottom: 5rem;
  }.\32xl\:pb-32{
    padding-bottom: 8rem;
  }.\32xl\:pb-4{
    padding-bottom: 1rem;
  }.\32xl\:pb-40{
    padding-bottom: 10rem;
  }.\32xl\:pb-44{
    padding-bottom: 11rem;
  }.\32xl\:pb-48{
    padding-bottom: 12rem;
  }.\32xl\:pb-8{
    padding-bottom: 2rem;
  }.\32xl\:pb-80{
    padding-bottom: 20rem;
  }.\32xl\:pt-12{
    padding-top: 3rem;
  }.\32xl\:pt-16{
    padding-top: 4rem;
  }.\32xl\:pt-20{
    padding-top: 5rem;
  }.\32xl\:pt-32{
    padding-top: 8rem;
  }.\32xl\:pt-4{
    padding-top: 1rem;
  }.\32xl\:pt-40{
    padding-top: 10rem;
  }.\32xl\:pt-44{
    padding-top: 11rem;
  }.\32xl\:pt-48{
    padding-top: 12rem;
  }.\32xl\:pt-8{
    padding-top: 2rem;
  }.\32xl\:pt-80{
    padding-top: 20rem;
  }.\32xl\:text-sm{
    font-size: 0.875rem;
  }
}@media (min-width: 1024px){.lg\:\[\&\[data-popper-placement\=\"bottom-end\"\]\]\:rounded-tl-md[data-popper-placement="bottom-end"]{
    border-top-left-radius: 0.375rem;
  }.lg\:\[\&\[data-popper-placement\=\"bottom-start\"\]\]\:rounded-tr-md[data-popper-placement="bottom-start"]{
    border-top-right-radius: 0.375rem;
  }
}

/*# sourceMappingURL=main.css.map*/