/*
! tailwindcss v3.4.1 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -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: Formular Mono, 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 */
  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;
}

/*
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] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-md {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

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

.left-md {
  left: 1.5rem;
}

.right-md {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-\[calc\(2rem\+1em\)\] {
  top: calc(2rem + 1em);
}

.top-md {
  top: 1.5rem;
}

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

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

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

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

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

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

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

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

.\!order-none {
  order: 0 !important;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-start-1 {
  grid-column-start: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

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

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

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

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

.mb-sm {
  margin-bottom: 0.75rem;
}

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

.ml-\[1\.5px\] {
  margin-left: 1.5px;
}

.ml-auto {
  margin-left: auto;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-8 {
  height: 2rem;
}

.h-\[0\.70em\] {
  height: 0.70em;
}

.h-\[1\.5rem\] {
  height: 1.5rem;
}

.h-\[1em\] {
  height: 1em;
}

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

.h-\[calc\(2rem\+2px\)\] {
  height: calc(2rem + 2px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.h-viewport {
  height: calc(100 * var(--vh-unit) - 6rem);
}

.h-viewport-md {
  height: calc(100 * var(--vh-unit) - 3rem);
}

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

.w-1 {
  width: 0.25rem;
}

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

.w-8 {
  width: 2rem;
}

.w-\[1\.3rem\] {
  width: 1.3rem;
}

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

.w-\[1em\] {
  width: 1em;
}

.w-\[6rem\] {
  width: 6rem;
}

.w-\[calc\(2rem\+2px\)\] {
  width: calc(2rem + 2px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.max-w-\[16em\] {
  max-width: 16em;
}

.max-w-\[34rem\] {
  max-width: 34rem;
}

.max-w-\[52rem\] {
  max-width: 52rem;
}

.shrink {
  flex-shrink: 1;
}

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

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

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

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  animation: marquee 20s linear infinite;
}

@keyframes moveRight1 {
  30% {
    transform: translateX(-100%);
    opacity: 0;
  }

  50% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.animate-move-right-1 {
  animation: moveRight1 3600ms ease-out infinite;
}

@keyframes moveRight2 {
  35% {
    transform: translateX(-100%);
    opacity: 0;
  }

  55% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.animate-move-right-2 {
  animation: moveRight2 3600ms ease-out infinite;
}

@keyframes moveRight3 {
  40% {
    transform: translateX(-100%);
    opacity: 0;
  }

  60% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.animate-move-right-3 {
  animation: moveRight3 3600ms ease-out infinite;
}

@keyframes moveRight4 {
  45% {
    transform: translateX(-100%);
    opacity: 0;
  }

  65% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.animate-move-right-4 {
  animation: moveRight4 3600ms ease-out infinite;
}

@keyframes moveUp {
  0% {
    transform: translateY(80%);
  }

  100% {
    transform: translateY(-10%);
  }
}

.animate-move-up {
  animation: moveUp 1000ms ease-out infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-md {
  gap: 1.5rem;
}

.gap-xl {
  gap: 6rem;
}

.gap-xs {
  gap: 0.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

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

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

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

.border-r-2 {
  border-right-width: 2px;
}

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

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

.border-schema-txt {
  border-color: var(--schema-txt, #000);
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(74 136 96 / var(--tw-bg-opacity));
}

.bg-nav {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 30 / var(--tw-bg-opacity));
}

.bg-schema-txt {
  background-color: var(--schema-txt, #000);
}

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

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

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

.p-md {
  padding: 1.5rem;
}

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

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

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

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

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

.py-xxl {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pb-md {
  padding-bottom: 1.5rem;
}

.pb-xl {
  padding-bottom: 6rem;
}

.pr-lg {
  padding-right: 3rem;
}

.pt-\[1rem\] {
  padding-top: 1rem;
}

.pt-lg {
  padding-top: 3rem;
}

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

.pt-xxl {
  padding-top: 9rem;
}

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

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

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

.font-formular {
  font-family: Formular, sans-serif;
}

.text-lg {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}

.text-md {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}

.text-sm {
  font-size: 10px;
  line-height: 1;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

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

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

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

.duration-\[6500ms\] {
  transition-duration: 6500ms;
}

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

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

  src: url("../fonts/formular-light.woff2") format("woff2");

  font-weight: 300;

  font-style: normal;

  font-display: block;
}

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

  src: url("../fonts/formular-lightitalic.woff2") format("woff2");

  font-weight: 300;

  font-style: italic;

  font-display: block;
}

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

  src: url("../fonts/formular-regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: block;
}

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

  src: url("../fonts/formular-regularitalic.woff2") format("woff2");

  font-weight: 400;

  font-style: italic;

  font-display: block;
}

@font-face {
  font-family: "Formular Mono";

  src: url("../fonts/formular-mono.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: block;
}

@font-face {
  font-family: "Formular Mono";

  src: url("../fonts/formular-mono.woff2") format("woff2");

  font-weight: 400;

  font-style: italic;

  font-display: block;
}

:root {
  --font-size-md: clamp(0.875rem, 4vw, 1rem);
  --line-height-md: 1.3;
  --font-size-lg: clamp(1.3125rem, 6vw, 1.5rem);
  --line-height-lg: 1.35;
}

@media (min-width: 1600px) {
  :root {
    --font-size-md: 1vw;
    --font-size-lg: 1.5vw
  }
}

:root {
  --vh-unit: 1vh;
}

.is-cta {
  position: relative;
  display: block;
  border-width: 1px;
  border-color: var(--schema-txt, #000);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Formular, sans-serif;
  line-height: 1;
  background-color: var(--schema-txt, #000);
  color: var(--schema-bg, #fff);
  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: 300ms;
}

.is-cta > span {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.is-cta::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 0px;
  background-color: var(--schema-bg, #fff);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.is-cta:hover {
  color: var(--schema-txt, #000);
}

.is-cta:hover::after {
  width: 100%;
  opacity: 1;
}

.is-menu .is-cta {
  --schema-bg: #3221FF;
}

.is-schema-blackwhite .is-menu .is-cta {
  --schema-txt: #fff;
  border-color: var(--schema-bg);
}

.is-schema-whiteblack .is-menu .is-cta {
  --schema-bg: #fff;
  --schema-txt: #3221FF;
}

.is-content .is-cta, .is-content--blue .is-cta {
  --schema-txt: #3221FF;
  --schema-bg: #fff;
}

.is-content--green .is-cta {
  --schema-txt: #4A8860;
  --schema-bg: #fff;
}

@media (max-width: 767px) {
  .is-equal .is-column-1 > h2, .is-equal .is-column-2 > h2 {
    padding-bottom: 4.5rem !important;
  }

  .is-equal .is-column-1 {
    padding-bottom: 0px !important;
  }

  .is-equal .is-column-2 {
    padding-top: 3rem !important;
  }
}

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

.is-form.is-form--loading {
  opacity: 0.65;
}

.is-form input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-color: var(--schema-txt, #000);
  background-color: var(--schema-bg, #fff);
  padding: 0.75rem;
  font-family: Formular, sans-serif;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  font-weight: 300;
  color: var(--schema-txt, #000);
}

.is-form input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.2;
}

.is-form input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.2;
}

.is-header .is-menu li:last-child {
  visibility: hidden;
}

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

.is-ghost .is-menu li:not(:last-child) {
  visibility: hidden;
}

.is-ghost .is-menu li:last-child {
  pointer-events: auto;
}

.is-link {
  position: relative;
  display: block;
  background-color: var(--schema-bg, #fff);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  color: var(--schema-txt, #000);
}

.is-link > span {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.is-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: block;
  height: 1px;
  width: 0px;
  background-color: var(--schema-txt, #000);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.is-link:hover::after {
  width: 100%;
  opacity: 1;
}

.is-logo .hover\:lock-1,
.is-logo .hover\:lock-2,
.is-logo .hover\:lock-3 {
  transition: transform 300ms ease;
}

.is-logo .hover\:lock-1 {
  animation-delay: 0;
}

.is-logo .hover\:lock-2 {
  transition-delay: 100ms;
}

.is-logo .hover\:lock-3 {
  transition-delay: 150ms;
}

.is-logo:hover .hover\:lock-1{
  transform: translate3d(2.6%, 0, 0)
}

.is-logo:hover .hover\:lock-2 {
  transform: translate3d(2.9%, 0, 0)
}

.is-logo:hover .hover\:lock-3 {
  transform: translate3d(2.2%, 0, 0)
}

.is-nav {
  --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));
  overflow: hidden;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }

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

.is-nav.is-nav--open .will-fade-in {
  animation: fadeIn 500ms ease-out 1 forwards;
}

.is-header.is-header--open {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 30 / var(--tw-bg-opacity));
}

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

.is-quote--hidden {
  opacity: 0;
}

.is-quote--hidden .is-line {
  width: 0px;
}

.is-schema {
  background-color: var(--schema-bg, #fff);
  color: var(--schema-txt, #000);
}

.is-schema-blackwhite {
  --schema-txt: #000;
  --schema-bg: #fff;
}

.is-schema-bluewhite {
  --schema-txt: #3221FF;
  --schema-bg: #fff;
}

.is-schema-whiteblack {
  --schema-txt: #fff;
  --schema-bg: #000;
}

.is-schema-whitered {
  --schema-txt: #fff;
  --schema-bg: #F0341C;
}

.is-schema-whitegreen {
  --schema-txt: #fff;
  --schema-bg: #1A361E;
}

.is-schema-whiteblue {
  --schema-txt: #fff;
  --schema-bg: #3221FF;
}

.is-schema-whitekhaki {
  --schema-txt: #fff;
  --schema-bg: #AFA08E;
}

.is-schema.has-background-image {
  --schema-bg: transparent;
}

.is-schema.is-schema--no-bg {
  --schema-bg: transparent;
}

.is-screen--banner {
  height: 65vh;
}

@media (min-width: 768px) {
  .is-screen--banner {
    height: 80vh;
  }
}

.is-screen--viewport {
  height: calc(100svh - 4px);
}

@media (min-width: 768px) {
  .is-screen--viewport {
    height: 100vh;
  }
}

.is-screen--viewport-banner {
  height: 65vh;
}

@media (min-width: 768px) {
  .is-screen--viewport-banner {
    height: 100vh;
  }
}

.is-text h3 {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.is-text svg {
  display: inline-block;
  vertical-align: baseline;
  height: 0.74em;
}

.has-underline-top {
  position: relative;
}

.has-underline-top::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 1.5rem;
  z-index: 20;
  display: block;
  height: 1px;
  width: calc(100% - 3rem);
  background-color: var(--schema-txt, #000);
}

.has-underline-bottom {
  position: relative;
}

.has-underline-bottom::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 1.5rem;
  z-index: 20;
  display: block;
  height: 1px;
  width: calc(100% - 3rem);
  background-color: var(--schema-txt, #000);
}

u {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* div:first-child {
    opacity: 0;
  } */

