/*
! tailwindcss v3.4.3 | 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)
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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] {
  display: none;
}

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

  src: url("../fonts/satoshi/Satoshi-Regular.woff") format("woff");

  font-weight: 400;

  font-display: swap;
}

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

  src: url("../fonts/satoshi/Satoshi-Medium.woff") format("woff");

  font-weight: 500;

  font-display: swap;
}

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

  src: url("../fonts/satoshi/Satoshi-Bold.woff") format("woff");

  font-weight: 700;

  font-display: swap;
}

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

  src: url("../fonts/satoshi/Satoshi-ExtraBold.woff") format("woff");

  font-weight: 800;

  font-display: swap;
}

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

  src: url("../fonts/satoshi/Satoshi-Black.woff") format("woff");

  font-weight: 900;

  font-display: swap;
}


* {
  outline: none;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
  min-width: 100%;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  scroll-behavior: smooth;
    font-family: "Inter", serif;
  font-weight: 500;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: inherit;
  min-width: inherit;
  width: inherit;
  font-size: 16px;
    font-family: "Inter", serif;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section {
  /* @apply pt-space-top pb-space-bottom md:pt-space-top md:pb-space-bottom xl:pt-space-top-xl xl:pb-space-bottom-xl; */
  padding-top: clamp(80px,63.8px + 5.06vw,160px)/* fluid from 80px at 320px to 160px at 1900px */;
  padding-bottom: clamp(80px,63.8px + 5.06vw,160px)/* fluid from 80px at 320px to 160px at 1900px */;
}

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

.container {
  width: 100%;
}

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

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

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
  .footer__copyright p{
    text-align: center;
    }
  .footer__copyright p{
    text-align: start;
    }
    .footer-item-end {
      justify-content: end;
  }
}

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

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

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

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

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

.h1,
  h1 {
    font-family: "Inter", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52.8px;
  letter-spacing: -0.96px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 440px) {
  .h1,
  h1 {
    font-size: 52px;
    line-height: 57.2px;
    letter-spacing: 0em;
  }
}

@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 60px;
    line-height: 68px;
  }
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 80px;
    line-height: 88px;
  }
}

/* .h1.large, h1.large {
  line-height: 74px;
  font-size: clamp(64px,56.71px + 2.28vw,100px)fluid type from 64px at 320px to 100px at 1900px;
} */


.heading.main-title{
  font-size: 85px;
}
.h2,
  h2 {
    font-family: "Inter", serif;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: clamp(44px,41.57px + 0.76vw,56px)/* fluid type from 44px at 320px to 56px at 1900px */;
}
.h3,
  h3 {
    font-family: "Inter", serif;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -0.64px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: clamp(28px,24.76px + 1.01vw,44px)/* fluid type from 28px at 320px to 44px at 1900px */;
}
@media (max-width: 500px) {
  .h1.large, h1.large {
    line-height: 54px;
    font-size: clamp(38px,56.71px + 1.28vw,30px)/* fluid type from 64px at 320px to 100px at 1900px */;
  }


  .h2, h2 {
    font-size: clamp(22px, 23.57px + 0.76vw, 51px);
}
h3{
  font-size: clamp(19px, 21.76px + 1.01vw, 44px) /* fluid type from 28px at 320px to 44px at 1900px */;
}
.foote-item-flex{
justify-content: center !important;
}
.footer__inner p {
  font-size: 9px;
}
}

@media (min-width: 550px) {
  .h1.large, h1.large {
    line-height: 75px;
    font-size: clamp(64px,56.71px + 1.28vw,30px)/* fluid type from 64px at 320px to 100px at 1900px */;
}
.faq-main-title{
  font-size: 30px;
}
}

