/* prettier-ignore */

@font-face {
  font-family: 'Cadiz';

  src: url(../fonts/Cadiz-Light.eot);

  src: url(../fonts/Cadiz-Light.eot?#iefix) format('embedded-opentype'),
      url(../fonts/Cadiz-Light.otf) format('opentype'),
      url(../fonts/Cadiz-Light.ttf) format('truetype'),
      url(../fonts/Cadiz-Light.woff) format('woff'),
      url(../fonts/Cadiz-Light.woff2) format('woff2');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Cadiz';

  src: url(../fonts/Cadiz-Book.eot);

  src: url(../fonts/Cadiz-Book.eot?#iefix) format('embedded-opentype'),
      url(../fonts/Cadiz-Book.otf) format('opentype'),
      url(../fonts/Cadiz-Book.svg#Cadiz-Book) format('svg'),
      url(../fonts/Cadiz-Book.ttf) format('truetype'),
      url(../fonts/Cadiz-Book.woff) format('woff'),
      url(../fonts/Cadiz-Book.woff2) format('woff2');

  font-weight: 350;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Cadiz';

  src: url(../fonts/Cadiz-Bold.eot);

  src: url(../fonts/Cadiz-Bold.eot?#iefix) format('embedded-opentype'),
      url(../fonts/Cadiz-Bold.otf) format('opentype'),
      url(../fonts/Cadiz-Bold.svg#Cadiz-Bold) format('svg'),
      url(../fonts/Cadiz-Bold.ttf) format('truetype'),
      url(../fonts/Cadiz-Bold.woff) format('woff'),
      url(../fonts/Cadiz-Bold.woff2) format('woff2');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Cadiz';

  src: url(../fonts/Cadiz-Black.eot);

  src: url(../fonts/Cadiz-Black.eot?#iefix) format('embedded-opentype'),
      url(../fonts/Cadiz-Black.otf) format('opentype'),
      url(../fonts/Cadiz-Black.svg#Cadiz-Black) format('svg'),
      url(../fonts/Cadiz-Black.ttf) format('truetype'),
      url(../fonts/Cadiz-Black.woff) format('woff'),
      url(../fonts/Cadiz-Black.woff2) format('woff2');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Glyphter';

  src: url('../fonts/Glyphter.eot');

  src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Glyphter.woff') format('woff'),
      url('../fonts/Glyphter.ttf') format('truetype'),
      url('../fonts/Glyphter.svg#Glyphter') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: '\0041';
}

.icon-instagram:before {
  content: '\0042';
}

.icon-twitter:before {
  content: '\0043';
}

.icon-youtube:before {
  content: '\0044';
}

/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */

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

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

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

body, html {
  font-size: 16px;
  font-family: Cadiz;
  font-weight: 350;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Cadiz;
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scrollbar-width: thin;
  scrollbar-color: #FB258D #081831;
}

/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #081831;
  border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
  background-color: #FB258D;
  border-radius: 10px;
  border: 3px solid #081831;
}

a, a:link, a:hover, a:visited, a:active {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.unavailable:link, a.unavailable:hover, a.unavailable:visited, a.unavailable:active {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.logo {
  width: 10rem;
}

@media (min-width: 768px) {
  .logo {
    width: 11rem;
  }
}

.orangelink a, a.orangelink {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(252 141 67 / var(--tw-text-opacity));
}

.orangelink a:hover, a.orangelink:hover {
  --tw-text-opacity: 1;
  color: rgb(251 37 141 / var(--tw-text-opacity));
}

.pinklink a, a.pinklink {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.pinklink a:hover, a.pinklink:hover {
  --tw-text-opacity: 1;
  color: rgb(251 37 141 / var(--tw-text-opacity));
}

.hcbleu-gradient:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: url(../images/noise.svg) repeat;
  mix-blend-mode: multiply;
}

.hcbleu-gradient {
  height: 100%;
  width: 100%;
  background-image: radial-gradient(at center center, var(--tw-gradient-stops));
  --tw-gradient-from: #0079be var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 121 190 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 74 123 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #004a7b var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #011C38 var(--tw-gradient-to-position);
}

p strong {
  font-weight: 800;
}

footer a {
  cursor: pointer;
}

footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(251 37 141 / var(--tw-text-opacity));
}

ul.checklist {
  list-style: none;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5rem;
}

ul.checklist li {
  background: url('../images/check_gradient.svg') no-repeat center left;
  padding: 0 0 0 35px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

ul.checklist li.marker-clover {
  background: url('../images/icon-clover.svg') no-repeat center left;
}

ul.checklist li.marker-warning {
  background: url('../images/icon-warning.svg') no-repeat center left;
}

ul.checklist.white li {
  background: url('../images/check_gradient_white.svg') no-repeat center left;
}

.lazy {
  opacity: 0;
}

.lazyobject {
  --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));
  opacity: 0;
}

.lazyloaded {
  --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));
  opacity: 1;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.cta-btn {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 1.23rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-btn:hover {
  --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);
}

.cta-btn:active {
  --tw-shadow: 0 1px 2px 0 rgba(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);
}

@media (min-width: 768px) {
  .cta-btn {
    margin-left: 0px;
    margin-right: 0px;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .cta-btn {
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.65rem;
  }
}

.cta-btn.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FC8D43 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 141 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FB258D var(--tw-gradient-to-position);
}

.cta-btn.gradient:hover::after {
  opacity: 1;
}

.cta-btn.gradient::after {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FB258D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 37 141 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FC8D43 var(--tw-gradient-to-position);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.cta-btn.white {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.1);
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.cta-btn.white::before {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.cta-btn.white:hover::after, .cta-btn.white:active::after {
  opacity: 1;
}

.cta-btn.white::after {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FB258D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 37 141 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FC8D43 var(--tw-gradient-to-position);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.acc-item .acc-img {
  --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));
}

.acc-item.active .acc-img {
  --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));
}

.acc-item .acc-text {
  height: 0px;
  width: 0px;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.acc-item.active .acc-text {
  opacity: 1;
}

#sidemenu {
  width: 18rem;
  --tw-translate-x: -18rem;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px) {
  #sidemenu {
    width: auto;
    --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));
  }
}

#sidemenu.active {
  --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));
}

