/*
! tailwindcss v3.3.0 | 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: neue_haas_grotesk_text_pro_regular;
  /* 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.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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#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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

:root,
[data-theme] {
  background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  color-scheme: light;
  --pf: 258.89 94.378% 40.941%;
  --sf: 314 100% 37.647%;
  --af: 174 60% 40.784%;
  --nf: 219 14.085% 22.275%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 258.89 94.378% 51.176%;
  --pc: 0 0% 100%;
  --s: 314 100% 47.059%;
  --sc: 0 0% 100%;
  --a: 174 60% 50.98%;
  --ac: 174.71 43.59% 15.294%;
  --n: 219 14.085% 27.843%;
  --nc: 0 0% 100%;
  --b1: 0 0% 100%;
  --b2: 0 0% 94.902%;
  --b3: 180 1.9608% 90%;
  --bc: 215 27.907% 16.863%;
}

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.prose {
  color: #0B0B0B;
  max-width: 65ch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-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 :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  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-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

.btn-disabled,
  .btn[disabled] {
  pointer-events: none;
}

.btn.loading,
    .btn.loading:hover {
  pointer-events: none;
}

.btn.loading:before {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .btn.loading:before {
    animation: spin 10s linear infinite;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.btn-group > input[type="radio"].btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"].btn:before {
  content: attr(data-title);
}

.carousel {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  row-gap: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}

@media (min-width: 48rem) {
  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}

.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hero {
  display: grid;
  width: 100%;
  place-items: center;
  background-size: cover;
  background-position: center;
}

.hero > * {
  grid-column-start: 1;
  grid-row-start: 1;
}

.input {
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}

.input-group > .input {
  isolation: isolate;
}

.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select {
  border-radius: 0px;
}

.link {
  cursor: pointer;
  text-decoration-line: underline;
}

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.menu.horizontal {
  display: inline-flex;
  flex-direction: row;
}

.menu.horizontal :where(li) {
  flex-direction: row;
}

:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

.menu :where(li:not(.menu-title)) > :where(*:not(ul)) {
  display: flex;
}

.menu :where(li:not(.disabled):not(.menu-title)) > :where(*:not(ul)) {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu > :where(li > *:not(ul):focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu > :where(li.disabled > *:not(ul):focus) {
  cursor: auto;
}

.menu > :where(li) :where(ul) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.menu > :where(li) > :where(ul) {
  position: absolute;
  display: none;
  top: initial;
  left: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li:hover) > :where(ul) {
  display: flex;
}

.menu > :where(li:focus) > :where(ul) {
  display: flex;
}

.modal {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  opacity: 0;
  z-index: 999;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
  overscroll-behavior: contain;
}

:where(.modal) {
  align-items: center;
}

.modal-open,
.modal:target,
.modal-toggle:checked + .modal {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.navbar {
  display: flex;
  align-items: center;
  padding: var(--navbar-padding, 0.5rem);
  min-height: 4rem;
  width: 100%;
}

:where(.navbar > *) {
  display: inline-flex;
  align-items: center;
}

.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  transition: background, box-shadow var(--animation-input, 0.2s) ease-in-out;
}

.range {
  height: 1.5rem;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  --range-shdw: var(--bc);
  overflow: hidden;
  background-color: transparent;
  border-radius: var(--rounded-box, 1rem);
}

.range:focus {
  outline: none;
}

.select {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  font-weight: 600;
  border-radius: var(--rounded-btn, 0.5rem);
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16px) calc(1px + 50%);
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}

.select[multiple] {
  height: auto;
}

.stats {
  display: inline-grid;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  border-radius: var(--rounded-box, 1rem);
}

:where(.stats) {
  grid-auto-flow: column;
  overflow-x: auto;
}

.stat {
  display: inline-grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.steps .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  place-items: center;
  text-align: center;
  min-width: 4rem;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.tab {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: hsla(var(--bc) / var(--tw-text-opacity, 1));
  --tab-bg: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  --tab-border-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
  color: var(--tab-color);
  padding-left: var(--tab-padding, 1rem);
  padding-right: var(--tab-padding, 1rem);
}

.table {
  position: relative;
  text-align: left;
}

.table th:first-child {
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  z-index: 11;
}

.textarea {
  flex-shrink: 1;
  min-height: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}

.btn-outline.btn-primary .badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-outline.btn-primary .badge-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.btn-primary:hover .badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.btn-primary:hover .badge.outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btm-nav>*:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}

.btm-nav>* .label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn:active:hover,
  .btn:active:focus {
  animation: none;
  transform: scale(var(--btn-focus-scale, 0.95));
}

.btn:hover,
    .btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

.btn:focus-visible {
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-primary:hover,
    .btn-primary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
}

.btn-primary:focus-visible {
  outline: 2px solid hsl(var(--p));
}

.btn.glass:hover,
    .btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.btn.glass:focus-visible {
  outline: 2px solid currentColor;
}

.btn-outline.btn-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.btn-primary:hover,
      .btn-outline.btn-primary.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-disabled,
  .btn-disabled:hover,
  .btn[disabled],
  .btn[disabled]:hover {
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.btn.loading.btn-square:before,
    .btn.loading.btn-circle:before {
  margin-right: 0px;
}

.btn.loading.btn-xl:before,
    .btn.loading.btn-lg:before {
  height: 1.25rem;
  width: 1.25rem;
}

.btn.loading.btn-sm:before,
    .btn.loading.btn-xs:before {
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked.btn,
  .btn-group > .btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
  outline: 2px solid hsl(var(--p));
}

@keyframes button-pop {
  0% {
    transform: scale(var(--btn-focus-scale, 0.95));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.carousel::-webkit-scrollbar {
  display: none;
}

@keyframes checkmark {
  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-primary {
  outline: 2px solid hsl(var(--p));
}

.label a:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}

.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}

.input:focus {
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}

.input-disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

.input-disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.input-disabled::placeholder,
  .input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

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

.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.menu.horizontal > li.bordered > a,
        .menu.horizontal > li.bordered > button,
        .menu.horizontal > li.bordered > span {
  border-left-width: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}

.menu[class*=" px-"]:not(.menu[class*=" px-0"]) li > *,
  .menu[class^="px-"]:not(.menu[class^="px-0"]) li > *,
  .menu[class*=" p-"]:not(.menu[class*=" p-0"]) li > *,
  .menu[class^="p-"]:not(.menu[class^="p-0"]) li > * {
  border-radius: var(--rounded-btn, 0.5rem);
}

.menu :where(li.bordered > *) {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}

.menu :where(li) > :where(*:not(ul)) {
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: currentColor;
}

.menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):focus),
  .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):hover) {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.menu :where(li:not(.menu-title):not(:empty)) > :where(:not(ul).active),
  .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):active) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.menu :where(li:empty) {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1px;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.menu li.disabled > * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.menu li.disabled > *:hover {
  background-color: transparent;
}

.menu li.hover-bordered a {
  border-left-width: 4px;
  border-color: transparent;
}

.menu li.hover-bordered a:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}

.menu.compact li > a,
      .menu.compact li > span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu .menu-title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  opacity: 0.4;
}

.menu .menu-title > * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.menu :where(li:not(.disabled)) > :where(*:not(ul)) {
  outline: 2px solid transparent;
  outline-offset: 2px;
  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-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu > :where(li:first-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li:first-child) > :where(:not(ul)) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li:last-child) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li:last-child) > :where(:not(ul)) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) :where(li) {
  width: 100%;
  white-space: nowrap;
}

.menu > :where(li) > :where(ul) :where(li) :where(ul) {
  padding-left: 1rem;
}

.menu > :where(li) > :where(ul) :where(li) > :where(:not(ul)) {
  width: 100%;
  white-space: nowrap;
}

.menu > :where(li) > :where(ul) > :where(li:first-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li) > :where(ul) > :where(li:first-child) > :where(:not(ul)) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li) > :where(ul) > :where(li:last-child) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) > :where(li:last-child) > :where(:not(ul)) {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes progress-loading {
  50% {
    left: 107%;
  }
}

.radio:focus-visible {
  outline: 2px solid hsl(var(--bc));
  outline-offset: 2px;
}

.radio:checked,
  .radio[aria-checked=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  animation: radiomark var(--animation-input, 0.2s) ease-in-out;
  box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
}

.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}

@keyframes radiomark {
  0% {
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}

.range:focus-visible::-webkit-slider-thumb {
  --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset;
}

.range:focus-visible::-moz-range-thumb {
  --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset;
}

.range::-webkit-slider-runnable-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: hsla(var(--bc) / 0.1);
}

.range::-moz-range-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: hsla(var(--bc) / 0.1);
}

.range::-webkit-slider-thumb {
  background-color: hsl(var(--b1));
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-style: none;
  border-radius: var(--rounded-box, 1rem);
  appearance: none;
  -webkit-appearance: none;
  top: 50%;
  color: hsl(var(--range-shdw));
  transform: translateY(-50%);
  --filler-size: 100rem;
  --filler-offset: 0.6rem;
  box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset, var(--focus-shadow, 0 0), calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

.range::-moz-range-thumb {
  background-color: hsl(var(--b1));
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-style: none;
  border-radius: var(--rounded-box, 1rem);
  top: 50%;
  color: hsl(var(--range-shdw));
  --filler-size: 100rem;
  --filler-offset: 0.5rem;
  box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset, var(--focus-shadow, 0 0), calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

@keyframes rating-pop {
  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}

.select:focus {
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}

.select-disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

.select-disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.select-disabled::placeholder,
  .select[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}

[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
}

:where(.stats) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.steps .step:before {
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  width: 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));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  content: "";
  margin-left: -100%;
}

.steps .step:after {
  content: counter(step);
  counter-increment: step;
  z-index: 1;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  place-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}

.steps .step:first-child:before {
  content: none;
}

.steps .step[data-content]:after {
  content: attr(data-content);
}

.tab:hover {
  --tw-text-opacity: 1;
}

.tab.tab-active:not(.tab-disabled):not([disabled]) {
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}

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

.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -3px;
}

.tab:focus-visible.tab-lifted {
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}

.tab-disabled,
  .tab-disabled:hover,
  .tab[disabled],
  .tab[disabled]:hover {
  cursor: not-allowed;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}

.table :where(th, td) {
  white-space: nowrap;
  padding: 1rem;
  vertical-align: middle;
}

.table tr.active th,
    .table tr.active td,
    .table tr.active:nth-child(even) th,
    .table tr.active:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}

.table tr.hover:hover th,
    .table tr.hover:hover td,
    .table tr.hover:nth-child(even):hover th,
    .table tr.hover:nth-child(even):hover td {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}

.table:where(:not(.table-zebra)) :where(thead, tbody, tfoot) :where(tr:not(:last-child) :where(th, td)) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
}

.table :where(thead, tfoot) :where(th, td) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.table :where(tbody th, tbody td) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}

:where(.table *:first-child) :where(*:first-child) :where(th, td):first-child {
  border-top-left-radius: 0.5rem;
}

:where(.table *:first-child) :where(*:first-child) :where(th, td):last-child {
  border-top-right-radius: 0.5rem;
}

:where(.table *:last-child) :where(*:last-child) :where(th, td):first-child {
  border-bottom-left-radius: 0.5rem;
}

:where(.table *:last-child) :where(*:last-child) :where(th, td):last-child {
  border-bottom-right-radius: 0.5rem;
}

.textarea:focus {
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}

.textarea-disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

.textarea-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.textarea-disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

@keyframes toast-pop {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

:root .prose {
  --tw-prose-body: hsla(var(--bc)/.8);
  --tw-prose-headings: hsl(var(--bc));
  --tw-prose-lead: hsl(var(--bc));
  --tw-prose-links: hsl(var(--bc));
  --tw-prose-bold: hsl(var(--bc));
  --tw-prose-counters: hsl(var(--bc));
  --tw-prose-bullets: hsla(var(--bc)/.5);
  --tw-prose-hr: hsla(var(--bc)/.2);
  --tw-prose-quotes: hsl(var(--bc));
  --tw-prose-quote-borders: hsla(var(--bc)/.2);
  --tw-prose-captions: hsla(var(--bc)/.5);
  --tw-prose-code: hsl(var(--bc));
  --tw-prose-pre-code: hsl(var(--nc));
  --tw-prose-pre-bg: hsl(var(--n));
  --tw-prose-th-borders: hsla(var(--bc)/.5);
  --tw-prose-td-borders: hsla(var(--bc)/.2);
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  padding: 2px 8px;
  border-radius: var(--rounded-badge);
}

.prose code:after, 
  .prose code:before {
  content: none;
}

.prose pre code {
  border-radius: 0;
  padding: 0;
}

.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)) {
  border-bottom-color: hsl(var(--bc) / 20%);
}

.artboard.phone {
  width: 320px;
}

.artboard.phone-1.horizontal,
      .artboard.phone-1.artboard-horizontal {
  width: 568px;
  height: 320px;
}

.artboard.phone-2.horizontal,
      .artboard.phone-2.artboard-horizontal {
  width: 667px;
  height: 375px;
}

.artboard.phone-3.horizontal,
      .artboard.phone-3.artboard-horizontal {
  width: 736px;
  height: 414px;
}

.artboard.phone-4.horizontal,
      .artboard.phone-4.artboard-horizontal {
  width: 812px;
  height: 375px;
}

.artboard.phone-5.horizontal,
      .artboard.phone-5.artboard-horizontal {
  width: 896px;
  height: 414px;
}

.artboard.phone-6.horizontal,
      .artboard.phone-6.artboard-horizontal {
  width: 1024px;
  height: 320px;
}

.btm-nav-xs>*:where(.active) {
  border-top-width: 1px;
}

.btm-nav-sm>*:where(.active) {
  border-top-width: 2px;
}

.btm-nav-md>*:where(.active) {
  border-top-width: 2px;
}

.btm-nav-lg>*:where(.active) {
  border-top-width: 4px;
}

.menu-horizontal {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
}

.menu-horizontal :where(li) {
  flex-direction: row;
}

.menu-horizontal > :where(li) > :where(ul) {
  top: 100%;
  left: initial;
}

.steps-horizontal .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}

.steps-vertical .step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.btn-group .btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal .btn:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .btn:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical .btn:first-child:not(:last-child) {
  margin-top: -1px;
  margin-left: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.menu-horizontal :where(li.bordered > *) {
  border-left-width: 0px;
  border-bottom-width: 4px;
}

.menu-horizontal > :where(li:first-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: inherit;
}

.menu-horizontal > :where(li:first-child) > :where(*:not(ul)) {
  border-top-left-radius: inherit;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: inherit;
}

.menu-horizontal > :where(li:last-child) {
  border-top-left-radius: unset;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: unset;
}

.menu-horizontal > :where(li:last-child) > :where(*:not(ul)) {
  border-top-left-radius: unset;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: unset;
}

.steps-horizontal .step {
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}

.steps-horizontal .step:before {
  height: 0.5rem;
  width: 100%;
  --tw-translate-y: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  margin-left: -100%;
}

.steps-vertical .step {
  gap: 0.5rem;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
  min-height: 4rem;
  justify-items: start;
}

.steps-vertical .step:before {
  height: 100%;
  width: 0.5rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin-left: 50%;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-8 {
  margin: 2rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.\!mb-1 {
  margin-bottom: 0.25rem !important;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-20 {
  margin-top: 5rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[8\/3\] {
  aspect-ratio: 8/3;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[64vh\] {
  max-height: 64vh;
}

.min-h-\[25rem\] {
  min-height: 25rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-16 {
  width: 4rem;
}

.w-7 {
  width: 1.75rem;
}

.w-80 {
  width: 20rem;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[85ch\] {
  max-width: 85ch;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

.border-solid {
  border-style: solid;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

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

.bg-base-300 {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}

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

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 239 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.stroke-current {
  stroke: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.font-pro {
  font-family: neue_haas_grotesk_text_pro;
}

.font-sans {
  font-family: neue_haas_grotesk_text_pro_regular;
}

.font-title {
  font-family: neue_haas_grotesk_text_pro_bold;
}

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.text-xl {
  font-size: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

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

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.\!leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2;
}

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

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

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

.text-base-content {
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(36 46 138 / var(--tw-text-opacity));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.entry-content h1, .block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.team_carousel .owl-carousel .item >div .entry-content h1,.team_carousel .owl-carousel .item >div  .block-editor-block-list__layout h1{
  margin-bottom : 0.5rem;
}

.entry-content h2, .block-editor-block-list__layout h2 {
  font-size: 1.25rem;
}

.entry-content h3, .block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

/*
	Components
 */

