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

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

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

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

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

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

.ty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #08203e;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: opacity 200ms;
}

.ty-btn:hover {
  opacity: 0.9;
}

.ty-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #08203e;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1.5px solid #08203e;
  transition: background-color 220ms, color 220ms;
}

.ty-btn-outline:hover {
  background-color: #08203e;
  color: #ffffff;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-28 {
  top: 7rem;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[calc\(100vh-82px\)\] {
  max-height: calc(100vh - 82px);
}

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

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

.min-h-full {
  min-height: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

.max-w-\[17\.5rem\] {
  max-width: 17.5rem;
}

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

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

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

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

.max-w-\[87\.5rem\] {
  max-width: 87.5rem;
}

.max-w-lg {
  max-width: 32rem;
}

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

.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 pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.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-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

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

.border-\[\#08203E\] {
  --tw-border-opacity: 1;
  border-color: rgb(8 32 62 / var(--tw-border-opacity, 1));
}

.border-\[\#08203E\]\/20 {
  border-color: rgb(8 32 62 / 0.2);
}

.border-\[\#61CDFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(97 205 255 / var(--tw-border-opacity, 1));
}

.border-\[\#B0C9E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(176 201 232 / var(--tw-border-opacity, 1));
}

.border-\[\#E2E8F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-\[\#E8EDF2\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 237 242 / var(--tw-border-opacity, 1));
}

.border-\[\#E8EDF3\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 237 243 / var(--tw-border-opacity, 1));
}

.border-\[\#F1F5F9\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-\[\#e4eaf4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 234 244 / var(--tw-border-opacity, 1));
}

.border-\[\#e8eefa\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 238 250 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(8\2c 32\2c 62\2c 0\.12\)\] {
  border-color: rgba(8,32,62,0.12);
}

.border-\[rgba\(8\2c 32\2c 62\2c 0\.18\)\] {
  border-color: rgba(8,32,62,0.18);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

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

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

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

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

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

.bg-\[\#08203E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 62 / var(--tw-bg-opacity, 1));
}

.bg-\[\#61CDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(97 205 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8EDF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBF8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0F2F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F4F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F9FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFBFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
}

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

.bg-current {
  background-color: currentColor;
}

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

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

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

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

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

.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}

.bg-white\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}

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

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

.from-\[\#08203E\] {
  --tw-gradient-from: #08203E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 32 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/20 {
  --tw-gradient-from: rgb(0 0 0 / 0.2) 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-\[\#557C93\] {
  --tw-gradient-to: #557C93 var(--tw-gradient-to-position);
}

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.py-\[1\.875rem\] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-\[3\.75rem\] {
  padding-left: 3.75rem;
}

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

.pt-0\.5 {
  padding-top: 0.125rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

.font-sans {
  font-family: Poppins, system-ui, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-1\.5px\] {
  letter-spacing: -1.5px;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-\[\#04060B\] {
  --tw-text-opacity: 1;
  color: rgb(4 6 11 / var(--tw-text-opacity, 1));
}

.text-\[\#04060B\]\/80 {
  color: rgb(4 6 11 / 0.8);
}

.text-\[\#08203E\] {
  --tw-text-opacity: 1;
  color: rgb(8 32 62 / var(--tw-text-opacity, 1));
}

.text-\[\#08203E\]\/70 {
  color: rgb(8 32 62 / 0.7);
}

.text-\[\#0a1f3d\] {
  --tw-text-opacity: 1;
  color: rgb(10 31 61 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#323232\]\/70 {
  color: rgb(50 50 50 / 0.7);
}

.text-\[\#323232\]\/80 {
  color: rgb(50 50 50 / 0.8);
}

.text-\[\#32323D\] {
  --tw-text-opacity: 1;
  color: rgb(50 50 61 / var(--tw-text-opacity, 1));
}

.text-\[\#32323D\]\/75 {
  color: rgb(50 50 61 / 0.75);
}

.text-\[\#3b4a63\] {
  --tw-text-opacity: 1;
  color: rgb(59 74 99 / var(--tw-text-opacity, 1));
}

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

.text-\[\#557C93\] {
  --tw-text-opacity: 1;
  color: rgb(85 124 147 / var(--tw-text-opacity, 1));
}

.text-\[\#61CDFF\] {
  --tw-text-opacity: 1;
  color: rgb(97 205 255 / var(--tw-text-opacity, 1));
}

.text-\[\#64748B\] {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-\[\#7a899f\] {
  --tw-text-opacity: 1;
  color: rgb(122 137 159 / var(--tw-text-opacity, 1));
}

.text-\[\#94A3B8\] {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-\[\#B0C9E8\] {
  --tw-text-opacity: 1;
  color: rgb(176 201 232 / var(--tw-text-opacity, 1));
}

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

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-\[0_10px_22px_-12px_rgba\(10\2c 31\2c 61\2c \.6\)\] {
  --tw-shadow: 0 10px 22px -12px rgba(10,31,61,.6);
  --tw-shadow-colored: 0 10px 22px -12px 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-\[0_20px_60px_rgba\(8\2c 32\2c 62\2c 0\.18\)\] {
  --tw-shadow: 0 20px 60px rgba(8,32,62,0.18);
  --tw-shadow-colored: 0 20px 60px 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-\[0_2px_16px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0 2px 16px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 2px 16px 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-\[0_2px_8px_rgba\(8\2c 32\2c 62\2c 0\.08\)\] {
  --tw-shadow: 0 2px 8px rgba(8,32,62,0.08);
  --tw-shadow-colored: 0 2px 8px 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-\[0_4px_14px_rgba\(8\2c 32\2c 62\2c 0\.25\)\] {
  --tw-shadow: 0 4px 14px rgba(8,32,62,0.25);
  --tw-shadow-colored: 0 4px 14px 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-\[0_4px_24px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0 4px 24px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 4px 24px 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-\[0_4px_24px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 4px 24px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 24px 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-\[0_4px_24px_rgba\(8\2c 32\2c 62\2c 0\.08\)\] {
  --tw-shadow: 0 4px 24px rgba(8,32,62,0.08);
  --tw-shadow-colored: 0 4px 24px 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-\[0_4px_28px_rgba\(8\2c 32\2c 62\2c 0\.10\)\] {
  --tw-shadow: 0 4px 28px rgba(8,32,62,0.10);
  --tw-shadow-colored: 0 4px 28px 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-\[0_4px_32px_rgba\(8\2c 32\2c 62\2c 0\.08\)\] {
  --tw-shadow: 0 4px 32px rgba(8,32,62,0.08);
  --tw-shadow-colored: 0 4px 32px 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-\[0_8px_20px_-16px_rgba\(10\2c 31\2c 61\2c \.4\)\] {
  --tw-shadow: 0 8px 20px -16px rgba(10,31,61,.4);
  --tw-shadow-colored: 0 8px 20px -16px 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-\[0_8px_40px_rgba\(8\2c 32\2c 62\2c 0\.12\)\] {
  --tw-shadow: 0 8px 40px rgba(8,32,62,0.12);
  --tw-shadow-colored: 0 8px 40px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

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

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

.transition-shadow {
  transition-property: box-shadow;
  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-150 {
  transition-duration: 150ms;
}

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

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

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

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

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

.\[letter-spacing\:-1px\] {
  letter-spacing: -1px;
}

body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.ty-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ty-scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* ============================================
   TYPOGRAPHY SYSTEM
   ============================================ */

.ty-h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  font-weight: 600;
  color: #04060B;
  letter-spacing: -2.5px;
  line-height: 1.2;
}

.ty-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #04060B;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.ty-h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #04060B;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .ty-h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .ty-h2 {
    font-size: 26px;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .ty-h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .ty-h2 {
    font-size: 32px;
  }
}

.ty-h3-dark {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.ty-body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 1.6;
}

.ty-body-sm {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #323232;
  line-height: 1.5;
}

.ty-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #61CDFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================
   PILL BADGE
   ============================================ */

.ty-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid rgba(8, 32, 62, 0.18);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #08203E;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 8px rgba(8, 32, 62, 0.08);
}

.ty-pill-dot {
  width: 6px;
  height: 6px;
  background: #08203E;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(8, 32, 62, 0.5);
  flex-shrink: 0;
  animation: pillPulse 1.8s ease-in-out infinite;
}

@keyframes pillPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}

/* ============================================
   SECTION SPACING
   ============================================ */

.ty-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ty-section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ============================================
   ORB GRAPHIC
   ============================================ */

.ty-orb {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  aspect-ratio: 600 / 520;
}

.ty-orb-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ty-tx {
  position: absolute;
  z-index: 2;
}

.ty-tx-n  {
  top: 8%;
  left: 50%;
}

.ty-tx-ne {
  top: 19.3%;
  left: 81.1%;
}

.ty-tx-e  {
  top: 50%;
  left: 94%;
}

.ty-tx-se {
  top: 80.7%;
  left: 81.1%;
}

.ty-tx-s  {
  top: 92%;
  left: 50%;
}

.ty-tx-sw {
  top: 80.7%;
  left: 18.9%;
}

.ty-tx-w  {
  top: 50%;
  left: 6%;
}

.ty-tx-nw {
  top: 19.3%;
  left: 18.9%;
}

.ty-tc {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px 7px 9px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15), 0 2px 6px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  animation: ty-pulse 4s ease-in-out infinite;
  will-change: transform, box-shadow;
  transition: box-shadow 280ms, border-color 280ms;
}

.ty-tc:hover {
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.25), 0 4px 14px rgba(15, 23, 42, 0.15);
  border-color: rgba(255, 255, 255, 0.95);
}

.ty-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: ty-dot-blink 2.5s ease-in-out infinite;
}

.ty-tx-n  .ty-dot {
  animation-delay: 0s;
}

.ty-tx-ne .ty-dot {
  animation-delay: 0.3s;
}

.ty-tx-e  .ty-dot {
  animation-delay: 0.6s;
}

.ty-tx-se .ty-dot {
  animation-delay: 0.9s;
}

.ty-tx-s  .ty-dot {
  animation-delay: 1.2s;
}

.ty-tx-sw .ty-dot {
  animation-delay: 1.5s;
}

.ty-tx-w  .ty-dot {
  animation-delay: 1.8s;
}

.ty-tx-nw .ty-dot {
  animation-delay: 2.1s;
}

@keyframes ty-dot-blink {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }

  50%      {
    opacity: 1;
    transform: scale(1.2);
  }
}

.ty-tx-n  .ty-tc {
  animation-delay: 0s;
}

.ty-tx-ne .ty-tc {
  animation-delay: 0.5s;
}

.ty-tx-e  .ty-tc {
  animation-delay: 1.0s;
}

.ty-tx-se .ty-tc {
  animation-delay: 1.5s;
}

.ty-tx-s  .ty-tc {
  animation-delay: 2.0s;
}

.ty-tx-sw .ty-tc {
  animation-delay: 2.5s;
}

.ty-tx-w  .ty-tc {
  animation-delay: 3.0s;
}

.ty-tx-nw .ty-tc {
  animation-delay: 3.5s;
}

@keyframes ty-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15), 0 2px 6px rgba(15, 23, 42, 0.08);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22), 0 4px 12px rgba(255, 255, 255, 0.2),
                0 0 24px rgba(255, 255, 255, 0.35);
  }
}

.ty-ti {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.ty-ti svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ty-tl {
  font-size: 12px;
  font-weight: 500;
  color: #0f172a;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.ty-power-halo-1 {
  animation: ty-power-1 5s ease-in-out infinite;
  transform-origin: 300px 260px;
}

.ty-power-halo-2 {
  animation: ty-power-2 5s ease-in-out infinite;
  transform-origin: 300px 260px;
  animation-delay: 1s;
}

@keyframes ty-power-1 {
  0%, 100% {
    opacity: 0.35;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes ty-power-2 {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 0.75;
    transform: scale(1.08);
  }
}

.ty-main-orbit {
  animation: ty-orbit-rotate 50s linear infinite;
  transform-origin: 300px 260px;
}

@keyframes ty-orbit-rotate {
  from {
    transform: rotate(0deg);
  }

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

.ty-nodes circle {
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.9));
  animation: ty-node-pulse 2.5s ease-in-out infinite;
}

.node.n1 {
  animation-delay: 0s;
}

.node.n2 {
  animation-delay: 0.3s;
}

.node.n3 {
  animation-delay: 0.6s;
}

.node.n4 {
  animation-delay: 0.9s;
}

.node.n5 {
  animation-delay: 1.2s;
}

.node.n6 {
  animation-delay: 1.5s;
}

.node.n7 {
  animation-delay: 1.8s;
}

.node.n8 {
  animation-delay: 2.1s;
}

@keyframes ty-node-pulse {
  0%, 100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

.ty-signals circle {
  opacity: 0;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.9));
}

.signal {
  animation: ty-signal 4s ease-out infinite;
}

.s1 {
  animation-delay: 0s;
  --tx: 0px;
  --ty: -200px;
}

.s2 {
  animation-delay: 0.5s;
  --tx: 195px;
  --ty: -120px;
}

.s3 {
  animation-delay: 1.0s;
  --tx: 250px;
  --ty: 0px;
}

.s4 {
  animation-delay: 1.5s;
  --tx: 195px;
  --ty: 120px;
}

.s5 {
  animation-delay: 2.0s;
  --tx: 0px;
  --ty: 200px;
}

.s6 {
  animation-delay: 2.5s;
  --tx: -195px;
  --ty: 120px;
}

.s7 {
  animation-delay: 3.0s;
  --tx: -250px;
  --ty: 0px;
}

.s8 {
  animation-delay: 3.5s;
  --tx: -195px;
  --ty: -120px;
}

@keyframes ty-signal {
  0%   {
    transform: translate(300px, 260px);
    opacity: 0;
  }

  15%  {
    opacity: 1;
  }

  85%  {
    opacity: 1;
  }

  100% {
    transform: translate(calc(300px + var(--tx)), calc(260px + var(--ty)));
    opacity: 0;
  }
}

.ty-core-body {
  animation: ty-core-breathe 3.2s ease-in-out infinite;
  transform-origin: 300px 260px;
  filter: drop-shadow(0 4px 16px rgba(255,255,255,0.35));
}

@keyframes ty-core-breathe {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

.ty-core-chip {
  animation: ty-chip-glow 3.2s ease-in-out infinite;
  transform-origin: 300px 260px;
}

@keyframes ty-chip-glow {
  0%, 100% {
    filter: drop-shadow(0 0 0px rgba(62,123,184,0));
  }

  50% {
    filter: drop-shadow(0 0 6px rgba(62,123,184,0.5));
  }
}

.ty-core-arc {
  animation: ty-arc-spin 8s linear infinite;
  transform-origin: 300px 260px;
}

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

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

.ty-core-halo {
  animation: ty-halo-breathe 4s ease-in-out infinite;
  transform-origin: 300px 260px;
}

@keyframes ty-halo-breathe {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.ty-core-r1 {
  animation: ty-spin 40s linear infinite;
  transform-origin: 300px 260px;
}

.ty-core-r2 {
  animation: ty-spin 28s linear infinite reverse;
  transform-origin: 300px 260px;
}

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

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

.ty-chip-pin {
  animation: ty-chip-pin-pulse 2s ease-in-out infinite;
}

.ty-chip-p1 {
  animation-delay: 0s;
}

.ty-chip-p2 {
  animation-delay: 0.5s;
}

.ty-chip-p3 {
  animation-delay: 1s;
}

.ty-chip-p4 {
  animation-delay: 1.5s;
}

@keyframes ty-chip-pin-pulse {
  0%, 100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}

.ty-orb-rings ellipse:not(.ty-main-orbit) {
  animation: ty-ring-breathe 6s ease-in-out infinite;
}

.ty-orb-rings ellipse:nth-child(2) {
  animation-delay: 2s;
}

.ty-orb-rings ellipse:nth-child(3) {
  animation-delay: 4s;
}

@keyframes ty-ring-breathe {
  0%, 100% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }
}

.ty-beams .beam {
  stroke-dasharray: 6 10;
  animation: ty-beam-flow 3.5s linear infinite;
}

.ty-beams .b1 {
  animation-delay: 0s;
}

.ty-beams .b2 {
  animation-delay: 0.4s;
}

.ty-beams .b3 {
  animation-delay: 0.8s;
}

.ty-beams .b4 {
  animation-delay: 1.2s;
}

.ty-beams .b5 {
  animation-delay: 1.6s;
}

.ty-beams .b6 {
  animation-delay: 2.0s;
}

.ty-beams .b7 {
  animation-delay: 2.4s;
}

.ty-beams .b8 {
  animation-delay: 2.8s;
}

@keyframes ty-beam-flow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -16;
  }
}

.tp {
  transform-origin: 300px 260px;
  opacity: 0;
}

.tp1 {
  animation: ty-tp1 14s linear infinite;
}

.tp2 {
  animation: ty-tp2 20s linear infinite;
}

.tp3 {
  animation: ty-tp3 26s linear infinite;
}

.tp4 {
  animation: ty-tp4 32s linear infinite;
}

@keyframes ty-tp1 {
  0% {
    transform: rotate(0deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }

  10%,90% {
    opacity:1;
  }

  100% {
    transform: rotate(360deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }
}

@keyframes ty-tp2 {
  0% {
    transform: rotate(90deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }

  10%,90% {
    opacity:1;
  }

  100% {
    transform: rotate(450deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }
}

@keyframes ty-tp3 {
  0% {
    transform: rotate(180deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }

  10%,90% {
    opacity:1;
  }

  100% {
    transform: rotate(540deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }
}

@keyframes ty-tp4 {
  0% {
    transform: rotate(270deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }

  10%,90% {
    opacity:1;
  }

  100% {
    transform: rotate(630deg) translate(185px,0) scale(1,.84);
    opacity:0;
  }
}

@media (max-width: 520px) {
  .ty-tc {
    padding: 6px 11px 6px 7px;
    gap: 7px;
  }

  .ty-tl {
    font-size: 11px;
  }

  .ty-ti {
    width: 24px;
    height: 24px;
  }

  .ty-ti svg {
    width: 16px;
    height: 16px;
  }

  .ty-dot {
    width: 6px;
    height: 6px;
  }

  .ty-orb {
    max-width: 320px;
  }

  .ty-tx-e {
    left: 82%;
  }

  .ty-tx-w {
    left: 18%;
  }
}

/* ============================================
   GLOBAL BUTTONS
   ============================================ */

/* ============================================
   AGENTIC FLOW GRAPHIC
   ============================================ */

.ty-flow {
  --tf-circle-size: 110px;
  --tf-circle-bg: #ffffff;
  --tf-circle-border: 2px solid #B0C9E8;
  --tf-circle-border-active: 2px solid #08203E;
  --tf-circle-shadow: 0 8px 24px rgba(8,32,62,0.08);
  --tf-circle-shadow-hover: 0 20px 50px rgba(8,32,62,0.25);
  --tf-circle-gradient: linear-gradient(135deg, #08203E 0%, #557C93 100%);
  --tf-icon-size: 44px;
  --tf-icon-color: #08203E;
  --tf-icon-color-active: #ffffff;
  --tf-badge-size: 32px;
  --tf-badge-bg: #ffffff;
  --tf-badge-color: #08203E;
  --tf-badge-border: 2px solid #B0C9E8;
  --tf-badge-bg-active: #08203E;
  --tf-badge-color-active: #ffffff;
  --tf-line-color: #B0C9E8;
  --tf-line-progress: #08203E;
  --tf-title-size: 17px;
  --tf-title-weight: 600;
  --tf-title-color: #08203E;
  --tf-desc-size: 13px;
  --tf-desc-color: #557C93;
  --tf-stage-gap: 20px;
  --tf-transition: 0.4s cubic-bezier(0.25,0.1,0.25,1);
  position: relative;
}

.ty-flow-track {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--tf-stage-gap);
  position: relative;
}

.ty-flow-line {
  position: absolute;
  top: calc(var(--tf-circle-size)/2);
  left: calc(var(--tf-circle-size)/2);
  right: calc(var(--tf-circle-size)/2);
  height: 2px;
  background: var(--tf-line-color);
  z-index: 0;
}

.ty-flow-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--tf-line-progress);
  transition: width 1.2s cubic-bezier(0.25,0.1,0.25,1);
}

.ty-flow.in-view .ty-flow-line::after {
  width: 100%;
}

.ty-flow-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: default;
}

.ty-flow-circle {
  width: var(--tf-circle-size);
  height: var(--tf-circle-size);
  border-radius: 50%;
  background: var(--tf-circle-bg);
  border: var(--tf-circle-border);
  box-shadow: var(--tf-circle-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--tf-transition);
  position: relative;
  z-index: 2;
  color: var(--tf-icon-color);
}

.ty-flow-circle svg {
  width: var(--tf-icon-size);
  height: var(--tf-icon-size);
  transition: all var(--tf-transition);
}

.ty-flow-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: var(--tf-badge-size);
  height: var(--tf-badge-size);
  border-radius: 50%;
  background: var(--tf-badge-bg);
  border: var(--tf-badge-border);
  color: var(--tf-badge-color);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--tf-transition);
  box-shadow: 0 4px 10px rgba(8,32,62,0.1);
  font-family: 'Poppins', sans-serif;
}

.ty-flow-stage:hover .ty-flow-circle {
  background: var(--tf-circle-gradient);
  border: var(--tf-circle-border-active);
  box-shadow: var(--tf-circle-shadow-hover);
  color: var(--tf-icon-color-active);
  transform: translateY(-6px);
}

.ty-flow-stage:hover .ty-flow-badge {
  background: var(--tf-badge-bg-active);
  color: var(--tf-badge-color-active);
  border-color: #08203E;
  transform: scale(1.1);
}

.ty-flow-info {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 180px;
}

.ty-flow-title {
  font-family: 'Poppins', sans-serif;
  font-size: var(--tf-title-size);
  font-weight: var(--tf-title-weight);
  color: var(--tf-title-color);
  margin: 0;
  line-height: 1.3;
  transition: color var(--tf-transition);
}

.ty-flow-desc {
  font-family: 'Poppins', sans-serif;
  font-size: var(--tf-desc-size);
  color: var(--tf-desc-color);
  margin: 0;
  line-height: 1.5;
}

.ty-flow-stage:hover .ty-flow-title {
  color: #557C93;
}

@media (max-width: 1024px) {
  .ty-flow {
    --tf-circle-size: 90px;
    --tf-icon-size: 36px;
    --tf-badge-size: 28px;
    --tf-title-size: 15px;
    --tf-desc-size: 12px;
    --tf-stage-gap: 12px;
  }
}

@media (max-width: 768px) {
  .ty-flow-track {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  .ty-flow-line {
    top: 0;
    bottom: 0;
    left: calc(var(--tf-circle-size)/2);
    right: auto;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .ty-flow-line::after {
    width: 100%;
    height: 0;
    transition: height 1.2s cubic-bezier(0.25,0.1,0.25,1);
  }

  .ty-flow.in-view .ty-flow-line::after {
    height: 100%;
    width: 100%;
  }

  .ty-flow-stage {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
    width: 100%;
    max-width: 400px;
  }

  .ty-flow-info {
    margin-top: 0;
    max-width: none;
    flex: 1;
  }
}

/* ============================================
   SECURITY HERO — Feature pills
   ============================================ */

.ty-feature-pill {
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(8,32,62,0.10);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.ty-feature-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #08203E 70%, #61CDFF 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ty-feature-pill:hover, .ty-feature-pill:active {
  box-shadow: 0 8px 32px rgba(8,32,62,0.22);
}

.ty-feature-pill:hover::before, .ty-feature-pill:active::before {
  opacity: 1;
}

.ty-fp-shield-default {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.ty-fp-shield-white   {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ty-fp-label {
  color: #08203E;
  transition: color 0.25s ease;
}

.ty-feature-pill:hover .ty-fp-shield-default, .ty-feature-pill:active .ty-fp-shield-default {
  opacity: 0;
}

.ty-feature-pill:hover .ty-fp-shield-white, .ty-feature-pill:active .ty-fp-shield-white   {
  opacity: 1;
}

.ty-feature-pill:hover .ty-fp-label, .ty-feature-pill:active .ty-fp-label {
  color: #ffffff;
}

/* ============================================
   CONTACT — Trust strip
   ============================================ */

.ty-trust-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  contain: layout style;
  font-family: 'Poppins', -apple-system, sans-serif;
}

.ty-trust-container .ty-contact-trust-strip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0;
  color: #323232;
  font-size: 13px;
  font-weight: 500;
}

.ty-trust-container .ty-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #323232;
}

.ty-trust-container .ty-trust-item svg {
  stroke: #323232;
  flex-shrink: 0;
  display: block;
}

.ty-trust-container .ty-trust-item span {
  white-space: nowrap;
  letter-spacing: 0.2px;
  color: #323232;
  font-weight: 500;
}

.ty-trust-container .ty-trust-divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #323232;
  opacity: 0.3;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .ty-trust-container .ty-contact-trust-strip {
    gap: 10px;
    font-size: 12px;
    padding: 12px 0;
  }
}

/* ============================================
   TABS (SmartAssistants)
   ============================================ */

.ty-tabs-list {
  display: flex;
  overflow-x: auto;
  gap: 4px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  scrollbar-width: none;
  margin-bottom: 0;
}

.ty-tabs-list::-webkit-scrollbar {
  display: none;
}

.ty-tabs-trigger {
  flex: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 13px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  background: transparent;
  border: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: color 200ms, background 200ms;
  white-space: nowrap;
}

.ty-tabs-trigger.active {
  color: #08203E;
  font-weight: 600;
  background: #61CDFF;
}

.ty-tabs-panel {
  display: none;
}

.ty-tabs-panel.active {
  display: block;
}

/* ============================================
   SERVICES — Cards
   ============================================ */

.sc-card {
  background: #ffffff;
  border: 1px solid rgba(8,32,62,.1);
  border-radius: 18px;
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
  cursor: default;
  box-shadow: 0 2px 12px rgba(8,32,62,.06);
}

.sc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #08203E 0%, #08203E 72%, #61CDFF 100%);
  opacity: 0;
  transition: opacity .38s ease;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}

.sc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(8,32,62,.16);
  border-color: transparent;
}

.sc-card:hover::before {
  opacity: 1;
}

.sc-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sc-top  {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sc-icon {
  flex-shrink: 0;
  color: #61CDFF;
  transition: color .38s ease;
}

.sc-card:hover .sc-icon {
  color: #ffffff;
}

.sc-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #08203E;
  line-height: 1.35;
  transition: color .38s ease;
}

.sc-card:hover .sc-title {
  color: #ffffff;
}

.sc-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #323232;
  line-height: 1.65;
  transition: color .38s ease;
}

.sc-card:hover .sc-desc {
  color: #ffffff;
}

.sc-bullets {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.sc-bullet {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.45;
  transition: color .38s ease;
}

.sc-card:hover .sc-bullet {
  color: #ffffff;
}

.sc-arr {
  flex-shrink: 0;
  margin-top: 2px;
  color: #61CDFF;
  transition: color .38s ease;
}

.sc-card:hover .sc-arr {
  color: #ffffff;
}

/* Industry pages — solution cards (icon left, text right) */

.ind-sol-card {
  background: #ffffff;
  border: 1px solid rgba(8,32,62,.1);
  border-radius: 16px;
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 2px 12px rgba(8,32,62,.06);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.ind-sol-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #08203E 0%, #08203E 72%, #61CDFF 100%);
  opacity: 0;
  transition: opacity .38s ease;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}

.ind-sol-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(8,32,62,.16);
  border-color: transparent;
}

.ind-sol-card:hover::before {
  opacity: 1;
}

.ind-sol-icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #08203E 0%, #08203E 72%, #61CDFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: background .38s ease;
}

.ind-sol-card:hover .ind-sol-icon-wrap {
  background: #ffffff;
}

.ind-sol-icon {
  color: #ffffff;
}

.ind-sol-card:hover .ind-sol-icon {
  color: #08203E;
}

.ind-sol-card:hover .ind-sol-icon svg path,
.ind-sol-card:hover .ind-sol-icon svg circle,
.ind-sol-card:hover .ind-sol-icon svg rect,
.ind-sol-card:hover .ind-sol-icon svg line,
.ind-sol-card:hover .ind-sol-icon svg polyline,
.ind-sol-card:hover .ind-sol-icon svg polygon {
  stroke: url(#ind-icon-hover-grad) #08203E;
}

.ind-sol-body {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ind-sol-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #08203E;
  line-height: 1.35;
  transition: color .38s ease;
}

.ind-sol-card:hover .ind-sol-title {
  color: #ffffff;
}

.ind-sol-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 1.65;
  transition: color .38s ease;
}

.ind-sol-card:hover .ind-sol-desc {
  color: rgba(255,255,255,.85);
}

/* FAQ accordion */

.ty-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.ty-faq-answer.open {
  max-height: 500px;
}

/* Blog article prose typography */

.blog-prose p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 1.85;
  margin-bottom: 1.4rem;
}

.blog-prose h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #04060B;
  line-height: 1.3;
  margin-top: 2.75rem;
  margin-bottom: 1rem;
}

.blog-prose h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #04060B;
  line-height: 1.3;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}