.is-graphic-dot div:last-child {
  transform: translateY(10vh);
  opacity: 0;
}

/* div:first-child {
      animation: dotIn 1500ms forwards ease-out;
    } */

.is-graphic-dot--visible div:last-child {
  animation: lineIn 2000ms forwards ease-out;
}

@keyframes lineIn {
  0% {
    transform: translateY(10vh);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes dotIn {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.will-fade-in {
  opacity: 0;
}

.will-fade-in.delay-200 {
  animation-delay: 200ms !important;
}

.will-fade-in.delay-300 {
  animation-delay: 300ms !important;
}

.will-fade-in.delay-400 {
  animation-delay: 400ms !important;
}

.will-fade-in.delay-500 {
  animation-delay: 500ms !important;
}

.will-fade-in.delay-600 {
  animation-delay: 600ms !important;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.last\:border-none:last-child {
  border-style: none;
}

@media (max-width: 767px) {
  .mobile\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile\:max-w-\[65\%\] {
    max-width: 65%;
  }
}

@media (min-width: 768px) {
  .desktop\:left-lg {
    left: 3rem;
  }

  .desktop\:right-lg {
    right: 3rem;
  }

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

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

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

  .desktop\:mb-lg {
    margin-bottom: 3rem;
  }

  .desktop\:ml-auto {
    margin-left: auto;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-auto {
    height: auto;
  }

  .desktop\:h-screen {
    height: 100vh;
  }

  .desktop\:h-viewport {
    height: calc(100 * var(--vh-unit) - 6rem);
  }

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

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

  .desktop\:w-1\/2 {
    width: 50%;
  }

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

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

  .desktop\:w-\[12rem\] {
    width: 12rem;
  }

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

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

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

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

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

  .desktop\:border-0 {
    border-width: 0px;
  }

  .desktop\:px-lg {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:py-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

.\[\&\>img\:first-child\]\:ml-xl>img:first-child {
  margin-left: 6rem;
}

.\[\&_\.is-cta\]\:border-white .is-cta {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&_\.is-link\]\:bg-transparent .is-link {
  background-color: transparent;
}

.\[\&_a\]\:border-schema-bg a {
  border-color: var(--schema-bg, #fff);
}

.\[\&_svg_\*\]\:hidden svg * {
  display: none;
}

.\[\&_svg_\.logo-e-key\]\:block svg .logo-e-key {
  display: block;
}

.\[\&_svg_\.logo-e-lock\]\:block svg .logo-e-lock {
  display: block;
}
