@tailwind base;@tailwind components;@tailwind utilities; /*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/ *,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #D1D1D1; /* 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: "IBM Plex Sans", "Roboto", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/ body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/ hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/ abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
} /*
Remove the default font size and weight for headings.
*/ h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/ a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/ b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/ code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/ small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/ sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
} sub {
  bottom: -0.25em;
} sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/ table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/ button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/ button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/ button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/ :-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/ :-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/ progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/ ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/ [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/ ::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/ summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/ blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
} fieldset {
  margin: 0;
  padding: 0;
} legend {
  padding: 0;
} ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/ dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/ textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/ input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #888888; /* 2 */
} input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #888888; /* 2 */
} /*
Set the default cursor for buttons.
*/ button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/ :disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/ img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/ img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden] {
  display: none;
} *, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} ::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} .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;
  }
} .fixed{
  position: fixed;
} .absolute{
  position: absolute;
} .relative{
  position: relative;
} .inset-0{
  inset: 0px;
} .-bottom-4{
  bottom: -1rem;
} .-bottom-6{
  bottom: -1.5rem;
} .-bottom-8{
  bottom: -2rem;
} .-left-16{
  left: -4rem;
} .-left-44{
  left: -11rem;
} .-right-24{
  right: -6rem;
} .-right-40{
  right: -10rem;
} .-right-44{
  right: -11rem;
} .-top-12{
  top: -3rem;
} .-top-16{
  top: -4rem;
} .bottom-0{
  bottom: 0px;
} .bottom-10{
  bottom: 2.5rem;
} .left-0{
  left: 0px;
} .left-1\/2{
  left: 50%;
} .left-6{
  left: 1.5rem;
} .right-0{
  right: 0px;
} .right-10{
  right: 2.5rem;
} .right-6{
  right: 1.5rem;
} .right-7{
  right: 1.75rem;
} .top-0{
  top: 0px;
} .top-1\/2{
  top: 50%;
} .top-10{
  top: 2.5rem;
} .top-2{
  top: 0.5rem;
} .top-2\.5{
  top: 0.625rem;
} .top-20{
  top: 5rem;
} .top-24{
  top: 6rem;
} .top-56{
  top: 14rem;
} .top-6{
  top: 1.5rem;
} .z-10{
  z-index: 10;
} .z-40{
  z-index: 40;
} .z-50{
  z-index: 50;
} .-m-10{
  margin: -2.5rem;
} .-m-2{
  margin: -0.5rem;
} .-m-3{
  margin: -0.75rem;
} .-m-4{
  margin: -1rem;
} .-m-5{
  margin: -1.25rem;
} .-m-8{
  margin: -2rem;
} .mx-auto{
  margin-left: auto;
  margin-right: auto;
} .mb-10{
  margin-bottom: 2.5rem;
} .mb-12{
  margin-bottom: 3rem;
} .mb-14{
  margin-bottom: 3.5rem;
} .mb-16{
  margin-bottom: 4rem;
} .mb-2{
  margin-bottom: 0.5rem;
} .mb-2\.5{
  margin-bottom: 0.625rem;
} .mb-20{
  margin-bottom: 5rem;
} .mb-24{
  margin-bottom: 6rem;
} .mb-3{
  margin-bottom: 0.75rem;
} .mb-3\.5{
  margin-bottom: 0.875rem;
} .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-9{
  margin-bottom: 2.25rem;
} .ml-auto{
  margin-left: auto;
} .mr-1{
  margin-right: 0.25rem;
} .mr-12{
  margin-right: 3rem;
} .mr-2{
  margin-right: 0.5rem;
} .mr-3{
  margin-right: 0.75rem;
} .mr-3\.5{
  margin-right: 0.875rem;
} .mr-4{
  margin-right: 1rem;
} .mt-24{
  margin-top: 6rem;
} .block{
  display: block;
} .inline-block{
  display: inline-block;
} 

.basis-3 {
  flex-basis: 30%;
}
.basis-7 {
  flex-basis: 70%;
}

