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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.menulinks-desktop {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Saira Semi Condensed, sans-serif;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 1.15;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menulinks-desktop a {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menulinks-desktop a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity));
}

.flags-desktop {
  height: 1.2vw;
  width: 1.2vw;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}

/* Document Modal Styles */

.doc-modal-container {
  height: 80vh;
  max-height: 90vh;
  width: 50vw;
  /* Desktop: 50vw width, 80vh height */
}

#doc-modal-content {
  /* Ensure this class is on the content div for scrolling */
  overflow-y: auto;
}

/* Mobile Styles for Document Modal */

@media (max-width: 768px) {
  .doc-modal-container {
    height: 90vh;
    width: 90vw;
    /* Mobile: 90vw width, 90vh height */
  }
}

/* Diagnostic: Force auth-modal visibility on small screens WHEN display:flex is set */

@media (max-width: 767px) {
  /* Targeting screens narrower than md breakpoint */

  #auth-modal[style*="display: flex"] {
    /* Target only when JS has made it flex */
    opacity: 1 !important;
    visibility: visible !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(0,0,0,0.6) !important;
    z-index: 1000 !important;
    transform: translateZ(0);
  }

  #auth-modal[style*="display: flex"] .modal-grid-container {
    /* Target child when parent is flex */
    display: grid !important;
    /* Or block */
    width: 95% !important;
    max-width: 95% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateZ(0);
  }

  #auth-modal[style*="display: flex"] .modal-image-side {
    display: none !important;
  }

  #auth-modal[style*="display: flex"] .modal-form-side {
    display: block !important;
    width: 100% !important;
  }
}

.only404 {
  display: none;
  /* Hide by default */
}

@media (max-width: 404px) {
  .only404 {
    display: inline;
  }
}

/* TopBox Lightbox Mobile Adjustments */

