@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Press+Start+2P&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Karma:wght@300;400;500;600;700&family=Press+Start+2P&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Itim&family=Karma:wght@300;400;500;600;700&family=Press+Start+2P&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600&family=Roboto+Slab:wght@400&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.15 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.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;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-\[15\%\]{
  bottom: 15%;
}

.bottom-\[16\%\]{
  bottom: 16%;
}

.bottom-\[22\%\]{
  bottom: 22%;
}

.left-1{
  left: 0.25rem;
}

.left-1\/2{
  left: 50%;
}

.left-3{
  left: 0.75rem;
}

.left-8{
  left: 2rem;
}

.left-9{
  left: 2.25rem;
}

.left-\[10\%\]{
  left: 10%;
}

.left-\[106px\]{
  left: 106px;
}

.left-\[13\%\]{
  left: 13%;
}

.left-\[15\%\]{
  left: 15%;
}

.left-\[2\%\]{
  left: 2%;
}

.left-\[23\%\]{
  left: 23%;
}

.left-\[25\%\]{
  left: 25%;
}

.left-\[27\%\]{
  left: 27%;
}

.left-\[36\%\]{
  left: 36%;
}

.left-\[39\%\]{
  left: 39%;
}

.left-\[40\%\]{
  left: 40%;
}

.left-\[41\%\]{
  left: 41%;
}

.left-\[42\%\]{
  left: 42%;
}

.left-\[43\%\]{
  left: 43%;
}

.left-\[46\%\]{
  left: 46%;
}

.left-\[5\%\]{
  left: 5%;
}

.left-\[50px\]{
  left: 50px;
}

.left-\[52\%\]{
  left: 52%;
}

.left-\[52\.5\%\]{
  left: 52.5%;
}

.left-\[53\%\]{
  left: 53%;
}

.left-\[55\%\]{
  left: 55%;
}

.left-\[60\%\]{
  left: 60%;
}

.left-\[62\.5\%\]{
  left: 62.5%;
}

.left-\[69\%\]{
  left: 69%;
}

.left-\[7\%\]{
  left: 7%;
}

.left-\[70\%\]{
  left: 70%;
}

.left-\[72\%\]{
  left: 72%;
}

.left-\[81px\]{
  left: 81px;
}

