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

html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
  position: relative;
  font-family: "Oxanium", sans-serif;
  color: white;
  font-weight: 300;
}

svg {
  overflow: hidden;
}

#home {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero-fullscreen {
  min-height: 100svh;
  min-height: 100vh;
}

.pulse-mask-rect {
  transform: translateX(-100%);
  animation: revealPulse 1.2s ease-in-out 0.3s forwards;
  transform-box: fill-box;
  transform-origin: 0 0;
}

@keyframes revealPulse {
  from {
    transform: translateX(-100%);
  }

  to   {
    transform: translateX(0);
  }
}

#logo-text {
  opacity: 0;
  animation: fadeInLogo 1.5s ease-in-out forwards;
  animation-delay: 1.3s;
}

@keyframes fadeInLogo {
  to {
    opacity: 1;
  }
}

.tagline .tag-word {
  opacity: 0;
  transform: scale(1);
  display: inline-block;
  animation: tagIn 1s ease-in-out forwards;
}

.tag-word.w1 {
  animation-delay: 2s;
}

.tag-word.w2 {
  animation-delay: 2.1s;
}

.tag-word.w3 {
  transform: scale(1);
  animation: tagIn 1s ease-in-out 2.2s forwards, pulseBg 2s ease-out 3.5s infinite;
}

.tag-word.w4 {
  animation-delay: 2.3s;
}

.tag-word.w5 {
  animation-delay: 2.4s;
}

.tag-word.w6 {
  animation-delay: 2.5s;
}

@keyframes tagIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulseBg {
  0% {
    transform: scale(1);
    opacity: 1;
    color: rgb(0, 200, 240);
  }

  100% {
    transform: scale(1.05);
    opacity: 0.3;
    color: rgb(0, 200, 240);
  }
}

.intro {
  opacity: 0;
  filter: blur(10px);
  display: inline-block;
  animation: introIn 1s ease-in-out forwards;
  animation-delay: 3.5s;
}

@keyframes introIn {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

.reg-delay {
  opacity: 0;
  transform: translateY(30px);
  animation: regDelay 0.5s ease-out forwards;
  animation-delay: 4.5s;
}

@keyframes regDelay {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.button {
  padding: 6px 12px;
  background-color: rgb(0, 200, 240);
  /*background-image: linear-gradient(to top right, theme('colors.deepblue'), theme('colors.cyan'));*/
  color: rgb(20, 40, 80);
  font-weight: 400;
  border-radius: 3px;
  transition-property: opacity, transform;
  transition-duration: 200ms;
  outline: none;
}

.button.glow {
  box-shadow: 0 0 0px 0px rgba(0, 200, 240, 0.2);
  animation: glowPulse 2s ease-out 1.5s infinite;
}

@keyframes glowPulse {
  from {
    box-shadow: 0 0 0px 0px rgba(0, 200, 240, 0.2);
  }

  to {
    box-shadow: 0 0 5px 5px rgba(0, 200, 240, 0.2);
  }
}

.background-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

@media (hover: none) and (pointer: coarse) {
  .background-image {
    background-attachment: scroll !important;
  }

  nav a:active {
    color: rgb(0, 200, 240);
    transform: scale(1.05);
  }

  .button:active {
    transform: scale(1.05);
    opacity: 0.7;
  }
}

nav a, .button, #hamburger {
  touch-action: manipulation;
}

.background-image-home {
  background-image: url("/images/background.webp");
}

.blur-background {
  background-image: url('/images/background_blur.webp');
  filter: blur(10px);
  opacity: 1;
  animation: bgOut 1s ease-in-out forwards;
  animation-delay: 3.5s;
  z-index: 1;
}

.sharp-background {
  opacity: 0;
  animation: bgIn 1s ease-in-out forwards;
  animation-delay: 3.5s;
  z-index: 2;
}

.overlay-fade {
  opacity: 1;
  animation: bgIn 1s ease-in-out forwards;
  animation-delay: 3.5s;
  z-index: 3;
}

@keyframes bgIn {
  to {
    opacity: 1;
  }
}

@keyframes bgOut {
  to {
    opacity: 0;
  }
}

.background-image-partners {
  background-image: url("/images/background_partners.webp");
}

.background-image-contact {
  background-image: url("/images/background_contact.webp");
}

.background-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform: translateZ(0);
  will-change: transform;
}

.background-overlay-charcoal {
  background: linear-gradient(
      to top right,
      rgba(0, 0, 0, 0.7),
      rgba(46, 46, 46, 0.9)
    );
}

#nav {
  background: linear-gradient(
      to top right,
      rgba(0, 0, 0, 0.8),
      rgba(46, 46, 46, 0.8));
}

#nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: rgb(46, 46, 46);
  z-index: 51;
  pointer-events: none;
}

#nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
      to right,
      transparent 0%,
      transparent 85%,
      rgb(20, 40, 80) 90%,
      rgb(0, 200, 240) 100%
    );
  background-size: 200% auto;
  animation: shineSwipe 4s ease-in-out 3.5s infinite;
  z-index: 52;
  pointer-events: none;
}

@keyframes shineSwipe {
  0% {
    background-position: 200% 0;
  }

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

.nav-show {
  transform: translateY(0) !important;
}

.\!chevron {
  clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 0 100%) !important;
  transition: clip-path 0.2s ease-out !important;
  will-change: clip-path !important;
}

.chevron {
  clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.2s ease-out;
  will-change: clip-path;
}

.container-section {
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.item {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.service-card {
  width: 100%;
  max-width: 360px;
  padding: 24px;
  box-sizing: border-box;
}

.service-card .service-icon {
  transition: transform 0.2s ease-in-out;
}

@property --angle {
  syntax: "<angle>";

  inherits: false;

  initial-value: 45deg;
}

.gradient-border {
  position: relative;
  padding: 24px;
  border-radius: 0px;
  background: linear-gradient(
      to top right,
      rgb(20, 40, 80),
      rgb(0, 200, 240)
    );
  z-index: 0;
}

.dyn-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  --angle: 45deg;
  border-image: -webkit-conic-gradient(
      from var(--angle) at 50% 50%,
      rgb(0, 200, 240) 0%,
      rgb(20, 40, 80) 50%,
      rgb(0, 200, 240) 100%
    ) 1;
  -o-border-image: conic-gradient(
      from var(--angle) at 50% 50%,
      rgb(0, 200, 240) 0%,
      rgb(20, 40, 80) 50%,
      rgb(0, 200, 240) 100%
    ) 1;
     border-image: conic-gradient(
      from var(--angle) at 50% 50%,
      rgb(0, 200, 240) 0%,
      rgb(20, 40, 80) 50%,
      rgb(0, 200, 240) 100%
    ) 1;
  z-index: -1;
}

.gradient-border::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: black;
  opacity: 0.8;
  z-index: -2;
}

@keyframes spinConic {
  0%   {
    --angle: 45deg;
  }

  50%   {
    --angle: 225deg;
  }

  100%   {
    --angle: 405deg;
  }
}

.txone-logo {
  transition: transform 0.2s ease-in-out;
}

.cert {
  transition: transform 0.2s ease-in-out;
}

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

  100% {
    opacity: 1;
  }
}

.checkmark-item {
  opacity: 0;
}

.checkmark-item.animate {
  animation: checkmarkFadeIn 0.5s ease-out forwards;
}

.checkmark-icon {
  transition: transform 0.2s ease-in-out;
}

.header-section {
  font-weight: 600;
}

.contfadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.contfadeout {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.contfadeup.visible {
  opacity: 1;
  transform: translateY(0);
}

.contfadeout.visible {
  opacity: 1;
  transform: scale(1);
}

.header-cyan {
  font-weight: 600;
  color: rgb(0, 200, 240);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 0.7;
    transform: scale(1.05);
  }

  nav a:hover {
    color: rgb(0, 200, 240);
    transform: scale(1.05);
  }

  .dyn-gradient-border:hover::before {
    animation: spinConic 1s linear forwards;
  }

  .service-card:hover .service-icon {
    transform: scale(1.2);
  }

  .txone-logo:hover {
    transform: scale(1.05);
  }

  .cert:hover {
    transform: scale(1.05);
  }

  .checkmark-item:hover .checkmark-icon {
    transform: scale(1.2);
  }
}

nav a {
  transition-property: color, transform;
  transition-duration: 200ms;
}

nav a.touched {
  color: rgb(0, 200, 240);
}

@keyframes dotPulse {
  0% {
    content: "❯";
  }

  33% {
    content: "❯❯";
  }

  66% {
    content: "❯❯❯";
  }

  100% {
    content: "❯";
  }
}

#loading-dots::after {
  content: "";
  animation: dotPulse 1s infinite steps(3);
}

