/*
! tailwindcss v3.3.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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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'],input:where(:not([type])),[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, input:where(:not([type])):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],[size]:where(select:not([size="1"])) {
  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;
}

html {
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.container {
  width: 100%;
}

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

@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;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-\[5px\] {
  left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-\[\#4e9dd2\] {
  --tw-border-opacity: 1;
  border-color: rgb(78 157 210 / var(--tw-border-opacity));
}

.border-\[\#d2624e\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 98 78 / var(--tw-border-opacity));
}

.bg-\[\#3a92cd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 146 205 / var(--tw-bg-opacity));
}

.bg-\[\#62a8d7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(98 168 215 / var(--tw-bg-opacity));
}

.bg-\[\#cd753a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 117 58 / var(--tw-bg-opacity));
}

.bg-\[\#d2624e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 98 78 / var(--tw-bg-opacity));
}

.bg-\[\#d79162\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 145 98 / var(--tw-bg-opacity));
}

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

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

.from-\[\#00adef\] {
  --tw-gradient-from: #00adef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 173 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#c8102e\] {
  --tw-gradient-from: #c8102e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 16 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ed8b00\] {
  --tw-gradient-from: #ed8b00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 139 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#00adef\] {
  --tw-gradient-to: rgb(0 173 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00adef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#c8102e\] {
  --tw-gradient-to: rgb(200 16 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c8102e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#ed8b00\] {
  --tw-gradient-to: rgb(237 139 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ed8b00 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#00adef\] {
  --tw-gradient-to: #00adef var(--tw-gradient-to-position);
}

.to-\[\#c8102e\] {
  --tw-gradient-to: #c8102e var(--tw-gradient-to-position);
}

.to-\[\#ed8b00\] {
  --tw-gradient-to: #ed8b00 var(--tw-gradient-to-position);
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.italic {
  font-style: italic;
}

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 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));
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.drop-shadow-\[2px_2px_5px_rgba\(0\2c 0\2c 0\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(2px 2px 5px rgba(0,0,0,1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.delay-700 {
  transition-delay: 700ms;
}

.delay-\[650ms\] {
  transition-delay: 650ms;
}

.delay-\[600ms\] {
  transition-delay: 600ms;
}

.delay-\[500ms\] {
  transition-delay: 500ms;
}

.delay-\[400ms\] {
  transition-delay: 400ms;
}

.delay-\[450ms\] {
  transition-delay: 450ms;
}

.delay-\[350ms\] {
  transition-delay: 350ms;
}

.delay-\[300ms\] {
  transition-delay: 300ms;
}

.delay-\[200ms\] {
  transition-delay: 200ms;
}

.delay-\[250ms\] {
  transition-delay: 250ms;
}

.delay-\[280ms\] {
  transition-delay: 280ms;
}

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

.duration-\[600ms\] {
  transition-duration: 600ms;
}

.duration-\[700ms\] {
  transition-duration: 700ms;
}

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

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

.hover\:text-\[\#d2624e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(210 98 78 / var(--tw-text-opacity));
}

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

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:scroll-smooth {
    scroll-behavior: smooth;
  }
}

@media (max-width: 640px) {
  .max-\[640px\]\:pt-\[20px\] {
    padding-top: 20px;
  }
}

@media (min-width: 640px) {
  .sm\:left-\[20px\] {
    left: 20px;
  }

  .sm\:left-\[220px\] {
    left: 220px;
  }

  .sm\:left-\[35px\] {
    left: 35px;
  }

  .sm\:left-\[40px\] {
    left: 40px;
  }

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

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

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

  .sm\:right-\[40px\] {
    right: 40px;
  }

  .sm\:top-\[-190px\] {
    top: -190px;
  }

  .sm\:top-\[-278px\] {
    top: -278px;
  }

  .sm\:top-\[-280px\] {
    top: -280px;
  }

  .sm\:top-\[-366px\] {
    top: -366px;
  }

  .sm\:top-\[-445px\] {
    top: -445px;
  }

  .sm\:top-\[-454px\] {
    top: -454px;
  }

  .sm\:top-\[-542px\] {
    top: -542px;
  }

  .sm\:top-\[-609px\] {
    top: -609px;
  }

  .sm\:top-\[-630px\] {
    top: -630px;
  }

  .sm\:top-\[-718px\] {
    top: -718px;
  }

  .sm\:top-\[-774px\] {
    top: -774px;
  }

  .sm\:top-\[-940px\] {
    top: -940px;
  }

  .sm\:top-\[105px\] {
    top: 105px;
  }

  .sm\:top-\[108px\] {
    top: 108px;
  }

  .sm\:top-\[110px\] {
    top: 110px;
  }

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

  .sm\:top-\[220px\] {
    top: 220px;
  }

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

  .sm\:top-\[35px\] {
    top: 35px;
  }

  .sm\:top-\[420px\] {
    top: 420px;
  }

  .sm\:top-\[430px\] {
    top: 430px;
  }

  .sm\:top-\[440px\] {
    top: 440px;
  }

  .sm\:top-\[446px\] {
    top: 446px;
  }

  .sm\:top-\[95px\] {
    top: 95px;
  }

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pr-\[250px\] {
    padding-right: 250px;
  }

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

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

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

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:left-\[20px\] {
    left: 20px;
  }

  .md\:left-\[260px\] {
    left: 260px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:left-\[105px\] {
    left: 105px;
  }

  .lg\:left-\[260px\] {
    left: 260px;
  }

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

  .lg\:left-\[75px\] {
    left: 75px;
  }

  .lg\:left-\[80px\] {
    left: 80px;
  }

  .lg\:left-\[87px\] {
    left: 87px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:left-\[100px\] {
    left: 100px;
  }

  .xl\:left-\[105px\] {
    left: 105px;
  }

  .xl\:left-\[125px\] {
    left: 125px;
  }

  .xl\:left-\[330px\] {
    left: 330px;
  }

  .xl\:left-\[50px\] {
    left: 50px;
  }

  .xl\:left-\[75px\] {
    left: 75px;
  }

  .xl\:left-\[80px\] {
    left: 80px;
  }

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

  .xl\:right-\[105px\] {
    right: 105px;
  }

  .xl\:right-\[125px\] {
    right: 125px;
  }

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

  .xl\:right-\[75px\] {
    right: 75px;
  }

  .xl\:right-\[80px\] {
    right: 80px;
  }

  .xl\:top-\[-1020px\] {
    top: -1020px;
  }

  .xl\:top-\[-1340px\] {
    top: -1340px;
  }

  .xl\:top-\[-1650px\] {
    top: -1650px;
  }

  .xl\:top-\[-210px\] {
    top: -210px;
  }

  .xl\:top-\[-287px\] {
    top: -287px;
  }

  .xl\:top-\[-365px\] {
    top: -365px;
  }

  .xl\:top-\[-420px\] {
    top: -420px;
  }

  .xl\:top-\[-443px\] {
    top: -443px;
  }

  .xl\:top-\[-521px\] {
    top: -521px;
  }

  .xl\:top-\[-599px\] {
    top: -599px;
  }

  .xl\:top-\[-675px\] {
    top: -675px;
  }

  .xl\:top-\[-720px\] {
    top: -720px;
  }

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

  .xl\:top-\[130px\] {
    top: 130px;
  }

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

  .xl\:top-\[225px\] {
    top: 225px;
  }

  .xl\:top-\[255px\] {
    top: 255px;
  }

  .xl\:top-\[273px\] {
    top: 273px;
  }

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:left-\[100px\] {
    left: 100px;
  }

  .\32xl\:left-\[125px\] {
    left: 125px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1800px) {
  .\33xl\:top-\[-280px\] {
    top: -280px;
  }

  .\33xl\:top-\[-380px\] {
    top: -380px;
  }

  .\33xl\:top-\[-480px\] {
    top: -480px;
  }

  .\33xl\:top-\[-580px\] {
    top: -580px;
  }

  .\33xl\:top-\[-680px\] {
    top: -680px;
  }

  .\33xl\:top-\[-780px\] {
    top: -780px;
  }

  .\33xl\:top-\[-880px\] {
    top: -880px;
  }

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

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

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

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

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

@media (min-width: 1920px) {
  .min-\[1920px\]\:w-\[83\%\] {
    width: 83%;
  }
}