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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}@media (min-width: 1316px) {

  .container {
    max-width: 1316px;
  }
}.container-footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1352px;
  padding-left: 16px;
  padding-right: 16px;
}.display-1 {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
}@media (min-width: 1025px) {

  .display-1 {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
  }
}.text-xl {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}@media (min-width: 1025px) {

  .text-xl {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
  }
}.text-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}@media (min-width: 1025px) {

  .text-lg {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
  }
}.text-md {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}@media (min-width: 1025px) {

  .text-md {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }
}.text-sm {
  font-size: 14px;
  line-height: 1.42857143;
  letter-spacing: 0;
}@media (min-width: 1025px) {

  .text-sm {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}.text-xs {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}@media (min-width: 1025px) {

  .text-xs {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
}.title-menu {
  display: flex;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding-bottom: 8px;
}@media (min-width: 1280px) {

  .title-menu {
    display: none;
  }
}.text-title-section {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity, 1));
}@media (min-width: 1025px) {

  .text-title-section {
    font-size: 32px;
  }
}.text-medium {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity, 1));
}@media (min-width: 1025px) {

  .text-medium {
    font-size: 18px;
  }
}.text-small {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}@media (min-width: 1025px) {

  .text-small {
    font-size: 16px;
  }
}.text-title-video {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media (min-width: 1025px) {

  .text-title-video {
    font-size: 32px;
  }
}.btn-login {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(197 20 20 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.btn-login:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.collapse {
  visibility: collapse;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.inset-y-0 {
  top: 0px;
  bottom: 0px;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-\[100px\] {
  left: 100px;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-3 {
  top: 12px;
}.top-\[48\%\] {
  top: 48%;
}.top-\[50\%\] {
  top: 50%;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-50 {
  z-index: 50;
}.col-span-1 {
  grid-column: span 1 / span 1;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.m-0 {
  margin: 0px;
}.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.mx-\[-6px\] {
  margin-left: -6px;
  margin-right: -6px;
}.mx-\[-8px\] {
  margin-left: -8px;
  margin-right: -8px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}.mb-0 {
  margin-bottom: 0px;
}.mb-1 {
  margin-bottom: 4px;
}.mb-2 {
  margin-bottom: 8px;
}.mb-20 {
  margin-bottom: 80px;
}.mb-3 {
  margin-bottom: 12px;
}.mb-4 {
  margin-bottom: 16px;
}.mb-5 {
  margin-bottom: 20px;
}.mb-6 {
  margin-bottom: 24px;
}.mb-7 {
  margin-bottom: 28px;
}.mb-8 {
  margin-bottom: 32px;
}.mb-\[2px\] {
  margin-bottom: 2px;
}.mb-\[72px\] {
  margin-bottom: 72px;
}.ml-auto {
  margin-left: auto;
}.mr-\[5px\] {
  margin-right: 5px;
}.mr-auto {
  margin-right: auto;
}.mt-0 {
  margin-top: 0px;
}.mt-10 {
  margin-top: 40px;
}.mt-12 {
  margin-top: 48px;
}.mt-2 {
  margin-top: 8px;
}.mt-3 {
  margin-top: 12px;
}.mt-4 {
  margin-top: 16px;
}.mt-6 {
  margin-top: 24px;
}.mt-9 {
  margin-top: 36px;
}.mt-\[12px\] {
  margin-top: 12px;
}.mt-\[16px\] {
  margin-top: 16px;
}.mt-\[18px\] {
  margin-top: 18px;
}.mt-\[20px\] {
  margin-top: 20px;
}.mt-\[52px\] {
  margin-top: 52px;
}.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.list-item {
  display: list-item;
}.hidden {
  display: none;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.h-10 {
  height: 40px;
}.h-4 {
  height: 16px;
}.h-5 {
  height: 20px;
}.h-6 {
  height: 24px;
}.h-8 {
  height: 32px;
}.h-\[116px\] {
  height: 116px;
}.h-\[118px\] {
  height: 118px;
}.h-\[164px\] {
  height: 164px;
}.h-\[167px\] {
  height: 167px;
}.h-\[16px\] {
  height: 16px;
}.h-\[18px\] {
  height: 18px;
}.h-\[200px\] {
  height: 200px;
}.h-\[20px\] {
  height: 20px;
}.h-\[224px\] {
  height: 224px;
}.h-\[24px\] {
  height: 24px;
}.h-\[282px\] {
  height: 282px;
}.h-\[28px\] {
  height: 28px;
}.h-\[32px\] {
  height: 32px;
}.h-\[330px\] {
  height: 330px;
}.h-\[336px\] {
  height: 336px;
}.h-\[35px\] {
  height: 35px;
}.h-\[375px\] {
  height: 375px;
}.h-\[402px\] {
  height: 402px;
}.h-\[40px\] {
  height: 40px;
}.h-\[48px\] {
  height: 48px;
}.h-\[64px\] {
  height: 64px;
}.h-\[80px\] {
  height: 80px;
}.h-\[84px\] {
  height: 84px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.max-h-\[136px\] {
  max-height: 136px;
}.max-h-\[164px\] {
  max-height: 164px;
}.min-h-\[222px\] {
  min-height: 222px;
}.min-h-\[275px\] {
  min-height: 275px;
}.min-h-\[424px\] {
  min-height: 424px;
}.min-h-\[454px\] {
  min-height: 454px;
}.w-0\.5 {
  width: 2px;
}.w-1\/2 {
  width: 50%;
}.w-1\/4 {
  width: 25%;
}.w-10 {
  width: 40px;
}.w-4 {
  width: 16px;
}.w-5 {
  width: 20px;
}.w-6 {
  width: 24px;
}.w-8 {
  width: 32px;
}.w-\[100\%\] {
  width: 100%;
}.w-\[16px\] {
  width: 16px;
}.w-\[18px\] {
  width: 18px;
}.w-\[200px\] {
  width: 200px;
}.w-\[20px\] {
  width: 20px;
}.w-\[233px\] {
  width: 233px;
}.w-\[24px\] {
  width: 24px;
}.w-\[32px\] {
  width: 32px;
}.w-\[343px\] {
  width: 343px;
}.w-\[480px\] {
  width: 480px;
}.w-\[51px\] {
  width: 51px;
}.w-\[52\%\] {
  width: 52%;
}.w-\[54\%\] {
  width: 54%;
}.w-\[55\%\] {
  width: 55%;
}.w-\[80px\] {
  width: 80px;
}.w-\[84px\] {
  width: 84px;
}.w-\[85px\] {
  width: 85px;
}.w-\[90px\] {
  width: 90px;
}.w-auto {
  width: auto;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.min-w-\[152px\] {
  min-width: 152px;
}.max-w-\[100\%\] {
  max-width: 100%;
}.max-w-\[131px\] {
  max-width: 131px;
}.max-w-\[244px\] {
  max-width: 244px;
}.max-w-\[500px\] {
  max-width: 500px;
}.max-w-\[650px\] {
  max-width: 650px;
}.max-w-container-footer {
  max-width: 1352px;
}.max-w-full {
  max-width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.basis-1\/3 {
  flex-basis: 33.333333%;
}.basis-full {
  flex-basis: 100%;
}.border-collapse {
  border-collapse: collapse;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[-38\%\] {
  --tw-translate-y: -38%;
  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-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[10px\] {
  --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));
}.translate-y-\[63px\] {
  --tw-translate-y: 63px;
  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-\[84px\] {
  --tw-translate-y: 84px;
  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-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-270 {
  --tw-rotate: 270deg;
  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;
}.columns-2 {
  -moz-columns: 2;
       columns: 2;
}.columns-3 {
  -moz-columns: 3;
       columns: 3;
}.columns-4 {
  -moz-columns: 4;
       columns: 4;
}.columns-5 {
  -moz-columns: 5;
       columns: 5;
}.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));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.content-center {
  align-content: center;
}.content-stretch {
  align-content: stretch;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.items-baseline {
  align-items: baseline;
}.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: 4px;
}.gap-2 {
  gap: 8px;
}.gap-3 {
  gap: 12px;
}.gap-4 {
  gap: 16px;
}.gap-5 {
  gap: 20px;
}.gap-6 {
  gap: 24px;
}.gap-8 {
  gap: 32px;
}.gap-\[10px\] {
  gap: 10px;
}.gap-\[16px\] {
  gap: 16px;
}.gap-\[18px\] {
  gap: 18px;
}.gap-\[20px\] {
  gap: 20px;
}.gap-\[24\.11px\] {
  gap: 24.11px;
}.gap-\[24px\] {
  gap: 24px;
}.gap-\[32px\] {
  gap: 32px;
}.gap-\[9px\] {
  gap: 9px;
}.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}.gap-x-1 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}.gap-x-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}.gap-x-6 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}.gap-x-\[13\.5px\] {
  -moz-column-gap: 13.5px;
       column-gap: 13.5px;
}.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}.gap-x-\[86px\] {
  -moz-column-gap: 86px;
       column-gap: 86px;
}.gap-y-1 {
  row-gap: 4px;
}.gap-y-2 {
  row-gap: 8px;
}.gap-y-6 {
  row-gap: 24px;
}.gap-y-\[16px\] {
  row-gap: 16px;
}.gap-y-\[18px\] {
  row-gap: 18px;
}.gap-y-\[46px\] {
  row-gap: 46px;
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}.self-stretch {
  align-self: stretch;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.whitespace-normal {
  white-space: normal;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-\[20px\] {
  border-radius: 20px;
}.rounded-\[32px\] {
  border-radius: 32px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.border {
  border-width: 1px;
}.border-4 {
  border-width: 4px;
}.border-\[1px\] {
  border-width: 1px;
}.border-b-\[1px\] {
  border-bottom-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-t-\[0\.5px\] {
  border-top-width: 0.5px;
}.border-solid {
  border-style: solid;
}.border-none {
  border-style: none;
}.border-\[\#1e1e1e\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
}.border-\[\#C51414\] {
  --tw-border-opacity: 1;
  border-color: rgb(197 20 20 / var(--tw-border-opacity, 1));
}.border-\[\#D0D5DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}.border-b-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}.bg-\[\#050000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 0 0 / var(--tw-bg-opacity, 1));
}.bg-\[\#1B1B1B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
}.bg-\[\#5B0909\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 9 9 / var(--tw-bg-opacity, 1));
}.bg-\[\#C51414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(197 20 20 / var(--tw-bg-opacity, 1));
}.bg-\[\#E7E6E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 230 / var(--tw-bg-opacity, 1));
}.bg-\[\#EAECF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
}.bg-\[\#F2F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.bg-\[\#FBE8E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 232 232 / var(--tw-bg-opacity, 1));
}.bg-\[\#FEE4E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 228 226 / var(--tw-bg-opacity, 1));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.bg-\[url\(\'https\:\/\/cdn11\.bigcommerce\.com\/s-gsjfadk9v2\/images\/stencil\/original\/image-manager\/about-us-banner-contact\.png\?t\=1749003590\'\)\] {
  background-image: url('https://cdn11.bigcommerce.com/s-gsjfadk9v2/images/stencil/original/image-manager/about-us-banner-contact.png?t=1749003590');
}.bg-blue-gradient {
  background-image: linear-gradient(to right, #0C3977, #0C3977);
}.bg-red-gradient {
  background-image: linear-gradient(to right, #570C77, #570C77);
}.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.bg-cover {
  background-size: cover;
}.bg-center {
  background-position: center;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.fill-white {
  fill: #fff;
}.stroke-\[\#C51414\] {
  stroke: #C51414;
}.stroke-black {
  stroke: #000;
}.stroke-current {
  stroke: currentColor;
}.stroke-white {
  stroke: #fff;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-0 {
  padding: 0px;
}.p-2 {
  padding: 8px;
}.p-4 {
  padding: 16px;
}.p-6 {
  padding: 24px;
}.p-\[10px\] {
  padding: 10px;
}.p-\[7px\] {
  padding: 7px;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}.pb-8 {
  padding-bottom: 32px;
}.pl-0 {
  padding-left: 0px;
}.pl-4 {
  padding-left: 16px;
}.pl-\[18px\] {
  padding-left: 18px;
}.pr-2 {
  padding-right: 8px;
}.pr-\[65px\] {
  padding-right: 65px;
}.pt-0 {
  padding-top: 0px;
}.pt-2 {
  padding-top: 8px;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.align-middle {
  vertical-align: middle;
}.font-\[\'Inter-Regular\'\2c _sans-serif\] {
  font-family: 'Inter-Regular', sans-serif;
}.font-eina01 {
  font-family: Eina 01, sans-serif;
}.font-eina02 {
  font-family: Eina 02, sans-serif;
}.font-sans {
  font-family: Inter, sans-serif;
}.font-tight {
  font-family: Inter Tight, sans-serif;
}.text-\[10px\] {
  font-size: 10px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[24px\] {
  font-size: 24px;
}.text-h5 {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
}.text-mb-text-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}.text-text-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.leading-5 {
  line-height: 1.25rem;
}.leading-\[1\.2\] {
  line-height: 1.2;
}.leading-\[1\.35\] {
  line-height: 1.35;
}.leading-\[1\.42857143\] {
  line-height: 1.42857143;
}.leading-\[1\.4\] {
  line-height: 1.4;
}.leading-\[1\.67\] {
  line-height: 1.67;
}.leading-\[100\%\] {
  line-height: 100%;
}.leading-\[110\%\] {
  line-height: 110%;
}.leading-\[120\%\] {
  line-height: 120%;
}.leading-\[135\%\] {
  line-height: 135%;
}.leading-\[150\%\] {
  line-height: 150%;
}.leading-\[156\%\] {
  line-height: 156%;
}.leading-\[18px\] {
  line-height: 18px;
}.leading-\[1\] {
  line-height: 1;
}.leading-\[22\.1px\] {
  line-height: 22.1px;
}.leading-\[22px\] {
  line-height: 22px;
}.leading-\[24px\] {
  line-height: 24px;
}.leading-\[26px\] {
  line-height: 26px;
}.leading-\[28px\] {
  line-height: 28px;
}.leading-\[30px\] {
  line-height: 30px;
}.leading-none {
  line-height: 1;
}.leading-normal {
  line-height: 1.5;
}.leading-relaxed {
  line-height: 1.625;
}.tracking-\[0\] {
  letter-spacing: 0;
}.text-\[\#0F0F0F\] {
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity, 1));
}.text-\[\#141B34\] {
  --tw-text-opacity: 1;
  color: rgb(20 27 52 / var(--tw-text-opacity, 1));
}.text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}.text-\[\#231F1E\] {
  --tw-text-opacity: 1;
  color: rgb(35 31 30 / var(--tw-text-opacity, 1));
}.text-\[\#2D3139\] {
  --tw-text-opacity: 1;
  color: rgb(45 49 57 / var(--tw-text-opacity, 1));
}.text-\[\#344054\] {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}.text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}.text-\[\#C51414\] {
  --tw-text-opacity: 1;
  color: rgb(197 20 20 / var(--tw-text-opacity, 1));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.underline {
  text-decoration-line: underline;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.placeholder-\[\#98A2B3\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(152 162 179 / var(--tw-placeholder-opacity, 1));
}.placeholder-\[\#98A2B3\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(152 162 179 / var(--tw-placeholder-opacity, 1));
}.opacity-40 {
  opacity: 0.4;
}.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}@media (min-width: 1025px) {.md\:text-xs {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }@media (min-width: 1025px) {

    .md\:text-xs {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0;
    }
  }
}.hover\:-translate-y-1:hover {
  --tw-translate-y: -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));
}.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}.hover\:shadow-md:hover {
  --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);
}.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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: 1025px) {

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

  .max-md\:block {
    display: block;
  }

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

  .max-md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

  .max-md\:gap-1 {
    gap: 4px;
  }

  .max-md\:pb-8 {
    padding-bottom: 32px;
  }

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

  .max-md\:pt-4 {
    padding-top: 16px;
  }
}@media not all and (min-width: 768px) {

  .max-sm\:text-left {
    text-align: left;
  }
}@media (min-width: 550px) {

  .xs\:block {
    display: block;
  }

  .xs\:hidden {
    display: none;
  }

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

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

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

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

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

  .xs\:border-transparent {
    border-color: transparent;
  }
}@media (min-width: 768px) {

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

  .sm\:mb-8 {
    margin-bottom: 32px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[90vw\] {
    width: 90vw;
  }

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

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

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

  .sm\:translate-y-\[-55\%\] {
    --tw-translate-y: -55%;
    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));
  }

  .sm\:translate-y-\[115px\] {
    --tw-translate-y: 115px;
    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));
  }

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

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

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

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

  .sm\:text-\[32px\] {
    font-size: 32px;
  }
}@media (min-width: 1025px) {

  .md\:left-\[-36\.7px\] {
    left: -36.7px;
  }

  .md\:top-\[-36\.92px\] {
    top: -36.92px;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:mb-1 {
    margin-bottom: 4px;
  }

  .md\:mb-10 {
    margin-bottom: 40px;
  }

  .md\:mb-20 {
    margin-bottom: 80px;
  }

  .md\:mb-3 {
    margin-bottom: 12px;
  }

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

  .md\:mb-8 {
    margin-bottom: 32px;
  }

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 48px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-12 {
    width: 48px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .md\:translate-y-\[-10px\] {
    --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));
  }

  .md\:translate-y-\[-20px\] {
    --tw-translate-y: -20px;
    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));
  }

  .md\:translate-y-\[70px\] {
    --tw-translate-y: 70px;
    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));
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 24px;
  }

  .md\:gap-8 {
    gap: 32px;
  }

  .md\:gap-\[36\.7px\] {
    gap: 36.7px;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

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

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

  .md\:gap-y-10 {
    row-gap: 40px;
  }

  .md\:gap-y-12 {
    row-gap: 48px;
  }

  .md\:gap-y-6 {
    row-gap: 24px;
  }

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

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:bg-\[url\(\'https\:\/\/cdn11\.bigcommerce\.com\/s-gsjfadk9v2\/images\/stencil\/original\/image-manager\/about-us-banner-contact\.png\?t\=1749003590\'\)\] {
    background-image: url('https://cdn11.bigcommerce.com/s-gsjfadk9v2/images/stencil/original/image-manager/about-us-banner-contact.png?t=1749003590');
  }

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

  .md\:p-6 {
    padding: 24px;
  }

  .md\:p-8 {
    padding: 32px;
  }

  .md\:px-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

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

  .md\:py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

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

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

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

  .md\:pl-6 {
    padding-left: 24px;
  }

  .md\:pl-\[0\] {
    padding-left: 0;
  }

  .md\:pl-\[36\.7px\] {
    padding-left: 36.7px;
  }

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

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

  .md\:pr-9 {
    padding-right: 36px;
  }

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

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

  .md\:pt-\[36\.7px\] {
    padding-top: 36.7px;
  }

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

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

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

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

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

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

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

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

  .md\:text-text-xl {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
  }

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

  .md\:leading-\[1\.35\] {
    line-height: 1.35;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}@media (min-width: 1280px) {

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

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:p-8 {
    padding: 32px;
  }

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

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

/*# sourceMappingURL=theme-bundle.main.css.map*/