.menu-item a {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu-item a span {
  display: flex;
}

/* Additional styles and keyframes */

.text-gradient {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #FB258D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 37 141 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FC8D43 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: relative;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
}

.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.pulsedot {
  stroke-width: 2px;
  stroke-opacity: 1;
}

.pulse {
  fill: transparent;
  fill-opacity: 0;
  transform-origin: 50% 50%;
  animation-duration: 2s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    stroke-width: 2px;
    stroke-opacity: 0.5;
    transform: scale(0.5);
  }

  50% {
    stroke-width: 4px;
    stroke-opacity: 0.7;
    transform: scale(1.4);
  }

  100% {
    stroke-width: 2px;
    stroke-opacity: 0.5;
    transform: scale(0.5);
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.-bottom-0 {
  bottom: -0px !important;
}

.-bottom-1\/4 {
  bottom: -25% !important;
}

.-bottom-10 {
  bottom: -2.5rem !important;
}

.-bottom-2 {
  bottom: -0.5rem !important;
}

.-bottom-20 {
  bottom: -5rem !important;
}

.-bottom-36 {
  bottom: -9rem !important;
}

.-bottom-4 {
  bottom: -1rem !important;
}

.-bottom-6 {
  bottom: -1.5rem !important;
}

.-bottom-\[0\%\] {
  bottom: -0% !important;
}

.-bottom-\[10\%\] {
  bottom: -10% !important;
}

.-bottom-\[15\%\] {
  bottom: -15% !important;
}

.-bottom-\[20\%\] {
  bottom: -20% !important;
}

.-bottom-\[23\%\] {
  bottom: -23% !important;
}

.-bottom-\[25\%\] {
  bottom: -25% !important;
}

.-bottom-\[28\%\] {
  bottom: -28% !important;
}

.-bottom-\[3\%\] {
  bottom: -3% !important;
}

.-bottom-\[30\%\] {
  bottom: -30% !important;
}

.-bottom-\[40\%\] {
  bottom: -40% !important;
}

.-bottom-\[5\%\] {
  bottom: -5% !important;
}

.-bottom-\[50\%\] {
  bottom: -50% !important;
}

.-bottom-\[55\%\] {
  bottom: -55% !important;
}

.-bottom-\[60\%\] {
  bottom: -60% !important;
}

.-bottom-\[65\%\] {
  bottom: -65% !important;
}

.-bottom-\[8\%\] {
  bottom: -8% !important;
}

.-bottom-\[80\%\] {
  bottom: -80% !important;
}

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

.-left-1\/4 {
  left: -25% !important;
}

.-left-10 {
  left: -2.5rem !important;
}

.-left-14 {
  left: -3.5rem !important;
}

.-left-2 {
  left: -0.5rem !important;
}

.-left-20 {
  left: -5rem !important;
}

.-left-8 {
  left: -2rem !important;
}

.-left-\[10px\] {
  left: -10px !important;
}

.-left-\[18\%\] {
  left: -18% !important;
}

.-left-\[24\%\] {
  left: -24% !important;
}

.-right-0 {
  right: -0px !important;
}

.-right-1\/2 {
  right: -50% !important;
}

.-right-1\/3 {
  right: -33.333333% !important;
}

.-right-1\/4 {
  right: -25% !important;
}

.-right-10 {
  right: -2.5rem !important;
}

.-right-12 {
  right: -3rem !important;
}

.-right-20 {
  right: -5rem !important;
}

.-right-32 {
  right: -8rem !important;
}

.-right-4 {
  right: -1rem !important;
}

.-right-40 {
  right: -10rem !important;
}

.-right-6 {
  right: -1.5rem !important;
}

.-right-8 {
  right: -2rem !important;
}

.-right-\[0\%\] {
  right: -0% !important;
}

.-right-\[0\] {
  right: 0 !important;
}

.-right-\[10\%\] {
  right: -10% !important;
}

.-right-\[12\%\] {
  right: -12% !important;
}

.-right-\[15\%\] {
  right: -15% !important;
}

.-right-\[17\%\] {
  right: -17% !important;
}

.-right-\[18\%\] {
  right: -18% !important;
}

.-right-\[19\%\] {
  right: -19% !important;
}

.-right-\[20\%\] {
  right: -20% !important;
}

.-right-\[40\%\] {
  right: -40% !important;
}

.-right-\[5\%\] {
  right: -5% !important;
}

.-right-\[8\%\] {
  right: -8% !important;
}

.-top-0 {
  top: -0px !important;
}

.-top-1\/4 {
  top: -25% !important;
}

.-top-10 {
  top: -2.5rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-top-20 {
  top: -5rem !important;
}

.-top-5 {
  top: -1.25rem !important;
}

.-top-7 {
  top: -1.75rem !important;
}

.-top-\[0\%\] {
  top: -0% !important;
}

.-top-\[10\%\] {
  top: -10% !important;
}

.-top-\[15\%\] {
  top: -15% !important;
}

.-top-\[4\%\] {
  top: -4% !important;
}

.-top-\[5\] {
  top: -5 !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-1\/2 {
  bottom: 50% !important;
}

.bottom-1\/3 {
  bottom: 33.333333% !important;
}

.bottom-1\/4 {
  bottom: 25% !important;
}

.bottom-10 {
  bottom: 2.5rem !important;
}

.bottom-14 {
  bottom: 3.5rem !important;
}

.bottom-16 {
  bottom: 4rem !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.bottom-2\/3 {
  bottom: 66.666667% !important;
}

.bottom-20 {
  bottom: 5rem !important;
}

.bottom-24 {
  bottom: 6rem !important;
}

.bottom-28 {
  bottom: 7rem !important;
}

.bottom-3\/4 {
  bottom: 75% !important;
}

.bottom-32 {
  bottom: 8rem !important;
}

.bottom-4 {
  bottom: 1rem !important;
}

.bottom-6 {
  bottom: 1.5rem !important;
}

.bottom-8 {
  bottom: 2rem !important;
}

.bottom-\[0\%\] {
  bottom: 0% !important;
}

.bottom-\[0\] {
  bottom: 0 !important;
}

.bottom-\[12\%\] {
  bottom: 12% !important;
}

.bottom-\[15\%\] {
  bottom: 15% !important;
}

.bottom-\[17\%\] {
  bottom: 17% !important;
}

.bottom-\[19\%\] {
  bottom: 19% !important;
}

.bottom-\[2\%\] {
  bottom: 2% !important;
}

.bottom-\[20\%\] {
  bottom: 20% !important;
}

.bottom-\[22\%\] {
  bottom: 22% !important;
}

.bottom-\[25\%\] {
  bottom: 25% !important;
}

.bottom-\[35\%\] {
  bottom: 35% !important;
}

.bottom-\[40\%\] {
  bottom: 40% !important;
}

.bottom-\[45\%\] {
  bottom: 45% !important;
}

.bottom-\[5\%\] {
  bottom: 5% !important;
}

.bottom-\[50\%\] {
  bottom: 50% !important;
}

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

.bottom-\[60\%\] {
  bottom: 60% !important;
}

.bottom-\[65\%\] {
  bottom: 65% !important;
}

.bottom-\[7\%\] {
  bottom: 7% !important;
}

.bottom-\[70\%\] {
  bottom: 70% !important;
}

.bottom-\[8\%\] {
  bottom: 8% !important;
}

.bottom-\[80px\] {
  bottom: 80px !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 0.25rem !important;
}

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

.left-1\/4 {
  left: 25% !important;
}

.left-10 {
  left: 2.5rem !important;
}

.left-16 {
  left: 4rem !important;
}

.left-2 {
  left: 0.5rem !important;
}

.left-28 {
  left: 7rem !important;
}

.left-3 {
  left: 0.75rem !important;
}

.left-4 {
  left: 1rem !important;
}

.left-6 {
  left: 1.5rem !important;
}

.left-8 {
  left: 2rem !important;
}

.left-\[-20\%\] {
  left: -20% !important;
}

.left-\[0\] {
  left: 0 !important;
}

.left-\[10\%\] {
  left: 10% !important;
}

.left-\[12\%\] {
  left: 12% !important;
}

.left-\[2\%\] {
  left: 2% !important;
}

.left-\[20\%\] {
  left: 20% !important;
}

.left-\[29\%\] {
  left: 29% !important;
}

.left-\[30\%\] {
  left: 30% !important;
}

.left-\[32\%\] {
  left: 32% !important;
}

.left-\[36\%\] {
  left: 36% !important;
}

.left-\[40\%\] {
  left: 40% !important;
}

.left-\[43\%\] {
  left: 43% !important;
}

.left-\[60\%\] {
  left: 60% !important;
}

.left-\[63\%\] {
  left: 63% !important;
}

.left-\[70\%\] {
  left: 70% !important;
}

.left-\[8\%\] {
  left: 8% !important;
}

.left-\[8\.33\%\] {
  left: 8.33% !important;
}

.left-auto {
  left: auto !important;
}

.right-0 {
  right: 0px !important;
}

.right-1\/2 {
  right: 50% !important;
}

.right-1\/3 {
  right: 33.333333% !important;
}

.right-1\/4 {
  right: 25% !important;
}

.right-10 {
  right: 2.5rem !important;
}

.right-16 {
  right: 4rem !important;
}

.right-20 {
  right: 5rem !important;
}

.right-40 {
  right: 10rem !important;
}

.right-8 {
  right: 2rem !important;
}

.right-\[0\%\] {
  right: 0% !important;
}

.right-\[0\] {
  right: 0 !important;
}

.right-\[10\%\] {
  right: 10% !important;
}

.right-\[15\%\] {
  right: 15% !important;
}

.right-\[16\%\] {
  right: 16% !important;
}

.right-\[20\%\] {
  right: 20% !important;
}

.right-\[22\%\] {
  right: 22% !important;
}

.right-\[24\%\] {
  right: 24% !important;
}

.right-\[25\%\] {
  right: 25% !important;
}

.right-\[30\%\] {
  right: 30% !important;
}

.right-\[32\%\] {
  right: 32% !important;
}

.right-\[35\%\] {
  right: 35% !important;
}

.right-\[38\%\] {
  right: 38% !important;
}

.right-\[48\%\] {
  right: 48% !important;
}

.right-\[5\%\] {
  right: 5% !important;
}

.right-\[55\%\] {
  right: 55% !important;
}

.right-\[7\%\] {
  right: 7% !important;
}

.right-\[8\%\] {
  right: 8% !important;
}

.right-auto {
  right: auto !important;
}

.top-0 {
  top: 0px !important;
}

.top-1\/2 {
  top: 50% !important;
}

.top-1\/3 {
  top: 33.333333% !important;
}

.top-1\/4 {
  top: 25% !important;
}

.top-10 {
  top: 2.5rem !important;
}

.top-16 {
  top: 4rem !important;
}

.top-20 {
  top: 5rem !important;
}

.top-3 {
  top: 0.75rem !important;
}

.top-32 {
  top: 8rem !important;
}

.top-72 {
  top: 18rem !important;
}

.top-8 {
  top: 2rem !important;
}

.top-\[-60\%\] {
  top: -60% !important;
}

.top-\[10\%\] {
  top: 10% !important;
}

.top-\[12\%\] {
  top: 12% !important;
}

.top-\[14rem\] {
  top: 14rem !important;
}

.top-\[15\%\] {
  top: 15% !important;
}

.top-\[19\%\] {
  top: 19% !important;
}

.top-\[20\%\] {
  top: 20% !important;
}

.top-\[22\%\] {
  top: 22% !important;
}

.top-\[25\%\] {
  top: 25% !important;
}

.top-\[28\%\] {
  top: 28% !important;
}

.top-\[36\%\] {
  top: 36% !important;
}

.top-\[40\%\] {
  top: 40% !important;
}

.top-\[56\%\] {
  top: 56% !important;
}

.top-\[6\%\] {
  top: 6% !important;
}

.top-\[60\%\] {
  top: 60% !important;
}

.top-\[8\%\] {
  top: 8% !important;
}

.top-\[80\%\] {
  top: 80% !important;
}

.top-\[calc\(100vw\/2\+70px\)\] {
  top: calc(100vw / 2 + 70px) !important;
}

.top-auto {
  top: auto !important;
}

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

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

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

.z-100 {
  z-index: 100 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

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

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

.m-0 {
  margin: 0px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

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

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

.-mb-16 {
  margin-bottom: -4rem !important;
}

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

.-mb-20 {
  margin-bottom: -5rem !important;
}

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

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

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

.-mt-20 {
  margin-top: -5rem !important;
}

.-mt-28 {
  margin-top: -7rem !important;
}

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

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

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

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

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

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

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

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

.mb-16 {
  margin-bottom: 4rem !important;
}

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

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

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

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

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

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

.mb-\[1cap\] {
  margin-bottom: 1cap !important;
}

.mb-\[2rem\] {
  margin-bottom: 2rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-\[7\%\] {
  margin-left: 7% !important;
}

.ml-\[8\%\] {
  margin-left: 8% !important;
}

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

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

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

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

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

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

.mt-20 {
  margin-top: 5rem !important;
}

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

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

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

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

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

.mt-\[15\%\] {
  margin-top: 15% !important;
}

.mt-\[1cap\] {
  margin-top: 1cap !important;
}

.mt-\[30\%\] {
  margin-top: 30% !important;
}

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16 !important;
}

.aspect-video {
  aspect-ratio: 16 / 9 !important;
}

.h-1\/2 {
  height: 50% !important;
}

.h-1\/3 {
  height: 33.333333% !important;
}

.h-1\/4 {
  height: 25% !important;
}

.h-1\/5 {
  height: 20% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-2\/3 {
  height: 66.666667% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-3\/4 {
  height: 75% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-32 {
  height: 8rem !important;
}

.h-36 {
  height: 9rem !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-40 {
  height: 10rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-60 {
  height: 15rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-\[10\%\] {
  height: 10% !important;
}

.h-\[100\%\] {
  height: 100% !important;
}

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

.h-\[12\%\] {
  height: 12% !important;
}

.h-\[120\%\] {
  height: 120% !important;
}

.h-\[14\%\] {
  height: 14% !important;
}

.h-\[14px\] {
  height: 14px !important;
}

.h-\[20\%\] {
  height: 20% !important;
}

.h-\[200\%\] {
  height: 200% !important;
}

.h-\[25\%\] {
  height: 25% !important;
}

.h-\[30\%\] {
  height: 30% !important;
}

.h-\[34rem\] {
  height: 34rem !important;
}

.h-\[40\%\] {
  height: 40% !important;
}

.h-\[40px\] {
  height: 40px !important;
}

.h-\[70\%\] {
  height: 70% !important;
}

.h-\[75\%\] {
  height: 75% !important;
}

.h-\[80\%\] {
  height: 80% !important;
}

.h-\[80vh\] {
  height: 80vh !important;
}

.h-\[80vw\] {
  height: 80vw !important;
}

.h-\[85\%\] {
  height: 85% !important;
}

.h-\[90\%\] {
  height: 90% !important;
}

.h-\[90vh\] {
  height: 90vh !important;
}

.h-\[auto\] {
  height: auto !important;
}

.h-\[calc\(100vw\+300px\)\] {
  height: calc(100vw + 300px) !important;
}

.h-\[calc\(85vw\)\] {
  height: calc(85vw) !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.max-h-60 {
  max-height: 15rem !important;
}

.max-h-\[20rem\] {
  max-height: 20rem !important;
}

.max-h-\[30rem\] {
  max-height: 30rem !important;
}

.max-h-\[33rem\] {
  max-height: 33rem !important;
}

.max-h-\[50rem\] {
  max-height: 50rem !important;
}

.max-h-full {
  max-height: 100% !important;
}

.min-h-\[160vw\] {
  min-height: 160vw !important;
}

.min-h-\[170vw\] {
  min-height: 170vw !important;
}

.min-h-\[18rem\] {
  min-height: 18rem !important;
}

.min-h-\[190vw\] {
  min-height: 190vw !important;
}

.min-h-\[20rem\] {
  min-height: 20rem !important;
}

.min-h-\[30vh\] {
  min-height: 30vh !important;
}

.min-h-\[35rem\] {
  min-height: 35rem !important;
}

.min-h-\[40rem\] {
  min-height: 40rem !important;
}

.min-h-\[44em\] {
  min-height: 44em !important;
}

.min-h-\[44rem\] {
  min-height: 44rem !important;
}

.min-h-\[45rem\] {
  min-height: 45rem !important;
}

.min-h-\[48rem\] {
  min-height: 48rem !important;
}

.min-h-\[600px\] {
  min-height: 600px !important;
}

.min-h-\[60vh\] {
  min-height: 60vh !important;
}

.min-h-\[650px\] {
  min-height: 650px !important;
}

.min-h-\[700px\] {
  min-height: 700px !important;
}

.min-h-\[80vh\] {
  min-height: 80vh !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.w-0 {
  width: 0px !important;
}

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

.w-1\/3 {
  width: 33.333333% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-28 {
  width: 7rem !important;
}

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

.w-3\/5 {
  width: 60% !important;
}

.w-36 {
  width: 9rem !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-40 {
  width: 10rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-52 {
  width: 13rem !important;
}

.w-60 {
  width: 15rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-80 {
  width: 20rem !important;
}

.w-96 {
  width: 24rem !important;
}

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

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

.w-\[10rem\] {
  width: 10rem !important;
}

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

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

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

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

.w-\[130vw\] {
  width: 130vw !important;
}

.w-\[14ch\] {
  width: 14ch !important;
}

.w-\[17rem\] {
  width: 17rem !important;
}

.w-\[19rem\] {
  width: 19rem !important;
}

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

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

.w-\[23rem\] {
  width: 23rem !important;
}

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

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

.w-\[26rem\] {
  width: 26rem !important;
}

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

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

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

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

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

.w-\[40vw\] {
  width: 40vw !important;
}

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

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

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

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

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

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

.w-\[80vw\] {
  width: 80vw !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-screen {
  width: 100vw !important;
}

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

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

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

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

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-\[20rem\] {
  max-width: 20rem !important;
}

.max-w-\[22rem\] {
  max-width: 22rem !important;
}

.max-w-\[24rem\] {
  max-width: 24rem !important;
}

.max-w-\[25ch\] {
  max-width: 25ch !important;
}

.max-w-\[43ch\] {
  max-width: 43ch !important;
}

.max-w-\[50ch\] {
  max-width: 50ch !important;
}

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

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

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

.max-w-none {
  max-width: none !important;
}

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

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

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

.flex-grow {
  flex-grow: 1 !important;
}

.grow {
  flex-grow: 1 !important;
}

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

.origin-\[50\%_0\%\] {
  transform-origin: 50% 0% !important;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem !important;
  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)) !important;
}

.-rotate-6 {
  --tw-rotate: -6deg !important;
  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)) !important;
}

.rotate-12 {
  --tw-rotate: 12deg !important;
  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)) !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
  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)) !important;
}

.rotate-6 {
  --tw-rotate: 6deg !important;
  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)) !important;
}

.rotate-\[15deg\] {
  --tw-rotate: 15deg !important;
  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)) !important;
}

.rotate-\[30deg\] {
  --tw-rotate: 30deg !important;
  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)) !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  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)) !important;
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
  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)) !important;
}

.scale-\[100\%\] {
  --tw-scale-x: 100% !important;
  --tw-scale-y: 100% !important;
  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)) !important;
}