@media (min-width: 990px) {
  .h1.large, h1.large {
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .h1.large, h1.large {
    font-size: clamp(100px,76.62px + 2.28vw,120px)/* fluid type from 100px at 1024px to 120px at 1900px */;
  }
}

@media (max-width: 670px) {
  @media (min-width: 510px) {
    .h1.largeV2, h1.largeV2 {
      font-size: 38px;
    }
  }
}

@media (min-width: 1024px) {
  .h1.largeV2, h1.largeV2 {
    /*
error - Start value `60` is not a length
*/
  }
}



@media (min-width: 1024px) {
  .h2,
  h2 {
    line-height: 61.6px;
    letter-spacing: 0em;
  }
}

.h2.h1-style, h2.h1-style {
    font-family: "Inter", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 52.8px;
  letter-spacing: -0.96px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 440px) {
  .h2.h1-style, h2.h1-style {
    font-size: 52px;
    line-height: 57.2px;
    letter-spacing: 0em;
  }
}

@media (min-width: 1024px) {
  .h2.h1-style, h2.h1-style {
    font-size: 60px;
    line-height: 68px;
  }
}

@media (min-width: 1200px) {
  .h2.h1-style, h2.h1-style {
    font-size: 80px;
    line-height: 100px;
  }
}

.h2.h1-style.large, h2.h1-style.large {
  line-height: 74px;
  font-size: clamp(52px,42.28px + 3.04vw,100px)/* fluid type from 52px at 320px to 100px at 1900px */;
}

@media (min-width: 510px) {
  .h2.h1-style.large, h2.h1-style.large {
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .h2.h1-style.large, h2.h1-style.large {
    font-size: clamp(100px,76.62px + 2.28vw,120px)/* fluid type from 100px at 1024px to 120px at 1900px */;
  }

  .h2.h1-style.largeV2, h2.h1-style.largeV2 {
    font-size: clamp(60px,27.27px + 3.2vw,88px)/* fluid type from 60px at 1024px to 88px at 1900px */;
  }
}



@media (min-width: 1024px) {
  .h3,
  h3 {
    line-height: 48.4px;
    letter-spacing: 0em;
  }
}

.h4,
  h4 {
    font-family: "Inter", serif;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: clamp(24px,21.57px + 0.76vw,36px)/* fluid type from 24px at 320px to 36px at 1900px */;
}

@media (min-width: 1024px) {
  .h4,
  h4 {
    line-height: 39.6px;
    letter-spacing: 0em;
  }
}

.h5,
  h5 {
    font-family: "Inter", serif;
  font-weight: 500;
  letter-spacing: -0.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: clamp(24px,23.19px + 0.25vw,28px)/* fluid type from 24px at 320px to 28px at 1900px */;
  line-height: clamp(26.4px,24.37px + 0.63vw,36.4px)/* fluid from 26.4px at 320px to 36.4px at 1900px */;
}

@media (min-width: 1024px) {
  .h5,
  h5 {
    letter-spacing: 0em;
  }
}

.h6,
  h6 {
    font-family: "Inter", serif;
  font-weight: 500;
  line-height: 26.4px;
  letter-spacing: -0.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: clamp(20px,19.19px + 0.25vw,24px)/* fluid type from 20px at 320px to 24px at 1900px */;
}

@media (min-width: 1024px) {
  .h6,
  h6 {
    font-size: 24px;
    letter-spacing: 0em;
  }
}

small {
  font-size: 15px;
}

small.eyebrow {
  display: block;
  font-family: DMMono, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 19.8px;
  font-size: clamp(16px,15.59px + 0.13vw,18px)/* fluid type from 16px at 320px to 18px at 1900px */;
}
.faq{
  font-weight: 400;
  line-height: 19.8px;
  font-size: clamp(16px,15.59px + 0.13vw,18px)/* fluid type from 16px at 320px to 18px at 1900px */;
}
.faq-title{
  font-size: 27px;
  font-weight: 500;
}
p {
    font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

p:empty {
  display: none;
}

label {
  display: block;
    font-family: "Inter", serif;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: -0.36px;
}

label.base {
    font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.btn {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DMMono, sans-serif;
  font-weight: 500;
}

.btn.primary {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(32 32 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(141 193 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(141 193 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.btn.primary:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(141 193 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(141 193 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.btn.primary:hover:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(141 193 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(141 193 255 / var(--tw-text-opacity));
}

.btn.primary:hover svg path {
  stroke: #202020;
}

.btn.primary:hover svg path:where(.dark, .dark *) {
  stroke: #8DC1FF;
}

.btn.primary p {
  font-family: DMMono, sans-serif;
  font-size: 16px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
  font-weight: inherit;
}

.btn.primary svg path {
  stroke: #ffffff;
}

.btn.primary svg path:where(.dark, .dark *) {
  stroke: #202020;
}

.btn:not(.plain) {
  overflow: hidden;
}

.btn p {
  font-family: DMMono, sans-serif;
  font-size: 18px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: inherit;
}

.btn p:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -200%;
  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));
  align-items: center;
  justify-content: center;
}

.btn.secondary {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn.secondary:hover {
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.secondary:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.btn.secondary:hover:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.btn.secondary:hover svg path {
  stroke: #ffffff;
}

.btn.secondary p {
  font-family: DMMono, sans-serif;
  font-size: 16px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: inherit;
}

.btn.secondary svg path {
  stroke: #000000;
}

.btn.secondary.filled {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn.secondary.filled p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.btn.secondary.dark.filled {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.btn.secondary.dark.filled p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.plain p {
}

.btn.plain svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.btn.plain:hover svg {
}

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

.btn.dark p {
  --tw-text-opacity: 1;
  color: rgb(231 227 215 / var(--tw-text-opacity));
}

.btn:hover:not(.plain) p:nth-child(1) {
  --tw-translate-y: 300%;
  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));
}

.btn:hover:not(.plain) p:nth-child(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));
}

.btn-trigger:hover .btn.plain svg {
  --tw-translate-x: 4px;
  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));
}

.btn-trigger:hover .btn:not(.plain) p:nth-child(1) {
  --tw-translate-y: 300%;
  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));
}

.btn-trigger:hover .btn:not(.plain) p:nth-child(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));
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.container--smaller {
  max-width: 1208px;
}

.nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
}

.nav.active {
  position: fixed;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  animation-duration: 500ms;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}

.nav.active .nav__logo svg {
  height: 32px;
}

@media (min-width: 1100px) {
  .nav.active .nav__logo svg {
    height: 40px;
    width: 103%;
  }
}

/* .nav.active:not(.mob-active) .nav__container {
  --tw-border-opacity: 0.5;
} */

.nav.inactive {
  top: -90px;
}

.nav.mob-active .nav__container {
  transition-property: none;
}

.nav.mob-active .nav__drawer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1100px) {
  .nav.mob-active .nav__drawer {
    display: flex;
    justify-content: space-between;
  }
}

.nav.mob-active .nav__drawer .nav__item>p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nav.mob-active .nav__burger svg {
  overflow: visible;
}

.nav.mob-active .nav__burger svg path {
  stroke: #ffffff;
}

.nav.mob-active .nav__burger svg path:nth-child(1) {
  transform: rotate(45deg) translate(1px, -7px);
}

.nav.mob-active .nav__burger svg path:nth-child(2) {
  display: none;
}

.nav.mob-active .nav__burger svg path:nth-child(3) {
  transform: rotate(-45deg) translate(-10px, 2px);
}

.nav__outer {
  position: relative;
}

