@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_ca20a3aa51cc4a9d.org/show_bug.cgi_1766952b30d4f722?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_58a64d669c8981c9.org/p/chromium/issues/detail?id=999088, https://bugs.webkit_167ad8bae4e5049f.org/show_bug.cgi_1766952b30d4f722?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium_58a64d669c8981c9.org/p/chromium/issues/detail?id=935729, https://bugs.webkit_167ad8bae4e5049f.org/show_bug.cgi_1766952b30d4f722?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_b93b3fcac9301280#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

/* noice background */

main::after,
footer::after,
.page-banner::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -99999;
  height: 100%;
  width: 100%;
  background-image: url("../gallery/noise.01549d7ba6.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_9aa7f0ea8fbde931::after{
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose_e7168cb97eb8d0ce :where(.prose_e7168cb97eb8d0ce > :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_6fdb2082bbbf5706, .gx-6_6f424bfb53a3256c{
  --bs-gutter-x: 3.25rem;
}

.g-6_6fdb2082bbbf5706, .gy-6_b39b43c9664ff559{
  --bs-gutter-y: 3.25rem;
}

.order-1_21946065f7281a6d{
  order: 1;
}

.order-2_31498e01af3b6f68{
  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_5e68cd10061547c3 */
    background-color: rgb(24 24 26 / 0.3);
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    border: 1px solid rgba(255,255,255,0.1);
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    padding: 0.25rem;
    opacity: 1;
    transition-duration: 0.3s;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.navToggler svg{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.homepage-banner::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -30%;
  height: 180%;
  width: 150%;
  left: -25%;
  background: url(../gallery/noise.01549d7ba6.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_4ee2ec9ce694a126 {
  transition-delay: 0ms;
}

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

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

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

/* has-twoColumns project */

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

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

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

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

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

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

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

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

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

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

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

.visible_db747733cebfe083{
  visibility: visible;
}

.invisible_37229a293e0fea38{
  visibility: hidden;
}

.collapse_e425bffaa3f67e6f{
  visibility: collapse;
}

.static_ed91395fdf98039e{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute_74a4d75b5f5f313a{
  position: absolute;
}

.relative_e12073d4ce44fe19{
  position: relative;
}

.sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1_21946065f7281a6d{
  order: 1;
}

.order-2_31498e01af3b6f68{
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block_56c2dcd8cec487a8{
  display: block;
}

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

.inline_380dd58847785bab{
  display: inline;
}

.flex_4c5180bcd67bd711{
  display: flex;
}

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

.table_8cca084616646664{
  display: table;
}

.contents_7f215f9621e7c4ce{
  display: contents;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto_8594bf9670ea9777{
  height: auto;
}

.h-full_d373e0025a2b1a30{
  height: 100%;
}

.h-px_35c5dca61e609a97{
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto_a2ddb722f52ec4e5{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.grow_7bd8ccbde705b493{
  flex-grow: 1;
}

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

.-translate-y-1_26c33864d9576d65{
  --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_26c33864d9576d65\/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_c4a5a49b67b56c15{
  --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_09791c5619b22c95{
  --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_00f9513917933aa2{
  --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_1d2a572ddc00c9d9{
  --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_1eb1877ec0119fdc{
  --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_c18f5c90df4c1c92{
  --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-_7d53db76ef4bd945\[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-_7d53db76ef4bd945\[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-_7d53db76ef4bd945\[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_519c2dd5d75e3625{
  --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_ad46e4989e1e817a{
  --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_51542b1ac414cd09{
  --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_2b3130259a3c74b2{
  --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_15cc36fc4731b7c0{
  --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_36eeaa147bbd3e81{
  animation: spin 1s linear infinite;
}

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

.cursor-pointer_53979ad5a6b359ca{
  cursor: pointer;
}

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

.resize_3f3bc0b3cf85e619{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-0_f40392caca983644 > :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_03dde9e86aed0dac > :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_b987f61dfafc0bdf > :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_2ffc0753595c94c6{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded_f85097d931d08359{
  border-radius: 0.25rem;
}

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

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

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

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

.border_aa8cba9b122e3e60{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-_5a6f22ff63f56840\[url\(\"\.\.\/images\/noise\.webp_f830a404ac922499\"\)\]{
  background-image: url("../gallery/noise.01549d7ba6.webp");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase_0cbcf28f3443a674{
  text-transform: uppercase;
}

.capitalize_bc0c40f64caacc64{
  text-transform: capitalize;
}

.italic_de60906f415a70e5{
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-red-600_c309f246baedc757{
  --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_a9c2e3ef8dfc9bce {
  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_f0937f71b03c0fad{
  text-decoration-line: underline;
}

.opacity-0_54f530860c841b08{
  opacity: 0;
}

.opacity-10_75e6fbb5185ff5c8{
  opacity: 0.1;
}

.opacity-100_a7ad794255ae56fc{
  opacity: 1;
}

.opacity-5_7e1c95caec02a1dc{
  opacity: 0.05;
}

.opacity-50_d9a36d97a351965d{
  opacity: 0.5;
}

.opacity-60_93f8cedd078d1415{
  opacity: 0.6;
}

.opacity-75_b40c12482eb6234b{
  opacity: 0.75;
}

.opacity-80_cd9037ae25c1d993{
  opacity: 0.8;
}

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

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

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

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

.outline_7b095cf822d34d29{
  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_ec4e10a048ab765e{
  --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_6a2e5a5e19ccc080{
  --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-_7c1d62e63ea3fc01\[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_20da0cdce9e765b5{
  --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_5c2d503403dbc111{
  -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_bce2f502a0e83758{
  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_2eebc83df3d9c1ae{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\:mt-0{
  margin-top: 0px;
}

.group_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\: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_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\:-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_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\:\!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_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\: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_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\:opacity-100{
  opacity: 1;
}

.group_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\:opacity-60{
  opacity: 0.6;
}

.group_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\: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_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\:delay-150{
  transition-delay: 150ms;
}

.group_83e8232cf13fac36:hover .group-hover_e5fa4bd49c52c78d\:delay-300{
  transition-delay: 300ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_f90cc1e850896e1f\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md_09bf80791df082a6\:block{
    display: block;
  }

  .md_09bf80791df082a6\:flex{
    display: flex;
  }

  .md_09bf80791df082a6\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg_78d2fbeebb37db9f\:static{
    position: static;
  }

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

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

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

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

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

  .lg_78d2fbeebb37db9f\:block{
    display: block;
  }

  .lg_78d2fbeebb37db9f\:flex{
    display: flex;
  }

  .lg_78d2fbeebb37db9f\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl_9fd98db03d22536e\: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_37229a293e0fea38\]\:-translate-y-full.invisible_37229a293e0fea38{
  --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_78d2fbeebb37db9f\:\[\&\.scrolled_695f755a4f232dc4\]\:-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_78d2fbeebb37db9f\:\[\&\.scrolled_695f755a4f232dc4\]\: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_78d2fbeebb37db9f\:\[\&\.scrolled_695f755a4f232dc4\]\: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_5e68cd10061547c3 {
  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_5e68cd10061547c3 .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_1ee7ced46242459f {
  border-radius: 1rem;
}
.rounded-b-none_9519aecb5e7a0e85 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-t-2xl_57112a7000da7889 {
  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_cde75b736fc60247 {
  max-width: 160px;
  max-height: 40px;
}