.scale-\[115\%\] {
  --tw-scale-x: 115% !important;
  --tw-scale-y: 115% !important;
  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)) !important;
}

.scale-\[120\%\] {
  --tw-scale-x: 120% !important;
  --tw-scale-y: 120% !important;
  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)) !important;
}

.scale-\[130\%\] {
  --tw-scale-x: 130% !important;
  --tw-scale-y: 130% !important;
  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)) !important;
}

.scale-\[140\%\] {
  --tw-scale-x: 140% !important;
  --tw-scale-y: 140% !important;
  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)) !important;
}

.scale-\[150\%\] {
  --tw-scale-x: 150% !important;
  --tw-scale-y: 150% !important;
  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)) !important;
}

.scale-\[160\%\] {
  --tw-scale-x: 160% !important;
  --tw-scale-y: 160% !important;
  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)) !important;
}

.scale-\[180\%\] {
  --tw-scale-x: 180% !important;
  --tw-scale-y: 180% !important;
  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)) !important;
}

.scale-\[2\.5\] {
  --tw-scale-x: 2.5 !important;
  --tw-scale-y: 2.5 !important;
  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)) !important;
}

.scale-\[220\%\] {
  --tw-scale-x: 220% !important;
  --tw-scale-y: 220% !important;
  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)) !important;
}

.scale-\[65\%\] {
  --tw-scale-x: 65% !important;
  --tw-scale-y: 65% !important;
  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)) !important;
}

.scale-\[70\%\] {
  --tw-scale-x: 70% !important;
  --tw-scale-y: 70% !important;
  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)) !important;
}

.scale-\[80\%\] {
  --tw-scale-x: 80% !important;
  --tw-scale-y: 80% !important;
  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)) !important;
}

.scale-\[85\%\] {
  --tw-scale-x: 85% !important;
  --tw-scale-y: 85% !important;
  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)) !important;
}

.scale-\[90\%\] {
  --tw-scale-x: 90% !important;
  --tw-scale-y: 90% !important;
  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)) !important;
}

.-scale-x-100 {
  --tw-scale-x: -1 !important;
  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)) !important;
}

.-scale-y-100 {
  --tw-scale-y: -1 !important;
  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)) !important;
}

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

@keyframes fadedownin {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
    visibility: visible;
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

.animate-fadedownin {
  animation: fadedownin .3s ease-out forwards !important;
}

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

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.animate-fadein {
  animation: fadein .3s ease-out forwards !important;
}

@keyframes pendulum {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.animate-pendulum {
  animation: pendulum 3.5s ease-in-out forwards infinite !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

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

.list-decimal {
  list-style-type: decimal !important;
}

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

.list-none {
  list-style-type: none !important;
}

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

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

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

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

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

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

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

.content-center {
  align-content: center !important;
}

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

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

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

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

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

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

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

.\!justify-between {
  justify-content: space-between !important;
}

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

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

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

.gap-10 {
  gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

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

.self-end {
  align-self: flex-end !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

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

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

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-clip {
  overflow-x: clip !important;
}

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

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

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

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

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

.border {
  border-width: 1px !important;
}

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

.border-b-2 {
  border-bottom-width: 2px !important;
}

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

.bg-\[\#ffffff14\] {
  background-color: #ffffff14 !important;
}

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

.bg-blacknew {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 22 / var(--tw-bg-opacity)) !important;
}

.bg-blue\/50 {
  background-color: rgb(8 24 49 / 0.5) !important;
}

.bg-brown {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 19 9 / var(--tw-bg-opacity)) !important;
}

.bg-darkblue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 28 56 / var(--tw-bg-opacity)) !important;
}

.bg-darkblue\/30 {
  background-color: rgb(1 28 56 / 0.3) !important;
}

.bg-darkblue\/60 {
  background-color: rgb(1 28 56 / 0.6) !important;
}

.bg-darkblue\/80 {
  background-color: rgb(1 28 56 / 0.8) !important;
}

.bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 44 15 / var(--tw-bg-opacity)) !important;
}

.bg-green\/60 {
  background-color: rgb(10 44 15 / 0.6) !important;
}

.bg-hcblack {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 5 7 / var(--tw-bg-opacity)) !important;
}

