@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_619b78be84dd556e.org/show_bug.cgi_94f6592e37eeb2ea?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_770ae514cd13082c.org/p/chromium/issues/detail?id=999088, https://bugs.webkit_2f928b9b9539d607.org/show_bug.cgi_94f6592e37eeb2ea?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium_770ae514cd13082c.org/p/chromium/issues/detail?id=935729, https://bugs.webkit_2f928b9b9539d607.org/show_bug.cgi_94f6592e37eeb2ea?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_af6a33fcf1d0658c#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("../snapshots/noise.73ca49cc8d.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_3a412104400026e5::after{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

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

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

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

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

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

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

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

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

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

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

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

.prose_14f41b7b28a66ca7{
  --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_14f41b7b28a66ca7 :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose_14f41b7b28a66ca7 :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_14f41b7b28a66ca7 :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

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

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

.prose_14f41b7b28a66ca7 :where(.prose_14f41b7b28a66ca7 > :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_33202906e7c7e5cb, .gx-6_008456996a9926d2{
  --bs-gutter-x: 3.25rem;
}

.g-6_33202906e7c7e5cb, .gy-6_11cc41e24dc43f6b{
  --bs-gutter-y: 3.25rem;
}

.order-1_2849e55cabcd3dfa{
  order: 1;
}

.order-2_eeaa46007f736024{
  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_f58334e4aefa4721 */
    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(../snapshots/noise.73ca49cc8d.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_604fe115e2d09c8b {
  transition-delay: 0ms;
}

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

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

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

/* has-twoColumns project */

@media screen and (max-width: 1023px) {
  .has-twoColumns_3ace0098c2020782 {
    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_14f41b7b28a66ca7 > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

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

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

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

.content :where(.prose_14f41b7b28a66ca7 > 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_14f41b7b28a66ca7 > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.content :where(.prose_14f41b7b28a66ca7 > :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_61f0a90ac3985f37{
  --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_61f0a90ac3985f37 :is(:where(a):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-light_61f0a90ac3985f37 :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_61f0a90ac3985f37 :is(:where(tr):not(:where([class~="not-prose"] *))){
  border-color: rgb(204 204 204 / 0.1);
}

.content-light_61f0a90ac3985f37 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_d2159d3d9163ad1f{
  margin-top: 2rem;
}

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

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

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

.visible_521fcb6f303c1b2b{
  visibility: visible;
}

.invisible_22b28213e765f51b{
  visibility: hidden;
}

.collapse_b481a5251adbba58{
  visibility: collapse;
}

.static_2fe170aaaa3acd93{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute_4390501067632188{
  position: absolute;
}

.relative_50b775d1bfce425d{
  position: relative;
}

.sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1_2849e55cabcd3dfa{
  order: 1;
}

.order-2_eeaa46007f736024{
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block_caf178238835cf37{
  display: block;
}

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

.inline_8f541d62f6a071e9{
  display: inline;
}

.flex_e4cd382d84bd2ad8{
  display: flex;
}

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

.table_77e973271f38e1ae{
  display: table;
}

.contents_3d61aa570644a224{
  display: contents;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto_797686f4ea631d8d{
  height: auto;
}

.h-full_e80f4c447e4e0e05{
  height: 100%;
}

.h-px_0f98312f60831608{
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto_64f898a5de2597f4{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.grow_244c0434753b79b8{
  flex-grow: 1;
}

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

.-translate-y-1_ecb2750731266e18{
  --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_ecb2750731266e18\/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_5ae5c79fa872f102{
  --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_48b2c281f0133fbd{
  --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_828192abd457fd82{
  --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_6f9efe935cb0b3c5{
  --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_7809471ab1dc4ec9{
  --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_5be2ac962609a98c{
  --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-_fbe3712f7e0b7549\[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-_fbe3712f7e0b7549\[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-_fbe3712f7e0b7549\[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_8237f0addc44e8e6{
  --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_0744db128cd66d5e{
  --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_e51b156434dafe9b{
  --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_c7217c83588c9ef9{
  --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_8574125d7da1385c{
  --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_a458c93b00a62293{
  animation: spin 1s linear infinite;
}

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

.cursor-pointer_6448eb7229f7a716{
  cursor: pointer;
}

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

.resize_c4137a5c2a485ae3{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-0_a0e2d062d2500fe0 > :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_10692e0c5cfdb274 > :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_52ae8b6a0b110110 > :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_3effda9fefe142f7{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded_754ff2783954ccc3{
  border-radius: 0.25rem;
}

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

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

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

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

.border_f39fd2835b038bb7{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-_2d6da7b2b4980a35\[url\(\"\.\.\/images\/noise\.webp_da0fbd3471b20ae6\"\)\]{
  background-image: url("../snapshots/noise.73ca49cc8d.webp");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase_fbc963ce2d1d7f73{
  text-transform: uppercase;
}

.capitalize_4f7d2ae111d5138e{
  text-transform: capitalize;
}

.italic_0cb9c1baf2bef101{
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-red-600_0edf9515b581a729{
  --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_bd92b5f7b995bccf {
  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_7b1fc676f9ba6939{
  text-decoration-line: underline;
}

.opacity-0_9ae51037fed35bc7{
  opacity: 0;
}

.opacity-10_b5dbeb00533fd31a{
  opacity: 0.1;
}

.opacity-100_d98bd4eb424d9097{
  opacity: 1;
}

.opacity-5_17f1c16307b1afb5{
  opacity: 0.05;
}

.opacity-50_1a5064702be37647{
  opacity: 0.5;
}

.opacity-60_44756cc3e14d343f{
  opacity: 0.6;
}

.opacity-75_65be22ee5c60aa59{
  opacity: 0.75;
}

.opacity-80_c032559a5882302f{
  opacity: 0.8;
}

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

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

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

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

.outline_4f9712e933c2dea9{
  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_15f1c55454516728{
  --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_24fdd3d2704cc222{
  --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-_898a28df2d645c45\[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_3678d7a67526b901{
  --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_c615b2f2285219c6{
  -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_0d61ccd146bce488{
  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_a7eb30ae0defa84f{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-overlay_3f234d1dcd1af467 {
  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_71e0d48ed9300662\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-visible_921debff327295e3\: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_921debff327295e3\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\:mt-0{
  margin-top: 0px;
}

.group_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\: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_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\:-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_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\:\!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_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\: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_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\:opacity-100{
  opacity: 1;
}

.group_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\:opacity-60{
  opacity: 0.6;
}

.group_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\: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_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\:delay-150{
  transition-delay: 150ms;
}

.group_893eb18011ae73ae:hover .group-hover_e21e5fdde41c9f0e\:delay-300{
  transition-delay: 300ms;
}

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

.group_893eb18011ae73ae.aos-animate .group-_790761618410fa42\[\.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_759bc5c0167b2221\:mb-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1rem;
}

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

.prose-a_81358cad974eca58\: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_81358cad974eca58\:underline :is(:where(a):not(:where([class~="not-prose"] *))){
  text-decoration-line: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_71e0d48ed9300662\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_71e0d48ed9300662\: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_71e0d48ed9300662\:rounded-lg{
    border-radius: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md_c0e31a89cfad1419\:block{
    display: block;
  }

  .md_c0e31a89cfad1419\:flex{
    display: flex;
  }

  .md_c0e31a89cfad1419\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg_4bed8d7eb1182309\:static{
    position: static;
  }

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

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

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

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

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

  .lg_4bed8d7eb1182309\:block{
    display: block;
  }

  .lg_4bed8d7eb1182309\:flex{
    display: flex;
  }

  .lg_4bed8d7eb1182309\:hidden{
    display: none;
  }

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

  .lg_4bed8d7eb1182309\: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_4bed8d7eb1182309\:rounded-full{
    border-radius: 9999px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl_87f15e8c0dd884b9\: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_22b28213e765f51b\]\:-translate-y-full.invisible_22b28213e765f51b{
  --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_4bed8d7eb1182309\:\[\&\.scrolled_dc72e3314dbcb0f8\]\:-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_4bed8d7eb1182309\:\[\&\.scrolled_dc72e3314dbcb0f8\]\: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_4bed8d7eb1182309\:\[\&\.scrolled_dc72e3314dbcb0f8\]\: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_f58334e4aefa4721 {
  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_f58334e4aefa4721 .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_7bdc93626f94432d {
  border-radius: 1rem;
}
.rounded-b-none_969886914df0f1cf {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t-2xl_53fb48a3c5724d09 {
  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_c00307326989a901 {
  max-width: 160px;
  max-height: 40px;
}