@font-face {
  font-family: 'neue_haas_grotesk_text_pro';

  src: url('../woff2/nhaasgrotesktxpro-65md-webfont.woff2') format('woff2'),
	url('../woff/nhaasgrotesktxpro-65md-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'neue_haas_grotesk_text_pro_regular';

  src: url('../woff2/nhaasgrotesktxpro-55rg-webfont.woff2') format('woff2'),
	url('../woff/nhaasgrotesktxpro-55rg-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'neue_haas_grotesk_text_pro_bold';

  src: url('../woff2/nhaasgrotesktxpro-75bd-webfont.woff2') format('woff2'),
	url('../woff/nhaasgrotesktxpro-75bd-webfont.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

h1, h2, h3, h4, h5, h6
{
  font-family : 'neue_haas_grotesk_text_pro', sans-serif;
  color       : #0B0B0B;
}

/*Prose is kinda stupid with colors and other css */

.prose :where(h1):not(:where([class~="not-prose"] *)),
	.prose :where(h2):not(:where([class~="not-prose"] *)),
	.prose :where(h3):not(:where([class~="not-prose"] *)),
	.prose :where(h4):not(:where([class~="not-prose"] *)),
	.prose :where(h5):not(:where([class~="not-prose"] *)),
	.prose :where(h6):not(:where([class~="not-prose"] *))
	{
  color : inherit;
}

.prose h1
	{
  font-size   : 3rem;
  line-height : 3rem;
}

@media (max-width: 960px) {
  .prose h1
	{
    font-size: 1.75rem;
    line-height : 1.75rem
  }
}

.prose h2
	{
  font-size   : 2.5rem;
  line-height : 2.5rem;
}

@media (max-width: 960px) {
  .prose h2
	{
    font-size: 1.85rem;
    line-height : 1.85rem
  }
}

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

@media (max-width: 960px) {
  .has-xxl-font-size{
    font-size : inherit !important;
  }
}

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

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: #0B0B0B;
}

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

.section {
  padding: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  .section {
    padding: 5rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section.less_padding {
  padding: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  .section.less_padding {
    padding: 5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section.way_less_padding {
  padding: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 960px) {
  .section.way_less_padding {
    padding: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width : 960px)
		{
  .section.top_section{
    padding-top : 3rem
  }
}

@media (min-width : 960px)
		{
  .section.no-padding{
    padding-top : 0;
    padding-bottom : 0
  }
}

.img{
  overflow: hidden;
}

.img.unzoom img{
  transform: scale(1.02);
  transition: transform 0.3s ease-out;
  -webkit-font-smoothing: subpixel-antialiased;
}

.img.unzoom:hover img{
  transform: scale(1);
}

.img.dark_overlay_hover{
  position : relative;
}

.img.dark_overlay_hover:before{
  content: '';
  position : absolute;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
  width : 100%;
  height : 100%;
  background-color : black;
  z-index : 1;
  opacity : 0;
  transition: opacity 0.3s ease;
}

.img.dark_overlay_hover:hover:before{
  opacity : 0.1;
}

.underline_target_on_hover .underline_target {
  position: relative;
}

.underline_target_on_hover .underline_target:before{
  content : '';
  position : absolute;
  z-index : 1;
  left : 50%;
  right : 50%;
  bottom: 0.1rem;
  opacity : 0;
  height : 1px;
  background-color : currentColor;
  transition: all 0.3s ease;
}

.underline_target_on_hover:hover .underline_target,.underline_target_on_hover:focus .underline_target,.underline_target_on_hover:active .underline_target{
  background-color : inherit;
  color:inherit;
}

.underline_target_on_hover:hover .underline_target:before{
  left : 0rem;
  right : 0rem;
  opacity : 1;
}

.underline_target_on_hover2:hover a:not(:where([class~="btn"])){
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.acf-innerblocks-container .container{
  padding-left : 0;
  padding-right : 0;
}

@media (min-width : 960px)
			{
  ._block.simple_text.fit_viewport{
    min-height : calc(40vh - 84px/2 )
  }
}

img.aspect-video::before {
  float: left;
  padding-top: 56.25%;
  content: "";
}

img.aspect-video::after {
  display: block;
  content: "";
  clear: both;
}

.split_columns{
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (max-width : 960px)
	{
  .split_columns{
    -moz-column-count: 3;
         column-count: 3
  }
}

@media (max-width : 782px)
	{
  .split_columns{
    -moz-column-count: 2;
         column-count: 2
  }
}

@media (max-width : 600px)
	{
  .split_columns{
    -moz-column-count: 1;
         column-count: 1
  }
}

.split_columns b{
  margin-bottom : 0.5rem;
  display: block;
}

.split_columns b:not(:first-child){
  margin-top : 1rem;
}

.make_this_table_dynamic table{
  table-layout: fixed;
}

.body_frame{
  position: fixed;
  z-index : 400;
  background: transparent;
  pointer-events: none;
}

.body_frame.left, .body_frame.right {
  top: 16px;
  bottom: 16px;
  width: 20px;
}

@media (max-width: 782px) {
  .body_frame.left, .body_frame.right {
    top: 9px;
    bottom: 9px;
    width: 12px
  }
}

.body_frame.left {
  left: 0;
  border-right: 4px solid #0B0B0B;
}

@media (max-width: 782px) {
  .body_frame.left {
    border-right: 3px solid #0B0B0B
  }
}

.body_frame.right {
  right: 0;
  border-left: 4px solid #0B0B0B;
}

@media (max-width: 782px) {
  .body_frame.right {
    border-left: 3px solid #0B0B0B
  }
}

.body_frame.top, .body_frame.bottom {
  left: 16px;
  right: 16px;
  height: 20px;
}

@media (max-width: 782px) {
  .body_frame.top, .body_frame.bottom {
    left: 9px;
    right: 9px;
    height: 12px
  }
}

.body_frame.top {
  top: 0;
  border-bottom: 4px solid #0B0B0B;
}

@media (max-width: 782px) {
  .body_frame.top {
    border-bottom: 3px solid #0B0B0B
  }
}

.body_frame.bottom {
  bottom: 0;
  border-top: 4px solid #0B0B0B;
}

@media (max-width: 782px) {
  .body_frame.bottom {
    border-top: 3px solid #0B0B0B
  }
}

.logo svg{
  width : 200px;
  max-width: 100%;
}

header{
  position: fixed;
  top:0;
  left : 0;
  right : 0;
  z-index : 50;
  background-color:transparent;
  color:white;
  transition         : background-color 0.3s ease ;
  /*height: theme("header.height"); */
}

header .logo img{
  width : 180px;
}

@media (max-width: 782px) {
  header .logo img{
    width : 130px
  }
}

header .logo .dark{
  display: none;
}

header #nav_menu_button,header #close_nav_menu{
  display: inline-block;
  padding: 0.3rem;
}

header #close_nav_menu{
  display: none;
}

.animate_underline{
  position: relative;
}

.animate_underline:before{
  content : '';
  position : absolute;
  z-index : 1;
  left : 50%;
  right : 50%;
  bottom: 1rem;
  opacity : 0;
  height : 1px;
  background-color : currentColor;
  transition: all 0.3s ease;
}

.animate_underline:hover, .animate_underline:focus, .animate_underline:active{
  background-color : inherit;
  color:inherit;
}

.animate_underline:hover:before{
  left : 1rem;
  right : 1rem;
  opacity : 1;
}

.animate_underline.alt2:before{
  bottom: 0;
}

.animate_underline.alt2:hover:before{
  left : 0rem;
  right : 0rem;
}

#primary-menu .menu li a{
  letter-spacing: 0.03em;
  position: relative;
}

#primary-menu .menu li a:before{
  content : '';
  position : absolute;
  z-index : 1;
  left : 50%;
  right : 50%;
  bottom: 1rem;
  opacity : 0;
  height : 1px;
  background-color : currentColor;
  transition: all 0.3s ease;
}

#primary-menu .menu li a:hover,#primary-menu .menu li a:focus,#primary-menu .menu li a:active{
  background-color : inherit;
  color:inherit;
}

#primary-menu .menu li a:hover:before{
  left : 1rem;
  right : 1rem;
  opacity : 1;
}

#primary-menu .menu li a.alt2:before{
  bottom: 0;
}

#primary-menu .menu li a.alt2:hover:before{
  left : 0rem;
  right : 0rem;
}

#primary-menu .menu li.current-menu-item a:before{
  left : 1rem;
  right : 1rem;
  opacity : 1;
}

body.scrolled header,body.nav_open header,body.white_header_background header,body.error404 header{
  background-color : #fcfcfc;
  color:#0B0B0B;
}

body.scrolled header .logo .dark,body.nav_open header .logo .dark,body.white_header_background header .logo .dark,body.error404 header .logo .dark{
  display: block;
}

body.scrolled header .logo .light,body.nav_open header .logo .light,body.white_header_background header .logo .light,body.error404 header .logo .light{
  display: none;
}

body.nav_open header{
  background-color : white;
}

body.nav_open header #nav_menu_button{
  display: none;
}