.blog-prose h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #04060B;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.blog-prose ul, .blog-prose ol {
  padding-left: 1.6rem;
  margin-bottom: 1.4rem;
}

.blog-prose ul {
  list-style-type: disc;
}

.blog-prose ol {
  list-style-type: decimal;
}

.blog-prose li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 1.85;
  margin-bottom: 0.4rem;
}

.blog-prose strong {
  font-weight: 600;
  color: #04060B;
}

.blog-prose em {
  font-style: italic;
}

.blog-prose a {
  color: #08203E;
  font-weight: 500;
  text-decoration: underline;
}

.blog-prose a:hover {
  color: #557C93;
}

.blog-prose blockquote {
  border-left: 3px solid #61CDFF;
  padding-left: 1.25rem;
  margin: 2rem 0;
  font-style: italic;
  color: #557C93;
}

.blog-prose hr {
  border: none;
  border-top: 1px solid #E2E8F0;
  margin: 2.5rem 0;
}

/* Industry pages — integrations section body: left on mobile, right on desktop */

.int-body-right {
  text-align: left;
}

@media (min-width: 1024px) {
  .int-body-right {
    text-align: right;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .ty-tc, .signal, .ty-dot, .ty-power-halo-1, .ty-power-halo-2, .ty-main-orbit,
  .ty-nodes circle, .ty-core-body, .ty-core-chip, .ty-core-arc, .ty-core-halo,
  .ty-core-r1, .ty-core-r2, .ty-orb-rings ellipse, .ty-beams .beam, .tp, .ty-chip-pin,
  .ty-pill-dot {
    animation: none !important;
  }

  .ty-flow-line::after {
    transition: none;
  }

  .ty-flow-stage:hover .ty-flow-circle {
    transform: none;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

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

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
  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\:border-\[\#61CDFF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(97 205 255 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#08203E\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 32 62 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F3F4F8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 248 / 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\:bg-white\/\[0\.08\]:hover {
  background-color: rgb(255 255 255 / 0.08);
}

.hover\:text-\[\#08203E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(8 32 62 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#10243D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(16 36 61 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#557C93\]:hover {
  --tw-text-opacity: 1;
  color: rgb(85 124 147 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#61CDFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(97 205 255 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:no-underline:hover {
  text-decoration-line: none;
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

.hover\:shadow-\[0_12px_40px_rgba\(8\2c 32\2c 62\2c 0\.11\)\]:hover {
  --tw-shadow: 0 12px 40px rgba(8,32,62,0.11);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_12px_48px_rgba\(8\2c 32\2c 62\2c 0\.17\)\]:hover {
  --tw-shadow: 0 12px 48px rgba(8,32,62,0.17);
  --tw-shadow-colored: 0 12px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_16px_56px_rgba\(8\2c 32\2c 62\2c 0\.13\)\]:hover {
  --tw-shadow: 0 16px 56px rgba(8,32,62,0.13);
  --tw-shadow-colored: 0 16px 56px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_20px_64px_rgba\(8\2c 32\2c 62\2c 0\.14\)\]:hover {
  --tw-shadow: 0 20px 64px rgba(8,32,62,0.14);
  --tw-shadow-colored: 0 20px 64px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_8px_32px_rgba\(8\2c 32\2c 62\2c 0\.10\)\]:hover {
  --tw-shadow: 0 8px 32px rgba(8,32,62,0.10);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

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

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:h-\[400px\] {
    height: 400px;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

  .sm\:p-9 {
    padding: 2.25rem;
  }

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

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }

  .sm\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .sm\:\[letter-spacing\:-1\.5px\] {
    letter-spacing: -1.5px;
  }
}

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

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:tracking-\[-2px\] {
    letter-spacing: -2px;
  }
}

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

  .lg\:top-28 {
    top: 7rem;
  }

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:min-w-\[13\.75rem\] {
    min-width: 13.75rem;
  }

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

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

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

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

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

  .lg\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }

  .lg\:grid-cols-\[55fr_45fr\] {
    grid-template-columns: 55fr 45fr;
  }

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

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

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

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:px-\[3\.125rem\] {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:tracking-\[-1\.5px\] {
    letter-spacing: -1.5px;
  }

  .lg\:tracking-\[-2\.5px\] {
    letter-spacing: -2.5px;
  }

  .lg\:\[letter-spacing\:-2\.5px\] {
    letter-spacing: -2.5px;
  }
}

@media (min-width: 1280px) {
  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }
}