.nav__logo {
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav__logo svg {
  height: 32px;
  width: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1100px) {
  .nav__logo svg {
    height: 63px;
  }
}

.nav__logo svg path {
  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: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.nav__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom-width: 0.5px;
  border-bottom-color: rgb(244 237 219 / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  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: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.nav__group {
  display: flex;
  align-items: center;
  gap: 49px;
}

.nav__group.main {
  /* top: 0px; */
  align-items: stretch;
  gap: 0px;
}

@media not all and (min-width: 1100px) {
  .nav__group.main {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1100px) {
  /* .nav__group.main {
    position: absolute;
    left: 50%;
    height: 100%;
    --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));
  } */
  .nav.mob-active .nav__container{
    position: absolute;
    flex-direction: column;
  }
}

@media not all and (min-width: 1100px) {
  .nav__group.main .nav__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1100px) {
  .nav__group.main .nav__item {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 18px;
  }
}

.nav__group.main .nav__item {
    font-family: "Inter", serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.nav__group.main .nav__item:hover {
      color: rgb(3 89 255);
}

@media not all and (min-width: 1100px) {
  .nav__group.main .nav__item {
    font-size: 20px;
  }

  .nav__group.secondary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.nav__group.secondary .nav__item.secondary-nav{
    font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nav__group.secondary .nav__item.secondary-nav:hover {
  text-decoration-line: underline;
      color: rgb(3 89 255);
}

@media not all and (min-width: 1100px) {
  .nav__group.secondary .btn-highlight {
    margin-top: 32px;
  }
}

.nav__group.secondary .btn-highlight p {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(141 193 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(141 193 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
    font-family: "Inter", serif;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nav__group.secondary .btn-highlight p:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 1100px) {
  .nav__group.desktop {
    display: none;
  }
}

.nav__item {
  position: relative;
  display: flex;
}

@media (min-width: 1100px) {
  .nav__item {
    align-items: center;
  }
}

.nav__item p {
    font-family: "Inter", serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  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: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media not all and (min-width: 1100px) {
  .nav__item.secondary-nav {
    display: inline-block;
    padding-right: 32px;
  }
}

.nav__item.secondary-nav p {
    font-family: "Inter", serif;
  font-size: 14px;
  letter-spacing: -0.28px;
}

.nav__item.parent {
  cursor: default;
}

@media not all and (min-width: 1100px) {
  .nav__item.parent {
    display: flex;
    flex-direction: column;
  }

  .nav__item.parent>p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}

@media (min-width: 1100px) {
  .nav__item.parent>p svg {
    display: none;
  }
}

.nav__item:hover .nav__dd {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.nav__item.open.parent>p svg {
  --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));
}

@media not all and (min-width: 1100px) {
  .nav__item.open .nav__dd {
    display: flex;
    padding-top: 24px;
  }
}

.nav__dd {
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media not all and (min-width: 1100px) {
  .nav__dd {
    display: none;
    padding-left: 24px;
  }
}

@media (min-width: 1100px) {
  .nav__dd {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: 94px;
    left: 100%;
    display: flex;
    min-width: 200px;
    --tw-translate-x: -50%;
    --tw-translate-y: -10px;
    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));
    gap: 32px;
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(3 89 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    padding-left: 18px;
    padding-right: 18px;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    animation-duration: 700ms;
  }
}

@media (min-width: 1200px) {
  .nav__dd {
    --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);
  }
}

.nav__dd .nav__item {
  padding: 0px !important;
    font-family: "Inter", serif;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.nav__dd .nav__item:hover {
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.nav__dd .nav__item-sub {
    font-family: "Inter", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.nav__dd-item.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 4px;
}

@media (min-width: 1100px) {
  .nav__dd-item.cta {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.nav__dd-item.cta p {
  font-size: 18px;
  line-height: 87.5%;
}

.nav__burger {
  position: relative;
  z-index: 2;
  margin-left: auto;
  display: flex;
  cursor: pointer;
  align-items: center;
}

@media (min-width: 1100px) {
  .nav__burger {
    display: none;
  }
}

.nav__burger svg path {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  animation-duration: 300ms;
}

.nav__drawer {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(3 89 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 70px;
  padding-bottom: 40px;
}

@media (min-width: 1100px) {
  .nav__drawer {
    display: none;
  }
}

.footer a:not(.btn):not(.contact) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-color: #202020;
  text-underline-offset: 8px;
}

.footer a:not(.btn):not(.contact):hover {
  text-decoration-line: underline;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

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

.right-\[100\%\] {
  right: 100%;
}

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-\[1rem_0\] {
  margin: 1rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-\[110\%\] {
  height: 110%;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

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

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

.\!w-full {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[fit-content\] {
  width: -moz-fit-content;
  width: fit-content;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

.border-\[\#0359FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(3 89 255 / var(--tw-border-opacity));
}

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

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

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

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

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(232 234 232 / var(--tw-border-opacity));
}

.border-b-dark-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(32 32 32 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.\!bg-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(4 24 74 / var(--tw-bg-opacity));
}

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

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

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

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(141 193 255 / var(--tw-bg-opacity));
}

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

.bg-peach {
  --tw-bg-opacity: 1;
  background-color: rgb(231 227 215 / var(--tw-bg-opacity));
}

.bg-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(244 237 219 / var(--tw-bg-opacity));
}

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

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

.bg-\[linear-gradient\(0deg\2c \#FFB23F_0\%\2c rgba\(255\2c 178\2c 63\2c 0\.00\)_87\.18\%\)\] {
  background-image: linear-gradient(0deg,#FFB23F 0%,rgba(255,178,63,0.00) 87.18%);
}

.bg-cover {
  background-size: cover;
}

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

.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-right {
  -o-object-position: right;
     object-position: right;
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.font-dm-mono {
  font-family: "Inter", serif;
}

.font-satoshi {
    font-family: "Inter", serif;
}

.\!text-\[160px\] {
  font-size: 160px !important;
}

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

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

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

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

.tracking-\[-0\.18px\] {
  letter-spacing: -0.18px;
}

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

.tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}

.\!text-charcoal {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 63 / var(--tw-text-opacity)) !important;
}

.\!text-dark-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(32 32 32 / var(--tw-text-opacity)) !important;
}

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

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

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

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

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

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

.text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(141 193 255 / var(--tw-text-opacity));
}


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

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

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

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

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

.brightness-200 {
  --tw-brightness: brightness(2);
  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);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
  -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-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.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-linear {
  transition-timing-function: linear;
}

.\!\~text-\[52px\]\/\[80px\] {
  font-size: clamp(52px,46.33px + 1.77vw,80px)/* fluid type from 52px at 320px to 80px at 1900px */ !important;
}

.\~text-\[16px\]\/\[18px\] {
  font-size: clamp(16px,15.59px + 0.13vw,18px)/* fluid type from 16px at 320px to 18px at 1900px */;
}

.\~text-\[20px\]\/\[24px\] {
  font-size: clamp(20px,19.19px + 0.25vw,24px)/* fluid type from 20px at 320px to 24px at 1900px */;
}

.\~top-\[-50px\]\/\[-115px\] {
  top: clamp(-115px,-36.84px + -4.11vw,-50px)/* fluid from -50px at 320px to -115px at 1900px */;
}

.\~top-\[-50px\]\/\[-150px\] {
  top: clamp(-150px,-29.75px + -6.33vw,-50px)/* fluid from -50px at 320px to -150px at 1900px */;
}

.\~left-\[35px\]\/\[60px\] {
  left: clamp(35px,29.94px + 1.58vw,60px)/* fluid from 35px at 320px to 60px at 1900px */;
}

.\~mt-\[0px\]\/\[64px\] {
  margin-top: clamp(0px,-12.96px + 4.05vw,64px)/* fluid from 0px at 320px to 64px at 1900px */;
}

.\~mt-\[20px\]\/\[100px\] {
  margin-top: clamp(20px,3.8px + 5.06vw,100px)/* fluid from 20px at 320px to 100px at 1900px */;
}

.\~mt-\[24px\]\/\[32px\] {
  margin-top: clamp(24px,22.38px + 0.51vw,32px)/* fluid from 24px at 320px to 32px at 1900px */;
}

.\~mt-\[24px\]\/\[64px\] {
  margin-top: clamp(24px,15.9px + 2.53vw,64px)/* fluid from 24px at 320px to 64px at 1900px */;
}

.\~mt-\[32px\]\/\[50px\] {
  margin-top: clamp(32px,28.35px + 1.14vw,50px)/* fluid from 32px at 320px to 50px at 1900px */;
}

.\~mt-\[40px\]\/\[64px\] {
  margin-top: clamp(40px,35.14px + 1.52vw,64px)/* fluid from 40px at 320px to 64px at 1900px */;
}

.\~mt-\[60px\]\/\[0px\] {
  margin-top: clamp(0px,72.15px + -3.8vw,60px)/* fluid from 60px at 320px to 0px at 1900px */;
}

.\~mb-\[0px\]\/\[40px\] {
  margin-bottom: clamp(0px,-8.1px + 2.53vw,40px)/* fluid from 0px at 320px to 40px at 1900px */;
}

.\~mb-\[20px\]\/\[32px\] {
  margin-bottom: clamp(20px,17.57px + 0.76vw,32px)/* fluid from 20px at 320px to 32px at 1900px */;
}

.\~mb-\[40px\]\/\[0px\] {
  margin-bottom: clamp(0px,48.1px + -2.53vw,40px)/* fluid from 40px at 320px to 0px at 1900px */;
}

.\~mb-\[8px\]\/\[16px\] {
  margin-bottom: clamp(8px,6.38px + 0.51vw,16px)/* fluid from 8px at 320px to 16px at 1900px */;
}

.\~h-\[355px\]\/\[667px\] {
  height: clamp(355px,291.81px + 19.75vw,667px)/* fluid from 355px at 320px to 667px at 1900px */;
}

.\~max-h-\[150px\]\/\[295px\] {
  max-height: clamp(150px,120.63px + 9.18vw,295px)/* fluid from 150px at 320px to 295px at 1900px */;
}

.\~max-h-\[250px\]\/\[278px\] {
  max-height: clamp(250px,244.33px + 1.77vw,278px)/* fluid from 250px at 320px to 278px at 1900px */;
}

.\~max-w-\[260px\]\/\[580px\] {
  max-width: clamp(260px,195.19px + 20.25vw,580px)/* fluid from 260px at 320px to 580px at 1900px */;
}

.\~max-w-\[360px\]\/\[510px\] {
  max-width: clamp(360px,329.62px + 9.49vw,510px)/* fluid from 360px at 320px to 510px at 1900px */;
}

.\~gap-\[0px\]\/\[63px\] {
  gap: clamp(0px,-12.76px + 3.99vw,63px)/* fluid from 0px at 320px to 63px at 1900px */;
}

.\~gap-\[0px\]\/\[64px\] {
  gap: clamp(0px,-12.96px + 4.05vw,64px)/* fluid from 0px at 320px to 64px at 1900px */;
}

.\~gap-\[20px\]\/\[0px\] {
  gap: clamp(0px,24.05px + -1.27vw,20px)/* fluid from 20px at 320px to 0px at 1900px */;
}

.\~gap-\[20px\]\/\[32px\] {
  gap: clamp(20px,17.57px + 0.76vw,32px)/* fluid from 20px at 320px to 32px at 1900px */;
}

.\~gap-\[24px\]\/\[100px\] {
  gap: clamp(24px,8.61px + 4.81vw,100px)/* fluid from 24px at 320px to 100px at 1900px */;
}

.\~gap-\[24px\]\/\[32px\] {
  gap: clamp(24px,22.38px + 0.51vw,32px)/* fluid from 24px at 320px to 32px at 1900px */;
}

.\~gap-\[30px\]\/\[64px\] {
  gap: clamp(30px,23.11px + 2.15vw,64px)/* fluid from 30px at 320px to 64px at 1900px */;
}

.\~gap-\[32px\]\/\[64px\] {
  gap: clamp(32px,25.52px + 2.03vw,64px)/* fluid from 32px at 320px to 64px at 1900px */;
}

.\~gap-\[32px\]\/\[76px\] {
  gap: clamp(32px,23.09px + 2.78vw,76px)/* fluid from 32px at 320px to 76px at 1900px */;
}

.\~gap-\[40px\]\/\[135px\] {
  gap: clamp(40px,20.76px + 6.01vw,135px)/* fluid from 40px at 320px to 135px at 1900px */;
}

.\~gap-\[40px\]\/\[64px\] {
  gap: clamp(40px,35.14px + 1.52vw,64px)/* fluid from 40px at 320px to 64px at 1900px */;
}

.\~gap-\[48px\]\/\[118px\] {
  gap: clamp(48px,33.82px + 4.43vw,118px)/* fluid from 48px at 320px to 118px at 1900px */;
}

.\~gap-\[60px\]\/\[135px\] {
  gap: clamp(60px,44.81px + 4.75vw,135px)/* fluid from 60px at 320px to 135px at 1900px */;
}

.\~gap-\[64px\]\/\[78px\] {
  gap: clamp(64px,61.16px + 0.89vw,78px)/* fluid from 64px at 320px to 78px at 1900px */;
}

.\~gap-\[72px\]\/\[164px\] {
  gap: clamp(72px,53.37px + 5.82vw,164px)/* fluid from 72px at 320px to 164px at 1900px */;
}

.\~gap-y-\[16px\]\/\[24px\] {
  row-gap: clamp(16px,14.38px + 0.51vw,24px)/* fluid from 16px at 320px to 24px at 1900px */;
}

.\~p-\[20px\]\/\[40px\] {
  padding: clamp(20px,15.95px + 1.27vw,40px)/* fluid from 20px at 320px to 40px at 1900px */;
}

.\~p-\[32px\]\/\[56px\] {
  padding: clamp(32px,27.14px + 1.52vw,56px)/* fluid from 32px at 320px to 56px at 1900px */;
}

.\~px-\[0px\]\/\[56px\] {
  padding-left: clamp(0px,-11.34px + 3.54vw,56px)/* fluid from 0px at 320px to 56px at 1900px */;
  padding-right: clamp(0px,-11.34px + 3.54vw,56px)/* fluid from 0px at 320px to 56px at 1900px */;
}

.\~px-\[20px\]\/\[0px\] {
  padding-left: clamp(0px,24.05px + -1.27vw,20px)/* fluid from 20px at 320px to 0px at 1900px */;
  padding-right: clamp(0px,24.05px + -1.27vw,20px)/* fluid from 20px at 320px to 0px at 1900px */;
}

.\~px-\[20px\]\/\[54px\] {
  padding-left: clamp(20px,13.11px + 2.15vw,54px)/* fluid from 20px at 320px to 54px at 1900px */;
  padding-right: clamp(20px,13.11px + 2.15vw,54px)/* fluid from 20px at 320px to 54px at 1900px */;
}

.\~py-\[0px\]\/\[56px\] {
  padding-top: clamp(0px,-11.34px + 3.54vw,56px)/* fluid from 0px at 320px to 56px at 1900px */;
  padding-bottom: clamp(0px,-11.34px + 3.54vw,56px)/* fluid from 0px at 320px to 56px at 1900px */;
}

.\~py-\[18px\]\/\[40px\] {
  padding-top: clamp(18px,13.54px + 1.39vw,40px)/* fluid from 18px at 320px to 40px at 1900px */;
  padding-bottom: clamp(18px,13.54px + 1.39vw,40px)/* fluid from 18px at 320px to 40px at 1900px */;
}

.\~py-\[36px\]\/\[24px\] {
  padding-top: clamp(24px,38.43px + -0.76vw,36px)/* fluid from 36px at 320px to 24px at 1900px */;
  padding-bottom: clamp(24px,38.43px + -0.76vw,36px)/* fluid from 36px at 320px to 24px at 1900px */;
}

.\~pt-\[100px\]\/\[200px\] {
  padding-top: clamp(100px,79.75px + 6.33vw,200px)/* fluid from 100px at 320px to 200px at 1900px */;
}

.\~pt-\[120px\]\/\[160px\] {
  padding-top: clamp(120px,111.9px + 2.53vw,160px)/* fluid from 120px at 320px to 160px at 1900px */;
}

.\~pt-\[120px\]\/\[200px\] {
  padding-top: clamp(120px,103.8px + 5.06vw,200px)/* fluid from 120px at 320px to 200px at 1900px */;
}

.\~pt-\[120px\]\/\[211px\] {
  padding-top: clamp(120px,101.57px + 5.76vw,211px)/* fluid from 120px at 320px to 211px at 1900px */;
}

.\~pt-\[120px\]\/\[216px\] {
  padding-top: clamp(120px,100.56px + 6.08vw,216px)/* fluid from 120px at 320px to 216px at 1900px */;
}

.\~pt-\[120px\]\/\[250px\] {
  padding-top: clamp(120px,93.67px + 8.23vw,250px)/* fluid from 120px at 320px to 250px at 1900px */;
}

.\~pt-\[120px\]\/\[300px\] {
  padding-top: clamp(120px,83.54px + 11.39vw,300px)/* fluid from 120px at 320px to 300px at 1900px */;
}

.\~pt-\[24px\]\/\[54px\] {
  padding-top: clamp(24px,17.92px + 1.9vw,54px)/* fluid from 24px at 320px to 54px at 1900px */;
}

.\~pt-\[80px\]\/\[160px\] {
  padding-top: clamp(80px,63.8px + 5.06vw,160px)/* fluid from 80px at 320px to 160px at 1900px */;
}

.\~pb-\[120px\]\/\[160px\] {
  padding-bottom: clamp(120px,111.9px + 2.53vw,160px)/* fluid from 120px at 320px to 160px at 1900px */;
}

.\~pb-\[24px\]\/\[38px\] {
  padding-bottom: clamp(24px,21.16px + 0.89vw,38px)/* fluid from 24px at 320px to 38px at 1900px */;
}

.\~pb-\[80px\] /* error - Missing end value */ {
}

.\~pb-\[80px\]\/\[129px\] {
  padding-bottom: clamp(80px,70.08px + 3.1vw,129px)/* fluid from 80px at 320px to 129px at 1900px */;
}

.\~pb-\[80px\]\/\[160px\] {
  padding-bottom: clamp(80px,63.8px + 5.06vw,160px)/* fluid from 80px at 320px to 160px at 1900px */;
}

.\~pb-\[80px\]\/\[250px\] {
  padding-bottom: clamp(80px,45.57px + 10.76vw,250px)/* fluid from 80px at 320px to 250px at 1900px */;
}

.\~leading-\[17\.6px\]\/\[19\.8px\] {
  line-height: clamp(17.6px,17.15px + 0.14vw,19.8px)/* fluid from 17.6px at 320px to 19.8px at 1900px */;
}

.\~leading-\[30px\]\/\[34px\] {
  line-height: clamp(30px,29.19px + 0.25vw,34px)/* fluid from 30px at 320px to 34px at 1900px */;
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.slide-in-from-left {
  --tw-enter-translate-x: -100%;
}

.duration-1000 {
  animation-duration: 1000ms;
}

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

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

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

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

.ease-linear {
  animation-timing-function: linear;
}

::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}

input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
  opacity: 1;
}

input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
  opacity: 1;
}

dialog[open] {
  animation: fadein 0.3s ease-in forwards;
}

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

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

html:has(:modal[open]),
  html:has(nav.mob-active) {
  overflow: hidden;
}

.rich-text a {
  --tw-text-opacity: 1;
  color: rgb(3 89 255 / var(--tw-text-opacity));
}

.rich-text p,
    .rich-text ul li,
    .rich-text ol li {
    font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
  padding-bottom: 10px;
}

.rich-text p i, .rich-text ul li i, .rich-text ol li i {
  font-style: italic;
}

.rich-text p i span, .rich-text ul li i span, .rich-text ol li i span {
  font-style: italic;
}

.rich-text ul {
  padding-left: 5px;
}

.rich-text ul li {
  position: relative;
  list-style-type: none;
}

.rich-text ul li::before {
  position: absolute;
  left: -20px;
  top: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 89 255 / var(--tw-bg-opacity));
  padding: 6px;
  --tw-content: '';
  content: var(--tw-content);
}

.rich-text h1 {
  font-size: 44px;
}

.rich-text h2 {
  font-size: 36px;
}

.rich-text h3 {
  font-size: 28px;
}

.rich-text h4 {
  font-size: 24px;
}

.rich-text .wp-block-image {
  display: block;
  padding-top: 24px;
}

@media (min-width: 1024px) {
  .rich-text .wp-block-image {
    padding-top: 40px;
  }
  .footer-item-end{
    justify-content: end;
  }
}

.rich-text .wp-block-image .alignleft,
      .rich-text .wp-block-image .alignright {
  float: none;
}

.rich-text .wp-block-image .alignleft img, .rich-text .wp-block-image .alignright img {
  width: auto;
}

.rich-text .wp-block-image .alignleft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.rich-text .wp-block-image .alignright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.rich-text strong {
    font-family: "Inter", serif;
  font-weight: 700;
}

.rich-text h1,
    .rich-text h2,
    .rich-text h3,
    .rich-text h4,
    .rich-text h5 {
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 100%;
}

@media (min-width: 1024px) {
  .rich-text h1,
    .rich-text h2,
    .rich-text h3,
    .rich-text h4,
    .rich-text h5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.rich-text ul {
  margin-inline-start: 1rem;
  margin-left: 38px;
  list-style-position: outside;
  list-style-type: disc;
}

.rich-text ol {
  margin-inline-start: 1rem;
  margin-left: 38px;
  list-style-position: outside;
  list-style-type: decimal;
}

.rich-text li {
  padding-bottom: 16px;
}

/* .rich-text li::marker {
  --tw-text-opacity: 1;
  color: rgb(3 89 255 / var(--tw-text-opacity));
} */

.rich-text i {
  font-style: italic;
}

.rich-text i span {
  font-style: italic;
}

.stic__slider {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding-bottom: 168px;
}

@media (min-width: 1200px) {
  .stic__slider {
    display: grid;
  }
}

.stic__slider {
  grid-template-columns: minmax(0, 1fr) 536px;
}

.stic__panel.left {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.stic__panel.right {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  padding-top: 420px;
}

.stic__images {
  height: 350px;
}

.stic__image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  animation-duration: 500ms;
}

.stic__image.active {
  opacity: 1;
}

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

.stic__content {
  display: flex;
  flex-direction: column;
  opacity: 0.3;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  animation-duration: 500ms;
}

.stic__content.active {
  opacity: 1;
}

@media (min-width: 1200px) {
  .stic__content:last-child {
    min-height: 300px;
  }
}

.stic__dots {
  position: absolute;
  left: -32px;
  top: 50%;
  display: flex;
  --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));
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1380px) {
  .stic__dots {
    left: 0px;
  }
}

.stic__dot {
  position: relative;
  z-index: 3;
  height: 10px;
  width: 10px;
  overflow: hidden;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(169 169 169 / var(--tw-bg-opacity));
  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: 500ms;
  animation-duration: 500ms;
}

.stic__dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 89 255 / var(--tw-bg-opacity));
}

.stic__bar,
	.stic__progress {
  position: absolute;
  left: 50%;
  width: 1px;
  --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));
}

.stic__bar {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(169 169 169 / var(--tw-bg-opacity));
}

.stic__progress {
  z-index: 2;
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 89 255 / var(--tw-bg-opacity));
}

.search-bar {
  top: -299px;
  width: 100%;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-duration: 300ms;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.search-bar.active {
  inset: 0px;
  width: 100%;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-duration: 700ms;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

nav.nav:has(.search-bar.active) .nav__container {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  animation-duration: 700ms;
}

nav.nav:has(.search-bar.active) .header_search {
}

.swiper-pagination-progressbar {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(232 234 232 / var(--tw-border-opacity));
  background-color: transparent !important;
}

.carousel .swiper-wrapper {
  align-items: stretch;
}

.carousel .swiper-wrapper .swiper-slide {
  height: auto;
}

.custom-form form input[type="submit"]:hover {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(141 193 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(141 193 255 / var(--tw-text-opacity));
}

.backdrop\:bg-dark\/25::backdrop {
  background-color: rgb(32 32 32 / 0.25);
}

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

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-1\/4::before {
  content: var(--tw-content);
  height: 25%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-light-grey::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

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

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

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

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

.after\:top-1\/4::after {
  content: var(--tw-content);
  top: 25%;
}

.after\:h-3\/4::after {
  content: var(--tw-content);
  height: 75%;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[15px\]::after {
  content: var(--tw-content);
  width: 15px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-light-blue::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(141 193 255 / var(--tw-bg-opacity));
}

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

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

.first-of-type\:border-l:first-of-type {
  border-left-width: 1px;
}

.last-of-type\:border-r:last-of-type {
  border-right-width: 1px;
}

.hover\:bg-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 24 74 / var(--tw-bg-opacity));
}

.hover\:bg-light-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(141 193 255 / var(--tw-bg-opacity));
}

.hover\:text-charcoal:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.group:hover .group-hover\:translate-x-\[150\%\] {
  --tw-translate-x: 150%;
  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\:text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(141 193 255 / var(--tw-text-opacity));
}

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

.group.mob-active .group-\[\.mob-active\]\:block {
  display: block;
}

.group.mob-active .group-\[\.mob-active\]\:hidden {
  display: none;
}

.has-\[\.nav\\_\\_item\:hover\]\:bg-light:has(.nav__item:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\~sm\/md\:\~pt-\[40px\]\/\[0px\] {
  padding-top: clamp(0px,93.66px + -12.2vw,40px)/* fluid from 40px at 440px to 0px at 768px */;
}

.\~sm\/lg\:\~right-\[30px\]\/\[100px\] {
  right: clamp(30px,-22.74px + 11.99vw,100px)/* fluid from 30px at 440px to 100px at 1024px */;
}

.\~md\:\~right-\[30px\]\/\[0px\] {
  right: clamp(0px,50.35px + -2.65vw,30px)/* fluid from 30px at 768px to 0px at 1900px */;
}

.\~md\:\~gap-\[0px\]\/\[10px\] {
  gap: clamp(0px,-6.78px + 0.88vw,10px)/* fluid from 0px at 768px to 10px at 1900px */;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\!right-0 {
    right: 0px !important;
  }

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

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

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

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

  .max-lg\:hidden {
    display: none;
  }

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

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

  .max-lg\:after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
  }

  .max-lg\:after\:h-\[48px\]::after {
    content: var(--tw-content);
    height: 48px;
  }

  .max-lg\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .max-lg\:after\:bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

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

  .max-lg\:first-of-type\:pt-\[32px\]:first-of-type {
    padding-top: 32px;
  }

  .max-lg\:last-of-type\:pb-\[32px\]:last-of-type {
    padding-bottom: 32px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:order-last {
    order: 9999;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:items-start {
    align-items: flex-start;
  }

  .max-md\:\~gap-\[20px\]\/\[32px\] {
    gap: clamp(20px,17.57px + 0.76vw,32px)/* fluid from 20px at 320px to 32px at 1900px */;
  }
}

@media (min-width: 440px) {
  .sm\:max-w-\[80px\] {
    max-width: 80px;
  }
}

@media (min-width: 505px) {
  .pb\:max-w-full {
    max-width: 100%;
  }
}

@media (min-width: 560px) {
  .min-\[560px\]\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:right-\[100px\] {
    right: 100px;
  }

  .md\:right-\[16px\] {
    right: 16px;
  }

  .md\:top-\[16px\] {
    top: 16px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[10px\] {
    gap: 10px;
  }

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

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

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[105\%\] {
    height: 105%;
  }

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

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

  .lg\:h-\[57\%\] {
    height: 57%;
  }

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

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

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

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

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

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

  .lg\:max-h-\[613px\] {
    max-height: 613px;
  }
  .lg\:w-\[535px\] {
    width: 535px;
}
.fee-box{
  max-width: 535px;
}
  .lg\:max-h-\[825px\] {
    max-height: 825px;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:\!w-\[547px\] {
    width: 547px !important;
  }

  .lg\:\!w-\[928px\] {
    width: 928px !important;
  }

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

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

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

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

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

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

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

  .lg\:w-\[67\.3\%\] {
    width: 67.3%;
  }

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

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

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

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

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

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

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

  .lg\:max-w-\[67\.3\%\] {
    max-width: 67.3%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }

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

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!text-\[320px\] {
    font-size: 320px !important;
  }

  .lg\:first-of-type\:pl-\[40px\]:first-of-type {
    padding-left: 40px;
  }

  .lg\:last-of-type\:pr-\[40px\]:last-of-type {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .xl\:top-0 {
    top: 0px;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:gap-\[44px\] {
    gap: 44px;
  }

  .xl\:gap-\[84px\] {
    gap: 84px;
  }

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

  .xl\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-xl\:gap-\[24px\] {
    gap: 24px;
  }
}

@media (min-width: 1800px) {
  .min-\[1800px\]\:w-\[60\%\] {
    width: 60%;
  }

  .min-\[1800px\]\:max-w-\[60\%\] {
    max-width: 60%;
  }
}

.dark\:bg-charcoal:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
}

.dark\:\!text-light-blue:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(141 193 255 / var(--tw-text-opacity)) !important;
}

.dark\:text-light-blue:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(141 193 255 / var(--tw-text-opacity));
}

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

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

.dark\:hover\:text-light-blue:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(141 193 255 / var(--tw-text-opacity));
}

.dark\:hover\:\!no-underline:hover:where(.dark, .dark *) {
  text-decoration-line: none !important;
}

.\[\&\>_p\.parent\\_text\]\:hover\:font-bold:hover> p.parent_text {
  font-weight: 700;
}

.\[\&\>_p\.parent\\_text\]\:hover\:text-black:hover> p.parent_text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\>_p\.parent\\_text\]\:has-\[a\.active\\_link\]\:border-b-\[2px\]:has(a.active_link)> p.parent_text {
  border-bottom-width: 2px;
}

.\[\&\>_p\.parent\\_text\]\:has-\[a\.active\\_link\]\:text-black:has(a.active_link)> p.parent_text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.\[\&_\*\]\:font-normal * {
  font-weight: 400;
}

.\[\&_\*\]\:text-black * {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:\[\&_a\]\:text-blue a:hover {
  --tw-text-opacity: 1;
  color: rgb(3 89 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:\[\&_a\]\:bg-white a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:\[\&_a\]\:text-dark-blue a {
  --tw-text-opacity: 1;
  color: rgb(4 24 74 / var(--tw-text-opacity));
}

.group:hover .group-hover\:\[\&_a\]\:hover\:bg-white:hover a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:\[\&_a\]\:hover\:text-black:hover a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:\[\&_a_svg_path\]\:stroke-black a svg path {
  stroke: #000000;
}

.\[\&_div\]\:overflow-visible div {
  overflow: visible;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\[\&_div\]\:gap-\[32px\] div {
    gap: 32px;
  }
}

.\[\&_form_input\[type\=\'submit\'\]\]\:w-\[84px\] form input[type='submit'] {
  width: 84px;
}

.\[\&_form_input\[type\=\'submit\'\]\]\:border form input[type='submit'] {
  border-width: 1px;
}

.\[\&_form_input\[type\=\'submit\'\]\]\:border-solid form input[type='submit'] {
  border-style: solid;
}

.\[\&_form_input\[type\=\'submit\'\]\]\:border-light-blue form input[type='submit'] {
  --tw-border-opacity: 1;
  border-color: rgb(141 193 255 / var(--tw-border-opacity));
}

.\[\&_form_input\[type\=\'submit\'\]\]\:bg-light-blue form input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 193 255 / var(--tw-bg-opacity));
}

.\[\&_form_input\[type\=\'submit\'\]\]\:p-\[10px\] form input[type='submit'] {
  padding: 10px;
}

.\[\&_form_input\[type\=\'submit\'\]\]\:font-dm-mono form input[type='submit'] {
  font-family: DMMono, sans-serif;
}

.\[\&_form_input\[type\=\'submit\'\]\]\:text-\[16px\] form input[type='submit'] {
  font-size: 16px;
}

.\[\&_form_input\[type\=\'submit\'\]\]\:font-medium form input[type='submit'] {
  font-weight: 500;
}

.\[\&_form_input\[type\=\'submit\'\]\]\:text-\[\#202020\] form input[type='submit'] {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.\[\&_form_input\[type\=\'submit\'\]\]\:hover\:cursor-pointer:hover form input[type='submit'] {
  cursor: pointer;
}

.\[\&_form_input\]\:rounded-none form input {
  border-radius: 0px;
}

.\[\&_form_input\]\:border-b form input {
  border-bottom-width: 1px;
  width: 100%;
  padding-bottom: 15px;
}

.ginput_container.ginput_container_text {
  margin-bottom: 13px;
}
.ginput_container.ginput_container_email {
  margin-bottom: 15px;
}
.ginput_container.ginput_container_phone {
  margin-bottom: 15px;
}
.ginput_container.ginput_container_textarea {
  margin-bottom: 15px;
}
textarea#input_1_9 {
  width: 100%;
}
.\[\&_form_input\]\:border-solid form input {
  border-style: solid;
}

.\[\&_form_input\]\:border-white form input {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&_form_input\]\:bg-transparent form input {
  background-color: transparent;
}

.\[\&_form_input\]\:\!px-0 form input {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\[\&_form_input\]\:font-normal form input {
  font-weight: 400;
}

.\[\&_form_input\]\:text-white form input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_form_input\]\:placeholder-white form input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.\[\&_form_input\]\:placeholder-white form input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

@media not all and (min-width: 1024px) {
  .max-lg\:\[\&_form_input\]\:\!p-0 form input {
    padding: 0px !important;
  }
}

.\[\&_form_textarea\]\:\!h-\[60px\] form textarea {
  height: 60px !important;
}

.\[\&_form_textarea\]\:rounded-none form textarea {
  border-radius: 0px;
}

.\[\&_form_textarea\]\:border-b form textarea {
  border-bottom-width: 1px;
}

.\[\&_form_textarea\]\:border-solid form textarea {
  border-style: solid;
}

.\[\&_form_textarea\]\:border-white form textarea {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&_form_textarea\]\:bg-transparent form textarea {
  background-color: transparent;
}

.\[\&_form_textarea\]\:\!px-0 form textarea {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\[\&_form_textarea\]\:font-normal form textarea {
  font-weight: 400;
}

.\[\&_form_textarea\]\:text-white form textarea {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_form_textarea\]\:placeholder-white form textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.\[\&_form_textarea\]\:placeholder-white form textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.\[\&_h2\]\:mb-\[32px\] h2 {
  margin-bottom: 32px;
}

.\[\&_h2\]\:leading-none h2 {
  line-height: 1;
}

.\[\&_h2\]\:text-white h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_h2\]\:\~text-\[24px\]\/\[28px\] h2 {
  font-size: clamp(24px,23.19px + 0.25vw,28px)/* fluid type from 24px at 320px to 28px at 1900px */;
}

.\[\&_p\]\:max-w-\[504px\] p {
  max-width: 504px;
}

.\[\&_p\]\:font-normal p {
  font-weight: 400;
}

.\[\&_p\]\:text-charcoal p {
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.\[\&_p\]\:text-size-inherit p {
  font-size: inherit;
}

.\[\&_p\]\:text-color-inherit p {
  color: inherit;
}

.\[\&_path\]\:hover\:stroke-primary:hover path {
  stroke: #202020;
}

.box {
    min-height: 212px !important;
}
.form-title{
  font-size: clamp(24px, 23.19px + 0.25vw, 28px) /* fluid type from 24px at 320px to 28px at 1900px */;
}
.contact-form input{
    font-family: "Inter", serif;
  font-size: 15px;
}
.input-wrapper .form-control {
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  padding-bottom: 9px;
  border-radius: 0;
}
.input-wrapper .form-control::placeholder{
  color: #fff;
}
.input-wrapper{
  margin-bottom:20px ;
}
.text-area textarea{
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
}
.text-area textarea::placeholder{
  color: #fff;
}
.submit-btn {
  margin: 30px 0;
}
.submit-btn button{
  font-family: DMMono, sans-serif;
  background-color: #8dc1ff;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #8DC1FF;

}
.submit-btn button:hover{
  background-color: transparent;
  border: 1px solid #8dc1ff;
  color: #8DC1FF;
}

/* CONTACT FORM CSS END */

/* terms of service CSS Start */
p.Terms {
  font-size: 16px;
  color: #000;
  text-align: justify;
}
p.send{
margin-top: 10px;
   font-size: 16px;
  color: #000;
  text-align: justify;
}
.send{
margin-top: 10px;
   font-size: 16px;
  color: #000;
  text-align: justify;
}
span.number {
  padding: 10px 4px 0 26px;
}
.Description {
  padding: 16px 0px;
  font-weight: bold; font-size: 20px;
}
.rich-text ol.list {
  margin-inline-start: 1rem;
  margin-left: 18px;
  list-style-position: outside;
  list-style-type: revert-layer;
}
ol.list li {
  font-size: 16px;
  text-align: justify;
      color: #000;
}
.rich-text ul.Violate li::before {
  position: absolute;
  left: -20px;
  top: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0);
  padding: 3px;
  --tw-content: '';
  content: var(--tw-content);
  border-radius: 14px;
}
ul.Violate {
  padding: 21px 0px 3px 0px;
}
.rich-text h3.information, .rich-text h5{
  padding: 24px 0px;
  font-size: 22px;
  font-weight: bold;
}
.link-box a {
  display: block;
}
.rich-text ul.Violate-2 li::before {
  position: absolute;
  left: -20px;
  top: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0);
  padding: 3px;
  --tw-content: '';
  content: var(--tw-content);
  border-radius: 14px;
}

.rich-text ul.Violate-2  {
  margin-inline-start: 1rem;
  margin-left: 18px;
  list-style-position: outside;
  list-style-type: disc;
}
.rich-text ul.Violate-2 li  {
    text-align: justify;
    color: #000;
font-size: 16px;
}
.COLLECTION h6{
  font-size: 18px;

}
span.Your {
  color: rgb(3 89 255);
}
.footerlogo{
  width: 150px; display: block;
}
.text-light-bluec{color: rgb(3 89 255);}
/* terms of service CSS END */
.min-height {
  height: 100px;
}
.min-height1 {
  height: 68px;
}
.m15{margin-top: 15px;}

@media(max-width:767px){
  .text-\[99px\] {
    font-size: 83px;
}
.footer__copyright{text-align: center;}
}

a.fixedscroll {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 111;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#goTopBtn.show {
  opacity: 1;
  visibility: visible;
}
a.fixedscroll  svg{margin: 0 auto;transform: rotate(180deg);}
a.group.btn-highlight p{position: relative;overflow: hidden; z-index: 1;}
a.group.btn-highlight p::after {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  content: "";
  background: #0357ff49;
  color: white; /* Text color */
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: -1; opacity: 0;
}

a.group.btn-highlight p:hover::after {
  left: 0%;
  opacity: 1;
}
.m9{margin-top: 9px;}

.faq-content p{
  font-weight: 400;
}
.mt-20 {
  margin-top: 20px;
  display: block;
}

.heading-width{
  max-width: 623px;
}


/* Base Navigation Styles */
.nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav__logo{
  position: relative;
  z-index: 999;
}

.nav__groups {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Desktop Navigation */
.nav__group {
  display: flex;
  /* gap: 1.5rem; */
}

.nav__group.main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Mobile Navigation */
.nav__burger {
  display: none;
  cursor: pointer;
  z-index: 1001;
}

/* Mobile Menu Styles */
@media (max-width: 1100px) {
  .nav__groups {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    /* max-width: 300px; */
    background: white;
    flex-direction: column;
    align-items: start;
    padding: 1rem;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
    justify-content: flex-start;
    gap: 2rem;
  }

  .nav__group.main {
    position: relative;
    transform: none;
    flex-direction: column;
    left: 0;
    top: 45px;
  }

  .nav__burger {
    display: block;
  }

  .nav__groups.active {
    right: 0;
  }

  #close {
    display: none;
  }

  .nav__burger.active #open {
    display: none;
  }

  .nav__burger.active #close {
    display: block;
  }
}
@media (max-width: 1023px){
  .three-column-boxes, .six-column-boxes, .learn-about, .four-column-boxes{
    padding: 55px 0;
  }
  .footer__copyright p {
    text-align: center;
}
  .section-top {
    padding-top: 50px;
}
.max-lg\:left-0 {
  left: 0px;
  top: 0px;
}
.brand-arrows{
  top: 0;
}
.whatwe-do{
  object-fit: cover;
}
.features-bx{
  padding: 0;
}
h2.heading.mx-auto {
 margin-left: 0;
}
}
@media (max-width: 768px) {
  p{
    font-size: 16px;
  }
.wiresafe-mission{
  flex-wrap: wrap;
}
/* .pt-\[160px\] {
  padding-top: 50px;
} */
.max-lg\:left-0 {
  left: 0px;
  top: -18px;
}
.three-column-boxes, .six-column-boxes, .learn-about, .four-column-boxes{
  padding: 55px 0;
}
.max-lg\:pt-\[100px\] {
  padding-top: 0;
}
.p-\[40px\] {
  padding: 20px;
}
.accordion h2.faq-main-title{
  font-size: 27px !important;
}
.faq-title {
  font-size: 20px;
  font-weight: 500;
}
.footer__inner.pt-\[56px\] {
  padding-top: 0;
}
.footer__item{
  text-align: center;
 
}

.foote-item-flex{
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 94px;
}
}

/* WIRE SAFE SYSTEM STATUS CSS */
.system-status-wrapper {
    padding: 40px;
    box-shadow: 0 0 4px 0 #00000036;
    border-radius: 5px;
}

.status-col {
    gap: 25px;
}

.status-content {
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 40px;
}

.system-status-wrapper p {
    font-size: 16px;
    color: #101828;
}

.system-status {
    gap: 10px;
    justify-content: end;
    margin-bottom: 20px;
    margin-right: 10px;
}

    .system-status p {
        font-size: 14px;
        color: #303030;
        line-height: 41px;
    }

.status-items {
    gap: 5px;
    align-items: center;
}

.system-support p {
    font-size: 16px;
    color: #101828;
    font-weight: 600;
    margin-top: 25px;
}

    .system-support p a {
        font-size: 16px;
        color: #1A67FF;
    }

/* WIRE SAFE SYSTEM STATUS CSS END */

/* RELEASE NOTE CSS START HERE */

.release-note-wrapper .release-note .realese-date{
  font-size: 18px;
  font-weight: 600;
  color: #343434;
}
.release-note-wrapper .release-note{
  border-bottom: 1px solid #DEDEDE;
  padding: 23px 0;
}
.release-note-wrapper .release-note p{
  font-size: 17px;
  font-weight: 500;
  color: #5D5D5D;
}
.support-text p{
  font-size: 16px;
  color: #5D5D5D;
  font-weight: 600;
  margin-top: 25px;
}
.support-text p a{
  font-size: 16px;
  color: #1A67FF;
}
/* RELEASE NOTE CSS END HERE */

@media (min-width: 1024px) and (max-width: 1150px) {
  .custom-form {
    max-width: 400px;
  }
}

/* 404 PAGE CSS START HERE */
.gray-shape{
  height: 84px;
}
.not_found_wrapper .error_btn{
  font-size: 14px;
  color: #1D5DF6;
  background-color: #F3F6FF;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #0F53F4;
}
.not_found_wrapper h1 {
  margin: 10px 0 20px 0;
}
.not_found_wrapper p{
  color: #475467;
  font-weight: normal;
}

.btn_dot{
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  display: inline-block;
  background-color: #1D5DF6;
}
/* 404 PAGE CSS END HERE */