body.nav_open header #close_nav_menu{
  display: inline-flex;
}

.menu .menu-item-has-children{
  position : relative;
}

.menu .menu-item-has-children a{
  padding-right : 2rem;
}

.menu .menu-item-has-children:after{
  content : url('../svg/chevron-down.svg');
  width: 1rem;
  height: 1rem;
  position : absolute;
  right : 0.5rem;
  top : 1rem;
}

.nav_cta a {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  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-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

.nav_cta a[disabled] {
  pointer-events: none;
}

.nav_cta a.loading,.nav_cta a.loading:hover {
  pointer-events: none;
}

.nav_cta a.loading:before {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .nav_cta a.loading:before {
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"].nav_cta a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"].nav_cta a:before {
  content: attr(data-title);
}

.btn-outline.nav_cta a .badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-outline.nav_cta a .badge-outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.nav_cta a:hover .badge {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.nav_cta a:hover .badge.outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.nav_cta a:active:hover,.nav_cta a:active:focus {
  animation: none;
  transform: scale(var(--btn-focus-scale, 0.95));
}

.nav_cta a:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

.nav_cta a:focus-visible {
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

.nav_cta a {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.nav_cta a:hover,.nav_cta a.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
}

.nav_cta a:focus-visible {
  outline: 2px solid hsl(var(--p));
}

.nav_cta a.glass:hover,.nav_cta a.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.nav_cta a.glass:focus-visible {
  outline: 2px solid currentColor;
}

.btn-outline.nav_cta a {
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.nav_cta a:hover,
      .btn-outline.nav_cta a.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.nav_cta a[disabled],.nav_cta a[disabled]:hover {
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.nav_cta a.loading.btn-square:before,.nav_cta a.loading.btn-circle:before {
  margin-right: 0px;
}

.nav_cta a.loading.btn-xl:before,.nav_cta a.loading.btn-lg:before {
  height: 1.25rem;
  width: 1.25rem;
}

.nav_cta a.loading.btn-sm:before,.nav_cta a.loading.btn-xs:before {
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked.nav_cta a {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked.nav_cta a:focus-visible {
  outline: 2px solid hsl(var(--p));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.nav_cta a {
  outline: 2px solid hsl(var(--p));
}

.btn-group .nav_cta a:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .nav_cta a:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group .nav_cta a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal .nav_cta a:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .nav_cta a:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .nav_cta a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical .nav_cta a:first-child:not(:last-child) {
  margin-top: -1px;
  margin-left: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical .nav_cta a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.nav_cta a {
  height: auto;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
  text-decoration: none;
  font-size: 87%;
  position : relative;
  will-change: padding;
  transition: padding 0.3s ease;
}

.nav_cta a:after{
  content: url("../svg/arrow_right.svg");
  width: 28px;
  padding-left: 0.5rem;
  line-height: 1px;
  position: absolute;
  right : 0;
  top : 50%;
  height: 20px;
  margin-top: -10px;
  opacity : 0;
  will-change: opacity,right;
  transition: opacity 0.3s ease, right 0.3s ease;
}

.nav_cta a:hover {
  background-color: transparent;
}

@media (min-width : 960px)
		{
  .nav_cta a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(11 11 11 / var(--tw-border-opacity));
    padding-right: 3rem;
  }

  .nav_cta a:hover:after{
    opacity : 1;
    right : 1rem;
  }
}

#side_drawer{
}

/*noinspection CssInvalidPseudoSelector*/

#primary-menu-mobile .menu > :where(li) > :where(ul){
  display: block;
  position: static;
  padding-left: 1rem;
}

#mobile_nav{
  position: fixed;
  width : 100%;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 100%;
  z-index : 40;
  background-color : white;
  height : 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

#mobile_nav.open{
}

body.nav_open #mobile_nav{
  overflow: auto;
  transform: translateY(0);
}

.page-template header,body.single header{
  background-color : #fcfcfc;
  color:#0B0B0B;
  position: sticky;
}

.page-template header .logo .dark,body.single header .logo .dark{
  display: block;
}

.page-template header .logo .light,body.single header .logo .light{
  display: none;
}

body.white_header_background header
	{
  position : sticky;
}

.hero{
  /*height : 100vh ; */
  position: relative;
  overflow: hidden;
  background-size : cover;
}

.hero.large{
  min-height : 600px;
  height : 80vh;
}

.hero.fit_viewport{
  min-height : 400px;
  height : calc(60vh - 84px/2 );
}

@media (max-width : 782px)
		{
  .hero.fit_viewport{
    min-height : 260px
  }
}

.hero .owl-carousel{
  position: absolute;
  z-index : 1;
  height : 100%;
  width : 100%;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
}

.hero .owl-carousel .owl-stage,.hero .owl-carousel .owl-stage-outer,.hero .owl-carousel .owl-item,.hero .owl-carousel .item{
  height : 100%;
}

.hero .container{
  z-index : 3;
}

/*
	Video
	 */

.hero .video{
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  bottom: 0;
  right: 0;
  height: unset;
  max-width: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero .overlay{
  position : absolute;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
  z-index : 2;
  background-color : black;
}

.hero .iframe{
  width : 100%;
  height : 100%;
  position : absolute;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
}

.hero .iframe iframe{
  width : 100%;
  height : 100%;
}

.hero.has_iframe .container{
  pointer-events: none;
}

.hero.has_iframe .iframe_touch{
  width : 100%;
  height : 100%;
  position : absolute;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
  /*background : gray; */
  z-index : 1;
  /*opacity : 0.9; */
  pointer-events: all;
}

.hero.has_iframe .iframe_touch.clicked{
  /*opacity : 0.2; */
  /*pointer-events: none; */
  top: auto;
  height : 4%;
}

.bg{
  background-size : cover;
  border-right : none;
}

/*
	Editor styles
 */

.hero.is_preview .owl-carousel .item:not(:first-child){
  display:none;
}

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

.footer_menus > div{
  display: grid;
  place-items: start;
  gap: 0.5rem;
}

.social_icons a svg{
  width :  1.2rem;
  height : 2rem;
  fill : #0B0B0B;
}

.form form
	{
  text-align : left;
}

.form input[type="text"], .form input[type="email"], .form input[type="number"], .form textarea
	{
  flex-shrink         : 1;
  height              : 3rem;
  padding-left        : 1rem;
  padding-right       : 1rem;
  font-size           : 90%;
  line-height         : 2;
  line-height         : 1.5rem;
  border-width        : 1px;
  border-color        : #0B0B0B;
  --tw-border-opacity : 0;
  --tw-bg-opacity     : 1;
  background-color    : transparent;
  border-radius       : none;
  outline             : none;
  width               : 100%;
  -webkit-appearance: none;
  webkit-border-radius: 0;
  border-radius: 0;
}

.form input[type="text"]:focus,
		.form input[type="email"]:focus,
		.form input[type="number"]:focus,
		.form textarea:focus
		{
  outline : 0;
}

@media (max-width : 960px)
		{
  .form input[type="text"], .form input[type="email"], .form input[type="number"], .form textarea
	{
    width : 100%
  }
}

.form textarea
	{
  height        : 10rem;
  resize        : none;
  border-radius : 0;
}

.form .gfield_label
	{
  margin-bottom : 0.5rem;
  display       : inline-block;
}

.form .gform-button {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  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-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

.form .gform-button[disabled] {
  pointer-events: none;
}

.form .gform-button.loading,.form .gform-button.loading:hover {
  pointer-events: none;
}

.form .gform-button.loading:before {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .form .gform-button.loading:before {
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"].form .gform-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"].form .gform-button:before {
  content: attr(data-title);
}

.form .gform-button:active:hover,.form .gform-button:active:focus {
  animation: none;
  transform: scale(var(--btn-focus-scale, 0.95));
}

.form .gform-button:hover {
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

.form .gform-button:focus-visible {
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

.form .gform-button.glass:hover,.form .gform-button.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.form .gform-button.glass:focus-visible {
  outline: 2px solid currentColor;
}

.form .gform-button[disabled],.form .gform-button[disabled]:hover {
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.form .gform-button.loading.btn-square:before,.form .gform-button.loading.btn-circle:before {
  margin-right: 0px;
}

.form .gform-button.loading.btn-xl:before,.form .gform-button.loading.btn-lg:before {
  height: 1.25rem;
  width: 1.25rem;
}

.form .gform-button.loading.btn-sm:before,.form .gform-button.loading.btn-xs:before {
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked.form .gform-button {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked.form .gform-button:focus-visible {
  outline: 2px solid hsl(var(--p));
}

.btn-group .form .gform-button:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .form .gform-button:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group .form .gform-button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal .form .gform-button:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .form .gform-button:first-child:not(:last-child) {
  margin-top: -0px;
  margin-left: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .form .gform-button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical .form .gform-button:first-child:not(:last-child) {
  margin-top: -1px;
  margin-left: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical .form .gform-button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.form .gform-button {
  height: auto;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
  text-decoration: none;
  font-size: 87%;
  position : relative;
  will-change: padding;
  transition: padding 0.3s ease;
}

.form .gform-button:after{
  content: url("../svg/arrow_right.svg");
  width: 28px;
  padding-left: 0.5rem;
  line-height: 1px;
  position: absolute;
  right : 0;
  top : 50%;
  height: 20px;
  margin-top: -10px;
  opacity : 0;
  will-change: opacity,right;
  transition: opacity 0.3s ease, right 0.3s ease;
}

.form .gform-button:hover {
  background-color: transparent;
}

@media (min-width : 960px)
		{
  .form .gform-button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(11 11 11 / var(--tw-border-opacity));
    padding-right: 3rem;
  }

  .form .gform-button:hover:after{
    opacity : 1;
    right : 1rem;
  }
}

.form .gform-button
	{
  padding-top    : 1rem;
  padding-bottom : 1rem;
  padding-left   : 1.25rem;
  padding-right  : 1.25rem;
}

.form .gform-button:hover
		{
  padding-right : 1.25rem;
}

.form .gform_fields
	{
  display         : flex;
  justify-content : flex-start;
  align-items     : end;
  position        : relative;
  flex-flow       : column;
  margin-bottom : 1.5rem;
}

.form .gform_fields .gfield
		{
  width         : 100%;
  margin-bottom : 1rem;
}

.form .gform_fields .validation_message
		{
  position  : absolute;
  bottom    : -1.3rem;
  font-size : 70%;
}

.form .gfield_radio .gchoice
		{
  display       : inline-block;
  padding-right : 1rem;
}

.form .gfield--type-submit[data-field-position="inline"] > input
		{
  border-top-left-radius    : 0px;
  border-bottom-left-radius : 0px;
  position                  : relative;
  left                      : 0px;
  border-left               : 0;
}

.form .gform_submission_error
	{
}

.form .gform_validation_errors
	{
  text-align    : left;
  font-size     : 80%;
  border-radius : 0;
  margin-top: 2rem;
}

.form .gform_validation_errors >*{
  color:#B24645;
  font-weight : normal;
  font-size : 80%;
}

.form .gform_ajax_spinner
	{
  position : absolute;
  right    : 1rem;
  bottom   : 1rem;
}

.form .gform_title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom : 2rem;
}

.form.newsletter
	{
  width: 80%;
  float: right;
}

@media (max-width : 1280px)
		{
  .form.newsletter
	{
    width : 100% !important
  }
}

@media (max-width : 960px)
		{
  .form.newsletter .gfield_label{
    max-width: none;
    min-width: 150px;
  }
}

.form.newsletter .gform_fields
		{
  flex-flow : row;
}

.form.newsletter .gform_submission_error
		{
  /*margin-bottom : 2rem; */
}

.form.newsletter .gfield--type-submit{
  width : auto;
}

.form.newsletter .gfield--type-submit[data-field-position="inline"] > input{
  width: 120px;
}

@media (max-width : 960px)
			{
  .form.newsletter .gfield--type-submit[data-field-position="inline"] > input{
    width: 90px
  }
}

.form.newsletter .gform_ajax_spinner
		{
  position : absolute;
  right    : 0.5rem;
  bottom   : auto;
  top : 3rem;
}

.form.newsletter.form_success .gform_footer:after{
  display: none;
}

.form.newsletter.form_success .gfield--type-submit{
  position: relative;
}

.form.newsletter.form_success .gfield--type-submit:after{
  content: url("../svg/checkmark.svg");
  width: 24px;
  padding-left: 0.5rem;
  line-height: 1px;
  position: absolute;
  right : 0.6rem;
  top : 50%;
  height: 20px;
  margin-top: -12px;
  opacity : 1;
  will-change: opacity,right;
  transition: opacity 0.3s ease, right 0.3s ease;
  filter: brightness(0.2);
}

@media (max-width : 782px)
					{
  .form.newsletter.form_success .gfield--type-submit:after{
    right : 5%
  }
}

.form.newsletter .gform_validation_errors{
  margin-top : 0;
}

.form.newsletter .gform_fields{
  margin-bottom : 0;
}

.form.newsletter .gform_confirmation_message{
  text-align : left !important;
}

.form.has_wide_submit_button .gform_button
		{
  width            : 100%;
  color            : white;
  background-color : #0B0B0B;
  padding          : 1rem;
  cursor           : pointer;
}

.form .gform_footer
	{
  position : relative;
  margin-bottom : 1rem;
}

.form input[type="radio"]
	{
  appearance         : none;
  -webkit-appearance : none;
  -moz-appearance    : none;
  width              : 12px;
  height             : 12px;
  border-radius      : 50%;
  border             : 1px solid #0B0B0B;
  outline            : none;
  position           : relative;
  top                : 1px;
  background-color   : transparent;
  transition         : background-color 0.3s ease;
  cursor             : pointer;
}

.form input[type="radio"]:checked
	{
  background-color : #0B0B0B;
}

.form input[type="radio"] + label
	{
  cursor : pointer;
  padding-left : 0.5rem;
}

.form .ginput_container_radio
	{
  padding: 1rem;
  border: 1px solid #0B0B0B;
}

.form .ginput_container_radio .gchoice{
  display: block;
  margin-bottom : 0.5rem;
}

.form .gform_confirmation_message{
  padding : 1rem;
  text-align : center;
  font-size : 80%;
}

.form select{
  border: 1px solid #0B0B0B;
  padding: 0.8rem;
  width: 100%;
  outline: none !important;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../svg/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.form select option:hover,
		.form select option:focus,
		.form select option:active {
  background: linear-gradient(#000000, #000000);
  background-color: #000000 !important;
  /* for IE */
  color: #ffed00 !important;
}

.form select option:checked {
  background-color: #0B0B0B;
  color: white;
}

.form select:active{
  outline: none;
}

.form .move_to_bottom{
  padding : 1rem;
}

@media (max-width: 782px) {
  .form .move_to_bottom >div div{
    width : 100% !important;
    float : none !important;
    padding-bottom : 1rem;
    display:block;
    text-align:left !important
  }
}

.form .gform_required_legend{
  display : none;
}

.gfield--type-honeypot
{
  display  : none !important;
  left     : -9000px;
  position : absolute !important;
}

.btn, .br_button>a {
  height: auto;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
  text-decoration: none;
  font-size: 87%;
  position : relative;
  will-change: padding;
  transition: padding 0.3s ease;
}

.btn:after,.br_button>a:after{
  content: url("../svg/arrow_right.svg");
  width: 28px;
  padding-left: 0.5rem;
  line-height: 1px;
  position: absolute;
  right : 0;
  top : 50%;
  height: 20px;
  margin-top: -10px;
  opacity : 0;
  will-change: opacity,right;
  transition: opacity 0.3s ease, right 0.3s ease;
}

.btn:hover,.br_button>a:hover {
  background-color: transparent;
}

@media (min-width : 960px)
		{
  .btn:hover,.br_button>a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(11 11 11 / var(--tw-border-opacity));
    padding-right: 3rem;
  }

  .btn:hover:after,.br_button>a:hover:after{
    opacity : 1;
    right : 1rem;
  }
}

.form_success .gform_footer{
  position: relative;
}

.form_success .gform_footer:after{
  content: url("../svg/checkmark.svg");
  width: 28px;
  padding-left: 0.5rem;
  line-height: 1px;
  position: absolute;
  right : 30%;
  top : 50%;
  height: 20px;
  margin-top: -12px;
  opacity : 1;
  will-change: opacity,right;
  transition: opacity 0.3s ease, right 0.3s ease;
}

@media (max-width : 782px)
			{
  .form_success .gform_footer:after{
    right : 5%
  }
}

.br_map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}

.br_map img {
  max-width: inherit !important;
}

.br_map .marker > .details{
  display: none;
}

:root {
  --s: 6;
  --h: 43;
  --speed: 1.7s;
}

@media (max-width: 782px) {
  :root {
    --h: 33;
  }
}

.text-carousel {
  height: calc(var(--h) * 1px);
  line-height: calc(var(--h) * 1px);
  overflow: hidden;
  display: inline-block;
  text-align: left;
}

.text-carousel ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
  margin: 0;
  padding: 0;
}

.text-carousel ul li {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  animation: liMove calc(var(--speed)) infinite;
  list-style: none;
  margin: 0;
  padding: 0;
}

@keyframes move {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, calc(var(--s) * var(--h) * -1px));
  }
}

@keyframes liMove {
  0% {
    transform: translate(0, 0);
  }

  20% {
    opacity: 0.5;
  }

  80%,
  100% {
    transform: translate(0, calc(var(--h) * -1px));
    opacity: 1;
  }
}

/*
	Updated carousel
 */

.scrolling-words-box {
  height: 3rem;
  overflow: hidden;
  text-align: left;
}

@media (max-width: 960px) {
  .scrolling-words-box {
    height: 1.9rem;
  }
}

.scrolling-words-box ul {
  padding: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
}

.scrolling-words-box ul li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .scrolling-words-box ul li {
    height: 1.9rem;
    line-height: 1.3;
  }
}

.count_2 {
  animation: scrollUp_2 6s infinite;
}

@keyframes scrollUp_2 {
  50%, 100% {
    transform: translateY(-50%);
  }
}

.count_3 {
  animation: scrollUp_3 7s infinite;
}

@keyframes scrollUp_3 {
  16.66667%, 50% {
    transform: translateY(-33.33333%);
  }

  66.66667%, 100% {
    transform: translateY(-66.66667%);
  }
}

.count_4 {
  animation: scrollUp_4 8s infinite;
}

@keyframes scrollUp_4 {
  8.33333%, 33.33333% {
    transform: translateY(-25%);
  }

  41.66667%, 66.66667% {
    transform: translateY(-50%);
  }

  75%, 100% {
    transform: translateY(-75%);
  }
}

.count_5 {
  animation: scrollUp_5 9s infinite;
}

@keyframes scrollUp_5 {
  5%, 25% {
    transform: translateY(-20%);
  }

  30%, 50% {
    transform: translateY(-40%);
  }

  55%, 75% {
    transform: translateY(-60%);
  }

  80%, 100% {
    transform: translateY(-80%);
  }
}

.count_6 {
  animation: scrollUp_6 10s infinite;
}

@keyframes scrollUp_6 {
  3.33333%, 20% {
    transform: translateY(-16.66667%);
  }

  23.33333%, 40% {
    transform: translateY(-33.33333%);
  }

  43.33333%, 60% {
    transform: translateY(-50%);
  }

  63.33333%, 80% {
    transform: translateY(-66.66667%);
  }

  83.33333%, 100% {
    transform: translateY(-83.33333%);
  }
}

.count_7 {
  animation: scrollUp_7 11s infinite;
}

@keyframes scrollUp_7 {
  2.38095%, 16.66667% {
    transform: translateY(-14.28571%);
  }

  19.04762%, 33.33333% {
    transform: translateY(-28.57143%);
  }

  35.71429%, 50% {
    transform: translateY(-42.85714%);
  }

  52.38095%, 66.66667% {
    transform: translateY(-57.14286%);
  }

  69.04762%, 83.33333% {
    transform: translateY(-71.42857%);
  }

  85.71429%, 100% {
    transform: translateY(-85.71429%);
  }
}

.count_8 {
  animation: scrollUp_8 12s infinite;
}

@keyframes scrollUp_8 {
  1.78571%, 14.28571% {
    transform: translateY(-12.5%);
  }

  16.07143%, 28.57143% {
    transform: translateY(-25%);
  }

  30.35714%, 42.85714% {
    transform: translateY(-37.5%);
  }

  44.64286%, 57.14286% {
    transform: translateY(-50%);
  }

  58.92857%, 71.42857% {
    transform: translateY(-62.5%);
  }

  73.21429%, 85.71429% {
    transform: translateY(-75%);
  }

  87.5%, 100% {
    transform: translateY(-87.5%);
  }
}

.count_9 {
  animation: scrollUp_9 13s infinite;
}

@keyframes scrollUp_9 {
  1.38889%, 12.5% {
    transform: translateY(-11.11111%);
  }

  13.88889%, 25% {
    transform: translateY(-22.22222%);
  }

  26.38889%, 37.5% {
    transform: translateY(-33.33333%);
  }

  38.88889%, 50% {
    transform: translateY(-44.44444%);
  }

  51.38889%, 62.5% {
    transform: translateY(-55.55556%);
  }

  63.88889%, 75% {
    transform: translateY(-66.66667%);
  }

  76.38889%, 87.5% {
    transform: translateY(-77.77778%);
  }

  88.88889%, 100% {
    transform: translateY(-88.88889%);
  }
}

.count_10 {
  animation: scrollUp_10 14s infinite;
}

@keyframes scrollUp_10 {
  1.11111%, 11.11111% {
    transform: translateY(-10%);
  }

  12.22222%, 22.22222% {
    transform: translateY(-20%);
  }

  23.33333%, 33.33333% {
    transform: translateY(-30%);
  }

  34.44444%, 44.44444% {
    transform: translateY(-40%);
  }

  45.55556%, 55.55556% {
    transform: translateY(-50%);
  }

  56.66667%, 66.66667% {
    transform: translateY(-60%);
  }

  67.77778%, 77.77778% {
    transform: translateY(-70%);
  }

  78.88889%, 88.88889% {
    transform: translateY(-80%);
  }

  90%, 100% {
    transform: translateY(-90%);
  }
}

.frame_container{
  position : relative;
}

.sticky_frame{
  width : 100%;
  position : absolute;
  top: 0;
  left: 0;
  min-height: 1000px;
  pointer-events: none;
}

.sticky_frame .sticky_image{
  position : sticky;
  top : calc(50vh - 25vh);
  width : 50%;
  height : 45vh;
  margin-left: auto;
  /*background-color : skyblue; */
  z-index : 30;
  text-align: center;
  font-size : 200%;
}

@media (max-width: 782px) {
  .sticky_frame .sticky_image{
    width : 100%;
    top: 35px;
    background-color : white
  }
}

.sticky_frame .sticky_image >.image{
  background-size: cover;
  background-position : 50% 50%;
  background-color : #fff;
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
  position : absolute;
  top : 50%;
  left: 50%;
  width : 500px;
  height : 500px;
  pointer-events: all;
}

@media (max-width: 782px) {
  .sticky_frame .sticky_image >.image{
    max-height : 100%;
    height : 200px;
    width : 200px
  }
}

.sticky_frame .sticky_image >.image.loaded{
  transition: background-image 0.5s ease,width 1s ease,height 1s ease;
}

.sticky_frame .sticky_image >.image video{
  height : 100%;
  width : 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: all;
}

@media (max-width: 782px) {
  .section_featured_image{
    height : 200px;
    height: 45vh
  }
}

@property --num {
  syntax: "<integer>";

  initial-value: 10;

  inherits: false;
}

:root {
  --to_num:20;
  --duration:2s;
  --initial_num:0;
}

.animated_counter::after {
  content:"0";
}

.animated_counter.animate{
  animation: counter var(--duration)  forwards cubic-bezier(0.87, 0, 0.13, 1);
  counter-reset: num var(--num);
}

.animated_counter.animate::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: var(--initial_num);
  }

  to {
    --num: var(--to_num);
  }
}

#modal_overlay{
  background : #F5F3EF;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
  position : fixed;
  z-index : 500;
  opacity : 0.8;
  -webkit-overflow-scrolling: auto;
  transition: opacity 0.3s ease;
  display: none;
}

#modal{
  display: none;
  -webkit-overflow-scrolling: auto;
  width : 100%;
  height : 100%;
  overflow: auto;
  position : fixed;
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
  z-index : 600;
}

#modal .modal_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

@media not all and (min-width: 782px) {
  #modal .modal_body {
    flex-direction: column;
  }
}

@media (min-width: 782px) {
  #modal .modal_body {
    flex-wrap: nowrap;
  }
}

#modal .modal_body{
  transition: max-width 0.4s ease;
  max-width: 72rem ;
  width : 100%;
  background-color : #fff;
  height : 100%;
  margin : 0 auto;
}

#modal .modal_body > div{
  border: 0px solid #0B0B0B;
  background-color : #fff;
  margin : 0;
  transition: none;
  overflow: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  /* IE and Edge */
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */

#modal .modal_body > div::-webkit-scrollbar {
  display: none;
}

#modal .modal_body > div {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#modal .modal_body .gallery_grid >div:first-child{
  width : 100% !important;
}

