@tailwind base;

@tailwind components;

@tailwind utilities;

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

[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;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

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

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

/*------Color variables------*/

:root {
  --black_900: #02190b;
  --black_900_01: #021a0b;
  --black_900_02: #06041e;
  --black_900_03: #000000;
  --black_900_19: #00000019;
  --black_900_23: #021a0b23;
  --black_900_4c: #0000004c;
  --black_900_7f: #0000007f;
  --blue_gray_100: #d9d9d9;
  --blue_gray_50: #eeeff2;
  --blue_gray_900_6b: #3131316b;
  --gray_300: #deebe3;
  --gray_50: #f9fdfd;
  --gray_600_23: #628b6523;
  --gray_800: #3f3f3f;
  --gray_900: #0a371f;
  --gray_900_01: #04827f;
  --gray_900_02: #09361f;
  --green_400: #5bc17f;
  --green_900: #0d5b29;
  --green_900_01: #0f5624;
  --green_a200: #4dffa9;
  --green_a700: #1bbe4c;
  --green_a700_01: #00e813;
  --green_a700_02: #1cbf4d;
  --white_a700: #ffffff;
  --yellow_600: #efe820;
  --yellow_700: #e8be29;
  --shadow-xs: 0 4px 24px 0 #00000019;
  /*------Border radius variables------*/
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 28px;
  /*------Spacing variables------*/
  --space-xs: 0.5rem;
  --space-sm: 0.63rem;
  --space-md: 0.75rem;
  --space-lg: 0.81rem;
  --space-xl: 0.88rem;
  --space-2xl: 1rem;
  --space-3xl: 1.5rem;
  --space-4xl: 2rem;
  --space-5xl: 2.5rem;
  --space-6xl: 2.88rem;
  --space-7xl: 3rem;
  --space-8xl: 4rem;
  --space-9xl: 4.06rem;
  --space-10xl: 4.25rem;
  --space-11xl: 5.88rem;
  --space-12xl: 7.63rem;
  --space-13xl: 7.88rem;
}

[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: transparent;
  border-color: unset;
  border-width: 0;
  border-radius: unset;
  padding:unset;
  font-size: unset;
  line-height:unset;
}

[type="text"]:focus,
    [type="email"]:focus,
    [type="url"]:focus,
    [type="password"]:focus,
    [type="number"]:focus,
    [type="date"]:focus,
    [type="search"]:focus,
    [multiple]:focus,
    textarea:focus,
    select:focus {
  --tw-ring-color: transparent;
  border-color: transparent;
}

[type="radio"]:focus,
    [type="checkbox"]:focus {
  --tw-ring-color: transparent;
}

.container{
  width: 100%;
}

/*-------------------------------
Textarea CSS
-------------------------------*/

.ui.textarea.round{
  border-radius: 0.5rem;
}

.ui.textarea.size-xs{
  height: 10.88rem;
  padding: 1.50rem;
  font-size: 1.00rem;
}

.ui.textarea.taroutlineblack9007f.black_900_7f{
  border-width: 1px;
  border-style: solid;
  border-color: var(--black_900_7F) !important;
}

/*-------------------------------
  Input CSS
  -------------------------------*/

.ui.input.round{
  border-radius: 0.5rem;
}

.ui.input.size-xs{
  height: 3.63rem;
  padding-left: 1.50rem;
  padding-right: 1.50rem;
  font-size: 1.00rem;
}

.ui.input.bordered.black_900_7f{
  border-width: 1px;
  border-style: solid;
  border-color: var(--black_900_7F);
  color: var(--black_900_03);
}

.ui.input{
  display: flex;
  cursor: text;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--black_900_7F);
  font-size: 1.00rem;
  color: var(--black_900_03);
}

/*---------------------------------------------
Button CSS
---------------------------------------------*/

.ui.button.round{
  border-radius: 12px;
}

.ui.button.size-xs{
  height: 3.25rem;
  padding-left: 1.50rem;
  padding-right: 1.50rem;
  font-size: 0.9rem;
}

.ui.button.fill.green_400{
  background-color: var(--green_400);
  color: var(--white_a700);
}

.ui.button.fill.green_a700_02{
  background-color: var(--green_a700_02);
  color: var(--white_a700);
}

.ui.button{
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 12px;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white_a700);
  font-family: "Urbanist", sans-serif;
}

@media (max-width: 1440px){
  .ui.button{
    font-size: 0.81rem;
  }
}