@font-face {
  font-display: swap;

  font-family: 'Oxanium';

  font-style: normal;

  font-weight: 200;

  src: url('/fonts/oxanium-v19-latin-200.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Oxanium';

  font-style: normal;

  font-weight: 300;

  src: url('/fonts/oxanium-v19-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Oxanium';

  font-style: normal;

  font-weight: 400;

  src: url('/fonts/oxanium-v19-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Oxanium';

  font-style: normal;

  font-weight: 500;

  src: url('/fonts/oxanium-v19-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Oxanium';

  font-style: normal;

  font-weight: 600;

  src: url('/fonts/oxanium-v19-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Oxanium';

  font-style: normal;

  font-weight: 700;

  src: url('/fonts/oxanium-v19-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Oxanium';

  font-style: normal;

  font-weight: 800;

  src: url('/fonts/oxanium-v19-latin-800.woff2') format('woff2');
}

a:focus,
  .button:focus,
  input:focus,
  textarea:focus {
  outline: none;
}

.button:focus-visible,
  a:focus-visible,
  input:focus-visible,
  textarea:focus-visible {
  outline: none;
  border-radius: 3px;
  box-shadow: 0 0 5px 5px rgba(0, 200, 240, 0.2);
}

input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
  box-shadow: 0 0 5px 5px rgba(0, 200, 240, 0.2) inset;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 200, 240, 0.2) inset;
  -webkit-text-fill-color: white;
  caret-color: white;
}

#hamburger-icon.open span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(6px);
}

#hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

#hamburger-icon.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px) translateX(6px);
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.table-wrapper table {
  width: auto;
  min-width: 100%;
  table-layout: auto;
}

.table-wrapper th,
  .table-wrapper td {
  overflow-wrap: anywhere;
  /* modern */
  word-break: break-word;
  /* fallback */
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[env\(safe-area-inset-top\)\] {
  margin-top: env(safe-area-inset-top);
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

.max-w-md {
  max-width: 28rem;
}

.table-auto {
  table-layout: auto;
}

.origin-center {
  transform-origin: center;
}

.translate-x-full {
  --tw-translate-x: 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));
}

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

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

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

.scale-y-\[0\.7\] {
  --tw-scale-y: 0.7;
  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));
}

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

.list-outside {
  list-style-position: outside;
}

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

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

.auto-cols-auto {
  grid-auto-columns: auto;
}

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

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

.gap-y-\[24px\] {
  row-gap: 24px;
}

.gap-y-\[42px\] {
  row-gap: 42px;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.bg-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(0 200 240 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

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

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

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

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

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-charcoal {
  --tw-gradient-to: rgb(46, 46, 46) var(--tw-gradient-to-position);
}

.to-charcoal\/70 {
  --tw-gradient-to: rgb(46 46 46 / 0.7) var(--tw-gradient-to-position);
}

.to-charcoal\/80 {
  --tw-gradient-to: rgb(46 46 46 / 0.8) var(--tw-gradient-to-position);
}

.to-deepblue {
  --tw-gradient-to: rgb(20, 40, 80) var(--tw-gradient-to-position);
}

.to-deepblue\/70 {
  --tw-gradient-to: rgb(20 40 80 / 0.7) var(--tw-gradient-to-position);
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.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-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

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

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

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

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

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

.pb-\[env\(safe-area-inset-bottom\)\] {
  padding-bottom: env(safe-area-inset-bottom);
}

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

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

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

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

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

.pt-4 {
  padding-top: 1rem;
}

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

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

.pt-\[env\(safe-area-inset-top\)\] {
  padding-top: env(safe-area-inset-top);
}

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

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

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

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

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

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

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

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

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

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

.font-\[400\] {
  font-weight: 400;
}

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

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

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

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

.text-cyan {
  --tw-text-opacity: 1;
  color: rgb(0 200 240 / var(--tw-text-opacity, 1));
}

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

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

.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-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

.checked\:border-metallic:checked {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
}

.checked\:bg-cyan:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 200 240 / var(--tw-bg-opacity, 1));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.disabled\:border-metallic:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
}

.disabled\:bg-deepblue:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(20 40 80 / var(--tw-bg-opacity, 1));
}

@media (min-width: 454px) {
  .xsplus\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xsplus\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .xsplus\:hidden {
    display: none;
  }

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

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

  .xsplus\:gap-\[87px\] {
    gap: 87px;
  }

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

@media (min-width: 640px) {
  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:w-\[85\%\] {
    width: 85%;
  }

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

  .sm\:max-w-\[calc\(2\*360px\+1\*24px\)\] {
    max-width: calc(2 * 360px + 1 * 24px);
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .lg\:order-3 {
    order: 3;
  }

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

  .lg\:ml-\[14px\] {
    margin-left: 14px;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:max-w-\[calc\(3\*360px\+2\*24px\)\] {
    max-width: calc(3 * 360px + 2 * 24px);
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

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

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

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

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

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

  .lg\:gap-y-\[84px\] {
    row-gap: 84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:text-\[24px\] {
    font-size: 24px;
  }

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

@media (min-width: 1536px) {
  .\32xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

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

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