#modal .modal_body .gallery_grid >div:nth-child(3n),#modal .modal_body .gallery_grid >div:nth-child(3n+1){
  width :  48.6%;
}

#modal .modal_body .gallery_grid >div{
  cursor: pointer;
}

#modal .modal_body .gallery_grid >div img{
  opacity : 0;
}

#modal .modal_body .owl-carousel.owl-opacity-0{
  opacity : 0;
}

#modal .modal_body .owl-carousel{
  transition: opacity 0.2s ease;
  width: 80%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  position : relative;
}

@media (max-width: 782px) {
  #modal .modal_body .owl-carousel{
    width : 100%
  }
}

#modal .modal_body .owl-carousel .owl-nav{
  margin: 0;
  position: absolute;
  top: 50%;
  width : 100%;
  transform: translateY(-50%);
}

@media (max-width: 782px) {
  #modal .modal_body .owl-carousel .owl-nav{
    display: none
  }
}

#modal .modal_body .owl-carousel .owl-nav [class*=owl-]{
  position: absolute;
  font-size: 200%;
}

#modal .modal_body .owl-carousel .owl-nav [class*=owl-]:hover{
  background-color : inherit;
}

#modal .modal_body .owl-carousel .owl-nav [class*=owl-].owl-prev{
  left : -3rem;
}