@media (max-width: 767px) {
  .topbox_wrapper {
    padding: 10px !important;
    /* Reduce padding on mobile */
    /* Alternatively, or in addition, adjust margins if they are the cause:
            margin-left: 5px !important;
            margin-right: 5px !important;
            */
  }

  /* Ensure content within the wrapper can use the available space */

  .topbox_content {
    height: 90vh !important;
    /* Use most of the viewport height */
    overflow-y: auto;
    /* Allow scrolling if content exceeds height */
    padding: 0 !important;
    /* Remove any default padding */
    margin: 0 !important;
    /* Remove any default margin */
    width: 98vw !important;
    /* Use almost full width */
    max-width: 98vw !important;
    /* Ensure it doesn't exceed viewport width */
    box-sizing: border-box;
    /* Ensure padding and borders are included in width/height */
    /* If the content itself has large fixed paddings, they might need adjustment too.
               For now, let's assume the wrapper padding is the main issue. */
  }

  /* If the iframe for program.php has specific dimensions, they might need to be responsive */

  .topbox_iframe_wrap, /* if program.php is loaded as 'iframe' type */
        .topbox_ajax /* if program.php is loaded as 'ajax' type */ {
    width: 100% !important;
    height: 100% !important;
    /* Or a specific viewport height like 80vh */
  }

  .topbox_iframe, /* if program.php is loaded as 'iframe' type */
        .topbox_ajax > * /* Direct child of ajax loaded content */ {
    width: 100% !important;
    height: 100% !important;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[0vw\] {
  bottom: 0vw;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-\[-10vw\] {
  left: -10vw;
}

.left-\[-12vw\] {
  left: -12vw;
}

.left-\[-9vw\] {
  left: -9vw;
}

.left-\[0\.5rem\] {
  left: 0.5rem;
}

.left-\[0\.8vw\] {
  left: 0.8vw;
}

.left-\[10vw\] {
  left: 10vw;
}

.left-\[11\.0vw\] {
  left: 11.0vw;
}

.left-\[12vw\] {
  left: 12vw;
}

.left-\[13\.8vw\] {
  left: 13.8vw;
}

.left-\[15\.2vw\] {
  left: 15.2vw;
}

.left-\[30vw\] {
  left: 30vw;
}

.left-\[31\.2vw\] {
  left: 31.2vw;
}

.left-\[31\.5vw\] {
  left: 31.5vw;
}

.left-\[33\.0vw\] {
  left: 33.0vw;
}

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

.left-\[45\.4vw\] {
  left: 45.4vw;
}

.left-\[45\.5vw\] {
  left: 45.5vw;
}

.left-\[46\.1vw\] {
  left: 46.1vw;
}

.left-\[5\.0vw\] {
  left: 5.0vw;
}

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

.left-\[57\.0vw\] {
  left: 57.0vw;
}

.left-\[59\.3vw\] {
  left: 59.3vw;
}

.left-\[73\.0vw\] {
  left: 73.0vw;
}

.left-\[86\.3vw\] {
  left: 86.3vw;
}

.right-5 {
  right: 1.25rem;
}

.right-\[0\.8vw\] {
  right: 0.8vw;
}

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

.right-\[17\.04vw\] {
  right: 17.04vw;
}

.right-\[5\.0vw\] {
  right: 5.0vw;
}

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

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-\[-0\.7rem\] {
  top: -0.7rem;
}

.top-\[-1vw\] {
  top: -1vw;
}

.top-\[-2vw\] {
  top: -2vw;
}

.top-\[-3\.2vw\] {
  top: -3.2vw;
}

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

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

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

.top-\[0\.9vw\] {
  top: 0.9vw;
}

.top-\[0\] {
  top: 0;
}

.top-\[0vw\] {
  top: 0vw;
}

.top-\[1\.04vw\] {
  top: 1.04vw;
}

.top-\[1\.3rem\] {
  top: 1.3rem;
}

.top-\[100vw\] {
  top: 100vw;
}

.top-\[117vw\] {
  top: 117vw;
}

.top-\[121\.30vw\] {
  top: 121.30vw;
}

.top-\[129vw\] {
  top: 129vw;
}

.top-\[13vw\] {
  top: 13vw;
}

.top-\[146vw\] {
  top: 146vw;
}

.top-\[151\.30vw\] {
  top: 151.30vw;
}

.top-\[159vw\] {
  top: 159vw;
}

.top-\[236vw\] {
  top: 236vw;
}

.top-\[242\.2vw\] {
  top: 242.2vw;
}

.top-\[27vw\] {
  top: 27vw;
}

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

.top-\[2vw\] {
  top: 2vw;
}

.top-\[3\.9vw\] {
  top: 3.9vw;
}

.top-\[31\.20vw\] {
  top: 31.20vw;
}

.top-\[4\.4vw\] {
  top: 4.4vw;
}

.top-\[40vw\] {
  top: 40vw;
}

.top-\[44vw\] {
  top: 44vw;
}

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

.top-\[52vw\] {
  top: 52vw;
}

.top-\[56vw\] {
  top: 56vw;
}

.top-\[60\.75vw\] {
  top: 60.75vw;
}

.top-\[69vw\] {
  top: 69vw;
}

.top-\[87vw\] {
  top: 87vw;
}

.top-\[91\.90vw\] {
  top: 91.90vw;
}

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

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

.m-\[0\.05rem\] {
  margin: 0.05rem;
}

.m-\[0\.4vw\] {
  margin: 0.4vw;
}

.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

.mb-\[1\.2rem\] {
  margin-bottom: 1.2rem;
}

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

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

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

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

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

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

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

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

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

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

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

.mt-\[-1rem\] {
  margin-top: -1rem;
}

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

.mt-\[-3\.5rem\] {
  margin-top: -3.5rem;
}

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

.mt-\[-3rem\] {
  margin-top: -3rem;
}

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

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

.mt-\[0\.1rem\] {
  margin-top: 0.1rem;
}

.mt-\[0\.2vw\] {
  margin-top: 0.2vw;
}

.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}

.mt-\[0\.6rem\] {
  margin-top: 0.6rem;
}

.mt-\[0\.6vw\] {
  margin-top: 0.6vw;
}

.mt-\[0\.7vw\] {
  margin-top: 0.7vw;
}

.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mt-\[1\.8rem\] {
  margin-top: 1.8rem;
}

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

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

.mt-\[1rem\] {
  margin-top: 1rem;
}

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

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

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

.mt-\[1\.0rem\] {
  margin-top: 1.0rem;
}

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[1\.2vw\] {
  height: 1.2vw;
}

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

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

.h-\[15vw\] {
  height: 15vw;
}

.h-\[22\.95vw\] {
  height: 22.95vw;
}

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

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

.h-\[3\.5rem\] {
  height: 3.5rem;
}

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

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

.h-\[5vw\] {
  height: 5vw;
}

.h-\[6vw\] {
  height: 6vw;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

.min-h-\[10vw\] {
  min-height: 10vw;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-\[1\.2vw\] {
  width: 1.2vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[40\.4vw\] {
  width: 40.4vw;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.flex-\[1\.2\] {
  flex: 1.2;
}

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-\[0\.3vw\] {
  gap: 0.3vw;
}

.gap-\[0\.5vw\] {
  gap: 0.5vw;
}

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

.gap-\[3vw\] {
  gap: 3vw;
}

.gap-\[4vw\] {
  gap: 4vw;
}

.gap-0 {
  gap: 0px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-l-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
}

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

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

.bg-\[\#036ce1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 108 225 / var(--tw-bg-opacity));
}

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

.bg-\[\#0b0c10\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 16 / var(--tw-bg-opacity));
}

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

.bg-\[\#3C3D40\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 61 64 / var(--tw-bg-opacity));
}

.bg-\[\#8a15f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 240 / var(--tw-bg-opacity));
}

.bg-\[\#9e005c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 0 92 / var(--tw-bg-opacity));
}

.bg-\[\#CA1A18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 26 24 / var(--tw-bg-opacity));
}

.bg-\[\#E3000A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 0 10 / var(--tw-bg-opacity));
}

.bg-\[\#FFC700\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 0 / var(--tw-bg-opacity));
}

.bg-\[\#a32c32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 44 50 / var(--tw-bg-opacity));
}

.bg-\[\#f600a3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 0 163 / var(--tw-bg-opacity));
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

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

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-\[url\(\'\/img\/bgp-extasy4k\.png\'\)\] {
  background-image: url('/img/bgp-extasy4k.png');
}

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-green-500 {
  fill: #22c55e;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.p-\[2vw\] {
  padding: 2vw;
}

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

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

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

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

.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-\[1\.0rem\] {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}

.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[1\.5vw\] {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

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

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

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

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

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

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

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

.py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-\[0\.2vw\] {
  padding-top: 0.2vw;
  padding-bottom: 0.2vw;
}

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

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

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

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pt-\[3rem\] {
  padding-top: 3rem;
}

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

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

.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}

.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-\[\'Open_Sans\'\2c _sans-serif\] {
  font-family: 'Open Sans', sans-serif;
}

.font-bebasneue {
  font-family: Bebas Neue, sans-serif;
}

.font-montserrat {
  font-family: Montserrat, sans-serif;
}

.font-sairasemic {
  font-family: Saira Semi Condensed, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[0\.75em\] {
  font-size: 0.75em;
}

.text-\[0\.75vw\] {
  font-size: 0.75vw;
}

.text-\[0\.7em\] {
  font-size: 0.7em;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.7vw\] {
  font-size: 0.7vw;
}

.text-\[0\.88vw\] {
  font-size: 0.88vw;
}

.text-\[0\.8em\] {
  font-size: 0.8em;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[0\.90vw\] {
  font-size: 0.90vw;
}

.text-\[0\.95em\] {
  font-size: 0.95em;
}

.text-\[0\.9em\] {
  font-size: 0.9em;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.text-\[1\.0rem\] {
  font-size: 1.0rem;
}

.text-\[1\.0vw\] {
  font-size: 1.0vw;
}

.text-\[1\.1em\] {
  font-size: 1.1em;
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

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

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.4vw\] {
  font-size: 1.4vw;
}

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

.text-\[1\.5vw\] {
  font-size: 1.5vw;
}

.text-\[1\.6vw\] {
  font-size: 1.6vw;
}

.text-\[1\.7em\] {
  font-size: 1.7em;
}

.text-\[1\.9vw\] {
  font-size: 1.9vw;
}

.text-\[2\.4vw\] {
  font-size: 2.4vw;
}

.text-\[2\.5vw\] {
  font-size: 2.5vw;
}

.text-\[2\.8vw\] {
  font-size: 2.8vw;
}

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

.text-\[3\.9vw\] {
  font-size: 3.9vw;
}

.text-\[4vw\] {
  font-size: 4vw;
}

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.leading-\[2\.0\] {
  line-height: 2.0;
}

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

.text-\[\#7D7D80\] {
  --tw-text-opacity: 1;
  color: rgb(125 125 128 / var(--tw-text-opacity));
}

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

.text-\[\#FFC700\] {
  --tw-text-opacity: 1;
  color: rgb(255 199 0 / var(--tw-text-opacity));
}

.text-\[\#FFD700\] {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity));
}

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

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

.text-\[\#fff\]\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

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

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:text-\[\#FFD700\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.data-\[selected\=true\]\:border-red-700[data-selected=true] {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.data-\[selected\=true\]\:bg-red-50[data-selected=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.data-\[selected\=true\]\:shadow-\[0_0_0_2px_\#D70000_inset\][data-selected=true] {
  --tw-shadow: 0 0 0 2px #D70000 inset;
  --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .sm\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

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

  .md\:mb-\[1\.1rem\] {
    margin-bottom: 1.1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:left-\[8vw\] {
    left: 8vw;
  }

  .lg\:top-\[183vw\] {
    top: 183vw;
  }

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

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[1\.2vw\] {
    height: 1.2vw;
  }

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

  .lg\:w-\[1\.2vw\] {
    width: 1.2vw;
  }

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

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

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

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

  .lg\:gap-\[0\.5vw\] {
    gap: 0.5vw;
  }

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

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

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

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

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

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

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

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

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

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

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

  .lg\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
  }

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