@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500&display=swap');

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

  src: url("../fonts/melodrama/Melodrama-Variable.woff2");
}

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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.
*/

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

/*
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_64533096e8bb0a5e.org/show_bug.cgi_9468d7fd94e59f3f?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium_8636c1fbb134e768.org/p/chromium/issues/detail?id=999088, https://bugs.webkit_24f2bd9a23f8e727.org/show_bug.cgi_9468d7fd94e59f3f?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium_8636c1fbb134e768.org/p/chromium/issues/detail?id=935729, https://bugs.webkit_24f2bd9a23f8e727.org/show_bug.cgi_9468d7fd94e59f3f?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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css_a5113eaf164099d5#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%;
  width: stretch;
  height: auto;
}

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

[hidden] {
  display: none;
}

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

::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:  ;
}

:root {
  color-scheme: dark;
  --font-primary: "Outfit", sans-serif;
  --font-secondary: "Melodrama", serif;
  /* Bootstrap grid variables — defined at :root so .container inherits them
     regardless of whether a .row ancestor exists in the DOM */
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

html{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
  font-family: var(--font-primary), serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 16px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* noice background */

main::after,
footer::after,
.page-banner::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -99999;
  height: 100%;
  width: 100%;
  background-image: url("../gallery/noise.aee0e18587.webp");
  opacity: 0.75;
  mix-blend-mode: overlay;
  --tw-content: '';
  content: var(--tw-content);
}

footer::after{
  opacity: 0.1;
}

/* update container */

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

/* stretched link */