/*---------------------------------------------
  Text CSS
  ---------------------------------------------*/

.ui.text.size-textxs{
  font-size: 1.00rem;
  font-weight: 400;
}

.ui.text.size-texts{
  font-size: 1.00rem;
  font-weight: 400;
}

@media (max-width: 1440px){
  .ui.text.size-texts{
    font-size: 0.81rem;
  }
}

.ui.text.size-textmd{
  font-size: 1.13rem;
  font-weight: 400;
}

@media (max-width: 1440px){
  .ui.text.size-textmd{
    font-size: 1.13rem;
  }
}

.ui.text{
  font-family: Urbanist, sans-serif;
  color: var(--black_900_03);
  font-family: "Urbanist", sans-serif;
}

/*---------------------------------------------
Heading CSS
---------------------------------------------*/

.ui.heading.size-headingxs{
  font-size: 0.88rem;
  font-weight: 600;
}

.ui.heading.size-headings{
  font-size: 1.00rem;
  font-weight: 700;
}

@media (max-width: 1440px){
  .ui.heading.size-headings{
    font-size: 0.81rem;
  }
}

.ui.heading.size-headingmd{
  font-size: 1.13rem;
  font-weight: 700;
}

@media (max-width: 1440px){
  .ui.heading.size-headingmd{
    font-size: 0.94rem;
  }
}

.ui.heading.size-headinglg{
  font-size: 1.50rem;
  font-weight: 700;
}

@media (max-width: 1440px){
  .ui.heading.size-headinglg{
    font-size: 1.25rem;
  }
}

@media (max-width: 1050px){
  .ui.heading.size-headinglg{
    font-size: 1.38rem;
  }
}

.ui.heading.size-headingxl{
  font-size: 2.00rem;
  font-weight: 700;
}

@media (max-width: 1440px){
  .ui.heading.size-headingxl{
    font-size: 1.69rem;
  }
}

@media (max-width: 1050px){
  .ui.heading.size-headingxl{
    font-size: 1.88rem;
  }
}

@media (max-width: 550px){
  .ui.heading.size-headingxl{
    font-size: 1.75rem;
  }
}

.ui.heading.size-heading2xl{
  font-size: 3.00rem;
  font-weight: 700;
}

@media (max-width: 1440px){
  .ui.heading.size-heading2xl{
    font-size: 2.50rem;
  }
}

@media (max-width: 1050px){
  .ui.heading.size-heading2xl{
    font-size: 2.75rem;
  }
}

@media (max-width: 550px){
  .ui.heading.size-heading2xl{
    font-size: 2.00rem;
  }
}

.ui.heading.size-heading2x{
  font-size: 4.00rem;
  font-weight: 700;
}

@media (max-width: 1440px){
  .ui.heading.size-heading2x{
    font-size: 2.50rem;
  }
}

@media (max-width: 1050px){
  .ui.heading.size-heading2x{
    font-size: 2.75rem;
  }
}

@media (max-width: 550px){
  .ui.heading.size-heading2x{
    font-size: 2.38rem;
  }
}

.ui.heading.size-heading3xl{
  font-size: 4.50rem;
  font-weight: 700;
}

@media (max-width: 1440px){
  .ui.heading.size-heading3xl{
    font-size: 4.50rem;
  }
}

@media (max-width: 1050px){
  .ui.heading.size-heading3xl{
    font-size: 3.00rem;
  }
}

.ui.heading{
  font-family: Urbanist, sans-serif;
  color: var(--black_900_03);
  font-family: "Urbanist", sans-serif;
}

/*---------------------------------------------
  Container CSS
  ---------------------------------------------*/

.container-xs{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80.00rem;
}