.bg-hcbleu {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 42 91 / var(--tw-bg-opacity)) !important;
}

.bg-imageblue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 14 30 / var(--tw-bg-opacity)) !important;
}

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

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

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

.bg-gradient-radial {
  background-image: radial-gradient(at center center, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

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

.from-\[\#C18C35\]\/30 {
  --tw-gradient-from: rgb(193 140 53 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(193 140 53 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

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

.from-black\/20 {
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

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

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

.from-darkblue {
  --tw-gradient-from: #011C38 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(1 28 56 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-darkblue\/80 {
  --tw-gradient-from: rgb(1 28 56 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(1 28 56 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-green\/60 {
  --tw-gradient-from: rgb(10 44 15 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(10 44 15 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-hcbleu\/30 {
  --tw-gradient-from: rgb(2 42 91 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 42 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-0\% {
  --tw-gradient-from-position: 0% !important;
}

.via-\[\#033358\] {
  --tw-gradient-to: rgb(3 51 88 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #033358 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-\[\#F08A1B\]\/40 {
  --tw-gradient-to: rgb(240 138 27 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 138 27 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

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

.via-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-darkblue {
  --tw-gradient-to: rgb(1 28 56 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #011C38 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-darkblue\/50 {
  --tw-gradient-to: rgb(1 28 56 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(1 28 56 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-darkblue\/90 {
  --tw-gradient-to: rgb(1 28 56 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(1 28 56 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.via-30\% {
  --tw-gradient-via-position: 30% !important;
}

.via-70\% {
  --tw-gradient-via-position: 70% !important;
}

.to-\[\#C18C35\]\/10 {
  --tw-gradient-to: rgb(193 140 53 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
}

.to-black\/100 {
  --tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position) !important;
}

.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-darkblue {
  --tw-gradient-to: #011C38 var(--tw-gradient-to-position) !important;
}

.to-darkblue\/0 {
  --tw-gradient-to: rgb(1 28 56 / 0) var(--tw-gradient-to-position) !important;
}

.to-green\/0 {
  --tw-gradient-to: rgb(10 44 15 / 0) var(--tw-gradient-to-position) !important;
}

.to-hcbleu\/0 {
  --tw-gradient-to: rgb(2 42 91 / 0) var(--tw-gradient-to-position) !important;
}

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

.to-100\% {
  --tw-gradient-to-position: 100% !important;
}

.to-50\% {
  --tw-gradient-to-position: 50% !important;
}

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

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

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

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

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

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

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

.p-0 {
  padding: 0px !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-8 {
  padding: 2rem !important;
}

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

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

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

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

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

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

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

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

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-\[4\.5rem\] {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

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

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

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

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

.pb-20 {
  padding-bottom: 5rem !important;
}

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

.pb-44 {
  padding-bottom: 11rem !important;
}

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

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

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

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

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

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

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

.text-start {
  text-align: start !important;
}

.\!text-3xl {
  font-size: 1.65rem !important;
}

.text-2xl {
  font-size: 1.23rem !important;
}

.text-3xl {
  font-size: 1.65rem !important;
}

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

.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem !important;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem !important;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem !important;
}

.text-\[1\.9rem\] {
  font-size: 1.9rem !important;
}

.text-\[2\.1rem\] {
  font-size: 2.1rem !important;
}

.text-\[2rem\] {
  font-size: 2rem !important;
}

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

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

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

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

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

.\!font-bold {
  font-weight: 800 !important;
}

.\!font-normal {
  font-weight: 350 !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-bold {
  font-weight: 800 !important;
}

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

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

.font-normal {
  font-weight: 350 !important;
}

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

.leading-3 {
  line-height: .75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

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

.leading-\[1\.5rem\] {
  line-height: 1.5rem !important;
}

.leading-\[1\.6rem\] {
  line-height: 1.6rem !important;
}

.leading-\[1\.9rem\] {
  line-height: 1.9rem !important;
}

.leading-\[2\.2rem\] {
  line-height: 2.2rem !important;
}

.leading-\[2rem\] {
  line-height: 2rem !important;
}

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

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

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

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

.text-darkpink {
  --tw-text-opacity: 1 !important;
  color: rgb(251 37 141 / var(--tw-text-opacity)) !important;
}

.text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(252 141 67 / var(--tw-text-opacity)) !important;
}

.text-peach {
  --tw-text-opacity: 1 !important;
  color: rgb(237 108 113 / var(--tw-text-opacity)) !important;
}

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

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

.opacity-100 {
  opacity: 1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

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

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.shadow-innerSection {
  --tw-shadow: inset 0px 70px 50px -70px rgba(0,0,0,0.50) !important;
  --tw-shadow-colored: inset 0px 70px 50px -70px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-innerSection-lg {
  --tw-shadow: inset 0px 70px 100px -70px rgba(0,0,0,0.90) !important;
  --tw-shadow-colored: inset 0px 70px 100px -70px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-innerSectionBottom {
  --tw-shadow: inset 0px -70px 50px -50px rgba(0,0,0,0.50) !important;
  --tw-shadow-colored: inset 0px -70px 50px -50px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}

.blur-lg {
  --tw-blur: blur(16px) !important;
  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) !important;
}

.blur-xl {
  --tw-blur: blur(24px) !important;
  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) !important;
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
  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) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  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) !important;
}

.drop-shadow-text {
  --tw-drop-shadow: drop-shadow(0 0 15px #000) !important;
  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) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

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

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-400 {
  transition-delay: 400ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-600 {
  transition-delay: 600ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

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

.duration-150 {
  transition-duration: 150ms !important;
}

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

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

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

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

#highlight .clubs div:last-child img, #bets .clubs div:last-child img {
  transform: scaleX(-1);
}

#highlight p.custom-name-bg {
  background-color: hsla(211, 96%, 11%, 0.65);
  border-radius: 8px;
  padding: 0.25rem 0.8rem;
}

@media all and (max-width:767px) {
  #highlight .clubs {
    width: 100%;
  }

  #highlight div[class^='club-'], #highlight div[class*=' club-'] {
    width: 100%;
  }

  #highlight p.custom-name-bg {
    font-size: 0.9rem;
  }

  #countdownText {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .lg\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 500px) {
    .lg\:container {
      max-width: 500px;
    }
  }

  @media (min-width: 600px) {
    .lg\:container {
      max-width: 600px;
    }
  }

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

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

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

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

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

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

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem !important;
  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)) !important;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
  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)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02 !important;
  --tw-scale-y: 1.02 !important;
  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)) !important;
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03 !important;
  --tw-scale-y: 1.03 !important;
  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)) !important;
}

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

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

.hover\:text-darkpink:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(251 37 141 / var(--tw-text-opacity)) !important;
}

.hover\:text-hcbleu:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(2 42 91 / var(--tw-text-opacity)) !important;
}

.focus\:not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:absolute:focus {
  position: absolute !important;
}

.focus\:left-0:focus {
  left: 0px !important;
}

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

.focus\:z-50:focus {
  z-index: 50 !important;
}

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

.focus\:p-2:focus {
  padding: 0.5rem !important;
}

.focus\:font-semibold:focus {
  font-weight: 600 !important;
}

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

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

.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem !important;
  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)) !important;
}

.group:hover .group-hover\:-rotate-12 {
  --tw-rotate: -12deg !important;
  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)) !important;
}

.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg !important;
  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)) !important;
}

.group:hover .group-hover\:rotate-3 {
  --tw-rotate: 3deg !important;
  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)) !important;
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg !important;
  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)) !important;
}

.group:hover .group-hover\:rotate-90 {
  --tw-rotate: 90deg !important;
  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)) !important;
}

@media (max-width: 1000px) {
  .max-\[1000px\]\:hidden {
    display: none !important;
  }
}

@media (min-width: 400px) {
  .xxs\:block {
    display: block !important;
  }

  .xxs\:min-h-\[650px\] {
    min-height: 650px !important;
  }

  .xxs\:min-h-\[750px\] {
    min-height: 750px !important;
  }
}

@media (min-width: 425px) {
  .min-\[425px\]\:top-36 {
    top: 9rem !important;
  }

  .min-\[425px\]\:w-16 {
    width: 4rem !important;
  }

  .min-\[425px\]\:w-28 {
    width: 7rem !important;
  }
}

@media (min-width: 500px) {
  .xs\:h-\[60vh\] {
    height: 60vh !important;
  }

  .xs\:min-h-\[170vw\] {
    min-height: 170vw !important;
  }

  .xs\:min-h-\[800px\] {
    min-height: 800px !important;
  }

  .xs\:min-h-\[850px\] {
    min-height: 850px !important;
  }
}

@media (min-width: 600px) {
  .\32xs\:h-\[80vh\] {
    height: 80vh !important;
  }

  .\32xs\:min-h-\[140vw\] {
    min-height: 140vw !important;
  }

  .min-\[600px\]\:left-4 {
    left: 1rem !important;
  }

  .min-\[600px\]\:left-\[30\%\] {
    left: 30% !important;
  }

  .min-\[600px\]\:top-40 {
    top: 10rem !important;
  }

  .min-\[600px\]\:top-\[58\%\] {
    top: 58% !important;
  }

  .min-\[600px\]\:w-24 {
    width: 6rem !important;
  }

  .min-\[600px\]\:w-36 {
    width: 9rem !important;
  }
}