.left-\[88\%\]{
  left: 88%;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-5{
  right: 1.25rem;
}

.right-\[17\%\]{
  right: 17%;
}

.right-\[2\%\]{
  right: 2%;
}

.right-\[40\%\]{
  right: 40%;
}

.right-\[5\%\]{
  right: 5%;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-24{
  top: 6rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.top-\[103px\]{
  top: 103px;
}

.top-\[120px\]{
  top: 120px;
}

.top-\[17\%\]{
  top: 17%;
}

.top-\[18\%\]{
  top: 18%;
}

.top-\[22\.5\%\]{
  top: 22.5%;
}

.top-\[25\%\]{
  top: 25%;
}

.top-\[253px\]{
  top: 253px;
}

.top-\[260px\]{
  top: 260px;
}

.top-\[2px\]{
  top: 2px;
}

.top-\[30\%\]{
  top: 30%;
}

.top-\[300px\]{
  top: 300px;
}

.top-\[32\%\]{
  top: 32%;
}

.top-\[340px\]{
  top: 340px;
}

.top-\[35\%\]{
  top: 35%;
}

.top-\[36\%\]{
  top: 36%;
}

.top-\[37\%\]{
  top: 37%;
}

.top-\[370px\]{
  top: 370px;
}

.top-\[39\%\]{
  top: 39%;
}

.top-\[4\%\]{
  top: 4%;
}

.top-\[40\%\]{
  top: 40%;
}

.top-\[41\%\]{
  top: 41%;
}

.top-\[46\%\]{
  top: 46%;
}

.top-\[5\%\]{
  top: 5%;
}

.top-\[50\%\]{
  top: 50%;
}

.top-\[53\%\]{
  top: 53%;
}

.top-\[55\%\]{
  top: 55%;
}

.top-\[57\%\]{
  top: 57%;
}

.top-\[58\%\]{
  top: 58%;
}

.top-\[6\%\]{
  top: 6%;
}

.top-\[60\%\]{
  top: 60%;
}

.top-\[65\%\]{
  top: 65%;
}

.top-\[66\%\]{
  top: 66%;
}

.top-\[70\%\]{
  top: 70%;
}

.top-\[71\%\]{
  top: 71%;
}

.top-\[71\.5\%\]{
  top: 71.5%;
}

.top-\[73\%\]{
  top: 73%;
}

.top-\[76\.2\%\]{
  top: 76.2%;
}

.top-\[78\.3\%\]{
  top: 78.3%;
}

.top-\[78\.5\%\]{
  top: 78.5%;
}

.top-\[79\%\]{
  top: 79%;
}

.top-\[80\%\]{
  top: 80%;
}

.top-\[82\.8\%\]{
  top: 82.8%;
}

.top-\[85\%\]{
  top: 85%;
}

.top-\[87\%\]{
  top: 87%;
}

.top-\[93px\]{
  top: 93px;
}

.-z-10{
  z-index: -10;
}

.z-20{
  z-index: 20;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[3\%\]{
  margin-top: 3%;
  margin-bottom: 3%;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[10\%\]{
  margin-bottom: 10%;
}

.mb-\[3\%\]{
  margin-bottom: 3%;
}

.ml-12{
  margin-left: 3rem;
}

.ml-14{
  margin-left: 3.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-20{
  margin-left: 5rem;
}

.ml-28{
  margin-left: 7rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-7{
  margin-left: 1.75rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-\[3\%\]{
  margin-left: 3%;
}

.ml-\[5\%\]{
  margin-left: 5%;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-\[10\%\]{
  margin-right: 10%;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-28{
  margin-top: 7rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-52{
  margin-top: 13rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[3\%\]{
  margin-top: 3%;
}

.mt-\[3px\]{
  margin-top: 3px;
}

.mt-\[5\%\]{
  margin-top: 5%;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-5{
  height: 1.25rem;
}

.h-52{
  height: 13rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[115px\]{
  height: 115px;
}

.h-\[124px\]{
  height: 124px;
}

.h-\[140px\]{
  height: 140px;
}

.h-\[185px\]{
  height: 185px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[20\%\]{
  height: 20%;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[4\%\]{
  height: 4%;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[41px\]{
  height: 41px;
}

.h-\[450px\]{
  height: 450px;
}

.h-\[480px\]{
  height: 480px;
}

.h-\[5\%\]{
  height: 5%;
}

.h-\[5\.5vw\]{
  height: 5.5vw;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[530px\]{
  height: 530px;
}

.h-\[5px\]{
  height: 5px;
}

.h-\[600px\]{
  height: 600px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[70\%\]{
  height: 70%;
}

.h-\[70px\]{
  height: 70px;
}

.h-\[70vh\]{
  height: 70vh;
}

.h-\[75px\]{
  height: 75px;
}

.h-\[80px\]{
  height: 80px;
}

.h-\[84vh\]{
  height: 84vh;
}

.h-\[90\%\]{
  height: 90%;
}

.h-\[90px\]{
  height: 90px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-40{
  max-height: 10rem;
}

.w-0{
  width: 0px;
}

.w-1\/2{
  width: 50%;
}

.w-10{
  width: 2.5rem;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2\/5{
  width: 40%;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/4{
  width: 75%;
}

.w-3\/5{
  width: 60%;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-64{
  width: 16rem;
}

.w-72{
  width: 18rem;
}

.w-80{
  width: 20rem;
}

.w-96{
  width: 24rem;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[100vw\]{
  width: 100vw;
}

.w-\[104px\]{
  width: 104px;
}

.w-\[10px\]{
  width: 10px;
}

.w-\[124px\]{
  width: 124px;
}

.w-\[125px\]{
  width: 125px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[33\.333\%\]{
  width: 33.333%;
}

.w-\[350px\]{
  width: 350px;
}

.w-\[40\%\]{
  width: 40%;
}

.w-\[45\%\]{
  width: 45%;
}

.w-\[5\.5vw\]{
  width: 5.5vw;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[55\%\]{
  width: 55%;
}

.w-\[59\%\]{
  width: 59%;
}

.w-\[60\%\]{
  width: 60%;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[700px\]{
  width: 700px;
}

.w-\[75\%\]{
  width: 75%;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[80vw\]{
  width: 80vw;
}

.w-\[85\%\]{
  width: 85%;
}

.w-\[9\%\]{
  width: 9%;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[92\%\]{
  width: 92%;
}

.w-\[95\%\]{
  width: 95%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-72{
  min-width: 18rem;
}

.max-w-full{
  max-width: 100%;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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));
}

@keyframes float{
  0%, 100%{
    transform: translateY(0);
  }

  50%{
    transform: translateY(-15px);
  }
}

.animate-float{
  animation: float 3000ms ease-in-out infinite;
}

@keyframes leanBack{
  0%{
    transform: rotate(0deg);
  }

  18.75%{
    transform: rotate(0deg);
  }

  50%{
    transform: rotate(-5deg);
  }

  80%{
    transform: rotate(-5deg);
  }

  100%{
    transform: rotate(0deg);
  }
}

.animate-leanBack{
  animation: leanBack 5000ms ease-in-out infinite;
}

@keyframes moveHand{
  0%{
    transform: rotate(5deg);
  }

  10%{
    transform: rotate(5deg);
  }

  50%{
    transform: rotate(-5deg);
  }

  70%{
    transform: rotate(-5deg);
  }

  100%{
    transform: rotate(5deg);
  }
}

.animate-moveHand{
  animation: moveHand 3000ms ease-in-out infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin-slow{
  animation: spin 5300ms linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}

.gap-14{
  gap: 3.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-14{
  row-gap: 3.5rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-dashed{
  border-style: dashed;
}

.border-\[\#0000002d\]{
  border-color: #0000002d;
}

.border-\[\#3B88FC\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 136 252 / var(--tw-border-opacity, 1));
}

.border-\[\#6E00A5\]{
  --tw-border-opacity: 1;
  border-color: rgb(110 0 165 / var(--tw-border-opacity, 1));
}

.border-\[\#6c757d\]{
  --tw-border-opacity: 1;
  border-color: rgb(108 117 125 / var(--tw-border-opacity, 1));
}

.border-\[\#8f8d8d\]{
  --tw-border-opacity: 1;
  border-color: rgb(143 141 141 / var(--tw-border-opacity, 1));
}

.border-\[\#FF003C\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 60 / var(--tw-border-opacity, 1));
}

.border-\[\#FF1919\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 25 25 / var(--tw-border-opacity, 1));
}

.border-\[\#eaeaea\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#004AAD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 74 173 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1f1e1e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 30 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#21252908\]{
  background-color: #21252908;
}

.bg-\[\#BAF2FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(186 242 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e2e3e3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 227 227 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fafafb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-custom-hover-gradient{
  background-image: linear-gradient(53deg, rgba(57, 160, 237, 1), rgba(23, 37, 84, 1));;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#003257\]{
  --tw-gradient-from: #003257 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 50 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0f85c9\]{
  --tw-gradient-from: #0f85c9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 133 201 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#3776c7\]{
  --tw-gradient-from: #3776c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 118 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#004aad\]{
  --tw-gradient-to: #004aad var(--tw-gradient-to-position);
}

.to-\[\#0f75c1\]{
  --tw-gradient-to: #0f75c1 var(--tw-gradient-to-position);
}

.to-\[\#1abd9d\]{
  --tw-gradient-to: #1abd9d var(--tw-gradient-to-position);
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[11px\]{
  padding: 11px;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[5vw\]{
  padding-left: 5vw;
  padding-right: 5vw;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pl-\[5\%\]{
  padding-left: 5%;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-\[18\%\]{
  padding-top: 18%;
}

.pt-\[2\%\]{
  padding-top: 2%;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.font-cerdit{
  font-family: Consolas, Courier, monospace;
}

.font-itim{
  font-family: Itim, serif;
}

.font-karma{
  font-family: Karma, serif;
}

.font-petrol{
  font-family: 'Press Start 2P', cursive;
}

.font-poppins{
  font-family: Poppins, sans-serif;
}

.font-secondary{
  font-family: Roboto Slab, serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[2\.8vw\]{
  font-size: 2.8vw;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[23px\]{
  font-size: 23px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[27px\]{
  font-size: 27px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[29px\]{
  font-size: 29px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[42px\]{
  font-size: 42px;
}

.text-\[4vw\]{
  font-size: 4vw;
}

.text-\[9px\]{
  font-size: 9px;
}

.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-\[500\]{
  font-weight: 500;
}

.font-\[750\]{
  font-weight: 750;
}

.font-\[800\]{
  font-weight: 800;
}

.font-\[900\]{
  font-weight: 900;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-secondary{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[17px\]{
  line-height: 17px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.-tracking-widest{
  letter-spacing: -0.1em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#004AAD\]{
  --tw-text-opacity: 1;
  color: rgb(0 74 173 / var(--tw-text-opacity, 1));
}

.text-\[\#265CFF\]{
  --tw-text-opacity: 1;
  color: rgb(38 92 255 / var(--tw-text-opacity, 1));
}

.text-\[\#393945\]{
  --tw-text-opacity: 1;
  color: rgb(57 57 69 / var(--tw-text-opacity, 1));
}

.text-\[\#3f3f3f\]{
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.text-\[\#3f485a\]{
  --tw-text-opacity: 1;
  color: rgb(63 72 90 / var(--tw-text-opacity, 1));
}

.text-\[\#4d5150\]{
  --tw-text-opacity: 1;
  color: rgb(77 81 80 / var(--tw-text-opacity, 1));
}

.text-\[\#6E00A5\]{
  --tw-text-opacity: 1;
  color: rgb(110 0 165 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-transparent{
  color: transparent;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-\[0\.75\]{
  opacity: 0.75;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_7px_9px_0px_rgba\(0\2c 0\2c 0\2c 0\.55\)\]{
  --tw-shadow: 0px 7px 9px 0px rgba(0,0,0,0.55);
  --tw-shadow-colored: 0px 7px 9px 0px 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-custom-black{
  --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2), 4px 4px 8px rgba(0, 0, 0, 0.4), -4px 4px 8px rgba(0, 0, 0, 0.4), 4px -4px 8px rgba(0, 0, 0, 0.4);
  --tw-shadow-colored: 0px 3px 4px var(--tw-shadow-color), 4px 4px 8px var(--tw-shadow-color), -4px 4px 8px var(--tw-shadow-color), 4px -4px 8px 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-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-black{
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

.backdrop-blur-\[11px\]{
  --tw-backdrop-blur: blur(11px);
  -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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-0{
  transition-delay: 0s;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-700{
  transition-duration: 700ms;
}

.duration-\[350\]{
  transition-duration: 350;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.delay-0{
  animation-delay: 0s;
}

.delay-1{
  animation-delay: 1s;
}

.delay-2{
  animation-delay: 2s;
}

.\[transform\:rotateY\(180deg\)\]{
  transform: rotateY(180deg);
}

.visited\:text-blue-700:visited{
  color: rgb(29 78 216 );
}

.visited\:underline:visited{
  text-decoration-line: underline;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-custom-hover-gradient:hover{
  background-image: linear-gradient(53deg, rgba(57, 160, 237, 1), rgba(23, 37, 84, 1));;
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:\[transform\:rotateY\(180deg\)\]:hover{
  transform: rotateY(180deg);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --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, 0 0 #0000);
}

.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:translate-x-5{
  --tw-translate-x: 1.25rem;
  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));
}

.peer:checked ~ .peer-checked\:border-\[5px\]{
  border-width: 5px;
}

.peer:checked ~ .peer-checked\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-2{
  --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, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:bottom-\[18\%\]{
    bottom: 18%;
  }

  .md\:bottom-\[22\%\]{
    bottom: 22%;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:left-10{
    left: 2.5rem;
  }

  .md\:left-\[10\%\]{
    left: 10%;
  }

  .md\:left-\[15\%\]{
    left: 15%;
  }

  .md\:left-\[16\%\]{
    left: 16%;
  }

  .md\:left-\[35\%\]{
    left: 35%;
  }

  .md\:left-\[57\%\]{
    left: 57%;
  }

  .md\:left-\[58\%\]{
    left: 58%;
  }

  .md\:left-\[68\%\]{
    left: 68%;
  }

  .md\:left-\[72\.7\%\]{
    left: 72.7%;
  }

  .md\:right-\[13\%\]{
    right: 13%;
  }

  .md\:right-\[25\%\]{
    right: 25%;
  }

  .md\:right-\[3\%\]{
    right: 3%;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-8{
    top: 2rem;
  }

  .md\:top-\[11\%\]{
    top: 11%;
  }

  .md\:top-\[17\%\]{
    top: 17%;
  }

  .md\:top-\[2\%\]{
    top: 2%;
  }

  .md\:top-\[20\%\]{
    top: 20%;
  }

  .md\:top-\[24\%\]{
    top: 24%;
  }

  .md\:top-\[31\%\]{
    top: 31%;
  }

  .md\:top-\[38\%\]{
    top: 38%;
  }

  .md\:top-\[40\%\]{
    top: 40%;
  }

  .md\:top-\[51\%\]{
    top: 51%;
  }

  .md\:top-\[60\%\]{
    top: 60%;
  }

  .md\:top-\[68\%\]{
    top: 68%;
  }

  .md\:top-\[7\%\]{
    top: 7%;
  }

  .md\:top-\[70\%\]{
    top: 70%;
  }

  .md\:top-\[82\%\]{
    top: 82%;
  }

  .md\:m-16{
    margin: 4rem;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-\[2\%\]{
    margin-left: 2%;
    margin-right: 2%;
  }

  .md\:mx-\[4\%\]{
    margin-left: 4%;
    margin-right: 4%;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  .md\:mb-\[10px\]{
    margin-bottom: 10px;
  }

  .md\:mb-\[4\%\]{
    margin-bottom: 4%;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:ml-14{
    margin-left: 3.5rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:ml-\[20\%\]{
    margin-left: 20%;
  }

  .md\:ml-\[360px\]{
    margin-left: 360px;
  }

  .md\:ml-\[5\%\]{
    margin-left: 5%;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-9{
    margin-top: 2.25rem;
  }

  .md\:mt-\[1\%\]{
    margin-top: 1%;
  }

  .md\:mt-\[2\%\]{
    margin-top: 2%;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-11{
    height: 2.75rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-44{
    height: 11rem;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-52{
    height: 13rem;
  }

  .md\:h-56{
    height: 14rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-60{
    height: 15rem;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-72{
    height: 18rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-96{
    height: 24rem;
  }

  .md\:h-\[1\.5vw\]{
    height: 1.5vw;
  }

  .md\:h-\[12\.1px\]{
    height: 12.1px;
  }

  .md\:h-\[143px\]{
    height: 143px;
  }

  .md\:h-\[15px\]{
    height: 15px;
  }

  .md\:h-\[200px\]{
    height: 200px;
  }

  .md\:h-\[213px\]{
    height: 213px;
  }

  .md\:h-\[370px\]{
    height: 370px;
  }

  .md\:h-\[400px\]{
    height: 400px;
  }

  .md\:h-\[44\%\]{
    height: 44%;
  }

  .md\:h-\[450px\]{
    height: 450px;
  }

  .md\:h-\[490px\]{
    height: 490px;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:h-\[590px\]{
    height: 590px;
  }

  .md\:h-\[5px\]{
    height: 5px;
  }

  .md\:h-\[700px\]{
    height: 700px;
  }

  .md\:h-\[75px\]{
    height: 75px;
  }

  .md\:h-\[89vh\]{
    height: 89vh;
  }

  .md\:h-\[90\%\]{
    height: 90%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-\[1\.5vw\]{
    width: 1.5vw;
  }

  .md\:w-\[100\%\]{
    width: 100%;
  }

  .md\:w-\[20\%\]{
    width: 20%;
  }

  .md\:w-\[240px\]{
    width: 240px;
  }

  .md\:w-\[25\%\]{
    width: 25%;
  }

  .md\:w-\[30\%\]{
    width: 30%;
  }

  .md\:w-\[40\%\]{
    width: 40%;
  }

  .md\:w-\[50\%\]{
    width: 50%;
  }

  .md\:w-\[57\%\]{
    width: 57%;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

  .md\:w-\[600px\]{
    width: 600px;
  }

  .md\:w-\[60vw\]{
    width: 60vw;
  }

  .md\:w-\[64\%\]{
    width: 64%;
  }

  .md\:w-\[65\%\]{
    width: 65%;
  }

  .md\:w-\[650px\]{
    width: 650px;
  }

  .md\:w-\[7\%\]{
    width: 7%;
  }

  .md\:w-\[70\%\]{
    width: 70%;
  }

  .md\:w-\[700px\]{
    width: 700px;
  }

  .md\:w-\[740px\]{
    width: 740px;
  }

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:w-\[800px\]{
    width: 800px;
  }

  .md\:w-\[90\%\]{
    width: 90%;
  }

  .md\:w-\[900px\]{
    width: 900px;
  }

  .md\:w-\[95\%\]{
    width: 95%;
  }

  .md\:w-\[98\.7vw\]{
    width: 98.7vw;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-7{
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-normal{
    justify-content: normal;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:rounded-\[35px\]{
    border-radius: 35px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pl-\[130px\]{
    padding-left: 130px;
  }

  .md\:pr-28{
    padding-right: 7rem;
  }

  .md\:pr-52{
    padding-right: 13rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pr-\[160px\]{
    padding-right: 160px;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[1\.5vw\]{
    font-size: 1.5vw;
  }

  .md\:text-\[15px\]{
    font-size: 15px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[19\.2px\]{
    font-size: 19.2px;
  }

  .md\:text-\[1vw\]{
    font-size: 1vw;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-\[23px\]{
    font-size: 23px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[25px\]{
    font-size: 25px;
  }

  .md\:text-\[27px\]{
    font-size: 27px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-\[34px\]{
    font-size: 34px;
  }

  .md\:text-\[35px\]{
    font-size: 35px;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-\[38px\]{
    font-size: 38px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[44px\]{
    font-size: 44px;
  }

  .md\:text-\[45px\]{
    font-size: 45px;
  }

  .md\:text-\[50px\]{
    font-size: 50px;
  }

  .md\:text-\[55px\]{
    font-size: 55px;
  }

  .md\:text-\[65px\]{
    font-size: 65px;
  }

  .md\:text-\[70px\]{
    font-size: 70px;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-\[300\]{
    font-weight: 300;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-\[2vw\]{
    line-height: 2vw;
  }

  .md\:leading-\[50px\]{
    line-height: 50px;
  }

  .md\:leading-\[70px\]{
    line-height: 70px;
  }

  .md\:-tracking-wide{
    letter-spacing: -0.025em;
  }
}