.background{
  background-color: var(--white_a700);
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-left-\[1\.25rem\]{
  left: -1.25rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[14\%\]{
  bottom: 14%;
}

.bottom-\[16\.75\%\]{
  bottom: 16.75%;
}

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

.bottom-\[24\%\]{
  bottom: 24%;
}

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

.left-0{
  left: 0px;
}

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

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

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.right-\[-0\.06rem\]{
  right: -0.06rem;
}

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

.top-0{
  top: 0px;
}

.top-2{
  top: 0.5rem;
}

.top-\[0\.69rem\]{
  top: 0.69rem;
}

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

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

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

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

.top-full{
  top: 100%;
}

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

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

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

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

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

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

.m-auto{
  margin: auto;
}

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

.mx-\[0\.38rem\]{
  margin-left: 0.38rem;
  margin-right: 0.38rem;
}

.mx-\[14\.00rem\]{
  margin-left: 14.00rem;
  margin-right: 14.00rem;
}

.mx-\[2rem\]{
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.-ml-\[2\.00rem\]{
  margin-left: -2.00rem;
}

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

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

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

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

.mb-\[0\.25rem\]{
  margin-bottom: 0.25rem;
}

.mb-\[0\.38rem\]{
  margin-bottom: 0.38rem;
}

.mb-\[0\.75rem\]{
  margin-bottom: 0.75rem;
}

.mb-\[1\.00rem\]{
  margin-bottom: 1.00rem;
}

.mb-\[1\.88rem\]{
  margin-bottom: 1.88rem;
}

.mb-\[2\.75rem\]{
  margin-bottom: 2.75rem;
}

.mb-\[3\.75rem\]{
  margin-bottom: 3.75rem;
}

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

.ml-6{
  margin-left: 1.5rem;
}

.ml-\[0\.38rem\]{
  margin-left: 0.38rem;
}

.ml-\[2\.75rem\]{
  margin-left: 2.75rem;
}

.ml-\[4\.38rem\]{
  margin-left: 4.38rem;
}

.mr-24{
  margin-right: 6rem;
}

.mr-\[0\.38rem\]{
  margin-right: 0.38rem;
}

.mr-\[1\.00rem\]{
  margin-right: 1.00rem;
}

.mr-\[3\.00rem\]{
  margin-right: 3.00rem;
}

.mr-\[4\.00rem\]{
  margin-right: 4.00rem;
}

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

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

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

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

.mt-\[-11\.13rem\]{
  margin-top: -11.13rem;
}

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

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

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

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

.mt-\[11\.00rem\]{
  margin-top: 11.00rem;
}

.mt-\[11\.13rem\]{
  margin-top: 11.13rem;
}

.mt-\[18\.63rem\]{
  margin-top: 18.63rem;
}

.mt-\[2\.00rem\]{
  margin-top: 2.00rem;
}

.mt-\[2\.50rem\]{
  margin-top: 2.50rem;
}

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

.mt-\[4\.25rem\]{
  margin-top: 4.25rem;
}

.mt-\[4\.38rem\]{
  margin-top: 4.38rem;
}

.mt-\[5\.50rem\]{
  margin-top: 5.50rem;
}

.mt-\[5\.75rem\]{
  margin-top: 5.75rem;
}

.mt-\[5\.88rem\]{
  margin-top: 5.88rem;
}

.mt-\[6\.38rem\]{
  margin-top: 6.38rem;
}

.mt-\[7\.00rem\]{
  margin-top: 7.00rem;
}

.mt-\[7\.38rem\]{
  margin-top: 7.38rem;
}

.mt-\[7\.63rem\]{
  margin-top: 7.63rem;
}

.mt-\[9\.38rem\]{
  margin-top: 9.38rem;
}

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

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

.h-\[0\.8em\]{
  height: 0.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-14{
  height: 3.5rem;
}

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

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

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

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-40{
  width: 10rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

.w-\[17\.75rem\]{
  width: 17.75rem;
}

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

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

.w-\[21\.88rem\]{
  width: 21.88rem;
}

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

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

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

.w-\[25\.88rem\]{
  width: 25.88rem;
}

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

.w-\[3\.50rem\]{
  width: 3.50rem;
}

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

.w-\[35\.00rem\]{
  width: 35.00rem;
}

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

.w-\[38\.75rem\]{
  width: 38.75rem;
}

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

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

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

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

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

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

.w-\[47\.75rem\]{
  width: 47.75rem;
}

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

.w-\[5\.00rem\]{
  width: 5.00rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-14{
  width: 3.5rem;
}

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

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

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

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

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

.min-w-\[10\.25rem\]{
  min-width: 10.25rem;
}

.min-w-\[10\.75rem\]{
  min-width: 10.75rem;
}

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

.min-w-\[13\.13rem\]{
  min-width: 13.13rem;
}

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

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

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

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

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

.max-w-\[80\.00rem\]{
  max-width: 80.00rem;
}

.max-w-\[90\.00rem\]{
  max-width: 90.00rem;
}

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

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

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

.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 fadeIn{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-fadeIn{
  animation: fadeIn 1s ease-out forwards;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[0\.13rem\]{
  gap: 0.13rem;
}

.gap-\[0\.25rem\]{
  gap: 0.25rem;
}

.gap-\[0\.38rem\]{
  gap: 0.38rem;
}

.gap-\[0\.50rem\]{
  gap: 0.50rem;
}

.gap-\[0\.63rem\]{
  gap: 0.63rem;
}

.gap-\[0\.75rem\]{
  gap: 0.75rem;
}

.gap-\[0\.81rem\]{
  gap: 0.81rem;
}

.gap-\[0\.88rem\]{
  gap: 0.88rem;
}

.gap-\[1\.00rem\]{
  gap: 1.00rem;
}

.gap-\[1\.13rem\]{
  gap: 1.13rem;
}

.gap-\[1\.25rem\]{
  gap: 1.25rem;
}

.gap-\[1\.38rem\]{
  gap: 1.38rem;
}

.gap-\[1\.50rem\]{
  gap: 1.50rem;
}

.gap-\[1\.5rem\]{
  gap: 1.5rem;
}

.gap-\[1\.60rem\]{
  gap: 1.60rem;
}

.gap-\[11\.50rem\]{
  gap: 11.50rem;
}

.gap-\[13\.00rem\]{
  gap: 13.00rem;
}

.gap-\[14\.00rem\]{
  gap: 14.00rem;
}

.gap-\[17\.00rem\]{
  gap: 17.00rem;
}

.gap-\[1rem\]{
  gap: 1rem;
}

.gap-\[2\.00rem\]{
  gap: 2.00rem;
}

.gap-\[2\.50rem\]{
  gap: 2.50rem;
}

.gap-\[2\.5rem\]{
  gap: 2.5rem;
}

.gap-\[2\.75rem\]{
  gap: 2.75rem;
}

.gap-\[2rem\]{
  gap: 2rem;
}

.gap-\[3\.00rem\]{
  gap: 3.00rem;
}

.gap-\[3\.63rem\]{
  gap: 3.63rem;
}

.gap-\[3\.75rem\]{
  gap: 3.75rem;
}

.gap-\[34\.13rem\]{
  gap: 34.13rem;
}

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

.gap-\[4\.00rem\]{
  gap: 4.00rem;
}

.gap-\[4\.06rem\]{
  gap: 4.06rem;
}

.gap-\[4\.13rem\]{
  gap: 4.13rem;
}

.gap-\[4\.63rem\]{
  gap: 4.63rem;
}

.gap-\[4\.70rem\]{
  gap: 4.70rem;
}

.gap-\[5\.00rem\]{
  gap: 5.00rem;
}

.gap-\[5\.38rem\]{
  gap: 5.38rem;
}

.gap-\[5\.88rem\]{
  gap: 5.88rem;
}

.gap-\[6\.88rem\]{
  gap: 6.88rem;
}

.gap-\[7\.63rem\]{
  gap: 7.63rem;
}

.gap-\[7\.88rem\]{
  gap: 7.88rem;
}

.gap-\[9\.88rem\]{
  gap: 9.88rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-y-\[2\.00rem\]{
  row-gap: 2.00rem;
}

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

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

.self-stretch{
  align-self: stretch;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.\!rounded-\[12px\]{
  border-radius: 12px !important;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[1\.75rem\]{
  border-radius: 1.75rem;
}

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

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

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

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

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

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

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

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

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

.border{
  border-width: 1px;
}

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

.\!border-solid{
  border-style: solid !important;
}

.\!border-black-900_7f{
  border-color: var(--black_900_7F) !important;
}

.\!bg-\[\#112719\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 39 25 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-green-400{
  background-color: var(--green_400) !important;
}

.\!bg-green-a700_02{
  background-color: var(--green_a700_02) !important;
}

.bg-\[\#021A0B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 26 11 / var(--tw-bg-opacity, 1));
}

.bg-\[\#02200E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 32 14 / var(--tw-bg-opacity, 1));
}

.bg-\[\#112719\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 39 25 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1CBF4D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 191 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#53B671\]{
  --tw-bg-opacity: 1;
  background-color: rgb(83 182 113 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBF4ED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 244 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEEFF2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 242 / var(--tw-bg-opacity, 1));
}

.bg-black-900{
  background-color: var(--black_900);
}

.bg-black-900_01{
  background-color: var(--black_900_01);
}

.bg-black-900_02{
  background-color: var(--black_900_02);
}

.bg-black-900_23{
  background-color: var(--black_900_23);
}

.bg-blue_gray-100{
  background-color: var(--blue_gray_100);
}

.bg-blue_gray-50{
  background-color: var(--blue_gray_50);
}

.bg-blue_gray-900_6b{
  background-color: var(--blue_gray_900_6b);
}

.bg-gray-600_23{
  background-color: var(--gray_600_23);
}

.bg-gray-900_01{
  background-color: var(--gray_900_01);
}

.bg-green-400{
  background-color: var(--green_400);
}

.bg-green-900{
  background-color: var(--green_900);
}

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

.bg-white-a700{
  background-color: var(--white_a700);
}

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

.bg-\[\]{
  background-color: ;
}

.bg-\[\#e9f7ef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 247 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00A859\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 89 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#fffff\]{
  background-color: #fffff;
}

.bg-\[\#ffff\]{
  background-color: #ffff;
}

.bg-\[\#1cbf4d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 191 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0000\]{
  background-color: #0000;
}

.bg-\[\#00000\]{
  background-color: #00000;
}

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

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

.bg-\[\#0a371f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 55 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#02200d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 32 13 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\.\.\/public\/images\/img_about_us\.png\)\]{
  background-image: url(../public/images/img_about_us.png);
}

.bg-\[url\(\.\.\/public\/images\/img_contact_us\.png\)\]{
  background-image: url(../public/images/img_contact_us.png);
}

.bg-\[url\(\.\.\/public\/images\/img_home\.png\)\]{
  background-image: url(../public/images/img_home.png);
}

.bg-gradient-radial{
  background-image: radial-gradient(var(--tw-gradient-stops));
}

.from-\[\#4ade80\]\/30{
  --tw-gradient-from: rgb(74 222 128 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

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

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

.p-4{
  padding: 1rem;
}

.p-\[0\.75rem\]{
  padding: 0.75rem;
}

.p-\[2\.00rem\]{
  padding: 2.00rem;
}

.p-\[2\.88rem\]{
  padding: 2.88rem;
}

.p-\[3\.00rem\]{
  padding: 3.00rem;
}

.p-\[1\.00rem\]{
  padding: 1.00rem;
}

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

.p-\[2\.50rem\]{
  padding: 2.50rem;
}

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

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

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

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

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

.px-\[0\.50rem\]{
  padding-left: 0.50rem;
  padding-right: 0.50rem;
}

.px-\[0\.75rem\]{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

.px-\[3\.38rem\]{
  padding-left: 3.38rem;
  padding-right: 3.38rem;
}

.px-\[3\.50rem\]{
  padding-left: 3.50rem;
  padding-right: 3.50rem;
}

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-\[0\.75\]{
  padding-top: 0.75;
  padding-bottom: 0.75;
}

.py-\[0\.75rem\]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-\[11\.25rem\]{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.py-\[17\.75rem\]{
  padding-top: 17.75rem;
  padding-bottom: 17.75rem;
}

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

.py-\[3\.00rem\]{
  padding-top: 3.00rem;
  padding-bottom: 3.00rem;
}

.py-\[4\.00rem\]{
  padding-top: 4.00rem;
  padding-bottom: 4.00rem;
}

.py-\[5\.00rem\]{
  padding-top: 5.00rem;
  padding-bottom: 5.00rem;
}

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

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

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

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

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

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

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-\[0\.75rem\]{
  padding-bottom: 0.75rem;
}

.pb-\[2\.00rem\]{
  padding-bottom: 2.00rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-\[3\.0rem\]{
  padding-left: 3.0rem;
}

.pl-\[3\.5rem\]{
  padding-left: 3.5rem;
}

.pl-\[5\.00rem\]{
  padding-left: 5.00rem;
}

.pr-\[3\.50rem\]{
  padding-right: 3.50rem;
}

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

.pt-\[1\.13rem\]{
  padding-top: 1.13rem;
}

.pt-\[16\.00rem\]{
  padding-top: 16.00rem;
}

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

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

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

.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-urbanist{
  font-family: Urbanist, sans-serif;
}

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

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

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

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

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

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

.text-\[3\.0rem\]{
  font-size: 3.0rem;
}

.text-\[3\.50rem\]{
  font-size: 3.50rem;
}

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.38rem\]{
  line-height: 1.38rem;
}

.leading-\[1\.50rem\]{
  line-height: 1.50rem;
}

.leading-\[1\.60rem\]{
  line-height: 1.60rem;
}

.leading-\[1\.63rem\]{
  line-height: 1.63rem;
}

.leading-\[2\.00rem\]{
  line-height: 2.00rem;
}

.leading-\[2\.25rem\]{
  line-height: 2.25rem;
}

.leading-\[2\.60rem\]{
  line-height: 2.60rem;
}

.leading-\[2\.75rem\]{
  line-height: 2.75rem;
}

.leading-\[3\.56rem\]{
  line-height: 3.56rem;
}

.leading-\[4\.00rem\]{
  line-height: 4.00rem;
}

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

.\!text-black-900_02{
  color: var(--black_900_02) !important;
}

.\!text-gray-800{
  color: var(--gray_800) !important;
}

.\!text-green-400{
  color: var(--green_400) !important;
}

.\!text-green-a700_01{
  color: var(--green_a700_01) !important;
}

.\!text-green-a700_02{
  color: var(--green_a700_02) !important;
}

.\!text-white-a700{
  color: var(--white_a700) !important;
}

.text-\[\#1CBF4D\]{
  --tw-text-opacity: 1;
  color: rgb(28 191 77 / var(--tw-text-opacity, 1));
}

.text-black-900_02{
  color: var(--black_900_02);
}

.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{
  color: var(--gray_800);
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.text-white-a700{
  color: var(--white_a700);
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

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

.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-xs{
  --tw-shadow: 0 4px 24px #00000019;
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.ring-0{
  --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(0px + 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);
}

.blur-3xl{
  --tw-blur: blur(64px);
  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{
  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-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.font-urbanist {
  font-family: "Urbanist", sans-serif;
}

@font-face {
  font-display: swap;

  font-style: normal;

  src: url("../public/font/SoraRegular.ttf");

  font-family: "Sora";

  font-weight: 400;
}

@font-face {
  font-display: swap;

  font-style: normal;

  src: url("../public/font/SoraSemiBold.ttf");

  font-family: "Sora";

  font-weight: 600;
}

@font-face {
  font-display: swap;

  font-style: normal;

  src: url("../public/font/SoraBold.ttf");

  font-family: "Sora";

  font-weight: 700;
}

@font-face {
  font-display: swap;

  font-style: normal;

  src: url("../public/font/UrbanistRegular.ttf");

  font-family: "Urbanist";

  font-weight: 400;
}

@font-face {
  font-display: swap;

  font-style: normal;

  src: url("../public/font/UrbanistMedium.ttf");

  font-family: "Urbanist";

  font-weight: 500;
}

@font-face {
  font-display: swap;

  font-style: normal;

  src: url("../public/font/UrbanistBold.ttf");

  font-family: "Urbanist";

  font-weight: 700;
}

.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\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:\!text-\[\#53b671\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(83 182 113 / var(--tw-text-opacity, 1)) !important;
}

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

.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:block{
  display: block;
}

@media (max-width: 1440px){
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:-ml-\[0\.58rem\]{
    margin-left: -0.58rem;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

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

  .lg\:h-min{
    height: -moz-min-content;
    height: min-content;
  }

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

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

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

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

  .lg\:w-full{
    width: 100%;
  }

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

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

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

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

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

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

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

  .lg\:gap-\[1\.25rem\]{
    gap: 1.25rem;
  }

  .lg\:gap-\[25\.56rem\]{
    gap: 25.56rem;
  }

  .lg\:gap-\[4\.38rem\]{
    gap: 4.38rem;
  }

  .lg\:gap-\[4\.63rem\]{
    gap: 4.63rem;
  }

  .lg\:gap-\[4\.75rem\]{
    gap: 4.75rem;
  }

  .lg\:gap-\[5\.69\]{
    gap: 5.69;
  }

  .lg\:gap-\[5\.69rem\]{
    gap: 5.69rem;
  }

  .lg\:gap-\[5\.88rem\]{
    gap: 5.88rem;
  }

  .lg\:gap-\[6\.00rem\]{
    gap: 6.00rem;
  }

  .lg\:gap-\[6\.75rem\]{
    gap: 6.75rem;
  }

  .lg\:gap-\[6\.88rem\]{
    gap: 6.88rem;
  }

  .lg\:gap-\[7\.25rem\]{
    gap: 7.25rem;
  }

  .lg\:gap-\[7\.38rem\]{
    gap: 7.38rem;
  }

  .lg\:gap-\[7\.75rem\]{
    gap: 7.75rem;
  }

  .lg\:gap-\[9\.75rem\]{
    gap: 9.75rem;
  }

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

  .lg\:px-\[0\.25rem\]{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

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

  .lg\:px-\[3\.00rem\]{
    padding-left: 3.00rem;
    padding-right: 3.00rem;
  }

  .lg\:px-\[4\.00rem\]{
    padding-left: 4.00rem;
    padding-right: 4.00rem;
  }

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

  .lg\:px-\[4\.5rem\]{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

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

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

  .lg\:pl-\[2\.00rem\]{
    padding-left: 2.00rem;
  }

  .lg\:text-\[0\.94rem\]{
    font-size: 0.94rem;
  }

  .lg\:text-\[1\.69rem\]{
    font-size: 1.69rem;
  }

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

  .lg\:text-\[3\.00rem\]{
    font-size: 3.00rem;
  }

  .lg\:text-\[3\.438rem\]{
    font-size: 3.438rem;
  }
}

@media (max-width: 1050px){
  .md\:relative{
    position: relative;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .md\:mr-0{
    margin-right: 0px;
  }

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

  .md\:mt-\[6\.5rem\]{
    margin-top: 6.5rem;
  }

  .md\:-ml-\[3\.00rem\]{
    margin-left: -3.00rem;
  }

  .md\:-ml-\[0\]{
    margin-left: 0;
  }

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

  .md\:mt-\[5-50rem\]{
    margin-top: 5-50rem;
  }

  .md\:mt-\[5\.50rem\]{
    margin-top: 5.50rem;
  }

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

  .md\:mr-\[2\.00rem\]{
    margin-right: 2.00rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[0\.25rem\]{
    height: 0.25rem;
  }

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

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

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

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

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

  .md\:h-\[39\.75rem\]{
    height: 39.75rem;
  }

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

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

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

  .md\:h-\[4\.00rem\]{
    height: 4.00rem;
  }

  .md\:h-\[24\.00rem\]{
    height: 24.00rem;
  }

  .md\:h-\[26\.00rem\]{
    height: 26.00rem;
  }

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

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

  .md\:w-full{
    width: 100%;
  }

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

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

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

  .md\:w-\[45\.50rem\]{
    width: 45.50rem;
  }

  .md\:w-0{
    width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:items-start{
    align-items: flex-start;
  }

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

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

  .md\:items-stretch{
    align-items: stretch;
  }

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

  .md\:gap-\[1\.25rem\]{
    gap: 1.25rem;
  }

  .md\:gap-\[1\.5rem\]{
    gap: 1.5rem;
  }

  .md\:gap-\[10\.50rem\]{
    gap: 10.50rem;
  }

  .md\:gap-\[2\.94rem\]{
    gap: 2.94rem;
  }

  .md\:gap-\[25\.56rem\]{
    gap: 25.56rem;
  }

  .md\:gap-\[3\.00rem\]{
    gap: 3.00rem;
  }

  .md\:gap-\[3\.44rem\]{
    gap: 3.44rem;
  }

  .md\:gap-\[3\.56rem\]{
    gap: 3.56rem;
  }

  .md\:gap-\[4\.38rem\]{
    gap: 4.38rem;
  }

  .md\:gap-\[5\.13rem\]{
    gap: 5.13rem;
  }

  .md\:gap-\[5\.44rem\]{
    gap: 5.44rem;
  }

  .md\:gap-\[5\.69rem\]{
    gap: 5.69rem;
  }

  .md\:gap-\[5\.88rem\]{
    gap: 5.88rem;
  }

  .md\:gap-\[6\.00rem\]{
    gap: 6.00rem;
  }

  .md\:gap-\[7\.38rem\]{
    gap: 7.38rem;
  }

  .md\:gap-\[7\.50rem\]{
    gap: 7.50rem;
  }

  .md\:gap-\[7\.75rem\]{
    gap: 7.75rem;
  }

  .md\:gap-\[9\.75rem\]{
    gap: 9.75rem;
  }

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

  .md\:gap-\[2\.50rem\]{
    gap: 2.50rem;
  }

  .md\:gap-\[\]{
    gap: ;
  }

  .md\:gap-\[2\]{
    gap: 2;
  }

  .md\:gap-\[2\.00re\]{
    gap: 2.00re;
  }

  .md\:gap-\[2\.00rem\]{
    gap: 2.00rem;
  }

  .md\:gap-\[3\.69rem\]{
    gap: 3.69rem;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-stretch{
    align-self: stretch;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-\[1\.0rem\]{
    padding: 1.0rem;
  }

  .md\:p-\[1\.25rem\]{
    padding: 1.25rem;
  }

  .md\:p-\[2\.25rem\]{
    padding: 2.25rem;
  }

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

  .md\:p-\[2\.00rem\]{
    padding: 2.00rem;
  }

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

  .md\:px-\[0\.25rem\]{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

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

  .md\:text-\[1\.63rem\]{
    font-size: 1.63rem;
  }

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

  .md\:text-\[3\.00rem\]{
    font-size: 3.00rem;
  }
}

@media (max-width: 550px){
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-ml-\[0\.58rem\]{
    margin-left: -0.58rem;
  }

  .sm\:-ml-\[0\.63rem\]{
    margin-left: -0.63rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

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

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mt-9{
    margin-top: 2.25rem;
  }

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

  .sm\:mt-\[2\.00rem\]{
    margin-top: 2.00rem;
  }

  .sm\:mt-\[2\.20rem\]{
    margin-top: 2.20rem;
  }

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-\[19\.00rem\]{
    height: 19.00rem;
  }

  .sm\:h-\[23\.8125rem\]{
    height: 23.8125rem;
  }

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

  .sm\:h-\[32\.00rem\]{
    height: 32.00rem;
  }

  .sm\:h-full{
    height: 100%;
  }

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

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

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

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

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

  .sm\:w-full{
    width: 100%;
  }

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

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

  .sm\:w-80{
    width: 20rem;
  }

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

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

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

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

  .sm\:w-\[31\.25\%\]{
    width: 31.25%;
  }

  .sm\:w-\[34\.75\%\]{
    width: 34.75%;
  }

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

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

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

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

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

  .sm\:items-stretch{
    align-items: stretch;
  }

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

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

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-\[0\.60rem\]{
    gap: 0.60rem;
  }

  .sm\:gap-\[1\.5rem\]{
    gap: 1.5rem;
  }

  .sm\:gap-\[1\.81rem\]{
    gap: 1.81rem;
  }

  .sm\:gap-\[1\.88rem\]{
    gap: 1.88rem;
  }

  .sm\:gap-\[17\.06rem\]{
    gap: 17.06rem;
  }

  .sm\:gap-\[2\.00rem\]{
    gap: 2.00rem;
  }

  .sm\:gap-\[2\.06rem\]{
    gap: 2.06rem;
  }

  .sm\:gap-\[2\.31rem\]{
    gap: 2.31rem;
  }

  .sm\:gap-\[2\.38rem\]{
    gap: 2.38rem;
  }

  .sm\:gap-\[2\.84rem\]{
    gap: 2.84rem;
  }

  .sm\:gap-\[2\.94rem\]{
    gap: 2.94rem;
  }

  .sm\:gap-\[2rem\]{
    gap: 2rem;
  }

  .sm\:gap-\[3\.44rem\]{
    gap: 3.44rem;
  }

  .sm\:gap-\[3\.63rem\]{
    gap: 3.63rem;
  }

  .sm\:gap-\[3\.81rem\]{
    gap: 3.81rem;
  }

  .sm\:gap-\[3\.94rem\]{
    gap: 3.94rem;
  }

  .sm\:gap-\[4\.00rem\]{
    gap: 4.00rem;
  }

  .sm\:gap-\[6\.50rem\]{
    gap: 6.50rem;
  }

  .sm\:gap-\[7\.00rem\]{
    gap: 7.00rem;
  }

  .sm\:gap-16{
    gap: 4rem;
  }

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

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

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

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

  .sm\:bg-\[\#021A0B\]{
    --tw-bg-opacity: 1;
    background-color: rgb(2 26 11 / var(--tw-bg-opacity, 1));
  }

  .sm\:p-\[1\.00rem\]{
    padding: 1.00rem;
  }

  .sm\:p-\[1\.0rem\]{
    padding: 1.0rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

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

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

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

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

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

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

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

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

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

  .sm\:text-start{
    text-align: start;
  }

  .sm\:text-\[0\.94rem\]{
    font-size: 0.94rem;
  }

  .sm\:text-\[1\.50rem\]{
    font-size: 1.50rem;
  }

  .sm\:text-\[1\.63rem\]{
    font-size: 1.63rem;
  }

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

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

  .sm\:leading-\[2\.50rem\]{
    line-height: 2.50rem;
  }
}

@media (max-width: 1440px){
  @media (max-width: 550px){
    .lg\:sm\:px-\[2\.00rem\]{
      padding-left: 2.00rem;
      padding-right: 2.00rem;
    }
  }
}