#modal .modal_body .owl-carousel .owl-nav [class*=owl-].owl-prev:before{
  content: url('../svg/chevron_left.svg');
}

#modal .modal_body .owl-carousel .owl-nav [class*=owl-].owl-next{
  right : -3rem;
}

#modal .modal_body .owl-carousel .owl-nav [class*=owl-].owl-next:before{
  content: url('../svg/chevron_right.svg');
}

#modal .modal_body .owl-carousel .item{
  width : 100% !important;
}

#modal .modal_body .owl-carousel.owl-carousel{
  width : 80% !important;
  left : 50%;
  position : absolute;
  transform: translateY(-50%) translateX(-50%);
}

#modal .modal_body .owl-carousel.owl-carousel .owl-nav{
  display: block;
}

#modal .close_button{
  position : absolute;
  top: 1rem;
  right : 3rem;
  cursor : pointer;
  z-index : 2;
  transition: right 0.3s ease;
}

#modal .close_button.mobile{
  right : 1rem;
}

#modal .has_video{
  position : relative;
}

#modal .has_video .cover{
  top    : 0;
  right  : 0;
  left   : 0;
  bottom : 0;
  position : absolute;
  background-repeat : no-repeat;
  background-size : cover;
  z-index : 1;
}

#modal .has_video .play{
  position : absolute;
  z-index : 2;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modal .has_video iframe{
  width: 100%;
  height : auto;
  aspect-ratio: 16/9;
}