@media (min-width: 640px) {
  .sm\:-bottom-\[50\%\] {
    bottom: -50% !important;
  }

  .sm\:-bottom-\[65\%\] {
    bottom: -65% !important;
  }

  .sm\:-right-10 {
    right: -2.5rem !important;
  }

  .sm\:-right-16 {
    right: -4rem !important;
  }

  .sm\:left-2 {
    left: 0.5rem !important;
  }

  .sm\:left-\[10\%\] {
    left: 10% !important;
  }

  .sm\:left-\[17rem\] {
    left: 17rem !important;
  }

  .sm\:right-0 {
    right: 0px !important;
  }

  .sm\:right-auto {
    right: auto !important;
  }

  .sm\:top-1\/2 {
    top: 50% !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

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

  .sm\:max-h-96 {
    max-height: 24rem !important;
  }

  .sm\:min-h-\[1000px\] {
    min-height: 1000px !important;
  }

  .sm\:min-h-\[120vw\] {
    min-height: 120vw !important;
  }

  .sm\:min-h-\[30rem\] {
    min-height: 30rem !important;
  }

  .sm\:min-h-\[800px\] {
    min-height: 800px !important;
  }

  .sm\:w-\[20\%\] {
    width: 20% !important;
  }

  .sm\:w-\[28rem\] {
    width: 28rem !important;
  }

  .sm\:scale-\[170\%\] {
    --tw-scale-x: 170% !important;
    --tw-scale-y: 170% !important;
    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)) !important;
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

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

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

  .md\:-bottom-12 {
    bottom: -3rem !important;
  }

  .md\:-bottom-20 {
    bottom: -5rem !important;
  }

  .md\:-bottom-36 {
    bottom: -9rem !important;
  }

  .md\:-bottom-\[25\%\] {
    bottom: -25% !important;
  }

  .md\:-bottom-\[35\%\] {
    bottom: -35% !important;
  }

  .md\:-bottom-\[5\%\] {
    bottom: -5% !important;
  }

  .md\:-left-10 {
    left: -2.5rem !important;
  }

  .md\:-left-14 {
    left: -3.5rem !important;
  }

  .md\:-left-2 {
    left: -0.5rem !important;
  }

  .md\:-right-10 {
    right: -2.5rem !important;
  }

  .md\:-right-14 {
    right: -3.5rem !important;
  }

  .md\:-right-20 {
    right: -5rem !important;
  }

  .md\:-right-52 {
    right: -13rem !important;
  }

  .md\:-right-8 {
    right: -2rem !important;
  }

  .md\:-right-\[10\%\] {
    right: -10% !important;
  }

  .md\:-right-\[15\%\] {
    right: -15% !important;
  }

  .md\:-right-\[2\%\] {
    right: -2% !important;
  }

  .md\:-right-\[20\%\] {
    right: -20% !important;
  }

  .md\:-right-\[5\%\] {
    right: -5% !important;
  }

  .md\:-top-12 {
    top: -3rem !important;
  }

  .md\:-top-40 {
    top: -10rem !important;
  }

  .md\:-top-\[0\] {
    top: 0 !important;
  }

  .md\:-top-\[2\%\] {
    top: -2% !important;
  }

  .md\:-top-\[20\%\] {
    top: -20% !important;
  }

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

  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .md\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .md\:bottom-3\/4 {
    bottom: 75% !important;
  }

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

  .md\:bottom-\[12\%\] {
    bottom: 12% !important;
  }

  .md\:bottom-\[13\%\] {
    bottom: 13% !important;
  }

  .md\:bottom-\[15\%\] {
    bottom: 15% !important;
  }

  .md\:bottom-\[17\%\] {
    bottom: 17% !important;
  }

  .md\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .md\:bottom-\[4\%\] {
    bottom: 4% !important;
  }

  .md\:bottom-\[40\%\] {
    bottom: 40% !important;
  }

  .md\:bottom-\[60\%\] {
    bottom: 60% !important;
  }

  .md\:bottom-\[65\%\] {
    bottom: 65% !important;
  }

  .md\:bottom-\[7\%\] {
    bottom: 7% !important;
  }

  .md\:bottom-\[9\%\] {
    bottom: 9% !important;
  }

  .md\:left-0 {
    left: 0px !important;
  }

  .md\:left-1\/4 {
    left: 25% !important;
  }

  .md\:left-10 {
    left: 2.5rem !important;
  }

  .md\:left-20 {
    left: 5rem !important;
  }

  .md\:left-\[10\%\] {
    left: 10% !important;
  }

  .md\:left-\[15\%\] {
    left: 15% !important;
  }

  .md\:left-\[18\%\] {
    left: 18% !important;
  }

  .md\:left-auto {
    left: auto !important;
  }

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:right-1\/2 {
    right: 50% !important;
  }

  .md\:right-1\/4 {
    right: 25% !important;
  }

  .md\:right-10 {
    right: 2.5rem !important;
  }

  .md\:right-32 {
    right: 8rem !important;
  }

  .md\:right-8 {
    right: 2rem !important;
  }

  .md\:right-\[10\%\] {
    right: 10% !important;
  }

  .md\:right-\[12\%\] {
    right: 12% !important;
  }

  .md\:right-\[13\%\] {
    right: 13% !important;
  }

  .md\:right-\[17\%\] {
    right: 17% !important;
  }

  .md\:right-\[20\%\] {
    right: 20% !important;
  }

  .md\:right-\[22\%\] {
    right: 22% !important;
  }

  .md\:right-\[30\%\] {
    right: 30% !important;
  }

  .md\:right-\[35\%\] {
    right: 35% !important;
  }

  .md\:right-\[40\%\] {
    right: 40% !important;
  }

  .md\:right-\[43\%\] {
    right: 43% !important;
  }

  .md\:right-\[44\%\] {
    right: 44% !important;
  }

  .md\:right-\[5\%\] {
    right: 5% !important;
  }

  .md\:right-\[6\%\] {
    right: 6% !important;
  }

  .md\:right-\[60\%\] {
    right: 60% !important;
  }

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

  .md\:top-1\/2 {
    top: 50% !important;
  }

  .md\:top-1\/3 {
    top: 33.333333% !important;
  }

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

  .md\:top-8 {
    top: 2rem !important;
  }

  .md\:top-\[32\%\] {
    top: 32% !important;
  }

  .md\:top-\[42\%\] {
    top: 42% !important;
  }

  .md\:top-\[5\%\] {
    top: 5% !important;
  }

  .md\:top-\[calc\(100vw\/3\+100px\)\] {
    top: calc(100vw / 3 + 100px) !important;
  }

  .md\:top-auto {
    top: auto !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:-mt-12 {
    margin-top: -3rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mt-56 {
    margin-top: -14rem !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

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

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-0 {
    margin-left: 0px !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:ml-40 {
    margin-left: 10rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:ml-\[12\.5\%\] {
    margin-left: 12.5% !important;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

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

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

  .md\:aspect-square {
    aspect-ratio: 1 / 1 !important;
  }

  .md\:h-1\/2 {
    height: 50% !important;
  }

  .md\:h-1\/3 {
    height: 33.333333% !important;
  }

  .md\:h-1\/6 {
    height: 16.666667% !important;
  }

  .md\:h-3\/4 {
    height: 75% !important;
  }

  .md\:h-36 {
    height: 9rem !important;
  }

  .md\:h-56 {
    height: 14rem !important;
  }

  .md\:h-80 {
    height: 20rem !important;
  }

  .md\:h-\[10\%\] {
    height: 10% !important;
  }

  .md\:h-\[12rem\] {
    height: 12rem !important;
  }

  .md\:h-\[170\%\] {
    height: 170% !important;
  }

  .md\:h-\[20\%\] {
    height: 20% !important;
  }

  .md\:h-\[20rem\] {
    height: 20rem !important;
  }

  .md\:h-\[38rem\] {
    height: 38rem !important;
  }

  .md\:h-\[40rem\] {
    height: 40rem !important;
  }

  .md\:h-\[43vh\] {
    height: 43vh !important;
  }

  .md\:h-\[65vh\] {
    height: 65vh !important;
  }

  .md\:h-\[70\%\] {
    height: 70% !important;
  }

  .md\:h-\[70vh\] {
    height: 70vh !important;
  }

  .md\:h-\[75vh\] {
    height: 75vh !important;
  }

  .md\:h-\[80vh\] {
    height: 80vh !important;
  }

  .md\:h-\[90\%\] {
    height: 90% !important;
  }

  .md\:h-\[90vh\] {
    height: 90vh !important;
  }

  .md\:h-\[calc\(100vw\)\] {
    height: calc(100vw) !important;
  }

  .md\:h-\[calc\(60vw\)\] {
    height: calc(60vw) !important;
  }

  .md\:h-\[calc\(80vw\)\] {
    height: calc(80vw) !important;
  }

  .md\:h-\[calc\(90vw\)\] {
    height: calc(90vw) !important;
  }

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

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

  .md\:max-h-\[40rem\] {
    max-height: 40rem !important;
  }

  .md\:max-h-\[50rem\] {
    max-height: 50rem !important;
  }

  .md\:max-h-\[55rem\] {
    max-height: 55rem !important;
  }

  .md\:max-h-\[575px\] {
    max-height: 575px !important;
  }

  .md\:max-h-\[580px\] {
    max-height: 580px !important;
  }

  .md\:max-h-\[620px\] {
    max-height: 620px !important;
  }

  .md\:max-h-\[650px\] {
    max-height: 650px !important;
  }

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

  .md\:max-h-none {
    max-height: none !important;
  }

  .md\:min-h-\[30rem\] {
    min-height: 30rem !important;
  }

  .md\:min-h-\[350px\] {
    min-height: 350px !important;
  }

  .md\:min-h-\[40rem\] {
    min-height: 40rem !important;
  }

  .md\:min-h-\[44rem\] {
    min-height: 44rem !important;
  }

  .md\:min-h-\[45rem\] {
    min-height: 45rem !important;
  }

  .md\:min-h-\[50rem\] {
    min-height: 50rem !important;
  }

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

  .md\:min-h-\[620px\] {
    min-height: 620px !important;
  }

  .md\:min-h-\[650px\] {
    min-height: 650px !important;
  }

  .md\:min-h-\[800px\] {
    min-height: 800px !important;
  }

  .md\:min-h-\[80vh\] {
    min-height: 80vh !important;
  }

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

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-36 {
    width: 9rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-52 {
    width: 13rem !important;
  }

  .md\:w-60 {
    width: 15rem !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-72 {
    width: 18rem !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-96 {
    width: 24rem !important;
  }

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

  .md\:w-\[18rem\] {
    width: 18rem !important;
  }

  .md\:w-\[20rem\] {
    width: 20rem !important;
  }

  .md\:w-\[27rem\] {
    width: 27rem !important;
  }

  .md\:w-\[30\%\] {
    width: 30% !important;
  }

  .md\:w-\[30rem\] {
    width: 30rem !important;
  }

  .md\:w-\[34rem\] {
    width: 34rem !important;
  }

  .md\:w-\[40\%\] {
    width: 40% !important;
  }

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

  .md\:w-\[47\%\] {
    width: 47% !important;
  }

  .md\:w-\[48\%\] {
    width: 48% !important;
  }

  .md\:w-\[50\%\] {
    width: 50% !important;
  }

  .md\:w-\[600px\] {
    width: 600px !important;
  }

  .md\:w-\[67\%\] {
    width: 67% !important;
  }

  .md\:w-\[90\%\] {
    width: 90% !important;
  }

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

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

  .md\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

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

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:min-w-40 {
    min-width: 10rem !important;
  }

  .md\:min-w-\[293\.23px\] {
    min-width: 293.23px !important;
  }

  .md\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-\[17ch\] {
    max-width: 17ch !important;
  }

  .md\:max-w-\[20ch\] {
    max-width: 20ch !important;
  }

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

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:grow-0 {
    flex-grow: 0 !important;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px !important;
    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)) !important;
  }

  .md\:rotate-\[0deg\] {
    --tw-rotate: 0deg !important;
    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)) !important;
  }

  .md\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1 !important;
    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)) !important;
  }

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

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

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .md\:items-end {
    align-items: flex-end !important;
  }

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

  .md\:items-stretch {
    align-items: stretch !important;
  }

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

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

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

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

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

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

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

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

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

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

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

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

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

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

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

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

  .md\:text-start {
    text-align: start !important;
  }

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

  .md\:text-2xl {
    font-size: 1.23rem !important;
  }

  .md\:text-3xl {
    font-size: 1.65rem !important;
  }

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

  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-\[1\.4rem\] {
    font-size: 1.4rem !important;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }

  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem !important;
  }

  .md\:text-\[1rem\] {
    font-size: 1rem !important;
  }

  .md\:text-\[2\.1rem\] {
    font-size: 2.1rem !important;
  }

  .md\:text-\[2\.6rem\] {
    font-size: 2.6rem !important;
  }

  .md\:text-\[2\.8rem\] {
    font-size: 2.8rem !important;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem !important;
  }

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

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

  .md\:leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:leading-\[1\.9rem\] {
    line-height: 1.9rem !important;
  }

  .md\:leading-\[2rem\] {
    line-height: 2rem !important;
  }

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

  .md\:shadow-innerSection-lg {
    --tw-shadow: inset 0px 70px 100px -70px rgba(0,0,0,0.90) !important;
    --tw-shadow-colored: inset 0px 70px 100px -70px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

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

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

  .lg\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .lg\:-bottom-20 {
    bottom: -5rem !important;
  }

  .lg\:-bottom-\[1\%\] {
    bottom: -1% !important;
  }

  .lg\:-bottom-\[32\%\] {
    bottom: -32% !important;
  }

  .lg\:-bottom-\[5\%\] {
    bottom: -5% !important;
  }

  .lg\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .lg\:-left-10 {
    left: -2.5rem !important;
  }

  .lg\:-left-12 {
    left: -3rem !important;
  }

  .lg\:-left-32 {
    left: -8rem !important;
  }

  .lg\:-left-6 {
    left: -1.5rem !important;
  }

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

  .lg\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .lg\:-right-10 {
    right: -2.5rem !important;
  }

  .lg\:-right-20 {
    right: -5rem !important;
  }

  .lg\:-right-28 {
    right: -7rem !important;
  }

  .lg\:-right-8 {
    right: -2rem !important;
  }

  .lg\:-right-80 {
    right: -20rem !important;
  }

  .lg\:-right-\[10\%\] {
    right: -10% !important;
  }

  .lg\:-right-\[13\%\] {
    right: -13% !important;
  }

  .lg\:-right-\[15\%\] {
    right: -15% !important;
  }

  .lg\:-top-10 {
    top: -2.5rem !important;
  }

  .lg\:-top-12 {
    top: -3rem !important;
  }

  .lg\:-top-14 {
    top: -3.5rem !important;
  }

  .lg\:-top-5 {
    top: -1.25rem !important;
  }

  .lg\:-top-8 {
    top: -2rem !important;
  }

  .lg\:-top-9 {
    top: -2.25rem !important;
  }

  .lg\:-top-\[10\%\] {
    top: -10% !important;
  }

  .lg\:-top-\[2\%\] {
    top: -2% !important;
  }

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

  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .lg\:bottom-8 {
    bottom: 2rem !important;
  }

  .lg\:bottom-\[0\%\] {
    bottom: 0% !important;
  }

  .lg\:bottom-\[13\%\] {
    bottom: 13% !important;
  }

  .lg\:bottom-\[15\%\] {
    bottom: 15% !important;
  }

  .lg\:bottom-\[17\%\] {
    bottom: 17% !important;
  }

  .lg\:bottom-\[2\%\] {
    bottom: 2% !important;
  }

  .lg\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .lg\:bottom-\[3\%\] {
    bottom: 3% !important;
  }

  .lg\:bottom-\[40\%\] {
    bottom: 40% !important;
  }

  .lg\:bottom-\[47\%\] {
    bottom: 47% !important;
  }

  .lg\:bottom-\[5\%\] {
    bottom: 5% !important;
  }

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

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

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

  .lg\:left-1\/3 {
    left: 33.333333% !important;
  }

  .lg\:left-1\/4 {
    left: 25% !important;
  }

  .lg\:left-10 {
    left: 2.5rem !important;
  }

  .lg\:left-20 {
    left: 5rem !important;
  }

  .lg\:left-\[15\%\] {
    left: 15% !important;
  }

  .lg\:left-\[17\%\] {
    left: 17% !important;
  }

  .lg\:left-\[18\%\] {
    left: 18% !important;
  }

  .lg\:left-\[20\%\] {
    left: 20% !important;
  }

  .lg\:left-\[22\%\] {
    left: 22% !important;
  }

  .lg\:left-\[45\%\] {
    left: 45% !important;
  }

  .lg\:left-\[48\%\] {
    left: 48% !important;
  }

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

  .lg\:left-\[55\%\] {
    left: 55% !important;
  }

  .lg\:left-\[57\%\] {
    left: 57% !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

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

  .lg\:right-1\/2 {
    right: 50% !important;
  }

  .lg\:right-1\/3 {
    right: 33.333333% !important;
  }

  .lg\:right-1\/4 {
    right: 25% !important;
  }

  .lg\:right-10 {
    right: 2.5rem !important;
  }

  .lg\:right-20 {
    right: 5rem !important;
  }

  .lg\:right-24 {
    right: 6rem !important;
  }

  .lg\:right-32 {
    right: 8rem !important;
  }

  .lg\:right-40 {
    right: 10rem !important;
  }

  .lg\:right-\[10\%\] {
    right: 10% !important;
  }

  .lg\:right-\[15\%\] {
    right: 15% !important;
  }

  .lg\:right-\[17\%\] {
    right: 17% !important;
  }

  .lg\:right-\[20\%\] {
    right: 20% !important;
  }

  .lg\:right-\[40\%\] {
    right: 40% !important;
  }

  .lg\:right-\[45\%\] {
    right: 45% !important;
  }

  .lg\:right-\[5\%\] {
    right: 5% !important;
  }

  .lg\:right-\[6\%\] {
    right: 6% !important;
  }

  .lg\:right-\[60\%\] {
    right: 60% !important;
  }

  .lg\:right-\[65\%\] {
    right: 65% !important;
  }

  .lg\:right-\[7\%\] {
    right: 7% !important;
  }

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

  .lg\:top-1\/2 {
    top: 50% !important;
  }

  .lg\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:top-1\/4 {
    top: 25% !important;
  }

  .lg\:top-10 {
    top: 2.5rem !important;
  }

  .lg\:top-2 {
    top: 0.5rem !important;
  }

  .lg\:top-20 {
    top: 5rem !important;
  }

  .lg\:top-5 {
    top: 1.25rem !important;
  }

  .lg\:top-6 {
    top: 1.5rem !important;
  }

  .lg\:top-\[0\] {
    top: 0 !important;
  }

  .lg\:top-\[14\%\] {
    top: 14% !important;
  }

  .lg\:top-\[17\%\] {
    top: 17% !important;
  }

  .lg\:top-\[18\%\] {
    top: 18% !important;
  }

  .lg\:top-\[25\%\] {
    top: 25% !important;
  }

  .lg\:top-\[38\%\] {
    top: 38% !important;
  }

  .lg\:top-\[45\%\] {
    top: 45% !important;
  }

  .lg\:top-\[60\%\] {
    top: 60% !important;
  }

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

  .lg\:top-\[72\%\] {
    top: 72% !important;
  }

  .lg\:top-auto {
    top: auto !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:m-0 {
    margin: 0px !important;
  }

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

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

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

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mt-60 {
    margin-top: -15rem !important;
  }

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

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

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

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

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

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

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:ml-44 {
    margin-left: 11rem !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

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

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:block {
    display: block !important;
  }

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

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

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

  .lg\:h-1\/2 {
    height: 50% !important;
  }

  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:h-1\/4 {
    height: 25% !important;
  }

  .lg\:h-2\/5 {
    height: 40% !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-3\/4 {
    height: 75% !important;
  }

  .lg\:h-3\/5 {
    height: 60% !important;
  }

  .lg\:h-80 {
    height: 20rem !important;
  }

  .lg\:h-\[100\%\] {
    height: 100% !important;
  }

  .lg\:h-\[108\%\] {
    height: 108% !important;
  }

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

  .lg\:h-\[125\%\] {
    height: 125% !important;
  }

  .lg\:h-\[13rem\] {
    height: 13rem !important;
  }

  .lg\:h-\[140\%\] {
    height: 140% !important;
  }

  .lg\:h-\[150\%\] {
    height: 150% !important;
  }

  .lg\:h-\[17rem\] {
    height: 17rem !important;
  }

  .lg\:h-\[200\%\] {
    height: 200% !important;
  }

  .lg\:h-\[30vh\] {
    height: 30vh !important;
  }

  .lg\:h-\[40rem\] {
    height: 40rem !important;
  }

  .lg\:h-\[45rem\] {
    height: 45rem !important;
  }

  .lg\:h-\[50rem\] {
    height: 50rem !important;
  }

  .lg\:h-\[75vh\] {
    height: 75vh !important;
  }

  .lg\:h-\[90vh\] {
    height: 90vh !important;
  }

  .lg\:h-\[95\%\] {
    height: 95% !important;
  }

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

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

  .lg\:max-h-\[40rem\] {
    max-height: 40rem !important;
  }

  .lg\:max-h-\[50rem\] {
    max-height: 50rem !important;
  }

  .lg\:max-h-\[55rem\] {
    max-height: 55rem !important;
  }

  .lg\:max-h-\[730px\] {
    max-height: 730px !important;
  }

  .lg\:max-h-\[750px\] {
    max-height: 750px !important;
  }

  .lg\:max-h-\[800px\] {
    max-height: 800px !important;
  }

  .lg\:min-h-0 {
    min-height: 0px !important;
  }

  .lg\:min-h-\[40rem\] {
    min-height: 40rem !important;
  }

  .lg\:min-h-\[44rem\] {
    min-height: 44rem !important;
  }

  .lg\:min-h-\[45rem\] {
    min-height: 45rem !important;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px !important;
  }

  .lg\:min-h-\[720px\] {
    min-height: 720px !important;
  }

  .lg\:min-h-\[760px\] {
    min-height: 760px !important;
  }

  .lg\:min-h-\[80vh\] {
    min-height: 80vh !important;
  }

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

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

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

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

  .lg\:w-28 {
    width: 7rem !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-80 {
    width: 20rem !important;
  }

  .lg\:w-96 {
    width: 24rem !important;
  }

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

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

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

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

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

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

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

  .lg\:w-\[20rem\] {
    width: 20rem !important;
  }

  .lg\:w-\[27rem\] {
    width: 27rem !important;
  }

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

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

  .lg\:w-\[30ch\] {
    width: 30ch !important;
  }

  .lg\:w-\[32\.2\%\] {
    width: 32.2% !important;
  }

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

  .lg\:w-\[35rem\] {
    width: 35rem !important;
  }

  .lg\:w-\[37rem\] {
    width: 37rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[9rem\] {
    width: 9rem !important;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

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

  .lg\:min-w-40 {
    min-width: 10rem !important;
  }

  .lg\:min-w-\[338\.5px\] {
    min-width: 338.5px !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-\[20rem\] {
    max-width: 20rem !important;
  }

  .lg\:max-w-\[22rem\] {
    max-width: 22rem !important;
  }

  .lg\:max-w-\[24rem\] {
    max-width: 24rem !important;
  }

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

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg !important;
    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)) !important;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .lg\:scale-\[60\%\] {
    --tw-scale-x: 60% !important;
    --tw-scale-y: 60% !important;
    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)) !important;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1 !important;
    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)) !important;
  }

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

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

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

  .lg\:items-baseline {
    align-items: baseline !important;
  }

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

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

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

  .lg\:justify-between {
    justify-content: space-between !important;
  }

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

  .lg\:gap-4 {
    gap: 1rem !important;
  }

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

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

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

  .lg\:bg-darkblue\/50 {
    background-color: rgb(1 28 56 / 0.5) !important;
  }

  .lg\:bg-darkblue\/60 {
    background-color: rgb(1 28 56 / 0.6) !important;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

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

  .lg\:from-black\/70 {
    --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  }

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

  .lg\:via-darkblue {
    --tw-gradient-to: rgb(1 28 56 / 0)  var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), #011C38 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
  }

  .lg\:to-black\/0 {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

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

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

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

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

  .lg\:p-8 {
    padding: 2rem !important;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

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

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

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

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

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

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

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

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

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

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

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pl-0 {
    padding-left: 0px !important;
  }

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

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

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

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

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

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

  .lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

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

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

  .lg\:text-start {
    text-align: start !important;
  }

  .lg\:text-2xl {
    font-size: 1.23rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.65rem !important;
  }

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

  .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .lg\:text-\[1\.3rem\] {
    font-size: 1.3rem !important;
  }

  .lg\:text-\[1\.8rem\] {
    font-size: 1.8rem !important;
  }

  .lg\:text-\[2\.1rem\] {
    font-size: 2.1rem !important;
  }

  .lg\:text-\[2\.2rem\] {
    font-size: 2.2rem !important;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem !important;
  }

  .lg\:text-\[2\.6rem\] {
    font-size: 2.6rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

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

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

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

  .lg\:leading-\[2\.2rem\] {
    line-height: 2.2rem !important;
  }

  .lg\:leading-\[2\.5rem\] {
    line-height: 2.5rem !important;
  }

  .lg\:leading-\[3rem\] {
    line-height: 3rem !important;
  }

  .lg\:shadow-innerSection {
    --tw-shadow: inset 0px 70px 50px -70px rgba(0,0,0,0.50) !important;
    --tw-shadow-colored: inset 0px 70px 50px -70px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-innerSection-lg {
    --tw-shadow: inset 0px 70px 100px -70px rgba(0,0,0,0.90) !important;
    --tw-shadow-colored: inset 0px 70px 100px -70px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

@media (min-width: 1280px) {
  .xl\:-bottom-\[1\%\] {
    bottom: -1% !important;
  }

  .xl\:-bottom-\[10\%\] {
    bottom: -10% !important;
  }

  .xl\:-bottom-\[2\%\] {
    bottom: -2% !important;
  }

  .xl\:-bottom-\[30\%\] {
    bottom: -30% !important;
  }

  .xl\:-bottom-\[35\%\] {
    bottom: -35% !important;
  }

  .xl\:-bottom-\[40\%\] {
    bottom: -40% !important;
  }

  .xl\:-left-10 {
    left: -2.5rem !important;
  }

  .xl\:-left-8 {
    left: -2rem !important;
  }

  .xl\:-right-0 {
    right: -0px !important;
  }

  .xl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xl\:-right-1\/4 {
    right: -25% !important;
  }

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

  .xl\:-right-16 {
    right: -4rem !important;
  }

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

  .xl\:-right-\[10\%\] {
    right: -10% !important;
  }

  .xl\:-right-\[14\%\] {
    right: -14% !important;
  }

  .xl\:-right-\[15\%\] {
    right: -15% !important;
  }

  .xl\:-top-16 {
    top: -4rem !important;
  }

  .xl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xl\:bottom-20 {
    bottom: 5rem !important;
  }

  .xl\:bottom-\[0\%\] {
    bottom: 0% !important;
  }

  .xl\:bottom-\[15\%\] {
    bottom: 15% !important;
  }

  .xl\:bottom-\[17\%\] {
    bottom: 17% !important;
  }

  .xl\:bottom-\[3\%\] {
    bottom: 3% !important;
  }

  .xl\:bottom-\[49\%\] {
    bottom: 49% !important;
  }

  .xl\:bottom-\[5\%\] {
    bottom: 5% !important;
  }

  .xl\:left-0 {
    left: 0px !important;
  }

  .xl\:left-1\/4 {
    left: 25% !important;
  }

  .xl\:left-\[10\%\] {
    left: 10% !important;
  }

  .xl\:left-\[18\%\] {
    left: 18% !important;
  }

  .xl\:left-\[25\%\] {
    left: 25% !important;
  }

  .xl\:left-\[30\%\] {
    left: 30% !important;
  }

  .xl\:left-\[32\%\] {
    left: 32% !important;
  }

  .xl\:left-\[38\%\] {
    left: 38% !important;
  }

  .xl\:right-0 {
    right: 0px !important;
  }

  .xl\:right-1\/4 {
    right: 25% !important;
  }

  .xl\:right-20 {
    right: 5rem !important;
  }

  .xl\:right-24 {
    right: 6rem !important;
  }

  .xl\:right-32 {
    right: 8rem !important;
  }

  .xl\:right-36 {
    right: 9rem !important;
  }

  .xl\:right-\[-5\%\] {
    right: -5% !important;
  }

  .xl\:right-\[0\%\] {
    right: 0% !important;
  }

  .xl\:right-\[0\] {
    right: 0 !important;
  }

  .xl\:right-\[10\%\] {
    right: 10% !important;
  }

  .xl\:right-\[15\%\] {
    right: 15% !important;
  }

  .xl\:right-\[17\%\] {
    right: 17% !important;
  }

  .xl\:right-\[2\%\] {
    right: 2% !important;
  }

  .xl\:right-\[3\%\] {
    right: 3% !important;
  }

  .xl\:right-\[35\%\] {
    right: 35% !important;
  }

  .xl\:right-\[4\%\] {
    right: 4% !important;
  }

  .xl\:right-\[40\%\] {
    right: 40% !important;
  }

  .xl\:right-\[45\%\] {
    right: 45% !important;
  }

  .xl\:right-\[5\%\] {
    right: 5% !important;
  }

  .xl\:right-\[60\%\] {
    right: 60% !important;
  }

  .xl\:right-\[8\%\] {
    right: 8% !important;
  }

  .xl\:top-1\/4 {
    top: 25% !important;
  }

  .xl\:top-20 {
    top: 5rem !important;
  }

  .xl\:top-36 {
    top: 9rem !important;
  }

  .xl\:top-\[10\%\] {
    top: 10% !important;
  }

  .xl\:top-\[15\.5\%\] {
    top: 15.5% !important;
  }

  .xl\:top-\[50\%\] {
    top: 50% !important;
  }

  .xl\:-mt-60 {
    margin-top: -15rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mt-\[1\%\] {
    margin-top: 1% !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: flex !important;
  }

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

  .xl\:h-3\/4 {
    height: 75% !important;
  }

  .xl\:h-4\/5 {
    height: 80% !important;
  }

  .xl\:h-80 {
    height: 20rem !important;
  }

  .xl\:h-\[120\%\] {
    height: 120% !important;
  }

  .xl\:h-\[18rem\] {
    height: 18rem !important;
  }

  .xl\:h-\[45rem\] {
    height: 45rem !important;
  }

  .xl\:h-\[55rem\] {
    height: 55rem !important;
  }

  .xl\:h-\[70vh\] {
    height: 70vh !important;
  }

  .xl\:h-\[85\%\] {
    height: 85% !important;
  }

  .xl\:h-\[90\%\] {
    height: 90% !important;
  }

  .xl\:h-\[90vh\] {
    height: 90vh !important;
  }

  .xl\:h-\[95vh\] {
    height: 95vh !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:max-h-\[60rem\] {
    max-height: 60rem !important;
  }

  .xl\:min-h-\[45rem\] {
    min-height: 45rem !important;
  }

  .xl\:min-h-\[48rem\] {
    min-height: 48rem !important;
  }

  .xl\:min-h-\[50rem\] {
    min-height: 50rem !important;
  }

  .xl\:min-h-\[760px\] {
    min-height: 760px !important;
  }

  .xl\:min-h-\[850px\] {
    min-height: 850px !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-20 {
    width: 5rem !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-96 {
    width: 24rem !important;
  }

  .xl\:w-\[23\%\] {
    width: 23% !important;
  }

  .xl\:w-\[30\%\] {
    width: 30% !important;
  }

  .xl\:w-\[360px\] {
    width: 360px !important;
  }

  .xl\:w-\[40\%\] {
    width: 40% !important;
  }

  .xl\:w-\[50\%\] {
    width: 50% !important;
  }

  .xl\:w-\[60\%\] {
    width: 60% !important;
  }

  .xl\:w-\[700px\] {
    width: 700px !important;
  }

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

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

  .xl\:w-\[90\%\] {
    width: 90% !important;
  }

  .xl\:w-\[93\%\] {
    width: 93% !important;
  }

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

  .xl\:w-\[9rem\] {
    width: 9rem !important;
  }

  .xl\:scale-\[70\%\] {
    --tw-scale-x: 70% !important;
    --tw-scale-y: 70% !important;
    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)) !important;
  }

  .xl\:scale-\[80\%\] {
    --tw-scale-x: 80% !important;
    --tw-scale-y: 80% !important;
    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)) !important;
  }

  .xl\:scale-\[90\%\] {
    --tw-scale-x: 90% !important;
    --tw-scale-y: 90% !important;
    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)) !important;
  }

  .xl\:scale-\[95\%\] {
    --tw-scale-x: 95% !important;
    --tw-scale-y: 95% !important;
    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)) !important;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

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

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

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:pb-\[20\%\] {
    padding-bottom: 20% !important;
  }

  .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:pt-44 {
    padding-top: 11rem !important;
  }

  .xl\:text-3xl {
    font-size: 1.65rem !important;
  }

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

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .xl\:text-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }

  .xl\:text-\[2\.2rem\] {
    font-size: 2.2rem !important;
  }

  .xl\:text-\[2\.7rem\] {
    font-size: 2.7rem !important;
  }

  .xl\:text-\[3rem\] {
    font-size: 3rem !important;
  }

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

  .xl\:leading-\[2\.5rem\] {
    line-height: 2.5rem !important;
  }

  .xl\:leading-\[3\.2rem\] {
    line-height: 3.2rem !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }
}

@media (min-width: 1400px) {
  .xxl\:h-\[60rem\] {
    height: 60rem !important;
  }

  .xxl\:h-\[80vh\] {
    height: 80vh !important;
  }

  .xxl\:max-h-\[850px\] {
    max-height: 850px !important;
  }

  .xxl\:min-h-\[820px\] {
    min-height: 820px !important;
  }

  .xxl\:pb-\[25\%\] {
    padding-bottom: 25% !important;
  }

  .xxl\:pt-\[10\%\] {
    padding-top: 10% !important;
  }

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

  .xxl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .xxl\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1440px) {
  .min-\[1440px\]\:-left-10 {
    left: -2.5rem !important;
  }

  .min-\[1440px\]\:left-32 {
    left: 8rem !important;
  }

  .min-\[1440px\]\:left-\[26\%\] {
    left: 26% !important;
  }

  .min-\[1440px\]\:right-\[10\%\] {
    right: 10% !important;
  }

  .min-\[1440px\]\:top-\[20\%\] {
    top: 20% !important;
  }

  .min-\[1440px\]\:top-\[24\%\] {
    top: 24% !important;
  }

  .min-\[1440px\]\:top-\[48\%\] {
    top: 48% !important;
  }

  .min-\[1440px\]\:w-\[60\%\] {
    width: 60% !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-bottom-\[10\%\] {
    bottom: -10% !important;
  }

  .\32xl\:-bottom-\[15\%\] {
    bottom: -15% !important;
  }

  .\32xl\:-bottom-\[25\%\] {
    bottom: -25% !important;
  }

  .\32xl\:-right-60 {
    right: -15rem !important;
  }

  .\32xl\:-right-96 {
    right: -24rem !important;
  }

  .\32xl\:-right-\[5\%\] {
    right: -5% !important;
  }

  .\32xl\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .\32xl\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .\32xl\:bottom-\[8\%\] {
    bottom: 8% !important;
  }

  .\32xl\:right-0 {
    right: 0px !important;
  }

  .\32xl\:right-1\/4 {
    right: 25% !important;
  }

  .\32xl\:right-\[10\%\] {
    right: 10% !important;
  }

  .\32xl\:right-\[15\%\] {
    right: 15% !important;
  }

  .\32xl\:right-\[20\%\] {
    right: 20% !important;
  }

  .\32xl\:right-\[24\%\] {
    right: 24% !important;
  }

  .\32xl\:right-\[44\%\] {
    right: 44% !important;
  }

  .\32xl\:right-\[5\%\] {
    right: 5% !important;
  }

  .\32xl\:top-\[15\%\] {
    top: 15% !important;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .\32xl\:h-\[100vh\] {
    height: 100vh !important;
  }

  .\32xl\:h-\[95vh\] {
    height: 95vh !important;
  }

  .\32xl\:h-\[97vh\] {
    height: 97vh !important;
  }

  .\32xl\:max-h-\[1080px\] {
    max-height: 1080px !important;
  }

  .\32xl\:max-h-\[55rem\] {
    max-height: 55rem !important;
  }

  .\32xl\:max-h-\[80rem\] {
    max-height: 80rem !important;
  }

  .\32xl\:max-h-\[990px\] {
    max-height: 990px !important;
  }

  .\32xl\:min-h-\[1024px\] {
    min-height: 1024px !important;
  }

  .\32xl\:min-h-\[800px\] {
    min-height: 800px !important;
  }

  .\32xl\:min-h-\[950px\] {
    min-height: 950px !important;
  }

  .\32xl\:w-\[33\%\] {
    width: 33% !important;
  }

  .\32xl\:w-\[35rem\] {
    width: 35rem !important;
  }

  .\32xl\:w-\[420px\] {
    width: 420px !important;
  }

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

  .\32xl\:w-\[800px\] {
    width: 800px !important;
  }

  .\32xl\:w-\[90\%\] {
    width: 90% !important;
  }

  .\32xl\:max-w-\[80ch\] {
    max-width: 80ch !important;
  }

  .\32xl\:scale-\[120\%\] {
    --tw-scale-x: 120% !important;
    --tw-scale-y: 120% !important;
    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)) !important;
  }

  .\32xl\:scale-\[90\%\] {
    --tw-scale-x: 90% !important;
    --tw-scale-y: 90% !important;
    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)) !important;
  }

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

  .\32xl\:text-2xl {
    font-size: 1.23rem !important;
  }

  .\32xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

@media (min-width: 1750px) {
  .min-\[1750px\]\:left-\[12\%\] {
    left: 12% !important;
  }

  .min-\[1750px\]\:left-\[20\%\] {
    left: 20% !important;
  }

  .min-\[1750px\]\:left-\[5\%\] {
    left: 5% !important;
  }

  .min-\[1750px\]\:top-\[15\%\] {
    top: 15% !important;
  }

  .min-\[1750px\]\:top-\[44\%\] {
    top: 44% !important;
  }

  .min-\[1750px\]\:w-\[50\%\] {
    width: 50% !important;
  }

  .min-\[1750px\]\:w-\[60\%\] {
    width: 60% !important;
  }
}

@media (min-width: 2000px) {
  .min-\[2000px\]\:left-\[20\%\] {
    left: 20% !important;
  }

  .min-\[2000px\]\:left-\[8\%\] {
    left: 8% !important;
  }

  .min-\[2000px\]\:right-\[15\%\] {
    right: 15% !important;
  }

  .min-\[2000px\]\:top-\[12\%\] {
    top: 12% !important;
  }

  .min-\[2000px\]\:top-\[20\%\] {
    top: 20% !important;
  }

  .min-\[2000px\]\:top-\[46\%\] {
    top: 46% !important;
  }

  .min-\[2000px\]\:w-\[40\%\] {
    width: 40% !important;
  }

  .min-\[2000px\]\:w-\[50\%\] {
    width: 50% !important;
  }
}

@media (min-width: 2560px) {
  .min-\[2560px\]\:left-\[10\%\] {
    left: 10% !important;
  }

  .min-\[2560px\]\:right-\[20\%\] {
    right: 20% !important;
  }

  .min-\[2560px\]\:top-\[24\%\] {
    top: 24% !important;
  }

  .min-\[2560px\]\:top-\[50\%\] {
    top: 50% !important;
  }

  .min-\[2560px\]\:top-\[6\%\] {
    top: 6% !important;
  }
}
