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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Parabole Text", system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-\[3px\] {
  bottom: -3px;
}

.-right-\[14px\] {
  right: -14px;
}

.-top-24 {
  top: -6rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.right-\[5vw\] {
  right: 5vw;
}

.top-0 {
  top: 0px;
}

.top-24 {
  top: 6rem;
}

.top-\[33px\] {
  top: 33px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1480\/800\] {
  aspect-ratio: 1480/800;
}

.aspect-\[345\/225\] {
  aspect-ratio: 345/225;
}

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

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-\[50px\] {
  width: 50px;
  height: 50px;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[100px\] {
  max-height: 100px;
}

.max-h-\[30px\] {
  max-height: 30px;
}

.max-h-\[50px\] {
  max-height: 50px;
}

.min-h-\[640px\] {
  min-height: 640px;
}

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

.w-2\.5 {
  width: 0.625rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

.w-\[46vw\] {
  width: 46vw;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-\[105px\] {
  max-width: 105px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1480px\] {
  max-width: 1480px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[605px\] {
  max-width: 605px;
}

.max-w-\[68px\] {
  max-width: 68px;
}

.max-w-\[884px\] {
  max-width: 884px;
}

.max-w-\[980px\] {
  max-width: 980px;
}

.max-w-copy {
  max-width: 980px;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

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

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

.resize {
  resize: both;
}

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

.grid-cols-\[96px_1fr\] {
  grid-template-columns: 96px 1fr;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[5px\] {
  gap: 5px;
}

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

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

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-y-\[26px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(26px * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[\2026\] {
  border-radius: …;
}

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

.border {
  border-width: 1px;
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity, 1));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(65 228 137 / var(--tw-border-opacity, 1));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 86 2 / var(--tw-border-opacity, 1));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(105 76 254 / var(--tw-border-opacity, 1));
}

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

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(229 251 128 / var(--tw-border-opacity, 1));
}

.bg-\[\#3c3c3c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#727272\] {
  --tw-bg-opacity: 1;
  background-color: rgb(114 114 114 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/90 {
  background-color: rgb(22 22 22 / 0.9);
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(65 228 137 / var(--tw-bg-opacity, 1));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 86 2 / var(--tw-bg-opacity, 1));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(105 76 254 / var(--tw-bg-opacity, 1));
}

.bg-sumint {
  --tw-bg-opacity: 1;
  background-color: rgb(232 254 226 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(229 251 128 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#3c3c3c\] {
  --tw-gradient-from: #3c3c3c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(60 60 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #161616 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 22 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green {
  --tw-gradient-from: #41E489 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 228 137 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange {
  --tw-gradient-from: #FF5602 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 86 2 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple {
  --tw-gradient-from: #694CFE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(105 76 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow {
  --tw-gradient-from: #E5FB80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 251 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/50 {
  --tw-gradient-to: rgb(22 22 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 22 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#161616\] {
  --tw-gradient-to: #161616 var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #161616 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[15px\] {
  padding: 15px;
}

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.pr-\[15px\] {
  padding-right: 15px;
}

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

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

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

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

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

.font-accent {
  font-family: "Parabole Display", ui-serif, Georgia, serif;
}

.font-display {
  font-family: "Neutrek", system-ui, sans-serif;
}

.font-sans {
  font-family: "Parabole Text", system-ui, sans-serif;
}

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

.text-3xl {
  font-size: 30px;
}

.text-4xl {
  font-size: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 16px;
}

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

.text-sm {
  font-size: 14px;
}

.text-xl {
  font-size: 20px;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[0\.75\] {
  line-height: 0.75;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[70px\] {
  line-height: 70px;
}

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

.leading-relaxed {
  line-height: 1.625;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#0b0b0b\] {
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}

.text-black\/30 {
  color: rgb(22 22 22 / 0.3);
}

.text-black\/40 {
  color: rgb(22 22 22 / 0.4);
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(65 228 137 / var(--tw-text-opacity, 1));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 86 2 / var(--tw-text-opacity, 1));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(105 76 254 / var(--tw-text-opacity, 1));
}

.text-sumint {
  --tw-text-opacity: 1;
  color: rgb(232 254 226 / var(--tw-text-opacity, 1));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(229 251 128 / var(--tw-text-opacity, 1));
}

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

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

.accent-green {
  accent-color: #41E489;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_12px_30px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 12px 30px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

/*
 * Only rules that Tailwind utilities cannot express live here.
 * All component/section/button styling is done with utility classes in the
 * PHP templates (see template-parts/*). Repeated utility strings are
 * centralised in the dcs_btn() helper in functions.php, not in CSS.
 */

/* Display/headings + announcement bar = Neutrek (the real brand face, single
 * Regular cut). Body copy still uses Parabole Text as a stand-in until a
 * licensed Neutrek text weight lands. Converted from the supplied otf to
 * woff2/woff for the web. */

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

  src: url("../fonts/Neutrek-Regular.woff2") format("woff2"),
         url("../fonts/Neutrek-Regular.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Parabole Text";

  src: url("../fonts/Parabole-TextRegular.woff2") format("woff2"),
         url("../fonts/Parabole-TextRegular.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

/* Decorative display cut — used for accents like the hero "Together." */

@font-face {
  font-family: "Parabole Display";

  src: url("../fonts/Parabole-DisplayRegular.woff2") format("woff2"),
         url("../fonts/Parabole-DisplayRegular.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

/* Alpine: prevent a flash of un-inited markup before x-data hydrates. */

[x-cloak] {
  display: none !important;
}

/* Reveal transforms translate elements off-screen before they animate in; the
 * real fix is the mobile directional fallback below, but clip the page's
 * horizontal overflow too as a safety net. NB: `clip` (not `hidden`) — `hidden`
 * makes body a scroll container and breaks window scrolling / the parallax. */

body {
  overflow-x: clip;
}

/* Hero corner mark: after 3s of no scroll it rotates 108deg (on the mark) and
 * rotates 180deg (on the mark) and bounces (on the button, so the bounce stays
 * vertical). Click scrolls down. */

.hero-corner {
  cursor: pointer;
}

.hero-corner__mark {
  transform-origin: center;
  transition: transform 0.6s ease;
}

.hero-corner.is-active .hero-corner__mark {
  transform: rotate(180deg);
}

.hero-corner.is-active {
  animation: hero-corner-bounce 1.1s ease-in-out infinite;
}

@keyframes hero-corner-bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50%      {
    transform: translateY(-12px);
  }
}

/* "Going down?" label — fades in with the active hint. */

.hero-corner__label {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hero-corner.is-active .hero-corner__label {
  opacity: 1;
}

/* "Going up?" scroll-to-top — hidden until app.js flags a sustained scroll-up. */

.scroll-top {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.scroll-top.is-visible .scroll-top__mark {
  animation: scroll-top-bounce 1.1s ease-in-out infinite;
}

@keyframes scroll-top-bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50%      {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-corner.is-active,
    .hero-corner.is-active .hero-corner__mark {
    animation: none;
    transition: none;
  }

  .scroll-top {
    transition: opacity 0.3s ease;
  }

  .scroll-top.is-visible .scroll-top__mark {
    animation: none;
  }
}

/* The header (announcement bar + nav) is position:fixed to the viewport top, so
 * the WP admin bar (also fixed) would overlap it. Offset the header by the admin
 * bar height when logged in. Admin bar is 32px >= 783px, 46px at 601-782px, and
 * non-fixed (no offset needed) below. */

@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* Track cards: green border that fades from top to bottom (Figma gradient
 * stroke) — solid green on the left, fading to transparent on the right. The
 * padding-box layer holds the #161616 card fill; the border-box layer paints
 * the fading green into the 1px transparent border. Pair with a `rounded-[…]`
 * utility so the gradient follows the corner radius. */

.track-card {
  border: 1px solid transparent;
  background:
        linear-gradient(#161616, #161616) padding-box,
        linear-gradient(90deg, #41e489 0%, rgba(65, 228, 137, 0) 85%) border-box;
}

/* Track 1 = orange, Track 2 = purple (Figma brand). Same fade-to-transparent
 * stroke as `.track-card`; reused by the venue Where (orange) / When (purple). */

.track-card--orange {
  border: 1px solid transparent;
  background:
        linear-gradient(#161616, #161616) padding-box,
        linear-gradient(90deg, #ff5602 0%, rgba(255, 86, 2, 0) 85%) border-box;
}

.track-card--purple {
  border: 1px solid transparent;
  background:
        linear-gradient(#161616, #161616) padding-box,
        linear-gradient(90deg, #694cfe 0%, rgba(105, 76, 254, 0) 85%) border-box;
}

/* Yellow fade — the Standard ticket card (Early Bird keeps the green stroke). */

.track-card--yellow {
  border: 1px solid transparent;
  background:
        linear-gradient(#161616, #161616) padding-box,
        linear-gradient(90deg, #e5fb80 0%, rgba(229, 251, 128, 0) 85%) border-box;
}

/* Two-tracks cards: yellow stroke fading to transparent (the brand fade-border
 * look, like the original track cards) instead of a flat yellow border. */

.track-card--fade {
  border: 1px solid transparent;
  background:
        linear-gradient(#161616, #161616) padding-box,
        linear-gradient(90deg, #e5fb80 0%, rgba(229, 251, 128, 0) 85%) border-box;
}

/* Agenda time cells: same gradient-stroke technique as `.track-card`, but the
 * border fades from transparent to white instead of green. The padding-box
 * layer holds the section's black fill; the border-box layer paints the fading
 * white into the 1px transparent border. Pair with a `rounded-[…]` utility. */

.agenda-time {
  border: 1px solid transparent;
  background:
        linear-gradient(#161616, #161616) padding-box,
        linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, #fff 100%) border-box;
}

/* Speaker cards: white fill with the same gradient-stroke technique as
 * `.track-card`. The white end of the stroke sits against the photo and fades
 * to brand green on the outer edge, so the direction flips with the layout:
 * `--img-right` (photo on the right) keeps white on the right, `--img-left`
 * keeps white on the left. Pair with a `rounded-[…]` utility. */

/* The floating white card (fill + gradient border) is a desktop treatment only.
 * On mobile the featured speaker stacks as plain content on the white section:
 * image, then name/role/bio, then the dark talk block — so no card here. */

@media (min-width: 1024px) {
  .speaker-card {
    border: 1px solid transparent;
  }

  .speaker-card--img-right {
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(90deg, #41e489 0%, #fff 100%) border-box;
  }

  .speaker-card--img-left {
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(90deg, #fff 0%, #41e489 100%) border-box;
  }
}

/* Partner tier cards: white fill with the `.track-card` gradient-stroke trick,
 * the brand colour fading to transparent so it disappears into the white
 * section. Tiers alternate purple-left then orange-right (Figma brand). Pair
 * with a `rounded-[…]` utility. */

.partner-card {
  border: 1px solid transparent;
  background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #694cfe 0%, rgba(105, 76, 254, 0) 85%) border-box;
}

.partner-card--reverse {
  border: 1px solid transparent;
  background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, rgba(255, 86, 2, 0) 15%, #ff5602 100%) border-box;
}

/* Footer pill(s): white fill with a green→white gradient stroke (padding-box/
 * border-box trick like `.track-card`). Desktop = one bar holding CTAs + logos
 * (`.footer-bar`). Mobile = CTAs stand alone and the logos get their own pill
 * (`.footer-logos`). Each is only a pill at its own breakpoint. */

@media (min-width: 1024px) {
  .footer-bar {
    border: 1px solid transparent;
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(90deg, #e5fb80 0%, #e5fb80 45%, #fff 100%) border-box;
  }
}

@media (max-width: 1023px) {
  .footer-logos {
    border: 1px solid transparent;
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(90deg, #e5fb80 0%, #e5fb80 45%, #fff 100%) border-box;
  }
}

/* Outline buttons on dark sections: a green→white gradient stroke instead of a
 * flat green border (padding-box #161616 fill matches the sections they sit on).
 * Fills solid green on hover. Pair with `rounded-full`; keep `hover:text-black`
 * on the element for the hover label colour. */

.btn-outline-fade {
  border: 2px solid transparent;
  background:
        linear-gradient(#161616, #161616) padding-box,
        linear-gradient(90deg, #e5fb80 0%, #fff 100%) border-box;
}

.btn-outline-fade:hover {
  background:
        linear-gradient(#e5fb80, #e5fb80) padding-box,
        linear-gradient(#e5fb80, #e5fb80) border-box;
}

/* Gravity Forms — the "Register Interest" form styled to match the dark card
 * (white labels, white inputs, yellow pill submit). Scoped to #register so it
 * never touches GF forms elsewhere. Overrides GF's orbital theme defaults. */

#register .dcs-gform .gform_fields {
  grid-row-gap: 20px;
}

#register .dcs-gform .gfield_label,
#register .dcs-gform legend.gfield_label,
#register .dcs-gform label,
#register .dcs-gform .gform-field-label {
  color: #fff !important;
  font-family: "Neutrek", system-ui, sans-serif;
}

#register .dcs-gform .gfield_required {
  color: rgba(255, 255, 255, 0.5) !important;
}

#register .dcs-gform input[type="text"],
#register .dcs-gform input[type="email"] {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd !important;
  background: #fff !important;
  color: #000 !important;
  padding: 0 1rem;
  font-size: 16px;
}

/* Consent checkbox row — inline, white label. */

#register .dcs-gform .gchoice {
  display: flex;
  align-items: center;
  gap: 20px;
}

#register .dcs-gform .gchoice input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  accent-color: #41e489;
}

/* Submit button → brand yellow pill. */

#register .dcs-gform .gform_footer {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

#register .dcs-gform .gform_button {
  background: #e5fb80 !important;
  color: #0b0b0b !important;
  border: none !important;
  border-radius: 9999px !important;
  font-family: "Neutrek", system-ui, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 20px !important;
  cursor: pointer;
  transition: opacity 0.2s;
}

#register .dcs-gform .gform_button:hover {
  opacity: 0.9;
}

/* Validation messages readable on the dark card. */

#register .dcs-gform .gfield_description.validation_message,
#register .dcs-gform .gform_validation_errors {
  color: #ff5602;
}

/* Anchor links land below the fixed header (announcement bar + nav). */

html {
  scroll-padding-top: 140px;
}

@media (min-width: 1024px) {
  html {
    scroll-padding-top: 185px;
  }
}

/* On-scroll reveal: elements fade + rise as they enter the viewport. app.js
 * adds `.is-visible`, and staggers `--reveal-delay` for [data-reveal-group]
 * children. Scoped to `.has-js` so content is never hidden without JS. */

.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
        opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

/* Directional variants: fly in from the side instead of rising. */

.has-js [data-reveal="left"]  {
  transform: translateX(-56px);
}

.has-js [data-reveal="right"] {
  transform: translateX(56px);
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Below lg the container gutters are too narrow for a horizontal fly-in — the
 * off-screen start position would push the page width. Fall back to the
 * vertical rise so nothing ever overflows the viewport. */

@media (max-width: 1023px) {
  .has-js [data-reveal="left"],
    .has-js [data-reveal="right"] {
    transform: translateY(28px);
  }
}

/* Announcement bar: slow purple shimmer (mirrors the reference site's animated
 * gradient bar). */

.announcement-anim {
  background-image: linear-gradient(90deg, #694cfe, #8a72ff, #694cfe);
  background-size: 200% 100%;
  animation: dcs-shimmer 7s ease-in-out infinite;
}

@keyframes dcs-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }

  50%      {
    background-position: 100% 50%;
  }
}

/* Letter flicker headings: app.js splits [data-flicker] into `.flicker-letter`
 * spans; each flickers on (staggered via --flicker-delay) once `.is-lit` lands. */

.has-js [data-flicker] {
  opacity: 0;
}

.flicker-word {
  display: inline-block;
  white-space: nowrap;
}

.flicker-letter {
  display: inline-block;
  opacity: 0;
}

.is-lit .flicker-letter {
  animation: dcs-flicker 0.55s ease-out both;
  animation-delay: var(--flicker-delay, 0s);
}

@keyframes dcs-flicker {
  0%   {
    opacity: 0;
  }

  10%  {
    opacity: 1;
  }

  20%  {
    opacity: 0.25;
  }

  35%  {
    opacity: 1;
  }

  55%  {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* Parallax elements are transformed on scroll by app.js. */

[data-parallax] {
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .has-js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-js [data-flicker] {
    opacity: 1;
  }

  .flicker-letter {
    opacity: 1;
  }

  .is-lit .flicker-letter {
    animation: none;
  }

  .announcement-anim {
    animation: none;
  }
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity, 1));
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(65 228 137 / var(--tw-text-opacity, 1));
}

.hover\:text-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(105 76 254 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 228 137 / var(--tw-ring-opacity, 1));
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 600px) {
  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

  .sm\:text-\[120px\] {
    font-size: 120px;
  }

  .sm\:text-\[64px\] {
    font-size: 64px;
  }

  .sm\:text-sm {
    font-size: 14px;
  }
}

@media (min-width: 782px) {
  .md\:block {
    display: block;
  }

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

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

  .lg\:-top-\[100px\] {
    top: -100px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[17vw\] {
    right: 17vw;
  }

  .lg\:right-\[50px\] {
    right: 50px;
  }

  .lg\:top-0 {
    top: 0px;
  }

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

  .lg\:top-\[220px\] {
    top: 220px;
  }

  .lg\:top-\[34px\] {
    top: 34px;
  }

  .lg\:mb-\[100px\] {
    margin-bottom: 100px;
  }

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

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:size-\[60px\] {
    width: 60px;
    height: 60px;
  }

  .lg\:h-\[100px\] {
    height: 100px;
  }

  .lg\:h-\[29\.873px\] {
    height: 29.873px;
  }

  .lg\:h-\[30\.001px\] {
    height: 30.001px;
  }

  .lg\:h-\[39px\] {
    height: 39px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[74dvh\] {
    height: 74dvh;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[50px\] {
    max-height: 50px;
  }

  .lg\:max-h-\[70px\] {
    max-height: 70px;
  }

  .lg\:min-h-\[334px\] {
    min-height: 334px;
  }

  .lg\:w-\[100px\] {
    width: 100px;
  }

  .lg\:w-\[105\.283px\] {
    width: 105.283px;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:w-\[159\.767px\] {
    width: 159.767px;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[305px\] {
    width: 305px;
  }

  .lg\:w-\[41\%\] {
    width: 41%;
  }

  .lg\:w-\[605px\] {
    width: 605px;
  }

  .lg\:w-\[620px\] {
    width: 620px;
  }

  .lg\:w-\[650px\] {
    width: 650px;
  }

  .lg\:w-\[66\%\] {
    width: 66%;
  }

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

  .lg\:max-w-\[122px\] {
    max-width: 122px;
  }

  .lg\:max-w-\[322px\] {
    max-width: 322px;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .lg\:grid-cols-\[230px_1fr\] {
    grid-template-columns: 230px 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:items-stretch {
    align-items: stretch;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[31px\] {
    gap: 31px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-\[50px\] {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-x-\[90px\] {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-br-\[100px\] {
    border-bottom-right-radius: 100px;
  }

  .lg\:rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:from-yellow {
    --tw-gradient-from: #E5FB80 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(229 251 128 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:to-white {
    --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-\[50px\] {
    padding: 50px;
  }

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

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

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pl-\[15px\] {
    padding-left: 15px;
  }

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

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

  .lg\:pr-\[30px\] {
    padding-right: 30px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-3xl {
    font-size: 30px;
  }

  .lg\:text-4xl {
    font-size: 36px;
  }

  .lg\:text-6xl {
    font-size: 64px;
  }

  .lg\:text-\[100px\] {
    font-size: 100px;
  }

  .lg\:text-\[200px\] {
    font-size: 200px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-\[90px\] {
    font-size: 90px;
  }

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

  .lg\:text-xl {
    font-size: 20px;
  }

  .lg\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .lg\:leading-\[100px\] {
    line-height: 100px;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:leading-\[34px\] {
    line-height: 34px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:leading-\[46px\] {
    line-height: 46px;
  }

  .lg\:leading-\[52px\] {
    line-height: 52px;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }
}