@media (min-width: 782px) {
  #modal .css_carousel >.item.split{
    width : 50%;
  }

  #modal .css_carousel >.item.split:nth-child(even){
    padding-right : 0.5rem;
  }

  #modal .css_carousel >.item.split:nth-child(odd){
    padding-left: 0.5rem;
  }
}

#modal .other_carousel .owl-item{
  opacity : 0;
}

#modal .other_carousel .owl-item.active{
  opacity : 1;
}

body[modal-type="carousel"] #modal .modal_body{
  max-width: 100%;
  transition: max-width 0.8s ease;
}

body[modal-type="carousel"] #modal 	.close_button{
  right : 1rem;
  display:block !important
}

@media (max-width: 782px) {
  body[modal-type="carousel"] .body_frame{
    display: none;
  }

  body[modal-type="carousel"] .owl-nav.owl-nav [class*=owl-].owl-prev{
    left : -2rem !important;
  }

  body[modal-type="carousel"] .owl-nav.owl-nav [class*=owl-].owl-next{
    right : -2rem !important;
  }
}

body[modal-type="frame"] #modal .modal_body > div{
  margin: 1rem;
  border-width: 4px;
  padding : 3rem;
  transition: border-width 0.3s ease,margin 0.3s ease;
}

@media (max-width: 782px) {
  body[modal-type="frame"] #modal .modal_body > div{
    padding : 1rem;
    width : auto;
    height : 100%;
    border-width:3px
  }

  body[modal-type="frame"] #modal .close_button{
    display: block !important;
    top: 2rem;
    right: 2rem;
  }
}