.flex{
  display: flex;
} .inline-flex{
  display: inline-flex;
} .hidden{
  display: none;
} .h-8{
  height: 3rem;
}.h-10{
  height: 2.5rem;
} .h-20{
  height: 5rem;
} .h-24{
  height: 6rem;
} .h-3{
  height: 0.75rem;
} .h-3\.5{
  height: 0.875rem;
} .h-full{
  height: 100%;
} .h-px{
  height: 1px;
} .w-0{
  width: 0px;
} .w-0\.5{
  width: 0.125rem;
} .w-1\/2{
  width: 50%;
} .w-8{
  width: 3rem;
} .w-20{
  width: 5rem;
} .w-24{
  width: 6rem;
} .w-28{
  width: 7rem;
} .w-3{
  width: 0.75rem;
} .w-3\.5{
  width: 0.875rem;
} .w-4\/6{
  width: 66.666667%;
} .w-56{
  width: 14rem;
} 
.w-80{
  width: 20rem;
} 


.w-auto{
  width: auto;
} .w-full{
  width: 100%;
} .max-w-3xl{
  max-width: 48rem;
} .max-w-5xl{
  max-width: 64rem;
} .max-w-6xl{
  max-width: 72rem;
} .max-w-lg{
  max-width: 32rem;
} .max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
} .max-w-md{
  max-width: 28rem;
} .max-w-sm{
  max-width: 24rem;
} .max-w-xl{
  max-width: 36rem;
} .flex-1{
  flex: 1 1 0%;
} .flex-shrink-0{
  flex-shrink: 0;
} .-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
} .-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
} .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));
} .flex-col{
  flex-direction: column;
} .flex-wrap{
  flex-wrap: wrap;
} .items-end{
  align-items: flex-end;
} .items-center{
  align-items: center;
} .justify-end{
  justify-content: flex-end;
} .justify-center{
  justify-content: center;
} .justify-between{
  justify-content: space-between;
} .divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
} .divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
} .divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(61 61 61 / var(--tw-divide-opacity));
} .overflow-hidden{
  overflow: hidden;
} .overflow-y-auto{
  overflow-y: auto;
} .rounded-2xl{
  border-radius: 1rem;
} .rounded-3xl{
  border-radius: 1.25rem;
} .rounded-5xl{
  border-radius: 1.875rem;
} .rounded-6xl{
  border-radius: 3.125rem;
} .rounded-full{
  border-radius: 9999px;
} .rounded-md{
  border-radius: 0.375rem;
} .border{
  border-width: 1px;
} .border-2{
  border-width: 2px;
} .border-b{
  border-bottom-width: 1px;
} .border-t{
  border-top-width: 1px;
} .border-blueGray-900{
  --tw-border-opacity: 1;
  border-color: rgb(56 60 65 / var(--tw-border-opacity));
} .border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(61 61 61 / var(--tw-border-opacity));
} .border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(204 255 0 / var(--tw-border-opacity));
} .border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
} .border-opacity-30{
  --tw-border-opacity: 0.3;
} .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
} .bg-blueGray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(56 60 65 / var(--tw-bg-opacity));
} .bg-body{
  --tw-bg-opacity: 1;
  background-color: rgb(14 15 17 / var(--tw-bg-opacity));
} .bg-gray-600{
  background-color: #5D5D5D;
} .bg-gray-200{
  background-color: #313131;
}.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
} .bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(204 255 0 / var(--tw-bg-opacity));
} .bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 30 30 / var(--tw-bg-opacity));
} .bg-transparent{
  background-color: transparent;
} .bg-opacity-30{
  --tw-bg-opacity: 0.3;
} .bg-opacity-95{
  --tw-bg-opacity: 0.95;
} .bg-opacity-80{
  --tw-bg-opacity: 0.80;
}  
.bg-gradient-radial-dark{
  background-image: radial-gradient(72.20% 78.49% at 49.87% 50.10%, rgba(71, 80, 98, 0.26) 0%, rgba(137, 137, 137, 0.00) 100%);
} .p-1{
  padding: 0.25rem;
} .p-10{
  padding: 2.5rem;
} .p-12{
  padding: 3rem;
} .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-8{
  padding: 2rem;
} .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
} .px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
} .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
} .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
} .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;
} .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
} .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
} .py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
} .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
} .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
} .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
} .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
} .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
} .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
} .pb-10{
  padding-bottom: 2.5rem;
} .pb-14{
  padding-bottom: 3.5rem;
} .pb-16{
  padding-bottom: 4rem;
} .pb-2{
  padding-bottom: 0.5rem;
} .pb-2\.5{
  padding-bottom: 0.625rem;
} .pb-24{
  padding-bottom: 6rem;
} .pb-8{
  padding-bottom: 2rem;
} .pb-9{
  padding-bottom: 2.25rem;
} .pl-14{
  padding-left: 3.5rem;
} .pl-16{
  padding-left: 4rem;
} .pl-6{
  padding-left: 1.5rem;
} .pr-10{
  padding-right: 2.5rem;
} .pr-16{
  padding-right: 4rem;
} .pr-6{
  padding-right: 1.5rem;
} .pt-10{
  padding-top: 2.5rem;
} .pt-14{
  padding-top: 3.5rem;
} .pt-16{
  padding-top: 4rem;
} .pt-2{
  padding-top: 0.5rem;
} .pt-20{
  padding-top: 5rem;
} .pt-24{
  padding-top: 6rem;
} .pt-6{
  padding-top: 1.5rem;
} .pt-64{
  padding-top: 16rem;
} .pt-8{
  padding-top: 2rem;
} .text-left{
  text-align: left;
} .text-center{
  text-align: center;
} .font-body{
  font-family: "IBM Plex Sans", "Roboto", sans-serif;
} .font-heading{
  font-family: "IBM Plex Sans", "Roboto", sans-serif;
} .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
} .text-3xl{
  font-size: 2rem;
  line-height: 2.25rem;
} .text-4xl{
  font-size: 2.5rem;
  line-height: 2.5rem;
} .text-5xl{
  font-size: 3rem;
  line-height: 1;
} .text-6xl{
  font-size: 3.5rem;
  line-height: 1;
} .text-7xl{
  font-size: 3.875rem;
  line-height: 1;
} .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
} .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
} .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
} .font-light{
  font-weight: 300;
} .font-medium{
  font-weight: 500;
} .leading-normal{
  line-height: 1.5;
} .leading-snug{
  line-height: 1.375;
} .tracking-2xl{
  letter-spacing: -0.48px;
} .tracking-3xl{
  letter-spacing: -0.64px;
} .tracking-4xl{
  letter-spacing: -2px;
} .tracking-5xl{
  letter-spacing: -0.96px;
} .tracking-7xl{
  letter-spacing: -1.86px;
} .tracking-8xl{
  letter-spacing: -3.6px;
} .tracking-tighter{
  letter-spacing: -0.026em;
} .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
} .text-blueGray-100{
  --tw-text-opacity: 1;
  color: rgb(228 231 233 / var(--tw-text-opacity));
} .text-blueGray-200{
  --tw-text-opacity: 1;
  color: rgb(203 209 214 / var(--tw-text-opacity));
} .text-blueGray-50{
  --tw-text-opacity: 1;
  color: rgb(244 246 247 / var(--tw-text-opacity));
} .text-body{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} .text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity));
} .text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity));
} .text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
} .text-green-400{
  --tw-text-opacity: 1;
  color: rgb(204 255 0 / var(--tw-text-opacity));
} .text-green-500{
  --tw-text-opacity: 1;
  color: rgb(178 230 0 / var(--tw-text-opacity));
} .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} .text-opacity-50{
  --tw-text-opacity: 0.5;
} .text-opacity-60{
  --tw-text-opacity: 0.6;
} .underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
} .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} .placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(176 176 176 / var(--tw-placeholder-opacity));
} .placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(176 176 176 / var(--tw-placeholder-opacity));
} .opacity-60{
  opacity: 0.6;
} .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
} .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
} .duration-200{
  transition-duration: 200ms;
} .duration-300{
  transition-duration: 300ms;
} .duration-500{
  transition-duration: 500ms;
} .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} .focus-within\:border-white:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
} .focus-within\:ring-4:focus-within{
  --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(4px + 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-within\:ring-green-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 230 0 / var(--tw-ring-opacity));
} .focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
} .hover\:border-gray-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
} .hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(204 255 0 / var(--tw-border-opacity));
} .hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
} .hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 255 0 / var(--tw-bg-opacity));
} .hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(178 230 0 / var(--tw-bg-opacity));
} .hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
} .hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
} .hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
} .hover\:text-blueGray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(203 209 214 / var(--tw-text-opacity));
} .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} .hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
} .hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
} .hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
} .focus\:border-green-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(204 255 0 / var(--tw-border-opacity));
} .focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
} .focus\:ring-4: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(4px + 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-green-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 255 0 / var(--tw-ring-opacity));
} .focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 230 0 / var(--tw-ring-opacity));
} .focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
} .group:hover .group-hover\:rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
} .group:hover .group-hover\:text-body{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} @media (min-width: 640px){ .sm\:max-w-xs{
    max-width: 20rem;
  }
} @media (min-width: 768px){ .md\:ml-0{
    margin-left: 0px;
  } .md\:ml-auto{
    margin-left: auto;
  } .md\:mr-0{
    margin-right: 0px;
  } .md\:w-1\/2{
    width: 50%;
  } .md\:w-1\/3{
    width: 33.333333%;
  } .md\:w-auto{
    width: auto;
  } .md\:max-w-2xl{
    max-width: 42rem;
  } .md\:max-w-3xl{
    max-width: 48rem;
  } .md\:max-w-lg{
    max-width: 32rem;
  } .md\:max-w-md{
    max-width: 28rem;
  } .md\:max-w-sm{
    max-width: 24rem;
  } .md\:max-w-xl{
    max-width: 36rem;
  } .md\:max-w-xs{
    max-width: 20rem;
  }.md\:flex-1{
    flex: 1 1 0%;
  } .md\:justify-end{
    justify-content: flex-end;
  } .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  } .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(61 61 61 / var(--tw-divide-opacity));
  } .md\:pb-28{
    padding-bottom: 7rem;
  } .md\:pl-16{
    padding-left: 4rem;
  } .md\:pr-16{
    padding-right: 4rem;
  } .md\:text-7xl{
    font-size: 3.875rem;
    line-height: 1;
  }
} @media (min-width: 1024px){ .lg\:-m-12{
    margin: -3rem;
  } .lg\:mb-0{
    margin-bottom: 0px;
  } .lg\:mb-56{
    margin-bottom: 14rem;
  } .lg\:block{
    display: block;
  } .lg\:hidden{
    display: none;
  } .lg\:w-1\/3{
    width: 33.333333%;
  } .lg\:w-1\/4{
    width: 25%;
  } .lg\:w-1\/5{
    width: 20%;
  } .lg\:w-3\/4{
    width: 75%;
  } .lg\:w-3\/6{
    width: 50%;
  } .lg\:w-5\/12{
    width: 41.666667%;
  } .lg\:w-7\/12{
    width: 58.333333%;
  } .lg\:items-center{
    align-items: center;
  } .lg\:justify-end{
    justify-content: flex-end;
  } .lg\:p-12{
    padding: 3rem;
  } .lg\:p-16{
    padding: 4rem;
  } .lg\:pb-40{
    padding-bottom: 10rem;
  } .lg\:pt-96{
    padding-top: 24rem;
  }.lg\:pt-52{
    padding-top: 13rem;
  } .lg\:text-8xl{
    font-size: 4.5rem;
    line-height: 1;
  } .lg\:tracking-8xl{
    letter-spacing: -3.6px;
  }
  .lg\:basis-3 {
    flex-basis: 30%;
  }
  .lg\:basis-7 {
    flex-basis: 70%;
  }
} @media (min-width: 1280px){ .xl\:text-10xl{
    font-size: 6rem;
    line-height: 1;
  }
} 