.stretched-link_1d160751db7ffd33::after{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container, .container-fluid{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
}

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

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

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

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

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

.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-4{
  flex: 0 0 auto;
  width: 33.333333333333336%;
}

.col-5{
  flex: 0 0 auto;
  width: 41.66666666666667%;
}

.col-6{
  flex: 0 0 auto;
  width: 50%;
}

.col-7{
  flex: 0 0 auto;
  width: 58.333333333333336%;
}

.col-8{
  flex: 0 0 auto;
  width: 66.66666666666667%;
}

.col-9{
  flex: 0 0 auto;
  width: 75%;
}

.col-10{
  flex: 0 0 auto;
  width: 83.33333333333334%;
}

.col-12{
  flex: 0 0 auto;
  width: 100%;
}

.g-0, .gx-0{
  --bs-gutter-x: 0;
}

.g-0, .gy-0{
  --bs-gutter-y: 0;
}

.g-2, .gy-2{
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4{
  --bs-gutter-x: 2rem;
}

.g-4, .gy-4{
  --bs-gutter-y: 2rem;
}

.g-5, .gy-5{
  --bs-gutter-y: 2.75rem;
}

.g-6_6addd94aa4890546, .gx-6_3e43ec67d0c2833c{
  --bs-gutter-x: 3.25rem;
}

.g-6_6addd94aa4890546, .gy-6_35549eaa83a0c0cc{
  --bs-gutter-y: 3.25rem;
}

.order-1_b11a93519d59e3ba{
  order: 1;
}

.order-2_69a4cc9f9c516bb0{
  order: 2;
}

.header, .navbar {
  transition: 0.3s ease;
}

.navbar{
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: calc(100% + 0.5rem);
  z-index: 30;
  width: 14rem;
  max-width: 100%;
  transform-origin: top right;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(24 24 26 / 0.3);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .navbar{
    visibility: visible;
    position: static;
    display: flex;
    align-items: center;
    width: auto;
    overflow: visible;
    /* pill styles — same as .header-pill_30175a12215766f9 */
    background-color: rgb(24 24 26 / 0.3);
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    border: 1px solid rgba(255,255,255,0.1);
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    padding: 0.25rem;
    opacity: 1;
    transition-duration: 0.3s;
  }
}

.navOpen .navbar{
  visibility: visible;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.navbar a{
  position: relative;
  z-index: 20;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1;
  color: rgb(255 255 255 / 0.5);
}

.navbar a:hover{
  color: rgb(255 255 255 / 1);
}

@media (min-width: 1024px){
  .navbar a{
    color: rgb(255 255 255 / 1);
  }
}

.navbar a {
  transition: 0.3s color 0s, 0.3s opacity 0s;
}

.navbar .indicator{
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

@media (min-width: 1024px){
  .navbar .indicator{
    display: block;
  }
}

.navbar .indicator {
  transition: 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar .indicator::before{
  position: absolute;
  top: 0.5rem;
  left: 0px;
  height: calc(100% - 1rem);
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.1);
  --tw-content: "";
  content: var(--tw-content);
}

.navToggler{
  position: relative;
  z-index: 40;
  display: block;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding: 0.25rem;
}

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

.navToggler svg{
  margin: auto;
}

.navToggler svg:last-child{
  display: none;
}

.navOpen .navToggler svg:first-child{
  display: none;
}

.navOpen .navToggler svg:last-child{
  display: block;
}

.navOverlay{
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 20;
  background-color: rgb(0 0 0 / 0.8);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.navOverlay.navOverlayVisible{
  visibility: visible;
  opacity: 0;
}

.button{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.8);
  background-color: rgb(24 24 26 / 0.6);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 640px){
  .button{
    font-size: 15px;
  }
}

.button-sm{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button::before,
.button::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.button-dark{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}

.button-dark::before,
.button-dark::after{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
}

.button span{
  position: relative;
  z-index: 10;
  display: block;
  transition: 0.2s color;
}

.button::before {
  content: "";
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button::after {
  content: "";
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.button:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}

.button:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.button:hover span{
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
  animation: MoveScaleUpInitial 0.25s forwards, MoveScaleUpEnd 0.25s forwards 0.25s;
}

.button-dark:hover span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.link {
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.25s ease-in-out;
}

.link-dark {
  background-image: linear-gradient(transparent, transparent), linear-gradient(#18181A, #18181A);
}

.link:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 1.5, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 1.5, 1);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.homepage-banner{
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0px;
}

@media (min-width: 640px){
  .homepage-banner{
    padding-top: 6rem;
  }
}

@media (min-width: 1024px){
  .homepage-banner{
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}

.homepage-banner::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -30%;
  height: 180%;
  width: 150%;
  left: -25%;
  background: url(../gallery/noise.aee0e18587.webp) repeat,
    linear-gradient(83.21deg, #3245ff 0%, #8952ee 100%);
  background-blend-mode: overlay;
  -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%);
  mask-image: radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%);
}

.homepage-banner .bg-text{
  pointer-events: none;
  position: fixed;
  top: -5%;
  left: -5%;
  z-index: -99999;
  white-space: nowrap;
  font-family: var(--font-secondary), serif;
  font-size: 115vh;
  line-height: 1;
}

.homepage-banner .bg-text span{
  opacity: 0.04;
}

.homepage-banner .name{
  font-size: clamp(3em, 8vw, 6.5em);
  font-weight: 600;
  line-height: 1.25;
}

.work-process-item{
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 2rem;
}

.work-process > div:nth-child(1) .work-process-item,
.work-process > div:nth-child(2) .work-process-item{
  position: relative;
}

.work-process > div:nth-child(1) .work-process-item::after{
  position: absolute;
  top: 9px;
  right: -1.95rem;
  height: 1px;
  width: 2.15rem;
  --tw-rotate: 36deg;
  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));
  background-color: rgb(255 255 255 / 0.1);
  --tw-content: '';
  content: var(--tw-content);
}

@media screen and (max-width: 767px) {
  .work-process > div:nth-child(1) .work-process-item::after{
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .work-process > div:nth-child(2) .work-process-item::after{
    display: none;
  }
}

.footer-cta{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1920px;
  max-width: 100%;
  overflow: hidden;
}

.footer-cta .animated-line{
  position: relative;
  display: flex;
  white-space: nowrap;
}

.footer-cta .animated-line .line-block,
.footer-cta .animated-line .line-block-copy{
  display: flex;
  padding-bottom: 6px;
}

.footer-cta .animated-line .line-block-copy {
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%) translateZ(0);
  will-change: transform;
}

.footer-cta .animated-line-one .line-block {
  animation: move-horizontal-forward 20s linear infinite;
}

.footer-cta .animated-line-one .line-block-copy {
  animation: move-horizontal-forward-copy 20s linear infinite;
}

.footer-cta .animated-line-two .line-block {
  animation: move-horizontal-backward 20s linear infinite;
}

.footer-cta .animated-line-two .line-block-copy {
  animation: move-horizontal-backward-copy 20s linear infinite;
}

.footer-cta .cta-text {
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.footer-cta .cta-icon {
  opacity: .75;
  transform: rotateX(0deg);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 640px) {
  .footer-cta .cta-icon {
    transform: rotateX(88deg);
  }
}

.footer-cta:hover .cta-text{
  opacity: 0.75;
}

.footer-cta:hover .cta-icon {
  opacity: 1;
  transform: rotateX(0) rotateZ(-45deg);
}

.footer-cta:hover .animated-line .line-block,
.footer-cta:hover .animated-line .line-block-copy {
  animation-play-state: paused;
}

@keyframes move-horizontal-forward {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(100%)
  }
}

@keyframes move-horizontal-forward-copy {
  0% {
    transform: translateX(-100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes move-horizontal-backward {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes move-horizontal-backward-copy {
  0% {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

[data-aos="fade-up-sm"] {
  transform: translate3d(0, 50px, 0);
}

.init-delay_9381526e30ec5704 {
  transition-delay: 0ms;
}

@media (min-width: 640px) {
  .init-delay_9381526e30ec5704 {
    transition-delay: var(--sm-delay)
  }
}

@media (min-width: 768px) {
  .init-delay_9381526e30ec5704 {
    transition-delay: var(--md-delay)
  }
}

@media (min-width: 1024px) {
  .init-delay_9381526e30ec5704 {
    transition-delay: var(--lg-delay);
  }
}

/* has-twoColumns project */

@media screen and (max-width: 1023px) {
  .has-twoColumns_2865fd8c975f7514 {
    height: 100% !important;
  }
}

/* form autofill reset */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* prose/typography */

.content > *:first-child{
  margin-top: 0px;
}

.content > *:last-child{
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content{
  max-width: none;
}

.content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.content :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.content :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  text-decoration-line: none;
}

.content :is(:where(pre):not(:where([class~="not-prose"] *))){
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.content :is(:where(strong):not(:where([class~="not-prose"] *))){
  font-weight: 500;
}

.content :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-left-width: 8px;
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.content :is(:where(img):not(:where([class~="not-prose"] *))){
  border-radius: 0.5rem;
}

.content blockquote > p{
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: normal;
}

.content blockquote > p::before{
  content: var(--tw-content);
  display: none;
}

.content blockquote > p::after{
  content: var(--tw-content);
  display: none;
}

.content blockquote cite{
  margin-top: 1rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: normal;
  color: rgb(255 255 255 / 0.5);
}

.content-light_8779a24500eab6e8{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

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

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

.content-light_8779a24500eab6e8 :is(:where(tr):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.1);
}

.content-light_8779a24500eab6e8 blockquote cite{
  color: rgb(255 255 255 / 0.5);
}

.content-dark{
  color: rgb(24 24 26 / 0.88);
}

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

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

.content-dark :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}

.content-dark :is(:where(tr):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.1);
}

.content-dark blockquote cite{
  color: rgb(0 0 0 / 0.5);
}

.image_e29e03dd4ea8c28e{
  margin-top: 2rem;
}

.image_e29e03dd4ea8c28e p{
  margin: 0px;
  line-height: 1;
}

.image_e29e03dd4ea8c28e img{
  margin-top: 0px;
}

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

.visible_b343c33a3c38685c{
  visibility: visible;
}

.invisible_80aa3115a37b6b63{
  visibility: hidden;
}

.collapse_a13608b69c0e56f1{
  visibility: collapse;
}

.static_fd94eaf927930bff{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute_cac0d44657fa0b42{
  position: absolute;
}

.relative_4ff946aa0a6afb65{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0_a9922ab250fbc05b{
  inset: 0px;
}

.-left-1_e5dce72d7388c873{
  left: -0.25rem;
}

.-right-1_2bcb24ac33fd05a5{
  right: -0.25rem;
}

.-right-_cbc3078c9834ef50\[1\.95rem\]{
  right: -1.95rem;
}

.bottom-0_8d6380a3773fac7f{
  bottom: 0px;
}

.left-0_b853ffdf481db280{
  left: 0px;
}

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

.right-0_0518423f436c769c{
  right: 0px;
}

.right-_03cdc916b3918674\[10px\]{
  right: 10px;
}

.top-0{
  top: 0px;
}

.top-1_692a8251bcadd1c5{
  top: 0.25rem;
}

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

.top-2_c7ea62deadb2711c{
  top: 0.5rem;
}

.top-6_820e9f7dce2e32bf{
  top: 1.5rem;
}

.top-8_4d1bcaf651396798{
  top: 2rem;
}

.top-_198493bd4a9d6af8\[-0px\]{
  top: -0px;
}

.top-_198493bd4a9d6af8\[-5\%\]{
  top: -5%;
}

.top-_198493bd4a9d6af8\[9px\]{
  top: 9px;
}

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

.-z-_00e49ddc7b079f32\[99999\]{
  z-index: -99999;
}

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

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

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

.z-30_bd162e4ffaa572c3{
  z-index: 30;
}

.z-40_7df59774baa4ff6a{
  z-index: 40;
}

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

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

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

.order-1_b11a93519d59e3ba{
  order: 1;
}

.order-2_69a4cc9f9c516bb0{
  order: 2;
}

.m-0_b71c4451cebcc1c7{
  margin: 0px;
}

.mx-0_e0c78b24bf79dc67{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2_69fa00e3a087c920{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4_77d56f35080a902f{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5_b8f71ce46391d985{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-8_aaaabbbc2f469798{
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.my-0_81a0a85a504ed8d5{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-4_185abfbbd9669633{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6_08d4cb1be62af6c7{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.-mt-_03d827b9b7e7413f\[6px\]{
  margin-top: -6px;
}

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

.mb-1_c5155573c777561f{
  margin-bottom: 0.25rem;
}

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

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

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

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

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

.mb-24_8b384f6c2b3dac17{
  margin-bottom: 6rem;
}

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

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

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

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

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

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

.ml-11_b48ee76cf463750b{
  margin-left: 2.75rem;
}

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

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

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

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

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

.mr-20_653393602356954f{
  margin-right: 5rem;
}

.mr-24_5eb4e2f1b3f4fbda{
  margin-right: 6rem;
}

.mr-3_6acfb1d972a6cb9d{
  margin-right: 0.75rem;
}

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

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

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

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

.mt-14_546bc8cf9dbadf65{
  margin-top: 3.5rem;
}

.mt-16_dcf81ccd6bae6017{
  margin-top: 4rem;
}

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

.mt-28_9009a55e5a961869{
  margin-top: 7rem;
}

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

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

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

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

.mt-auto_5271938f783895e6{
  margin-top: auto;
}

.block_985cffe6690d10c3{
  display: block;
}

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

.inline_9e1323bf66712c45{
  display: inline;
}

.flex_3184a48ca35e0e32{
  display: flex;
}

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

.table_e5f1bc3b885fe419{
  display: table;
}

.contents_333d3606c1e875b4{
  display: contents;
}

.hidden{
  display: none;
}

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

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

.\!h-auto{
  height: auto !important;
}

.h-0_bf0565690f7a521c{
  height: 0px;
}

.h-10_3abdd5add736b0e9{
  height: 2.5rem;
}

.h-11_c265f77b596807d9{
  height: 2.75rem;
}

.h-12_22531286fcd1d6c4{
  height: 3rem;
}

.h-16_722d66fb94deb5a6{
  height: 4rem;
}

.h-28_acf38dcf67191fd4{
  height: 7rem;
}

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

.h-_0ee3ee0dd0ded75e\[4\.5rem\]{
  height: 4.5rem;
}

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

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

.h-_0ee3ee0dd0ded75e\[calc\(100\%_-_1rem\)\]{
  height: calc(100% - 1rem);
}

.h-auto_6056ec7bc3381256{
  height: auto;
}

.h-full_0070ffaa8b034e12{
  height: 100%;
}

.h-px_007fc86c0a538dd6{
  height: 1px;
}

.max-h-20_11911fe1c06060f7{
  max-height: 5rem;
}

.min-h-_04e0e10f0e484a9f\[82vh\]{
  min-height: 82vh;
}

.w-1_c420ad9bb014a794{
  width: 0.25rem;
}

.w-1_c420ad9bb014a794\/4{
  width: 25%;
}

.w-10_8fbf5561efcbbd23{
  width: 2.5rem;
}

.w-11_96b8ad3e44e8543c{
  width: 2.75rem;
}

.w-12_0c7286a83f13cc0b{
  width: 3rem;
}

.w-16_f7796c62e7c1267b{
  width: 4rem;
}

.w-28_317fd6b2f921aeda{
  width: 7rem;
}

.w-56_e32d3100e7258f7b{
  width: 14rem;
}

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

.w-_59cbaae88e99e606\[2\.15rem\]{
  width: 2.15rem;
}

.w-_59cbaae88e99e606\[4\.5rem\]{
  width: 4.5rem;
}

.w-auto_8a2500483391ebfd{
  width: auto;
}

.w-full{
  width: 100%;
}

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

.max-w-xl_512588db3af94cec{
  max-width: 36rem;
}

.flex-shrink_3c3a9c06ebf41445{
  flex-shrink: 1;
}

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

.flex-grow_6105279a823ede58{
  flex-grow: 1;
}

.grow_cbeb496a18bde816{
  flex-grow: 1;
}

.border-collapse_347a365da34cf15a{
  border-collapse: collapse;
}

.-translate-y-1_cd69fd0742af1aed{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1_cd69fd0742af1aed\/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-0_8ceaef1beb7c81ba{
  --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-full_a604986afdb76065{
  --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));
}

.-rotate-1_7b86bad5f12b9e86{
  --tw-rotate: -1deg;
  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-12_94bd7b6b93d0630d{
  --tw-rotate: -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));
}

.-rotate-180_115c57847378d4a6{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180_999e6dca87536cc6{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-_869d3f73c0c0b1e5\[135deg\]{
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-_869d3f73c0c0b1e5\[360deg\]{
  --tw-rotate: 360deg;
  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-_869d3f73c0c0b1e5\[36deg\]{
  --tw-rotate: 36deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  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)) !important;
}

.scale-0_4551f8f863c9d3ef{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100_60ba10087b10c98b{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110_d1d7fa69dfd70b17{
  --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));
}

.scale-150_f03333ec29077fca{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90_7a358c892192004f{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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_808dcac7cbc2babd{
  animation: spin 1s linear infinite;
}

.cursor-not-allowed_ce666e0a952b99dd{
  cursor: not-allowed;
}

.cursor-pointer_e7294b7b70c61fc5{
  cursor: pointer;
}

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

.resize_e458ee566940df8a{
  resize: both;
}

.columns-1_9214206e70db2d4f{
  -moz-columns: 1;
       columns: 1;
}

.columns-10_667b99d4b136c7f7{
  -moz-columns: 10;
       columns: 10;
}

.columns-11_121ddaf7f3a09cd2{
  -moz-columns: 11;
       columns: 11;
}

.columns-12_aa83422b0a73514d{
  -moz-columns: 12;
       columns: 12;
}

.columns-2_a452ffe8fe76be86{
  -moz-columns: 2;
       columns: 2;
}

.columns-2xl_c6ebabfd42c2d105{
  -moz-columns: 42rem;
       columns: 42rem;
}

.columns-2xs_04c7dba4565c3a4b{
  -moz-columns: 18rem;
       columns: 18rem;
}

.columns-3_c570633d05f7331e{
  -moz-columns: 3;
       columns: 3;
}

.columns-3xl_27278c25ea2316ef{
  -moz-columns: 48rem;
       columns: 48rem;
}

.columns-3xs_dc220f9c9add5132{
  -moz-columns: 16rem;
       columns: 16rem;
}

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

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

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

.content-center_3e12744633945674{
  align-content: center;
}

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

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

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

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

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

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

.gap-8_e5ab8e2413a8ce0a{
  gap: 2rem;
}

.gap-x-4_2bffdc37dbc2f6e8{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6_7ff82b28a74178e1{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.space-x-0_4502262331d4bb7b > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5_70381cbdc065fe2d > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8_b02e8d5956f543ab > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded_2d793ae18c76b9a1{
  border-radius: 0.25rem;
}

.rounded-3xl_c1a164ac70bbae76{
  border-radius: 1.5rem;
}

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

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

.rounded-b-2xl_9fd6939b001236c7{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.border_1421bef2746897db{
  border-width: 1px;
}

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

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

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

.border-none_5440cf18d9e550c8{
  border-style: none;
}

.border-dark_4c1b88c608fcdd51{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 26 / var(--tw-border-opacity));
}

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

.border-light_cd488bac374fcc8c\/10{
  border-color: rgb(204 204 204 / 0.1);
}

.border-light_cd488bac374fcc8c\/90{
  border-color: rgb(204 204 204 / 0.9);
}

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

.border-white_6af7566ebe46537c\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white_6af7566ebe46537c\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-white_6af7566ebe46537c\/80{
  border-color: rgb(255 255 255 / 0.8);
}

.bg-_c3ab9cc88deda221\[\#E3DFDC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 223 220 / var(--tw-bg-opacity));
}

.bg-_c3ab9cc88deda221\[\#efefef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

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

.bg-black_ef2187cf39cb1473\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black_ef2187cf39cb1473\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-dark_37f0c7afe185ea6f{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
}

.bg-dark_37f0c7afe185ea6f\/30{
  background-color: rgb(24 24 26 / 0.3);
}

.bg-dark_37f0c7afe185ea6f\/60{
  background-color: rgb(24 24 26 / 0.6);
}

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

.bg-light_61bb815bf29d451a\/10{
  background-color: rgb(204 204 204 / 0.1);
}

.bg-light_61bb815bf29d451a\/20{
  background-color: rgb(204 204 204 / 0.2);
}

.bg-transparent_e5c81a67e56c5838{
  background-color: transparent;
}

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

.bg-white_29f8446b8d5a2121\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white_29f8446b8d5a2121\/25{
  background-color: rgb(255 255 255 / 0.25);
}

.bg-_c3ab9cc88deda221\[url\(\"\.\.\/images\/noise\.webp_98ad65e6a75e4442\"\)\]{
  background-image: url("../gallery/noise.aee0e18587.webp");
}

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

.object-center_ef50acc41705e0df{
  -o-object-position: center;
     object-position: center;
}

.p-1_4960d1a78beaa5b7{
  padding: 0.25rem;
}

.p-6_14b961dcb834bf62{
  padding: 1.5rem;
}

.p-8_66f95a9c54ada7e2{
  padding: 2rem;
}

.px-0_ed300da7f8af89a9{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10_5bba0ddc5fecc429{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

.px-7_dce37174efcc4de0{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-_a094b25a632caf9e\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

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

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

.py-28_6f27586ee2fe8fab{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

.py-6_a5d701d85bfae8ee{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-_59d4b09a8f08b9ea\[0\.875rem\]{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pb-0_680335aef6b8bf8e{
  padding-bottom: 0px;
}

.pb-10_875c856dc359a825{
  padding-bottom: 2.5rem;
}

.pb-12_7aa2b9c672500318{
  padding-bottom: 3rem;
}

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

.pb-24_79b6e0e9f7615d6e{
  padding-bottom: 6rem;
}

.pb-28_f103c3ada1791c09{
  padding-bottom: 7rem;
}

.pb-_b2c6c818781c41ec\[6px\]{
  padding-bottom: 6px;
}

.pl-0_fe4a3e2fd2fc61c3{
  padding-left: 0px;
}

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

.pl-24_8560d41fce2cadbf{
  padding-left: 6rem;
}

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

.pl-7_2f130ad1bc47f741{
  padding-left: 1.75rem;
}

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

.pr-0_fcdc24a44e67380d{
  padding-right: 0px;
}

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

.pr-7_5324c5c0ecb07504{
  padding-right: 1.75rem;
}

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

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

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

.pt-20_dad9989ca650708b{
  padding-top: 5rem;
}

.pt-24_d8ed013267f93bc5{
  padding-top: 6rem;
}

.pt-28_46214974eaeb1d34{
  padding-top: 7rem;
}

.pt-3_fd79ca4fb8ff2376{
  padding-top: 0.75rem;
}

.pt-36_ec9a7b5ff6f4f302{
  padding-top: 9rem;
}

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

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

.pt-\[92px\]{
  padding-top: 92px;
}

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

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

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

.align-middle_22a38d4427e1f31d{
  vertical-align: middle;
}

.align-bottom_73ec0da0aedb0e60{
  vertical-align: bottom;
}

.font-primary_9080120f6d49747c{
  font-family: var(--font-primary), serif;
}

.font-secondary_b1f575394a45baa9{
  font-family: var(--font-secondary), serif;
}

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

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

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

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

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

.text-_db31e7b280b963e3\[115vh\]{
  font-size: 115vh;
}

.text-_db31e7b280b963e3\[2\.5rem\]{
  font-size: 2.5rem;
}

.text-_db31e7b280b963e3\[25vh\]{
  font-size: 25vh;
}

.text-_db31e7b280b963e3\[clamp\(3em\2c _8vw\2c _6\.5em\)\]{
  font-size: clamp(3em, 8vw, 6.5em);
}

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

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

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

.text-xs_65db40305a1f1d7a{
  font-size: 0.9rem;
  line-height: 1rem;
}

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

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

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

.font-thin_75d9a8245cbaab89{
  font-weight: 100;
}

.uppercase_95f2c38a00bbdfb5{
  text-transform: uppercase;
}

.capitalize_4880b5a131391eb8{
  text-transform: capitalize;
}

.italic_6a86be4f53270609{
  font-style: italic;
}

.not-italic_f96f9f93e500439f{
  font-style: normal;
}

.\!leading-tight{
  line-height: 1.25 !important;
}

.leading-9_72c9b64347eb7bcb{
  line-height: 2.25rem;
}

.leading-_fd443c56c80f10cf\[0\.65\]{
  line-height: 0.65;
}

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

.leading-normal_c7b9c511b4e816c8{
  line-height: 1.5;
}

.leading-snug_43bfbd141336f0c4{
  line-height: 1.375;
}

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

.leading-_fd443c56c80f10cf\[3rem\]{
  line-height: 3rem;
}

.tracking-wider_3d3f51b4ca2fedbe{
  letter-spacing: 0.05em;
}

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

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

.text-black_d1a61c5333929720\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black_d1a61c5333929720\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-dark_8967118d3906db6f{
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}

.text-green-600_c4fc120d51f114fb{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-red-600_a5b3ed7e71b3a8eb{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.bDot_c7f7ec8cfcf76041 {
  margin-left: 2px;
  margin-right: 1px;
}

.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

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

.opacity-0_f1c1385a915f8c3a{
  opacity: 0;
}

.opacity-10_7083adeb282c5cb4{
  opacity: 0.1;
}

.opacity-100_581de19bbd3f3c86{
  opacity: 1;
}

.opacity-5_539911120fd04f4a{
  opacity: 0.05;
}

.opacity-50_f7738110fbd750bf{
  opacity: 0.5;
}

.opacity-60_3b3f811d34d6ca70{
  opacity: 0.6;
}

.opacity-75_e96a6ece11454653{
  opacity: 0.75;
}

.opacity-80_9bce1cefce815f89{
  opacity: 0.8;
}

.opacity-_79892fc72e47bbbd\[0\.015\]{
  opacity: 0.015;
}

.opacity-_79892fc72e47bbbd\[0\.04\]{
  opacity: 0.04;
}

.mix-blend-overlay_d67f939894a13e05{
  mix-blend-mode: overlay;
}

.outline-none_1f814f92406b324a{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline_6fff22f25f6121e1{
  outline-style: solid;
}

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

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

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

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

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

.backdrop-blur-_d96c76c44f6b2393\[10px\]{
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg_82dc55364f157045{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter_49d1bf83f2bc4847{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition_66e503a4dec536b1{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.delay-150_1f0791053466801b{
  transition-delay: 150ms;
}

.delay-300_71041a1808cbd42e{
  transition-delay: 300ms;
}

.duration-0_fe110cb6a1d6ce45{
  transition-duration: 0s;
}

.duration-1000_f00b56d369614346{
  transition-duration: 1000ms;
}

.duration-300_69d0048b9b758575{
  transition-duration: 300ms;
}

.duration-500_dd3465f71be89cc9{
  transition-duration: 500ms;
}

.duration-700_07d876c2d148e5f5{
  transition-duration: 700ms;
}

.ease-in_d3953a86c262a4f2{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out_75f41bf2fbc11cbe{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out_bbede499ca7b3be2{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-_701175982755a089\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}

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

.bg-overlay_ecfb0cebb810ae3b {
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(9,9,121,0) 50%, rgba(0,0,0,0.6) 100%);
}

@media (min-width: 640px){
  .sm_6929f94f4cf30437\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .sm_6929f94f4cf30437\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .sm_6929f94f4cf30437\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .sm_6929f94f4cf30437\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .sm_6929f94f4cf30437\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .sm_6929f94f4cf30437\:gy-4{
    --bs-gutter-y: 2rem;
  }

  .sm_6929f94f4cf30437\:order-1{
    order: 1;
  }

  .sm_6929f94f4cf30437\:order-2{
    order: 2;
  }
}

@media (min-width: 768px){
  .md_0996903a6ceb9005\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .md_0996903a6ceb9005\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .md_0996903a6ceb9005\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .md_0996903a6ceb9005\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .md_0996903a6ceb9005\:gx-4{
    --bs-gutter-x: 2rem;
  }

  .md_0996903a6ceb9005\:gx-6{
    --bs-gutter-x: 3.25rem;
  }
}

@media (min-width: 1024px){
  .lg_f2ea82d096ffb258\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .lg_f2ea82d096ffb258\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .lg_f2ea82d096ffb258\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .lg_f2ea82d096ffb258\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .lg_f2ea82d096ffb258\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .lg_f2ea82d096ffb258\:col-12{
    flex: 0 0 auto;
    width: 100%;
  }

  .lg_f2ea82d096ffb258\:order-1{
    order: 1;
  }

  .lg_f2ea82d096ffb258\:order-2{
    order: 2;
  }
}

@media (min-width: 1280px){
  .xl_ad8c9251f1eb622b\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }

  .xl_ad8c9251f1eb622b\:col-9{
    flex: 0 0 auto;
    width: 75%;
  }
}

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

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

.hover_88c6f5da875b68ce\: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_88c6f5da875b68ce\:border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}

.hover_88c6f5da875b68ce\:opacity-75:hover{
  opacity: 0.75;
}

.focus_e0500c9ea47ed471\:border-dark\/50:focus{
  border-color: rgb(24 24 26 / 0.5);
}

.focus-visible_406d050ab6400efd\:shadow-none:focus-visible{
  --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);
}

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

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:mt-0{
  margin-top: 0px;
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\: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));
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:-rotate-1{
  --tw-rotate: -1deg;
  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));
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:\!scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  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)) !important;
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:opacity-100{
  opacity: 1;
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:opacity-60{
  opacity: 0.6;
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:brightness-75{
  --tw-brightness: brightness(.75);
  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);
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:delay-150{
  transition-delay: 150ms;
}

.group_36b2b38f440204b2:hover .group-hover_af5f962eaff481c3\:delay-300{
  transition-delay: 300ms;
}

.group_36b2b38f440204b2.aos-animate .group-_426fef37187a1616\[\.aos-animate\]\:h-0{
  height: 0px;
}

.group_36b2b38f440204b2.aos-animate .group-_426fef37187a1616\[\.aos-animate\]\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.prose-headings_613a9490d7b23408\:mb-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1rem;
}

.prose-headings_613a9490d7b23408\:mt-8 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
}

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

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

.prose-blockquote_947438b03fc6a4a5\:my-8 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.prose-blockquote_947438b03fc6a4a5\:rounded-lg :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-radius: 0.5rem;
}

.prose-blockquote_947438b03fc6a4a5\:border-2 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-width: 2px;
}

.prose-blockquote_947438b03fc6a4a5\:border-light\/40 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.4);
}

.prose-blockquote_947438b03fc6a4a5\:p-8 :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  padding: 2rem;
}

.prose-blockquote_947438b03fc6a4a5\:text-2xl :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  font-size: 1.5rem;
  line-height: 2rem;
}

.prose-blockquote_947438b03fc6a4a5\:font-light :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  font-weight: 300;
}

.prose-blockquote_947438b03fc6a4a5\:leading-normal :is(:where(blockquote):not(:where([class~="not-prose"] *))){
  line-height: 1.5;
}

.prose-pre_21eccf05b4c74113\:p-6 :is(:where(pre):not(:where([class~="not-prose"] *))){
  padding: 1.5rem;
}

@media (min-width: 640px){
  .sm_6929f94f4cf30437\:-left-1\/4{
    left: -25%;
  }

  .sm_6929f94f4cf30437\:-right-1\/4{
    right: -25%;
  }

  .sm_6929f94f4cf30437\:order-1{
    order: 1;
  }

  .sm_6929f94f4cf30437\:order-2{
    order: 2;
  }

  .sm_6929f94f4cf30437\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

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

  .sm_6929f94f4cf30437\:flex{
    display: flex;
  }

  .sm_6929f94f4cf30437\:h-28{
    height: 7rem;
  }

  .sm_6929f94f4cf30437\:max-h-20{
    max-height: 5rem;
  }

  .sm_6929f94f4cf30437\:w-28{
    width: 7rem;
  }

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

  .sm_6929f94f4cf30437\:columns-1{
    -moz-columns: 1;
         columns: 1;
  }

  .sm_6929f94f4cf30437\:columns-10{
    -moz-columns: 10;
         columns: 10;
  }

  .sm_6929f94f4cf30437\:columns-11{
    -moz-columns: 11;
         columns: 11;
  }

  .sm_6929f94f4cf30437\:columns-12{
    -moz-columns: 12;
         columns: 12;
  }

  .sm_6929f94f4cf30437\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .sm_6929f94f4cf30437\:columns-2xl{
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .sm_6929f94f4cf30437\:columns-2xs{
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .sm_6929f94f4cf30437\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .sm_6929f94f4cf30437\:columns-3xl{
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .sm_6929f94f4cf30437\:columns-3xs{
    -moz-columns: 16rem;
         columns: 16rem;
  }

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

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

  .sm_6929f94f4cf30437\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm_6929f94f4cf30437\:border-none{
    border-style: none;
  }

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

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

  .sm_6929f94f4cf30437\:pl-7{
    padding-left: 1.75rem;
  }

  .sm_6929f94f4cf30437\:pr-7{
    padding-right: 1.75rem;
  }

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

  .sm_6929f94f4cf30437\:pt-24{
    padding-top: 6rem;
  }

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

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

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

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

  .sm_6929f94f4cf30437\:text-\[15px\]{
    font-size: 15px;
  }

  .sm_6929f94f4cf30437\:leading-9{
    line-height: 2.25rem;
  }
}

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

  .md_0996903a6ceb9005\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .md_0996903a6ceb9005\:mr-24{
    margin-right: 6rem;
  }

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

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

  .md_0996903a6ceb9005\:block{
    display: block;
  }

  .md_0996903a6ceb9005\:flex{
    display: flex;
  }

  .md_0996903a6ceb9005\:hidden{
    display: none;
  }

  .md_0996903a6ceb9005\:h-16{
    height: 4rem;
  }

  .md_0996903a6ceb9005\:w-16{
    width: 4rem;
  }

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

  .md_0996903a6ceb9005\:max-w-xl{
    max-width: 36rem;
  }

  .md_0996903a6ceb9005\:columns-1{
    -moz-columns: 1;
         columns: 1;
  }

  .md_0996903a6ceb9005\:columns-10{
    -moz-columns: 10;
         columns: 10;
  }

  .md_0996903a6ceb9005\:columns-11{
    -moz-columns: 11;
         columns: 11;
  }

  .md_0996903a6ceb9005\:columns-12{
    -moz-columns: 12;
         columns: 12;
  }

  .md_0996903a6ceb9005\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .md_0996903a6ceb9005\:columns-2xl{
    -moz-columns: 42rem;
         columns: 42rem;
  }

  .md_0996903a6ceb9005\:columns-2xs{
    -moz-columns: 18rem;
         columns: 18rem;
  }

  .md_0996903a6ceb9005\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .md_0996903a6ceb9005\:columns-3xl{
    -moz-columns: 48rem;
         columns: 48rem;
  }

  .md_0996903a6ceb9005\:columns-3xs{
    -moz-columns: 16rem;
         columns: 16rem;
  }

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

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

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

  .md_0996903a6ceb9005\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg_f2ea82d096ffb258\:visible{
    visibility: visible;
  }

  .lg_f2ea82d096ffb258\:static{
    position: static;
  }

  .lg_f2ea82d096ffb258\:order-1{
    order: 1;
  }

  .lg_f2ea82d096ffb258\:order-2{
    order: 2;
  }

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

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

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

  .lg_f2ea82d096ffb258\:block{
    display: block;
  }

  .lg_f2ea82d096ffb258\:flex{
    display: flex;
  }

  .lg_f2ea82d096ffb258\:hidden{
    display: none;
  }

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

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

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

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

  .lg_f2ea82d096ffb258\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg_f2ea82d096ffb258\:pb-12{
    padding-bottom: 3rem;
  }

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

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

  .lg_f2ea82d096ffb258\:pt-36{
    padding-top: 9rem;
  }

  .lg_f2ea82d096ffb258\:pt-\[106px\]{
    padding-top: 106px;
  }

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

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

  .lg_f2ea82d096ffb258\:text-white\/100{
    color: rgb(255 255 255 / 1);
  }

  .lg_f2ea82d096ffb258\:opacity-100{
    opacity: 1;
  }

  .lg_f2ea82d096ffb258\:duration-0{
    transition-duration: 0s;
  }
}

@media (min-width: 1280px){
  .xl_ad8c9251f1eb622b\:pl-24{
    padding-left: 6rem;
  }
}

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

.\[\&\.aos-animate\]\:scale-100.aos-animate{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.invisible_80aa3115a37b6b63\]\:-translate-y-full.invisible_80aa3115a37b6b63{
  --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));
}

@media (min-width: 1024px){
  .lg_f2ea82d096ffb258\:\[\&\.scrolled_f0ecf16536be52b8\]\:-translate-x-8.scrolled{
    --tw-translate-x: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg_f2ea82d096ffb258\:\[\&\.scrolled_f0ecf16536be52b8\]\:translate-x-8.scrolled{
    --tw-translate-x: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg_f2ea82d096ffb258\:\[\&\.scrolled_f0ecf16536be52b8\]\:opacity-0.scrolled{
    opacity: 0;
  }
}

.\[\&\>\*\:last-child\]\:pointer-events-none>*:last-child{
  pointer-events: none;
}

.\[\&\>li\:hover\]\:bg-light\/20>li:hover{
  background-color: rgb(204 204 204 / 0.2);
}

.\[\&\>li\]\:mb-3>li{
  margin-bottom: 0.75rem;
}

.\[\&\>li\]\:rounded-lg>li{
  border-radius: 0.5rem;
}

.\[\&\>li\]\:bg-light\/10>li{
  background-color: rgb(204 204 204 / 0.1);
}

.\[\&\>li\]\:leading-none>li{
  line-height: 1;
}

.\[\&_a\]\:underline a{
  text-decoration-line: underline;
}

.\[\&_a\]\:hover\:no-underline:hover a{
  text-decoration-line: none;
}

.\[\&_img\]\:w-full img{
  width: 100%;
}

.\[\&_li\]\:mt-1 li{
  margin-top: 0.25rem;
}
/* ===== Dropdown Navigation ===== */
.nav-dropdown {
  position: relative;
}

.nav-dropdown > .nav-dropdown-trigger {
  padding: 0.75rem 1.375rem;
  line-height: 1;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255,255,255,1);
  cursor: pointer;
  user-select: none;
  transition: color 0.3s 0s, opacity 0.3s 0s;
}

.nav-dropdown > .nav-dropdown-trigger:hover {
  color: rgba(255,255,255,1);
}

@media (max-width: 1023px) {
  .nav-dropdown > .nav-dropdown-trigger {
    color: rgba(255,255,255,0.5);
  }
  .nav-dropdown > .nav-dropdown-trigger:hover {
    color: rgba(255,255,255,1);
  }
}

.nav-dropdown-trigger svg.dropdown-arrow {
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.nav-dropdown.open > .nav-dropdown-trigger svg.dropdown-arrow {
  transform: rotate(180deg);
}

/* Desktop dropdown panel */
.nav-dropdown-menu {
  background-color: rgb(24 24 26 / 0.88);
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 0.5rem 0;
  min-width: 160px;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  transform-origin: top left;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .nav-dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    top: calc(100% + 8px);
    z-index: 50;
  }

  .nav-dropdown.open > .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
    pointer-events: auto;
  }
}

@media (max-width: 1023px) {
  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  }

  .nav-dropdown.open > .nav-dropdown-menu {
    max-height: 300px;
    padding-bottom: 0.5rem;
  }
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  transition: color 0.15s, background-color 0.15s;
  text-decoration: none;
}

.nav-dropdown-menu a:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(255,255,255,0.05);
}

@media (max-width: 1023px) {
  .nav-dropdown-menu a {
    padding-left: 2.5rem;
  }
}

/* ===== Three-pill header ===== */

/* Shared pill style — used by logo pill, navbar pill, and CTA/hamburger pill */
.header-pill_30175a12215766f9 {
  background-color: rgb(24 24 26 / 0.3);
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 9999px;
  padding: 0.25rem;
  transition: 0.3s ease;
}

/* CTA link inside its pill */
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}
.header-cta:hover {
  color: rgba(255,255,255,1);
}

/* navToggler inside pill — strip its own border/bg since the pill provides it */
.header-pill_30175a12215766f9 .navToggler {
  border: none;
  background: none;
  border-radius: 9999px;
  padding: 0.4rem;
}


/* ============================================================
   AVER-HUGO component styles
   ============================================================ */

/* ── Scroll-top button ─────────────────────────────────────── */
.scroll-top {
  position: fixed;
  bottom: 5.5rem;
  right: 2rem;
  z-index: 999;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.15);
  background-color: rgb(24 24 26 / 0.6);
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, background-color 0.3s;
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
          backdrop-filter: var(--tw-backdrop-blur);
}
.scroll-top.show { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background-color: rgba(255,255,255,0.12); color: #fff; }

/* ── Preloader ─────────────────────────────────────────────── */
.aver-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: #18181a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s, visibility 0.5s;
}
.aver-preloader.loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.aver-preloader__inner { text-align: center; }
.aver-preloader__icon { margin-bottom: 1rem; opacity: 0.6; }
.aver-preloader__letters { display: flex; gap: 0.1em; justify-content: center; }
.aver-preloader__letter {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255,255,255,0.15);
  letter-spacing: 0.05em;
  animation: preloader-pulse 1.4s ease-in-out infinite;
}
.aver-preloader__letter:nth-child(2) { animation-delay: 0.1s; }
.aver-preloader__letter:nth-child(3) { animation-delay: 0.2s; }
.aver-preloader__letter:nth-child(4) { animation-delay: 0.3s; }
.aver-preloader__letter:nth-child(5) { animation-delay: 0.4s; }
.aver-preloader__letter:nth-child(6) { animation-delay: 0.5s; }
.aver-preloader__letter:nth-child(7) { animation-delay: 0.6s; }
@keyframes preloader-pulse {
  0%, 100% { color: rgba(255,255,255,0.15); }
  50%       { color: rgba(255,255,255,0.9); }
}

/* ── Footer disclaimer text (Aver typography on dark) ────────── */
/* Aver's own .link, .text-white/*, .container etc handle the rest */

/* ── Breadcrumbs on white body ──────────────────────────────── */
.inner-banner-one {
  background: transparent;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pager {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 0 0;
  margin: 0;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.4);
  flex-wrap: wrap;
}
.pager li a { color: rgba(0,0,0,0.55); text-decoration: none; transition: color 0.2s; }
.pager li a:hover { color: #000; }

/* ── Banner & content rounding ──────────────────────────────── */
.rounded-2xl_0523f90aa58a22f6 {
  border-radius: 1rem;
}
.rounded-b-none_9a7cc36cc920c234 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t-2xl_d349b2af26099136 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.content-rounded-bottom {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}

/* ── TOC — theme-consistent redesign ───────────────────────── */
.toc-container {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f8f8f8;
}
.toc-title {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 0.875rem 1.25rem;
  cursor: pointer;
  text-align: left;
}
.toc-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toc-header-content p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
}
.toc-toggle-icon {
  flex-shrink: 0;
  color: rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}
.toc-toggle-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}
.toc-content {
  padding: 1rem 1.25rem;
}
.toc-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc-content ul ul {
  padding-left: 1rem;
  margin-top: 0.25rem;
  border-left: 2px solid rgba(0,0,0,0.06);
}
.toc-content li {
  margin-bottom: 0.2rem;
}
.toc-content a {
  display: block;
  padding: 0.2rem 0;
  font-size: 0.875rem;
  color: rgba(0,0,0,0.6);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.15s;
}
.toc-content a:hover {
  color: rgba(0,0,0,0.9);
}
.toc-title:focus-visible {
  outline: 2px solid rgba(0,0,0,0.2);
  outline-offset: -2px;
}

/* ── Tables — elegant base styles ───────────────────────────── */
.content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
.content table thead tr {
  border-bottom: 2px solid rgba(0,0,0,0.12);
}
.content table thead th {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
  text-align: left;
  white-space: nowrap;
}
.content table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: background 0.15s;
}
.content table tbody tr:last-child {
  border-bottom: none;
}
.content table tbody tr:hover {
  background: rgba(0,0,0,0.025);
}
.content table tbody td {
  padding: 0.6rem 1rem;
  color: rgba(0,0,0,0.75);
  vertical-align: middle;
  white-space: nowrap;
}

/* ── Table scroll wrapper (added by JS) ─────────────────────── */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 0.5rem;
  border: 1px solid rgba(0,0,0,0.07);
}
.table-scroll table {
  margin: 0;
  border-radius: 0;
  white-space: nowrap;
  min-width: 100%;
}

/* ── Missing utility classes ────────────────────────────────── */
.pt-12 { padding-top: 3rem; }

/* ── TOC padding fix ────────────────────────────────────────── */
.toc-container {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
.toc-title {
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  padding: 0rem 1rem 0.5rem;
}
.toc-content {
  margin-top: -1.2rem;
  padding: 0.5rem 1rem 0.75rem;
}

/* ── Footer: casino logo spacing & bigger copyright ─────────── */
.footer-casino-logos li {
  padding: 0 0.4rem;
}
.footer-copyright {
  font-size: 1rem !important;
  color: rgba(255,255,255,0.55) !important;
}

@media screen and (max-width: 767px) {
  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footerLogo_7c8ca12a639ac967 {
  max-width: 160px;
  max-height: 40px;
}