body[modal-type="frame"] #modal_overlay{
  opacity : 1;
}

body[modal-type="loading"] #modal .modal_body .title{
  height : 2rem;
  background-color: #444;
  border-radius: 10px;
  opacity: .1;
  animation: fading 1.5s infinite;
}

body[modal-type="loading"] #modal .modal_body .subtitle{
  height : 1rem;
  background-color: #444;
  border-radius: 10px;
  opacity: .1;
  animation: fading 1.5s infinite;
  width : 10rem;
}

body[modal-type="loading"] #modal .modal_body .here{
  background-color: #444;
  border-radius: 10px;
  opacity: .1;
  animation: fading 1.5s infinite;
  height : 10rem;
}

body[modal-type="loading"] #modal .modal_body .css_carousel{
  background-color: #444;
  border-radius: 0px;
  opacity: .1;
  animation: fading 1.5s infinite;
}

@media (max-width: 782px)
	{
  body[modal-type="team"]
{
    /*.close_button{ */
    /*	display: block !important; */
    /*	top: 82vw !important; */
    /*} */
  }

  body[modal-type="team"] .body_frame{
    z-index : 1000;
  }
}

body[modal-type="team"] #modal .modal_body > div{
  height : 100%;
}

@media (max-width: 960px)
	{
  body[modal-type="team"] #modal .modal_body .owl-carousel.owl-carousel{
    width : 100% !important;
  }
}

