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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  body {
    font-family: "ModernGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 84px;
}
  @media (min-width: 768px) {

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
  h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
}
  @media (min-width: 768px) {

  h2 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
  h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 30px;
}
  @media (min-width: 768px) {

  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
  h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 27px;
}
  @media (min-width: 768px) {

  h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
  h5 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
  @media (min-width: 768px) {

  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
  h6 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 21px;
}
  p {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.2px;
}
  @media (min-width: 640px) {

  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
  @media (min-width: 768px) {

  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
  @media (min-width: 1024px) {

  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
  a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
  @media (min-width: 768px) {

  a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
  @media (min-width: 1024px) {

  a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

*, ::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(14 165 233 / 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(14 165 233 / 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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-top-8 {
  top: -2rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-\[76px\] {
  top: 76px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[75px\] {
  margin-bottom: 75px;
}
.mb-\[84px\] {
  margin-bottom: 84px;
}
.mb-\[92px\] {
  margin-bottom: 92px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-\[57px\] {
  margin-left: 57px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-30px\] {
  margin-top: -30px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-14 {
  height: 3.5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[109px\] {
  height: 109px;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[282px\] {
  height: 282px;
}
.h-\[284px\] {
  height: 284px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[329px\] {
  height: 329px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[37\.58px\] {
  height: 37.58px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[81px\] {
  height: 81px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[650px\] {
  max-height: 650px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[114px\] {
  width: 114px;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[126px\] {
  width: 126px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[181px\] {
  width: 181px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[295px\] {
  width: 295px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[36\.68px\] {
  width: 36.68px;
}
.w-\[384px\] {
  width: 384px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[65\.78px\] {
  width: 65.78px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[364px\] {
  max-width: 364px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[887px\] {
  max-width: 887px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-1-1 {
  grid-template-columns: repeat(2, 1fr);
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.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-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-17 {
  gap: 4.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 16px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-l-xl {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.rounded-t-md {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-sm {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-\[\#010147\] {
  --tw-border-opacity: 1;
  border-color: rgb(1 1 71 / var(--tw-border-opacity));
}
.border-\[\#CCCCDA\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 218 / var(--tw-border-opacity));
}
.border-\[\#CCE0FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 224 255 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.bg-\[\#0063FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 255 / var(--tw-bg-opacity));
}
.bg-\[\#0063ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 255 / var(--tw-bg-opacity));
}
.bg-\[\#010147\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 1 71 / var(--tw-bg-opacity));
}
.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}
.bg-\[\#3382FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 130 255 / var(--tw-bg-opacity));
}
.bg-\[\#3382ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 130 255 / var(--tw-bg-opacity));
}
.bg-\[\#C7E1FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 225 255 / var(--tw-bg-opacity));
}
.bg-\[\#D6DACC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 218 204 / var(--tw-bg-opacity));
}
.bg-\[\#F3EEEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 234 / var(--tw-bg-opacity));
}
.bg-\[\#FFB800\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity));
}
.bg-\[\#FFD8CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 204 / var(--tw-bg-opacity));
}
.bg-\[\#FFF1CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 204 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#f3eeea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 234 / var(--tw-bg-opacity));
}
.bg-\[\#ffd9cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 204 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-white-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-white-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-custom-gradient {
  background-image: linear-gradient(95deg, #3382FF 16.92%, #0063FF 94.15%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-none {
  -o-object-fit: none;
     object-fit: none;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-12 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-16 {
  padding-top: 112px;
  padding-bottom: 112px;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pb-10 {
  padding-bottom: 64px;
}
.pb-16 {
  padding-bottom: 112px;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[17\.5px\] {
  padding-bottom: 17.5px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 64px;
}
.pt-12 {
  padding-top: 80px;
}
.pt-16 {
  padding-top: 112px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[110px\] {
  padding-top: 110px;
}
.pt-\[78px\] {
  padding-top: 78px;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.\!text-\[40px\] {
  font-size: 40px !important;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-\[115\%\] {
  line-height: 115%;
}
.leading-\[155\%\] {
  line-height: 155%;
}
.leading-\[18\.2px\] {
  line-height: 18.2px;
}
.leading-\[20\.8px\] {
  line-height: 20.8px;
}
.leading-\[23\.4px\] {
  line-height: 23.4px;
}
.leading-\[24\.8px\] {
  line-height: 24.8px;
}
.leading-\[26\.1px\] {
  line-height: 26.1px;
}
.leading-\[27\.9px\] {
  line-height: 27.9px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[31px\] {
  line-height: 31px;
}
.leading-\[32\.2px\] {
  line-height: 32.2px;
}
.leading-\[38\.4px\] {
  line-height: 38.4px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[43\.7px\] {
  line-height: 43.7px;
}
.leading-\[43px\] {
  line-height: 43px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-\[69px\] {
  line-height: 69px;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}
.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#0063FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
}
.text-\[\#010147\] {
  --tw-text-opacity: 1;
  color: rgb(1 1 71 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-slate-1000 {
  --tw-text-opacity: 1;
  color: rgb(1 1 71 / var(--tw-text-opacity));
}
.text-white-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-white-900 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-custom {
  --tw-shadow: 0 0 12px 0 #0101472B;
  --tw-shadow-colored: 0 0 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-to-top-border-style {
  border: 1px solid var(--Stroke, rgba(105, 120, 255, 0.47));
  border-right: 0px;
}

#scrollToTop {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: translateX(100%);
  /* Start off-screen to the right */
  opacity: 0;
  /* Start invisible */
}

#scrollToTop.visible {
  transform: translateX(0);
  /* Move into view */
  opacity: 1;
  /* Make visible */
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (min-width: 1025px) {
  .scroll--bar {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 16px;
  }
}
.scroll--bar::-webkit-scrollbar {
  height: 8px; /* Adjust the height of the scrollbar */
}
.scroll--bar::-webkit-scrollbar-thumb {
  background-color: #d3b6a4; /* Adjust the color to match your design */
  border-radius: 10px; /* Rounded corners */
}
.scroll--bar::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Adjust the track color to match your design */
}
@media (min-width: 1025px) {
  .scroll--bar a {
    flex: 0 0 auto;
    margin-bottom: 8px;
  }
}

.content--part p {
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .content--part p {
    font-size: 20px;
    line-height: 29px;
  }
}
.content--part p a {
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .content--part p a {
    font-size: 20px;
    line-height: 29px;
  }
}
.content--part p a:hover {
  text-decoration-line: underline;
}

.content--part-dark p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .content--part-dark p {
    font-size: 20px;
    line-height: 29px;
  }
}
.content--part-dark ul {
  padding-left: 24px;
}
.content--part-dark ul li {
  list-style: disc;
  margin: 10px 0;
  font-size: 20px;
}

.ordered--content-list {
  list-style-type: none;
  counter-reset: ordered;
  position: relative;
  cursor: pointer;
  /* Active state */
}
.ordered--content-list li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 18px;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {

  .ordered--content-list li {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .ordered--content-list li {
    font-size: 20px;
  }

  .ordered--content-list li span {
    margin-left: 1.75rem;
  }
}
.ordered--content-list li::before {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: counter(ordered);
  counter-increment: ordered;
  font-weight: 500;
  padding: 5px 12px;
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 555px) {
  .ordered--content-list li::before {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .ordered--content-list li::before {
    width: 45px;
    height: 45px;
    font-size: 28px;
    margin-top: 5px;
  }
}
.ordered--content-list li:hover::before {
  color: #010147;
  background-color: white;
}
.ordered--content-list .active-li::before {
  color: #010147;
  background-color: white;
}

.white--text p, .white--text a {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .white--text p, .white--text a {
    font-size: 18px;
    line-height: 27.9px;
  }
}
.white--text p {
  letter-spacing: 0.2px;
}
.white--text a {
  letter-spacing: 0.4px;
  text-decoration: underline;
}
.white--text strong {
  font-weight: 700;
}
.white--text a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 193 255 / var(--tw-text-opacity));
}

.black--text p, .black--text a {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.black--text p {
  letter-spacing: 0.2px;
}
.black--text a {
  letter-spacing: 0.4px;
  text-decoration: underline;
}
.black--text strong {
  font-weight: 700;
}
.black--text a:hover {
  --tw-text-opacity: 1;
  color: rgb(103 103 145 / var(--tw-text-opacity));
}

.faq--general-text h1, .faq--general-text h2,
.faq--general-text h3,
.faq--general-text h4 {
  font-size: 38px;
  font-weight: 400;
  line-height: 43.7px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .faq--general-text h1, .faq--general-text h2,
.faq--general-text h3,
.faq--general-text h4 {
    font-size: 60px;
    line-height: 69px;
  }
}
.faq--general-text p {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .faq--general-text p {
    font-size: 20px;
    line-height: 29px;
  }
}

.faq--general-textW h1, .faq--general-textW h2,
.faq--general-textW h3,
.faq--general-textW h4 {
  font-size: 38px;
  font-weight: 400;
  line-height: 43.7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .faq--general-textW h1, .faq--general-textW h2,
.faq--general-textW h3,
.faq--general-textW h4 {
    font-size: 60px;
    line-height: 69px;
  }
}
.faq--general-textW p {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .faq--general-textW p {
    font-size: 20px;
    line-height: 29px;
  }
}

.faq--answer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .faq--answer p {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.faq--answer a:hover {
  color: #ABD3FF;
  text-decoration: underline;
}
.faq--answer ol li {
  list-style: decimal;
  margin-left: 17px;
  padding: 4px;
}
.faq--answer ul li {
  list-style: disc;
  margin-left: 17px;
  padding: 4px;
}

.faq--answer-white p, .faq--answer-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq--answer-white span, .faq--answer-white li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.faq--answer-white p {
  letter-spacing: 0.2px;
}
.faq--answer-white a {
  margin-top: 1.25rem;
  display: block;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
}
.faq--answer-white a:hover {
  color: #ABD3FF;
}

.faq-tabs h2 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
}

.tab-button {
  padding: 14px;
  background: none;
  border: none;
  cursor: pointer;
}

.active-tab h2 {
  border-bottom: 2px solid #0063FF;
  font-weight: 400;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
}

.table--content h2 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38.4px;
  color: #000;
}
@media (min-width: 786px) {
  .table--content h2 {
    font-size: 38px;
    line-height: 38.4px;
  }
}
@media (min-width: 1024px) {
  .table--content h2 {
    font-size: 42px;
    line-height: 50.4px;
  }
}
.table--content p {
  font-size: 18px;
  line-height: 26.1px;
  color: #000;
  letter-spacing: 0.2px;
}
@media (min-width: 786px) {
  .table--content p {
    font-size: 20px;
    line-height: 29px;
  }
}

.ordered--content-simple li {
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 18px;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {

  .ordered--content-simple li {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {

  .ordered--content-simple li {
    font-size: 28px;
  }
  .ordered--content-simple li.active-li .desc {
    text-decoration: underline;
  }
}

@media (min-width: 2560px) {
  .banner-module .image_position img {
    width: 100%;
  }
}

.multi-content--tab.active {
  color: #0063FF;
  line-height: 115%;
  text-decoration: underline;
  font-weight: 400;
}
.multi-content--tab.active p li ol {
  color: #000000;
}

.multicontent-module .w-full p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.multicontent-module .w-full p a {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.multicontent-module .w-full p a:hover {
  --tw-text-opacity: 1;
  color: rgb(51 130 255 / var(--tw-text-opacity));
}
.multicontent-module .w-full ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.contact--us-form label {
  display: grid;
  width: 100%;
  align-items: center;
  gap: 1.5rem;
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.multicontent-module .contact--us-form label p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.multicontent-module .contact--us-form label p a {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.multicontent-module .contact--us-form label p a:hover {
  --tw-text-opacity: 1;
  color: rgb(51 130 255 / var(--tw-text-opacity));
}

.multicontent-module .contact--us-form label ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .contact--us-form label {
    grid-template-columns: 250px 1fr;
  }
}
.contact--us-form label #hide {
  display: none;
}
@media (min-width: 1024px) {

  .contact--us-form label #hide {
    visibility: hidden;
    display: block;
  }
}
.contact--us-form label input {
  width: 100%;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 218 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.multicontent-module .contact--us-form label input p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.multicontent-module .contact--us-form label input p a {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.multicontent-module .contact--us-form label input p a:hover {
  --tw-text-opacity: 1;
  color: rgb(51 130 255 / var(--tw-text-opacity));
}
.multicontent-module .contact--us-form label input ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.contact--us-form label input:focus {
  border-style: none;
}
.contact--us-form label input.wpcf7-date {
  max-width: 250px;
}
.contact--us-form label input[type=submit] {
  margin-top: 0.625rem;
  display: flex;
  height: 55px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.multicontent-module .contact--us-form label input[type=submit] p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.multicontent-module .contact--us-form label input[type=submit] p a {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.multicontent-module .contact--us-form label input[type=submit] p a:hover {
  --tw-text-opacity: 1;
  color: rgb(51 130 255 / var(--tw-text-opacity));
}
.multicontent-module .contact--us-form label input[type=submit] ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .contact--us-form label input[type=submit] {
    margin-top: 0px;
    width: 143px;
  }
}
.contact--us-form label input[type=submit]:hover {
  background: #66A1FF;
}
.contact--us-form textarea {
  margin-top: 0.625rem;
  width: 100%;
  resize: none;
  justify-content: flex-end;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 218 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.multicontent-module .contact--us-form textarea p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.multicontent-module .contact--us-form textarea p a {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.multicontent-module .contact--us-form textarea p a:hover {
  --tw-text-opacity: 1;
  color: rgb(51 130 255 / var(--tw-text-opacity));
}
.multicontent-module .contact--us-form textarea ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .contact--us-form textarea {
    margin-top: 0px;
  }
}
.contact--us-form textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 23.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.contact--us-form textarea::placeholder {
  font-size: 18px;
  line-height: 23.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.custom--title-class {
  word-break: break-word;
}

header span {
  cursor: default;
}

.specific-height .ordered--content-simple {
  height: 650px;
}

.footer-item-with-no-sub {
  display: none;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .footer-item-with-no-sub {
    display: block;
  }
}

.footer-item-with-no-sub-mobile {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .footer-item-with-no-sub-mobile {
    display: none;
  }
}

.footer-item:has(.footer-item-with-no-sub-mobile) {
  display: block;
}
@media (min-width: 1024px) {
  .footer-item:has(.footer-item-with-no-sub-mobile) {
    display: none;
  }
}

@media (max-width: 760px) {
  iframe.wistia_embed, .vjs-poster {
    width: 268px !important;
    height: 100% !important;
  }
}

@media (max-width: 360px) {
  h1#banner_title {
    font-size: 28px;
  }
}

@media (min-width: 2502px) {
  .banner-about {
    position: relative;
    top: 80px;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1501px) {
  .banner-about {
    position: relative;
    top: 70px !important;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1599px) and (max-width: 1800px) {
  .banner-about {
    position: relative;
    top: -70px !important;
    margin-bottom: -70px !important;
  }
}

@media (min-width: 1801px) and (max-width: 1901px) {
  .banner-about {
    position: relative;
    top: -40px !important;
    margin-bottom: -40px !important;
  }
}

@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ModernGothic";
  src: url("../../scss/fonts/ModernGothic-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
.alerts-description p {
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: 0.4px;
}
@media (min-width: 1024px) {

  .alerts-description p {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.alerts-description p {
  color: black;
}

.alerts-description p a {
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: 0.4px;
}

@media (min-width: 1024px) {

  .alerts-description p a {
    font-size: 18px;
    line-height: 23.4px;
  }
}

.alerts-description p a {
  color: #000000;
}

.alerts-description a {
  color: #676791;
  text-decoration: underline;
}

.alerts-description a:hover {
  color: #676791;
  text-decoration: underline;
}

.alerts-description a:active {
  color: #0063FF;
}

.alerts-description h1,
.alerts-description h2,
.alerts-description h3,
.alerts-description h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  letter-spacing: 0.4px;
}

@media (min-width: 1024px) {

  .alerts-description h1,
.alerts-description h2,
.alerts-description h3,
.alerts-description h4 {
    font-size: 18px;
    line-height: 23.4px;
  }
}

.alerts-description ul,
.alerts-description ol {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .alerts-description ul,
.alerts-description ol {
    font-size: 18px;
    line-height: 23.4px;
  }
}

.content-module h1, .multicontent-module h1 {
  padding-top: 40px;
  font-size: 38px;
  font-weight: 600;
  line-height: 57px;
}

.content-module h1:first-child, .multicontent-module h1:first-child {
  padding-top: 0px;
}

@media (min-width: 1024px) {

  .content-module h1, .multicontent-module h1 {
    font-size: 56px;
    line-height: 84px;
  }
}
.content-module h2, .multicontent-module h2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 32px;
  font-weight: 400;
}
@media (min-width: 1024px) {

  .content-module h2, .multicontent-module h2 {
    font-size: 42px;
  }
}
.content-module h3, .multicontent-module h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 36px;
}
@media (min-width: 1024px) {

  .content-module h3, .multicontent-module h3 {
    font-weight: 500;
    line-height: 30px;
  }
}
.content-module h4, .multicontent-module h4 {
  padding-top: 40px;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .content-module h4, .multicontent-module h4 {
    font-weight: 500;
    line-height: 30px;
  }
}
.content-module p, .multicontent-module p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .content-module p, .multicontent-module p {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.content-module ul, .multicontent-module ul {
  padding: 24px;
}
.content-module img, .multicontent-module img {
  border-radius: 40px;
}
.content-module .aligncenter, .multicontent-module .aligncenter {
  margin: auto;
  display: block;
}
.content-module .alignleft, .multicontent-module .alignleft {
  float: left;
  display: inline;
}
@media (min-width: 1024px) {

  .content-module .alignleft, .multicontent-module .alignleft {
    margin-right: 100px;
  }
}
.content-module .alignright, .multicontent-module .alignright {
  float: right;
  display: inline;
}
@media (min-width: 1024px) {

  .content-module .alignright, .multicontent-module .alignright {
    margin-left: 100px;
  }
}
.content-module ul li, .multicontent-module ul li {
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
  list-style-type: disc; /* Increment the counter for each li */
}
.content-module ol, .multicontent-module ol {
  padding: 24px;
}
.content-module ol li, .multicontent-module ol li {
  list-style: decimal;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.content-module .contact-details, .multicontent-module .contact-details {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.content-module .contact-details h1, .content-module .contact-details h2, .content-module .contact-details h3, .content-module .contact-details h4, .content-module .contact-details h5, .content-module .contact-details h6, .multicontent-module .contact-details h1, .multicontent-module .contact-details h2, .multicontent-module .contact-details h3, .multicontent-module .contact-details h4, .multicontent-module .contact-details h5, .multicontent-module .contact-details h6 {
  padding-top: 0px;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.content-module .contact-details p, .multicontent-module .contact-details p {
  padding-top: 0px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .content-module .contact-details p, .multicontent-module .contact-details p {
    font-size: 18px;
    line-height: 23.4px;
  }
}
.content-module .contact-details p:first-of-type, .multicontent-module .contact-details p:first-of-type {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content-module .contact-details h2:nth-of-type(2), .multicontent-module .contact-details h2:nth-of-type(2) {
  padding-bottom: 0.5rem;
}
.content-module .content--blocks a, .multicontent-module .content--blocks a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.content-module .content--blocks p, .multicontent-module .content--blocks p {
  padding: 0 !important;
}
.content-module .content--blocks p a:hover, .multicontent-module .content--blocks p a:hover {
  --tw-text-opacity: 1;
  color: rgb(103 103 145 / var(--tw-text-opacity));
}
.content-module .content--blocks.image a, .multicontent-module .content--blocks.image a {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
}
.content-module .content--blocks.image a:hover, .multicontent-module .content--blocks.image a:hover {
  --tw-text-opacity: 1;
  color: rgb(51 130 255 / var(--tw-text-opacity));
}

.newsletter-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.newsletter-carousel .carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  touch-action: pan-x;
}
.newsletter-carousel .carousel-wrapper .carousel-card {
  margin-right: 1rem;
}
.newsletter-carousel .carousel-wrapper .carousel-card .card-content {
  background: #fff;
  width: 384px;
}
.newsletter-carousel .nav-button {
  transform: translateY(-50%);
  cursor: pointer;
}
.newsletter-carousel .nav-button svg {
  width: 24px;
  height: 24px;
}
.newsletter-carousel .nav-button.prev {
  left: 0;
}
.newsletter-carousel .nav-button.next {
  right: 0;
}
.newsletter-carousel .nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .newsletter-carousel .carousel-wrapper {
    overflow: scroll;
  }
  .newsletter-carousel .nav-button {
    display: none;
  }
}
@media (max-width: 480px) {
  .newsletter-carousel .carousel-wrapper .carousel-card {
    flex: 0 0 80%;
  }
  .newsletter-carousel .carousel-wrapper .carousel-card .card-content {
    background: #fff;
    width: 100%;
  }
}

.prose p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

  .prose p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.prose a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(1 1 71 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
@media (min-width: 1024px) {

  .prose a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.prose a:hover {
  --tw-text-opacity: 1;
  color: rgb(103 103 145 / var(--tw-text-opacity));
}
.prose a:active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
}

/* Mobile styles for horizontal scroll */
@media (max-width: 768px) {
  .detailed-cards-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll; /* Enable horizontal scrolling */
    scroll-snap-type: x mandatory; /* Snap scroll to each card */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for Safari */
    gap: 16px; /* Adds spacing between cards in the scroll */
  }
  .detailed-card {
    scroll-snap-align: center;
    flex: 0 0 90%; /* Ensure only one card is visible per scroll */
    width: 90%; /* Cards take up most of the viewport width */
    box-sizing: border-box;
    height: auto; /* Adjust the height dynamically */
  }
  /* Hide the scrollbar for all browsers */
  .detailed-cards-grid::-webkit-scrollbar {
    display: none;
  }
  .detailed-cards-grid {
    -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
  }
}
/* Tablet and larger screen styles */
@media (min-width: 769px) {
  .detailed-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3-column layout for large screens */
    gap: 24px; /* Adjust the gap between the cards */
    margin-top: 50px;
    -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
  }
  .detailed-card {
    width: 100%; /* Ensures the card fills its column */
    height: auto; /* Adjust the height dynamically */
    box-sizing: border-box;
  }
}
/* iPad Pro resolution handling */
@media (min-width: 1024px) and (max-width: 1366px) {
  .detailed-cards-grid {
    grid-template-columns: repeat(2, 1fr); /* Switch to 2-column layout for this resolution */
    gap: 20px; /* Adjust the gap between cards */
    margin-top: 40px;
  }
}
.slider {
  display: flex;
  width: 200%;
  animation: bannermove 20s linear infinite;
}
.slider.paused {
  animation-play-state: paused;
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.before\:bg-\[\#141414\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

.after\:bg-\[\#141414\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-\[\#66A1FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 161 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#E3F0FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 240 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FFD466\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 102 / var(--tw-bg-opacity));
}

.hover\:\!text-\[\#010147\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(1 1 71 / var(--tw-text-opacity)) !important;
}

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

.hover\:text-\[\#3382FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(51 130 255 / var(--tw-text-opacity));
}

.hover\:text-\[\#66A1FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(102 161 255 / var(--tw-text-opacity));
}

.hover\:text-\[\#676791\]:hover {
  --tw-text-opacity: 1;
  color: rgb(103 103 145 / var(--tw-text-opacity));
}

.hover\:text-\[\#99C1FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(153 193 255 / var(--tw-text-opacity));
}

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

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

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

.active\:text-\[\#0063FF\]:active {
  --tw-text-opacity: 1;
  color: rgb(0 99 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-\[326\.95px\] {
    height: 326.95px;
  }

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

  .sm\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

@media (min-width: 768px) {

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:\!mt-32 {
    margin-top: 8rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[82\.6vh\] {
    height: 82.6vh;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

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

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

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

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

  .md\:max-w-\[407\.94px\] {
    max-width: 407.94px;
  }

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

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

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

  .md\:grid-cols-\[repeat\(1\2c auto\)\] {
    grid-template-columns: repeat(1,auto);
  }

  .md\:grid-cols-\[repeat\(2\2c auto\)\] {
    grid-template-columns: repeat(2,auto);
  }

  .md\:grid-cols-\[repeat\(3\2c auto\)\] {
    grid-template-columns: repeat(3,auto);
  }

  .md\:grid-cols-\[repeat\(4\2c auto\)\] {
    grid-template-columns: repeat(4,auto);
  }

  .md\:grid-cols-\[repeat\(5\2c auto\)\] {
    grid-template-columns: repeat(5,auto);
  }

  .md\:grid-cols-\[repeat\(6\2c auto\)\] {
    grid-template-columns: repeat(6,auto);
  }

  .md\:grid-cols-\[repeat\(7\2c auto\)\] {
    grid-template-columns: repeat(7,auto);
  }

  .md\:grid-cols-\[repeat\(8\2c auto\)\] {
    grid-template-columns: repeat(8,auto);
  }

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

  .md\:\!justify-center {
    justify-content: center !important;
  }

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

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

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

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

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

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

  .md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!leading-\[50px\] {
    line-height: 50px !important;
  }

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

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

  .md\:leading-\[33\.35px\] {
    line-height: 33.35px;
  }

  .md\:leading-\[48\.3px\] {
    line-height: 48.3px;
  }

  .md\:leading-\[50\.4px\] {
    line-height: 50.4px;
  }

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

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

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:bottom-\[88px\] {
    bottom: 88px;
  }

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

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

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

  .lg\:order-none {
    order: 0;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

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

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

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

  .lg\:h-\[95\.78px\] {
    height: 95.78px;
  }

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

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

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

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

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

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

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

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

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

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

  .lg\:w-\[95\.01px\] {
    width: 95.01px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-1-1-1 {
    grid-template-columns: repeat(3, 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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-xl {
    border-radius: 24px;
  }

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

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

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

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

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

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

  .lg\:pt-16 {
    padding-top: 112px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[23\.4px\] {
    line-height: 23.4px;
  }

  .lg\:leading-\[27\.9px\] {
    line-height: 27.9px;
  }

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

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

  .lg\:leading-\[33\.35px\] {
    line-height: 33.35px;
  }

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

  .lg\:leading-\[50\.4px\] {
    line-height: 50.4px;
  }

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

  .lg\:first\:border-0:first-child {
    border-width: 0px;
  }
}

@media (min-width: 1280px) {

  .xl\:right-12 {
    right: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .xl\:leading-\[83\.6px\] {
    line-height: 83.6px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:right-40 {
    right: 10rem;
  }

  .\32xl\:\!mt-\[250px\] {
    margin-top: 250px !important;
  }

  .\32xl\:w-auto {
    width: auto;
  }

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

  .\32xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

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

  .\32xl\:leading-\[83\.6px\] {
    line-height: 83.6px;
  }
}
