/*
! tailwindcss v3.4.7 | 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: Ageo, 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: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*, ::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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[61px\] {
  bottom: 61px;
}
.left-0 {
  left: 0px;
}
.left-\[29px\] {
  left: 29px;
}
.left-\[34px\] {
  left: 34px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[80px\] {
  left: 80px;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[80px\] {
  top: 80px;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[100\] {
  z-index: 100;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[62px\] {
  margin-bottom: 62px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-\[396px\] {
  margin-left: 396px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[89px\] {
  margin-top: 89px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[123px\] {
  height: 123px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[59px\] {
  height: 59px;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[81px\] {
  height: 81px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[93px\] {
  height: 93px;
}
.h-full {
  height: 100%;
}
.max-h-\[468px\] {
  max-height: 468px;
}
.min-h-\[468px\] {
  min-height: 468px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[37px\] {
  width: 37px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[83px\] {
  width: 83px;
}
.w-\[86px\] {
  width: 86px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[274px\] {
  max-width: 274px;
}
.max-w-\[508px\] {
  max-width: 508px;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[11fr_85px\] {
  grid-template-columns: 11fr 85px;
}
.grid-cols-\[7fr_5fr\] {
  grid-template-columns: 7fr 5fr;
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[141px\] {
  gap: 141px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[31px\] {
  gap: 31px;
}
.gap-\[41px\] {
  gap: 41px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[82px\] {
  gap: 82px;
}
.gap-\[90px\] {
  gap: 90px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#00000029\] {
  border-color: #00000029;
}
.border-\[\#0000004D\] {
  border-color: #0000004D;
}
.border-\[\#3CC4B0\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 196 176 / var(--tw-border-opacity));
}
.bg-\[\#00000029\] {
  background-color: #00000029;
}
.bg-\[\#095BFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 91 255 / var(--tw-bg-opacity));
}
.bg-\[\#3CC4B0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 196 176 / var(--tw-bg-opacity));
}
.bg-\[\#3CC4B1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 196 177 / var(--tw-bg-opacity));
}
.bg-\[\#595959\] {
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 89 / var(--tw-bg-opacity));
}
.bg-\[\#EDF9F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 249 247 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[73px\] {
  padding: 73px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[87px\] {
  padding-bottom: 87px;
}
.pl-\[101px\] {
  padding-left: 101px;
}
.pl-\[104px\] {
  padding-left: 104px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[47px\] {
  padding-left: 47px;
}
.pl-\[81px\] {
  padding-left: 81px;
}
.pl-\[99px\] {
  padding-left: 99px;
}
.pr-\[125px\] {
  padding-right: 125px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pr-\[53px\] {
  padding-right: 53px;
}
.pr-\[60px\] {
  padding-right: 60px;
}
.pr-\[99px\] {
  padding-right: 99px;
}
.pt-\[142px\] {
  padding-top: 142px;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[480px\] {
  padding-top: 480px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.pt-\[63px\] {
  padding-top: 63px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-sans {
  font-family: Ageo, sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[65\.907px\] {
  font-size: 65.907px;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.text-\[\#095BFF\] {
  --tw-text-opacity: 1;
  color: rgb(9 91 255 / var(--tw-text-opacity));
}
.text-\[\#111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-\[\#111\]\/50 {
  color: rgb(17 17 17 / 0.5);
}
.text-\[\#34B5A2\] {
  --tw-text-opacity: 1;
  color: rgb(52 181 162 / var(--tw-text-opacity));
}
.text-\[\#3CC4B0\] {
  --tw-text-opacity: 1;
  color: rgb(60 196 176 / var(--tw-text-opacity));
}
.text-\[\#3CC4B1\] {
  --tw-text-opacity: 1;
  color: rgb(60 196 177 / var(--tw-text-opacity));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-85 {
  opacity: 0.85;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.backdrop-blur-\[15px\] {
  --tw-backdrop-blur: blur(15px);
  -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);
}
.backdrop-blur-\[3px\] {
  --tw-backdrop-blur: blur(3px);
  -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);
}
.duration-450 {
  transition-duration: 450ms;
}
.\[box-shadow\:_0px_4px_10px_0px_rgba\(0\2c _0\2c _0\2c _0\.05\)\;\] {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);;
}
.\[box-shadow\:_0px_4px_5px_0px_rgba\(0\2c _0\2c _0\2c _0\.20\)\;\] {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.20);;
}
.\[box-shadow\:_4px_4px_4px_0px_rgba\(0\2c _0\2c _0\2c _0\.05\)\;\] {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);;
}
.\[zoom\:0\.8\] {
  zoom: 0.8;
}
.\[zoom\:_0\.8\] {
  zoom: 0.8;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-HeavyItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-Bold.woff2') format('woff2'),
    url('../font/ageo/Ageo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-Heavy.woff2') format('woff2'),
    url('../font/ageo/Ageo-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-ExtraBoldItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-BoldItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-ExtraBold.woff2') format('woff2'),
    url('../font/ageo/Ageo-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-Light.woff2') format('woff2'),
    url('../font/ageo/Ageo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-Medium.woff2') format('woff2'),
    url('../font/ageo/Ageo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-RegularItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-MediumItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-Regular.woff2') format('woff2'),
    url('../font/ageo/Ageo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-LightItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-ThinItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-SemiBold.woff2') format('woff2'),
    url('../font/ageo/Ageo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-SemiBoldItalic.woff2') format('woff2'),
    url('../font/ageo/Ageo-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ageo';
  src: url('../font/ageo/Ageo-Thin.woff2') format('woff2'),
    url('../font/ageo/Ageo-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/***************************************************
 * Generated by SVG Artista on 1/29/2024, 11:45:43 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-1 {
  animation: animate-svg-fill-1 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.8s both;
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(60, 196, 176);
  }
}

.svg-elem-2 {
  animation: animate-svg-fill-2 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.9s both;
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(110, 204, 174);
  }
}

.svg-elem-3 {
  animation: animate-svg-fill-3 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1s both;
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(111, 204, 174);
  }
}

.svg-elem-4 {
  animation: animate-svg-fill-4 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.1s both;
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(111, 204, 174);
  }
}

.svg-elem-5 {
  animation: animate-svg-fill-5 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.2000000000000002s both;
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(111, 204, 174);
  }
}

.svg-elem-6 {
  animation: animate-svg-fill-6 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.3s both;
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(111, 204, 174);
  }
}

.svg-elem-7 {
  animation: animate-svg-fill-7 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1.4000000000000001s both;
}

.placeholder\:text-\[\#111\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

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

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[-20px\]::before {
  content: var(--tw-content);
  bottom: -20px;
}

.before\:bottom-\[-27px\]::before {
  content: var(--tw-content);
  bottom: -27px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-\[50\%\]::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:h-\[6px\]::before {
  content: var(--tw-content);
  height: 6px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:w-\[54px\]::before {
  content: var(--tw-content);
  width: 54px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:translate-x-\[-50\%\]::before {
  content: var(--tw-content);
  --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));
}

.before\:bg-\[\#00000029\]::before {
  content: var(--tw-content);
  background-color: #00000029;
}

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

.group\/page:hover .group-hover\/page\:rotate-\[10deg\] {
  --tw-rotate: 10deg;
  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\:border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-\[\#104ECA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 78 202 / var(--tw-bg-opacity));
}

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

.group\/menu.is-active .group-\[\&\.is-active\]\/menu\:pointer-events-auto {
  pointer-events: auto;
}

.group.disabled .group-\[\&\.disabled\]\:hidden {
  display: none;
}

.group\/menu.is-active .group-\[\&\.is-active\]\/menu\:translate-y-\[5px\] {
  --tw-translate-y: 5px;
  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\/menu.is-active .group-\[\&\.is-active\]\/menu\:rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  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\/menu.is-active .group-\[\&\.is-active\]\/menu\:rotate-\[45deg\] {
  --tw-rotate: 45deg;
  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.disabled .group-\[\&\.disabled\]\:\!bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity)) !important;
}

.group\/page.is-active .group-\[\&\.is-active\]\/page\:text-\[\#111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.group\/menu.is-active .group-\[\&\.is-active\]\/menu\:opacity-100 {
  opacity: 1;
}

.hover\:bg-\[\#0079D9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 217 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#fff\]\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

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

.focus\:ring-0: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(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);
}

@media (max-width: 1800px) {

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .\32xl\:grid-cols-\[8fr_4fr\] {
    grid-template-columns: 8fr 4fr;
  }

  .\32xl\:p-\[60px\] {
    padding: 60px;
  }

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

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

  .\32xl\:before\:left-\[65\%\]::before {
    content: var(--tw-content);
    left: 65%;
  }
}

@media (max-width: 1440px) {

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[38px\] {
    font-size: 38px;
  }

  .xl\:before\:left-\[50\%\]::before {
    content: var(--tw-content);
    left: 50%;
  }
}

@media (max-width: 1280px) {

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

  .lg\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[calc\(100dvh_-_50px\)\] {
    height: calc(100dvh - 50px);
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-\[\#095BFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(9 91 255 / var(--tw-bg-opacity));
  }

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

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

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

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

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

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[34px\] {
    font-size: 34px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

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

  .lg\:duration-450 {
    transition-duration: 450ms;
  }
}

@media (max-width: 1024px) {

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

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

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

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }
}

@media (max-width: 768px) {

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

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

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-\[5px\] {
    gap: 5px;
  }

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

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

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

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

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:placeholder\:text-\[18px\]::-moz-placeholder {
    font-size: 18px;
  }

  .sm\:placeholder\:text-\[18px\]::placeholder {
    font-size: 18px;
  }

  .sm\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
}

@media (max-width: 600px) {

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

  .xsm\:top-\[9px\] {
    top: 9px;
  }

  .xsm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xsm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .xsm\:gap-0 {
    gap: 0px;
  }

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

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

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

  .xsm\:text-\[16px\] {
    font-size: 16px;
  }

  .xsm\:text-\[20px\] {
    font-size: 20px;
  }

  .xsm\:text-\[22px\] {
    font-size: 22px;
  }

  .xsm\:text-\[24px\] {
    font-size: 24px;
  }

  .xsm\:text-\[28px\] {
    font-size: 28px;
  }

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

@media (max-width: 480px) {
   
  .xs\:h-\[65px\] {
    height: 65px;
    
  }
  
  .xs-h-\[65px\] {
    height: 65px !important;
  }

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

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

  .xs\:gap-\[10px\] {
    gap: 10px;
  }

  .xs\:text-\[16px\] {
    font-size: 16px;
  }

  .xs\:text-\[24px\] {
    font-size: 24px;
  }

  .xs\:text-\[30px\] {
    font-size: 30px;
  }
}

@media (max-width: 375px) {

  .\32xs\:pt-\[50px\] {
    padding-top: 50px;
  }
}

.\[\&\.is-active\]\:pointer-events-auto.is-active {
  pointer-events: auto;
}

.\[\&\.is-active\]\:visible.is-active {
  visibility: visible;
}

.\[\&\.is-active\]\:bg-\[\#fff\].is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\.is-active\]\:opacity-100.is-active {
  opacity: 1;
}

.\[\&\>\*\:last-child_a\]\:before\:hidden>*:last-child a::before {
  content: var(--tw-content);
  display: none;
}

.\[\&_table\]\:w-full table {
  width: 100%;
}

@media (max-width: 768px) {

  .sm\:\[\&_table_tr_td\]\:p-\[10px\] table tr td {
    padding: 10px;
  }
}

.\[\&_td\]\:relative td {
  position: relative;
}

.\[\&_td\]\:flex td {
  display: flex;
}

.\[\&_td\]\:h-\[66px\] td {
  height: 66px;
}

.\[\&_td\]\:w-\[150px\] td {
  width: 150px;
}

.\[\&_td\]\:items-center td {
  align-items: center;
}

.\[\&_td\]\:justify-center td {
  justify-content: center;
}

.\[\&_td\]\:border-\[0\.5px\] td {
  border-width: 0.5px;
}

.\[\&_td\]\:border-solid td {
  border-style: solid;
}

.\[\&_td\]\:border-\[\#0000003D\] td {
  border-color: #0000003D;
}

.\[\&_td\]\:bg-black td {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&_td\]\:bg-opacity-0 td {
  --tw-bg-opacity: 0;
}

.\[\&_td\]\:p-\[4px\] td {
  padding: 4px;
}

.\[\&_td\]\:text-center td {
  text-align: center;
}

.\[\&_td\]\:align-middle td {
  vertical-align: middle;
}

@media (max-width: 1280px) {

  .lg\:\[\&_td\]\:text-\[18px\] td {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {

  .md\:\[\&_td\]\:px-\[15px\] td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:\[\&_td\]\:py-\[7\.5px\] td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

  .md\:\[\&_td\]\:text-\[16px\] td {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  .sm\:\[\&_td\]\:text-\[14px\] td {
    font-size: 14px;
  }
}

.\[\&_td_a\]\:absolute td a {
  position: absolute;
}

.\[\&_td_a\]\:left-0 td a {
  left: 0px;
}

.\[\&_td_a\]\:top-0 td a {
  top: 0px;
}

.\[\&_td_a\]\:z-\[-2\] td a {
  z-index: -2;
}

.\[\&_td_a\]\:h-full td a {
  height: 100%;
}

.\[\&_th\]\:flex th {
  display: flex;
}

.\[\&_th\]\:h-\[104px\] th {
  height: 104px;
}

.\[\&_th\]\:w-\[150px\] th {
  width: 150px;
}

.\[\&_th\]\:items-center th {
  align-items: center;
}

.\[\&_th\]\:justify-center th {
  justify-content: center;
}

.\[\&_th\]\:border-\[0\.5px\] th {
  border-width: 0.5px;
}

.\[\&_th\]\:border-solid th {
  border-style: solid;
}

.\[\&_th\]\:border-\[\#0000003D\] th {
  border-color: #0000003D;
}

.\[\&_th\]\:align-middle th {
  vertical-align: middle;
}

@media (max-width: 1440px) {

  .xl\:\[\&_th\]\:text-\[22px\] th {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {

  .lg\:\[\&_th\]\:text-\[18px\] th {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

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

  .sm\:\[\&_th\]\:text-\[18px\] th {
    font-size: 18px;
  }
}

.\[\&_thead_tr\]\:flex thead tr {
  display: flex;
}

.\[\&_tr\]\:inline-flex tr {
  display: inline-flex;
}

.\[\&_tr\]\:w-full tr {
  width: 100%;
}


/* ✅ Düzenlenmiş responsive sınıflar sadece ilgili ekran boyutlarında geçerli */
@media (max-width: 600px) {
  .xsm\:h-\[90px\] {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .xs\:h-\[65px\] {
    height: 65px;
  }
}