@media (max-width: 782px)
	{
  body[modal-type="event"] .body_frame{
    z-index : 1000;
  }
}

body[modal-type="short"] #modal .modal_body:not(.short){
  display: none;
}

body[modal-type="short"] #modal .modal_body{
  height: auto;
  padding: 1rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2rem;
}

.team_carousel {
  position: relative;
  height : 100%;
  background-color : #F5F3EF;
}

.team_carousel .owl-carousel .item{
  display: flex;
}

.team_carousel .owl-carousel .item >div{
  width : 50%;
  padding: 1rem;
}

.team_carousel .owl-carousel .item >div .title{
  margin-bottom : 1rem;
  margin-top : 4rem;
}

.team_carousel .owl-carousel .item >div .text-2xl{
  margin-bottom : 0.5rem;
}

.team_carousel .owl-carousel .item >div .member_position{
  /*font-weight : bold; */
}

@media (max-width: 782px) {
  #modal .modal_body .team_carousel .owl-carousel .item{
    flex-wrap: wrap;
  }

  #modal .modal_body .team_carousel .owl-carousel .item .image{
    order: 1;
    padding : 0;
    aspect-ratio: 4/3;
  }

  #modal .modal_body .team_carousel .owl-carousel .item .left_part{
    order: 2;
    padding : 2rem;
  }

  #modal .modal_body .team_carousel .owl-carousel .item >div{
    width : 100%;
  }

  #modal .modal_body .team_carousel .owl-carousel .item >div .title{
    margin-top : 0;
  }

  #modal .modal_body .team_carousel .owl-carousel .owl-nav.owl-nav{
    display: block !important;
    top : auto;
    bottom : 0;
    transform: none;
    height : 70px;
    position : fixed;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.676908263305322) 24%, rgba(255,255,255,1) 100%);
  }

  #modal .modal_body .team_carousel .owl-carousel .owl-nav.owl-nav [class*=owl-].owl-prev{
    left : 2rem;
  }

  #modal .modal_body .team_carousel .owl-carousel .owl-nav.owl-nav [class*=owl-].owl-next{
    right : 2rem;
  }

  #modal .modal_body .team_carousel .owl-carousel .owl-stage-outer{
    height : 100vh!important;
    padding-bottom : 70px;
    overflow-y: auto;
  }
}

.loading_ph{
  color : transparent;
  background-color: #444;
  border-radius: 10px;
  opacity: .1;
  animation: fading 1.5s infinite;
  height : 2rem;
}

body[modal-type]{
  overflow: hidden;
  /*@media (max-width: theme('screens.md')) { */
  /*	.body_frame{ */
  /*		z-index : 1000; */
  /*	} */
  /*} */
}

@keyframes fading {
  0% {
    opacity: .1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: .1;
  }
}

.pagination{
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.pagination .page-numbers{
  border:1px solid #0B0B0B;
  padding : 0.5rem;
  display: inline-block;
  line-height : 0.7rem;
}

.pagination .page-numbers.current{
  color : white;
  background-color : #0B0B0B;
}

.arrow{
  display: inline-block;
  font-size: 200%;
  cursor : pointer;
}

.arrow.right{
  content: url(../svg/chevron_right.svg);
}

.arrow.left{
  content: url(../svg/chevron_left.svg);
}

@media not all and (min-width: 782px) {
  .max-md\:carousel {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .max-md\:carousel-item {
    box-sizing: content-box;
    display: flex;
    flex: none;
    scroll-snap-align: start;
  }

  .max-md\:carousel-center .carousel-item {
    scroll-snap-align: center;
  }

  .max-md\:carousel-item {
    box-sizing: content-box;
    display: flex;
    flex: none;
    scroll-snap-align: start;
  }

  .carousel-center .max-md\:carousel-item {
    scroll-snap-align: center;
  }

  .max-md\:carousel-item {
    box-sizing: content-box;
    display: flex;
    flex: none;
    scroll-snap-align: start;
  }

  .carousel-center .max-md\:carousel-item {
    scroll-snap-align: center;
  }

  .carousel-end .max-md\:carousel-item {
    scroll-snap-align: end;
  }

  .max-md\:carousel {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .max-md\:carousel::-webkit-scrollbar {
    display: none;
  }
}

@media not all and (min-width: 960px) {
  .max-lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-lg\:\!hidden {
    display: none !important;
  }

  .max-lg\:aspect-\[16\/5\] {
    aspect-ratio: 16/5;
  }

  .max-lg\:w-1\/2 {
    width: 50%;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:bg-bottom {
    background-position: bottom;
  }

  .max-lg\:bg-center {
    background-position: center;
  }

  .max-lg\:bg-left {
    background-position: left;
  }

  .max-lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .max-lg\:bg-left-top {
    background-position: left top;
  }

  .max-lg\:bg-right {
    background-position: right;
  }

  .max-lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .max-lg\:bg-right-top {
    background-position: right top;
  }

  .max-lg\:bg-top {
    background-position: top;
  }

  .max-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:font-pro {
    font-family: neue_haas_grotesk_text_pro;
  }

  .max-lg\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .max-lg\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

@media not all and (min-width: 782px) {
  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-full {
    height: 100%;
  }

  .max-md\:w-3\/4 {
    width: 75%;
  }

  .max-md\:gap-2 {
    gap: 0.5rem;
  }

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

  .max-md\:pt-6 {
    padding-top: 1.5rem;
  }
}

@media (min-width: 782px) {
  .md\:order-1 {
    order: 1;
  }

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

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

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

@media (min-width: 960px) {
  .lg\:order-1 {
    order: 1;
  }

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

  .lg\:order-3 {
    order: 3;
  }

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

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

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

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

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

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

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .lg\:h-\[32rem\] {
    height: 32rem;
  }

  .lg\:h-\[55\%\] {
    height: 55%;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

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

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-\[75ch\] {
    max-width: 75ch;
  }

  .lg\:max-w-\[85ch\] {
    max-width: 85ch;
  }

  .lg\:max-w-\[88ch\] {
    max-width: 88ch;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:\!pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:\!leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}





/*# sourceMappingURL=app.css.map */