/*
! tailwindcss v3.4.4 | 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] {
  display: none;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 280px){

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

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

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

    .container{
        max-width: 640px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 768px){

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

    .container{
        max-width: 1024px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px){

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

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

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

    .container{
        max-width: 2560px;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-4{
    bottom: 1rem;
}
.bottom-\[-50px\]{
    bottom: -50px;
}
.left-0{
    left: 0px;
}
.left-1{
    left: 0.25rem;
}
.left-1\/2{
    left: 50%;
}
.left-\[-100\%\]{
    left: -100%;
}
.left-\[-135px\]{
    left: -135px;
}
.left-\[-24px\]{
    left: -24px;
}
.left-\[max\(-7rem\2c calc\(50\%-52rem\)\)\]{
    left: max(-7rem,calc(50% - 52rem));
}
.left-\[max\(45rem\2c calc\(50\%\+8rem\)\)\]{
    left: max(45rem,calc(50% + 8rem));
}
.right-0{
    right: 0px;
}
.right-4{
    right: 1rem;
}
.right-\[-100\%\]{
    right: -100%;
}
.right-\[-2\.2rem\]{
    right: -2.2rem;
}
.right-\[-32px\]{
    right: -32px;
}
.right-\[7\%\]{
    right: 7%;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-4{
    top: 1rem;
}
.top-\[-0\.6rem\]{
    top: -0.6rem;
}
.top-\[-24px\]{
    top: -24px;
}
.top-\[20\%\]{
    top: 20%;
}
.top-\[50\%\]{
    top: 50%;
}
.top-\[50px\]{
    top: 50px;
}
.isolate{
    isolation: isolate;
}
.-z-10{
    z-index: -10;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.z-\[99999999999999\]{
    z-index: 99999999999999;
}
.col-span-full{
    grid-column: 1 / -1;
}
.col-start-1{
    grid-column-start: 1;
}
.col-start-2{
    grid-column-start: 2;
}
.row-start-1{
    grid-row-start: 1;
}
.row-start-3{
    grid-row-start: 3;
}
.m-2{
    margin: 0.5rem;
}
.m-auto{
    margin: auto;
}
.mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.-ml-\[calc\(50vw-50\%\)\]{
    margin-left: calc(calc(50vw - 50%) * -1);
}
.-mr-\[calc\(50vw-50\%\)\]{
    margin-right: calc(calc(50vw - 50%) * -1);
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mb-24{
    margin-bottom: 6rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[100vh\]{
    margin-bottom: 100vh;
}
.ml-0{
    margin-left: 0px;
}
.ml-4{
    margin-left: 1rem;
}
.ml-5{
    margin-left: 1.25rem;
}
.ml-8{
    margin-left: 2rem;
}
.ml-\[15px\]{
    margin-left: 15px;
}
.mr-1{
    margin-right: 0.25rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-4{
    margin-right: 1rem;
}
.mr-5{
    margin-right: 1.25rem;
}
.mr-7{
    margin-right: 1.75rem;
}
.mr-\[-16px\]{
    margin-right: -16px;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[-3\.125rem\]{
    margin-top: -3.125rem;
}
.mt-\[16px\]{
    margin-top: 16px;
}
.mt-\[24px\]{
    margin-top: 24px;
}
.mt-\[2px\]{
    margin-top: 2px;
}
.mt-\[32px\]{
    margin-top: 32px;
}
.mt-\[36px\]{
    margin-top: 36px;
}
.mt-\[64px\]{
    margin-top: 64px;
}
.mt-\[80px\]{
    margin-top: 80px;
}
.line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.block{
    display: block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-\[0\.74\]{
    aspect-ratio: 0.74;
}
.aspect-\[0\.97\]{
    aspect-ratio: 0.97;
}
.aspect-\[1\.79\]{
    aspect-ratio: 1.79;
}
.aspect-\[15\/8\]{
    aspect-ratio: 15/8;
}
.aspect-\[2\.04\]{
    aspect-ratio: 2.04;
}
.aspect-\[2\.2\]{
    aspect-ratio: 2.2;
}
.aspect-\[2\.5\]{
    aspect-ratio: 2.5;
}
.aspect-\[3\.03\]{
    aspect-ratio: 3.03;
}
.aspect-\[3\.45\]{
    aspect-ratio: 3.45;
}
.aspect-\[3\.57\]{
    aspect-ratio: 3.57;
}
.aspect-\[4\.35\]{
    aspect-ratio: 4.35;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.size-0{
    width: 0px;
    height: 0px;
}
.size-0\.5{
    width: 0.125rem;
    height: 0.125rem;
}
.size-full{
    width: 100%;
    height: 100%;
}
.h-0{
    height: 0px;
}
.h-12{
    height: 3rem;
}
.h-2{
    height: 0.5rem;
}
.h-24{
    height: 6rem;
}
.h-4{
    height: 1rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-60{
    height: 15rem;
}
.h-8{
    height: 2rem;
}
.h-\[100px\]{
    height: 100px;
}
.h-\[101\.33px\]{
    height: 101.33px;
}
.h-\[12\%\]{
    height: 12%;
}
.h-\[15rem\]{
    height: 15rem;
}
.h-\[180px\]{
    height: 180px;
}
.h-\[208px\]{
    height: 208px;
}
.h-\[20px\]{
    height: 20px;
}
.h-\[24px\]{
    height: 24px;
}
.h-\[25\%\]{
    height: 25%;
}
.h-\[256px\]{
    height: 256px;
}
.h-\[30\%\]{
    height: 30%;
}
.h-\[30px\]{
    height: 30px;
}
.h-\[34px\]{
    height: 34px;
}
.h-\[35px\]{
    height: 35px;
}
.h-\[36px\]{
    height: 36px;
}
.h-\[400px\]{
    height: 400px;
}
.h-\[45px\]{
    height: 45px;
}
.h-\[46px\]{
    height: 46px;
}
.h-\[48px\]{
    height: 48px;
}
.h-\[62px\]{
    height: 62px;
}
.h-\[64px\]{
    height: 64px;
}
.h-\[65px\]{
    height: 65px;
}
.h-\[70px\]{
    height: 70px;
}
.h-\[76px\]{
    height: 76px;
}
.h-\[80px\]{
    height: 80px;
}
.h-auto{
    height: auto;
}
.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-\[1080px\]{
    max-height: 1080px;
}
.min-h-\[256px\]{
    min-height: 256px;
}
.min-h-\[280px\]{
    min-height: 280px;
}
.min-h-\[6\.25rem\]{
    min-height: 6.25rem;
}
.w-0{
    width: 0px;
}
.w-12{
    width: 3rem;
}
.w-2{
    width: 0.5rem;
}
.w-24{
    width: 6rem;
}
.w-3\/5{
    width: 60%;
}
.w-4{
    width: 1rem;
}
.w-4\/5{
    width: 80%;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-6\/12{
    width: 50%;
}
.w-60{
    width: 15rem;
}
.w-7{
    width: 1.75rem;
}
.w-72{
    width: 18rem;
}
.w-8{
    width: 2rem;
}
.w-\[100\%\]{
    width: 100%;
}
.w-\[125px\]{
    width: 125px;
}
.w-\[1280px\]{
    width: 1280px;
}
.w-\[168px\]{
    width: 168px;
}
.w-\[17px\]{
    width: 17px;
}
.w-\[200px\]{
    width: 200px;
}
.w-\[20px\]{
    width: 20px;
}
.w-\[24px\]{
    width: 24px;
}
.w-\[250px\]{
    width: 250px;
}
.w-\[280px\]{
    width: 280px;
}
.w-\[30px\]{
    width: 30px;
}
.w-\[320px\]{
    width: 320px;
}
.w-\[35px\]{
    width: 35px;
}
.w-\[40\%\]{
    width: 40%;
}
.w-\[480px\]{
    width: 480px;
}
.w-\[48px\]{
    width: 48px;
}
.w-\[50\%\]{
    width: 50%;
}
.w-\[576px\]{
    width: 576px;
}
.w-\[62px\]{
    width: 62px;
}
.w-\[64\%\]{
    width: 64%;
}
.w-\[65px\]{
    width: 65px;
}
.w-\[70px\]{
    width: 70px;
}
.w-\[72\%\]{
    width: 72%;
}
.w-\[80\%\]{
    width: 80%;
}
.w-\[80px\]{
    width: 80px;
}
.w-\[92\%\]{
    width: 92%;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.min-w-52{
    min-width: 13rem;
}
.min-w-\[148px\]{
    min-width: 148px;
}
.min-w-\[160px\]{
    min-width: 160px;
}
.min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.max-w-3xl{
    max-width: 48rem;
}
.max-w-52{
    max-width: 13rem;
}
.max-w-\[1920px\]{
    max-width: 1920px;
}
.max-w-full{
    max-width: 100%;
}
.max-w-screen-2xl{
    max-width: 1536px;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-none{
    flex: none;
}
.flex-shrink{
    flex-shrink: 1;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink-0{
    flex-shrink: 0;
}
.grow{
    flex-grow: 1;
}
.basis-0{
    flex-basis: 0px;
}
.origin-\[50\%_25\%\]{
    transform-origin: 50% 25%;
}
.origin-\[50\%_27\%\]{
    transform-origin: 50% 27%;
}
.origin-\[50\%_28\%\]{
    transform-origin: 50% 28%;
}
.origin-\[50\%_30\%\]{
    transform-origin: 50% 30%;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[100\%\]{
    --tw-translate-x: 100%;
    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-\[100\%\]{
    --tw-translate-y: 100%;
    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-\[200\%\]{
    --tw-translate-y: 200%;
    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));
}
.scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
}
.scale-\[1\.5\]{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
}
.scale-\[1\.81\]{
    --tw-scale-x: 1.81;
    --tw-scale-y: 1.81;
    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));
}
.scale-\[600\%\]{
    --tw-scale-x: 600%;
    --tw-scale-y: 600%;
    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));
}
.scale-\[620\%\]{
    --tw-scale-x: 620%;
    --tw-scale-y: 620%;
    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));
}
.scale-\[650\%\]{
    --tw-scale-x: 650%;
    --tw-scale-y: 650%;
    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));
}
.scale-\[670\%\]{
    --tw-scale-x: 670%;
    --tw-scale-y: 670%;
    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));
}
.transform-gpu{
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
}
.resize{
    resize: both;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.justify-evenly{
    justify-content: space-evenly;
}
.gap-0{
    gap: 0px;
}
.gap-1{
    gap: 0.25rem;
}
.gap-10{
    gap: 2.5rem;
}
.gap-12{
    gap: 3rem;
}
.gap-16{
    gap: 4rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-2\.5{
    gap: 0.625rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-3\.5{
    gap: 0.875rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-7{
    gap: 1.75rem;
}
.gap-8{
    gap: 2rem;
}
.gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start{
    align-self: flex-start;
}
.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;
}
.overflow-x-scroll{
    overflow-x: scroll;
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-ellipsis{
    text-overflow: ellipsis;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.text-wrap{
    text-wrap: wrap;
}
.text-nowrap{
    text-wrap: nowrap;
}
.break-all{
    word-break: break-all;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
}
.rounded-bl-\[96px\]{
    border-bottom-left-radius: 96px;
}
.rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[24px\]{
    border-bottom-right-radius: 24px;
}
.rounded-ee-3xl{
    border-end-end-radius: 1.5rem;
}
.rounded-ss-3xl{
    border-start-start-radius: 1.5rem;
}
.rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
}
.rounded-tl-\[24px\]{
    border-top-left-radius: 24px;
}
.rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
}
.rounded-tr-\[96px\]{
    border-top-right-radius: 96px;
}
.border{
    border-width: 1px;
}
.border-opacity-20{
    --tw-border-opacity: 0.2;
}
.bg-\[\#166534\]{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-\[\#1F2937\]{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-\[\#6B72801A\]{
    background-color: #6B72801A;
}
.bg-\[\#6b72801a\]{
    background-color: #6b72801a;
}
.bg-\[\#A21CAF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.bg-\[\#A78BFA\]{
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-\[\#B549BF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(181 73 191 / var(--tw-bg-opacity));
}
.bg-\[\#D0D823\]{
    --tw-bg-opacity: 1;
    background-color: rgb(208 216 35 / var(--tw-bg-opacity));
}
.bg-\[\#E5E7EB\]{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-\[\#F0F1F2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(240 241 242 / var(--tw-bg-opacity));
}
.bg-\[\#F3F4F6\]{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#F97316\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-\[transparent\]{
    background-color: transparent;
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-violet-400{
    --tw-bg-opacity: 1;
    background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30{
    background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/50{
    background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60{
    background-color: rgb(255 255 255 / 0.6);
}
.bg-opacity-10{
    --tw-bg-opacity: 0.1;
}
.bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#ff80b5\]{
    --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#9089fc\]{
    --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}
.fill-current{
    fill: currentColor;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-10{
    padding: 2.5rem;
}
.p-2{
    padding: 0.5rem;
}
.p-3{
    padding: 0.75rem;
}
.p-3\.5{
    padding: 0.875rem;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[13px\]{
    padding-left: 13px;
    padding-right: 13px;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-16{
    padding-bottom: 4rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-5{
    padding-bottom: 1.25rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pr-0{
    padding-right: 0px;
}
.pr-20{
    padding-right: 5rem;
}
.pr-8{
    padding-right: 2rem;
}
.pt-1{
    padding-top: 0.25rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-16{
    padding-top: 4rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-2\.5{
    padding-top: 0.625rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-24{
    padding-top: 6rem;
}
.pt-32{
    padding-top: 8rem;
}
.pt-36{
    padding-top: 9rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-5{
    padding-top: 1.25rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.pt-\[24px\]{
    padding-top: 24px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-start{
    text-align: start;
}
.font-NeueRegrade{
    font-family: NeueRegrade, sans-serif;
}
.font-\[\'Poppins\'\]{
    font-family: 'Poppins';
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}
.text-\[10px\]{
    font-size: 10px;
}
.text-\[2rem\]{
    font-size: 2rem;
}
.text-\[30px\]{
    font-size: 30px;
}
.text-\[36px\]{
    font-size: 36px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-sm\/6{
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.capitalize{
    text-transform: capitalize;
}
.not-italic{
    font-style: normal;
}
.leading-10{
    line-height: 2.5rem;
}
.leading-4{
    line-height: 1rem;
}
.leading-5{
    line-height: 1.25rem;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-7{
    line-height: 1.75rem;
}
.leading-8{
    line-height: 2rem;
}
.leading-9{
    line-height: 2.25rem;
}
.leading-\[143\%\]{
    line-height: 143%;
}
.leading-\[60px\]{
    line-height: 60px;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-tight{
    letter-spacing: -0.025em;
}
.tracking-tighter{
    letter-spacing: -0.05em;
}
.text-\[\#111827\]{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-\[\#166534\]{
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-\[\#1E1E1E\]{
    --tw-text-opacity: 1;
    color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-\[\#4B5563\]{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-\[\#4D4D4D\]{
    --tw-text-opacity: 1;
    color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-\[\#6B7280\]{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-\[\#6b72801a\]{
    color: #6b72801a;
}
.text-\[\#9CA3AF\]{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-\[\#B3B3B3\]{
    --tw-text-opacity: 1;
    color: rgb(179 179 179 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/50{
    color: rgb(255 255 255 / 0.5);
}
.underline{
    text-decoration-line: underline;
}
.opacity-0{
    opacity: 0;
}
.opacity-10{
    opacity: 0.1;
}
.opacity-100{
    opacity: 1;
}
.opacity-30{
    opacity: 0.3;
}
.opacity-90{
    opacity: 0.9;
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur-2xl{
    --tw-blur: blur(40px);
    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);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[10px\]{
    --tw-backdrop-blur: blur(10px);
    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-\[5px\]{
    --tw-backdrop-blur: blur(5px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.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);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 640px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
@keyframes stripes {
    to {
        background-size: 110% 110%;
    }
}
.fade-in-text-element {
    background: linear-gradient(black, black) #6b72801a no-repeat 0 0;
    background-size: 0 100%;
    animation: stripes 1s linear 1 forwards;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.hoveredButton {
    background: linear-gradient(to right, black 50%, #F97316 50%) left;
    background-size: 200%;
    transition: background-position 0.5s ease-out;
}
.hoverabelButtonsContainer:hover .hoveredButton {
    background-position: right;
}
.hoveredArrow {
    background: linear-gradient(to left, black 50%, #F97316 50%) right;
    background-size: 200%;
    transition: background-position 0.5s ease-out;
}
.hoverabelButtonsContainer:hover .hoveredArrow {
    background-position: left;
}
.truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 72%;
}
.custom-scrollbar-mobile-animals {
    scrollbar-width: thin;
    scrollbar-color: white transparent;
}
.about-us-scroll {
    scrollbar-width: thin;
    scrollbar-color: #166534 transparent;
}
.termsConditionsOl li {
        list-style-type: decimal;
    }
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
/*should always be at the end*/
#loadOverlay {
    display: none;
}
.give-emotions-shape {
    clip-path: polygon( 39.556% 15.142%,39.556% 15.142%,39.659% 12.686%,39.958% 10.356%,40.437% 8.183%,41.079% 6.199%,41.868% 4.435%,42.788% 2.922%,43.823% 1.69%,44.955% 0.772%,46.17% 0.198%,47.451% 0%,92.105% 0%,92.105% 0%,93.386% 0.198%,94.601% 0.772%,95.733% 1.69%,96.768% 2.922%,97.688% 4.435%,98.477% 6.199%,99.119% 8.183%,99.598% 10.356%,99.897% 12.686%,100% 15.142%,100% 59.937%,100% 59.937%,99.897% 62.393%,99.598% 64.723%,99.119% 66.895%,98.477% 68.88%,97.688% 70.644%,96.768% 72.157%,95.733% 73.389%,94.601% 74.307%,93.386% 74.881%,92.105% 75.079%,42.845% 75.079%,42.845% 75.079%,42.845% 75.079%,42.845% 75.079%,42.844% 75.079%,42.844% 75.079%,42.844% 75.079%,42.843% 75.079%,42.843% 75.079%,42.843% 75.079%,42.843% 75.079%,42.842% 75.079%,42.842% 75.079%,42.522% 75.129%,42.219% 75.273%,41.937% 75.503%,41.678% 75.811%,41.449% 76.19%,41.252% 76.631%,41.092% 77.126%,40.972% 77.669%,40.897% 78.251%,40.872% 78.864%,40.872% 84.858%,40.872% 84.858%,40.768% 87.314%,40.469% 89.644%,39.991% 91.817%,39.348% 93.801%,38.559% 95.565%,37.639% 97.078%,36.605% 98.31%,35.472% 99.228%,34.258% 99.802%,32.977% 100%,7.895% 100%,7.895% 100%,6.614% 99.802%,5.399% 99.228%,4.267% 98.31%,3.232% 97.078%,2.312% 95.565%,1.523% 93.801%,0.881% 91.817%,0.402% 89.644%,0.103% 87.314%,0% 84.858%,0% 58.044%,0% 58.044%,0.103% 55.588%,0.402% 53.258%,0.881% 51.086%,1.523% 49.102%,2.312% 47.337%,3.232% 45.824%,4.267% 44.592%,5.399% 43.674%,6.614% 43.1%,7.895% 42.902%,37.582% 42.902%,37.582% 42.902%,37.902% 42.853%,38.206% 42.709%,38.489% 42.48%,38.748% 42.172%,38.978% 41.793%,39.175% 41.352%,39.336% 40.856%,39.455% 40.313%,39.53% 39.731%,39.556% 39.117%,39.556% 15.142% );
    width: calc(100%);
    aspect-ratio: 191 / 100;
}
.small-give-emotions-shape {
    clip-path: polygon( 40.625% 13.206%,40.625% 13.206%,40.713% 11.064%,40.967% 9.032%,41.374% 7.137%,41.921% 5.407%,42.592% 3.868%,43.374% 2.548%,44.254% 1.474%,45.217% 0.673%,46.25% 0.173%,47.34% 0%,93.201% 0%,93.201% 0%,94.304% 0.175%,95.35% 0.682%,96.326% 1.493%,97.216% 2.58%,98.009% 3.917%,98.688% 5.475%,99.241% 7.227%,99.653% 9.145%,99.911% 11.203%,100% 13.372%,100% 60.382%,100% 60.382%,99.911% 62.551%,99.653% 64.609%,99.241% 66.527%,98.688% 68.279%,98.009% 69.838%,97.216% 71.174%,96.326% 72.262%,95.35% 73.072%,94.304% 73.579%,93.201% 73.754%,43.464% 73.754%,42.483% 73.754%,42.483% 73.754%,41.963% 73.837%,41.469% 74.076%,41.008% 74.459%,40.588% 74.972%,40.214% 75.603%,39.893% 76.338%,39.632% 77.166%,39.437% 78.071%,39.316% 79.043%,39.274% 80.066%,39.274% 80.764%,39.274% 81.256%,39.274% 86.421%,39.274% 86.421%,39.183% 88.624%,38.922% 90.713%,38.503% 92.661%,37.942% 94.441%,37.251% 96.023%,36.447% 97.38%,35.542% 98.484%,34.552% 99.308%,33.489% 99.822%,32.369% 100%,19.637% 100%,6.735% 100%,6.735% 100%,5.645% 99.826%,4.611% 99.323%,3.648% 98.519%,2.768% 97.44%,1.988% 96.115%,1.319% 94.571%,0.776% 92.835%,0.373% 90.936%,0.124% 88.899%,0.042% 86.754%,0% 58.596%,0% 58.596%,0.091% 56.367%,0.356% 54.251%,0.78% 52.279%,1.348% 50.478%,2.047% 48.877%,2.861% 47.503%,3.777% 46.385%,4.78% 45.551%,5.855% 45.03%,6.989% 44.85%,35.473% 44.85%,37.5% 44.85%,37.5% 44.85%,38.007% 44.77%,38.488% 44.537%,38.936% 44.164%,39.346% 43.665%,39.71% 43.05%,40.022% 42.334%,40.276% 41.529%,40.466% 40.647%,40.584% 39.701%,40.625% 38.704%,40.625% 21.595%,40.625% 13.206% );
    width: calc(100% - 2rem);
    aspect-ratio: 391 / 200;
}
@media (max-width: 767px) {
    .give-emotions-shape {
        background-color: white;
        clip-path: none;
}
    .small-give-emotions-shape {
        background-color: white;
        clip-path: none;
    }
}
.give-emotions-shape-second {
    clip-path: polygon( 39.556% 15.142%,39.556% 15.142%,39.659% 12.686%,39.958% 10.356%,40.437% 8.183%,41.079% 6.199%,41.868% 4.435%,42.788% 2.922%,43.823% 1.69%,44.955% 0.772%,46.17% 0.198%,47.451% 0%,92.105% 0%,92.105% 0%,93.386% 0.198%,94.601% 0.772%,95.733% 1.69%,96.768% 2.922%,97.688% 4.435%,98.477% 6.199%,99.119% 8.183%,99.598% 10.356%,99.897% 12.686%,100% 15.142%,100% 84.858%,100% 84.858%,99.897% 87.314%,99.598% 89.644%,99.119% 91.817%,98.477% 93.801%,97.688% 95.565%,96.768% 97.078%,95.733% 98.31%,94.601% 99.228%,93.386% 99.802%,92.105% 100%,7.895% 100%,7.895% 100%,6.614% 99.802%,5.399% 99.228%,4.267% 98.31%,3.232% 97.078%,2.312% 95.565%,1.523% 93.801%,0.881% 91.817%,0.402% 89.644%,0.103% 87.314%,0% 84.858%,0% 58.044%,0% 58.044%,0.103% 55.588%,0.402% 53.258%,0.881% 51.086%,1.523% 49.102%,2.312% 47.337%,3.232% 45.824%,4.267% 44.592%,5.399% 43.674%,6.614% 43.1%,7.895% 42.902%,37.582% 42.902%,37.582% 42.902%,37.902% 42.853%,38.206% 42.709%,38.489% 42.48%,38.748% 42.172%,38.978% 41.793%,39.175% 41.352%,39.336% 40.856%,39.455% 40.313%,39.53% 39.731%,39.556% 39.117%,39.556% 15.142% );
    width: calc(100%);
    aspect-ratio: 191 / 100;
}
.small-give-emotions-shape-second {
    clip-path: polygon( 40.625% 13.289%,40.625% 13.289%,40.713% 11.133%,40.969% 9.089%,41.379% 7.182%,41.929% 5.441%,42.604% 3.892%,43.391% 2.564%,44.277% 1.483%,45.246% 0.677%,46.286% 0.174%,47.382% 0%,93.285% 0%,93.285% 0%,94.375% 0.173%,95.408% 0.673%,96.371% 1.474%,97.251% 2.548%,98.033% 3.868%,98.705% 5.407%,99.251% 7.137%,99.658% 9.032%,99.912% 11.064%,100% 13.206%,100% 86.711%,100% 86.711%,99.912% 88.867%,99.656% 90.911%,99.246% 92.818%,98.696% 94.559%,98.021% 96.108%,97.234% 97.436%,96.348% 98.517%,95.379% 99.323%,94.339% 99.826%,93.243% 100%,40.878% 100%,40.625% 100%,6.799% 100%,6.799% 100%,5.696% 99.825%,4.65% 99.318%,3.674% 98.507%,2.784% 97.42%,1.991% 96.083%,1.312% 94.525%,0.759% 92.773%,0.347% 90.855%,0.089% 88.797%,0% 86.628%,0% 58.557%,0% 58.557%,0.088% 56.375%,0.345% 54.302%,0.755% 52.366%,1.306% 50.593%,1.984% 49.012%,2.775% 47.65%,3.666% 46.534%,4.642% 45.691%,5.691% 45.148%,6.799% 44.934%,37.649% 45.159%,37.649% 45.159%,38.105% 44.977%,38.538% 44.682%,38.942% 44.282%,39.314% 43.784%,39.649% 43.199%,39.943% 42.533%,40.192% 41.796%,40.392% 40.996%,40.537% 40.141%,40.625% 39.24%,40.625% 13.289% );
    width: calc(100% - 2rem);
    aspect-ratio: 391 / 200;
}
@media (max-width: 767px) {
    .give-emotions-shape-second  {
        background-color: white;
        clip-path: none;
    }
    .small-give-emotions-shape-second {
        background-color: white;
        clip-path: none;
    }
}
#animalsEventsYears {
    width: 50%;
}
@media (max-width: 767px) {
    #animalsEventsYears {
        width: unset;
    }
}
[class$="-marker-view"] {
    cursor: pointer;
}
@font-face {
    font-family: 'NeueRegrade';
    src: url("../fonts/Neue Regrade Bold.otf?ab5f60e4e94c87c7908b76d362bf182f") format('opentype');
    font-weight: normal;
    font-style: normal;
}
.extra-textarea-block ul {
    list-style-type: disc;
    margin-left: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.extra-textarea-block ul li {
    list-style-position: outside;
}
.extra-textarea-block ol {
    list-style-type: decimal;
    margin-left: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.extra-textarea-block ol li {
    list-style-position: outside;
}
.extra-textarea-block h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.extra-textarea-block h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.extra-textarea-block h3 {
    font-size: 1.17em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.extra-textarea-block h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.extra-textarea-block h5 {
    font-size: 0.83em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.extra-textarea-block h6 {
    font-size: 0.67em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.editor-ul {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.editor-ul li {
    list-style-position: outside;
}
.editor-ol {
    list-style-type: decimal;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.editor-ol li {
    list-style-position: outside;
}
.editor-h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.editor-h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.editor-h3 {
    font-size: 1.17em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.editor-h4 {
    font-size: 1em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.editor-h5 {
    font-size: 0.83em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
.editor-h6 {
    font-size: 0.67em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
    font-family: NeueRegrade, sans-serif;
}
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}
.custom-scrollbar-questions-and-answers {
    scrollbar-width: none;
}
#custom-location-dropdown {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAABGdBTUEAALGPC/xhBQAAAQtJREFUOBG1lEEOgjAQRalbGj2OG9caOACn4ALGtfEuHACiazceR1PWOH/CNA3aMiTaBDpt/7zPdBKy7M/DCL9pGkvxxVp7KsvyJftL5rZt1865M+Ucq6pyyF3hNcI7Cuu+728QYn/JQA5yKaempxuZmQngOwEaYx55nu+1lQh8GIatMGi+01NwBcEmhxBqK4nAPZJ78K0KKFAJmR3oPp8+Iwgob0Oa6+TLoeCvRx+mTUYf/FVBGTPRwDkfLxnaSrRwcH0FWhNOmrkWYbE2XEicqgSa1J0LQ+aPCuQgZiLnwewbGuz5MGoAhcIkCQcjaTBjMgtXGURMVHC1wcQEy0J+Zlj8bKAnY1/UzDe2dbAVqfXn6wAAAABJRU5ErkJggg==');
    background-size: 0.7rem;
    background-position: right 1.25rem center;
    background-repeat: no-repeat;
}
#contact-us-message {
    scrollbar-width: none;
}
.togglebuttons .wpcf7-list-item {
    margin: 0 2px 0 0;
    display: inline-block;
    position: relative;
    top: 0.5rem;
    margin-right: 1rem;
}
.togglebuttons > span input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.togglebuttons > span .wpcf7-list-item-label {
    cursor: pointer;
    display: inline-block; 
    color: #333;
    border-radius: 30px; 
    background: #E5E7EB;
    padding: 15px 30px; 
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    /*border: 1px solid #e0e0e0;*/
    transition: background 0.3s, border 0.3s, color 0.3s;
}
.togglebuttons > span input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background: #374151; 
    color: #fff;
}
.togglebuttons > span input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px; 
    background: #ffffff; 
    border-radius: 50%; 
    top: 50%;
    left: 25%; 
    transform: translate(-50%, -50%);
    transition: left 0.3s; 
}
.togglebuttons > span input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px; 
    height: 20px; 
    background: #111827; 
    border-radius: 50%; 
    top: 50%;
    left: 75%; 
    transform: translate(-50%, -50%);
    transition: left 0.3s; 
}
.placeholder\:text-\[\#D1D5DB\]::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#D1D5DB\]::placeholder{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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\:bg-\[\#166534\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#9ca3af33\]:hover{
    background-color: #9ca3af33;
}
.hover\:bg-\[\#A21CAF\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#D1D5DB\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#F97316\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-\[\#F97316\]:hover{
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:opacity-80:hover{
    opacity: 0.8;
}
.hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:outline-2:focus-visible{
    outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
    outline-offset: 2px;
}
.focus-visible\:outline-white:focus-visible{
    outline-color: #fff;
}
.disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
}
.disabled\:bg-opacity-80:disabled{
    --tw-bg-opacity: 0.8;
}
.disabled\:opacity-50:disabled{
    opacity: 0.5;
}
.group:hover .group-hover\:underline{
    text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-100{
    opacity: 1;
}
@media not all and (min-width: 1024px){

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

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

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

    .max-lg\:flex-col{
        flex-direction: column;
    }
}
@media not all and (min-width: 768px){

    .max-md\:m-auto{
        margin: auto;
    }

    .max-md\:my-8{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

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

    .max-md\:ml-4{
        margin-left: 1rem;
    }

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

    .max-md\:mt-10{
        margin-top: 2.5rem;
    }

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

    .max-md\:mt-3{
        margin-top: 0.75rem;
    }

    .max-md\:mt-5{
        margin-top: 1.25rem;
    }

    .max-md\:mt-6{
        margin-top: 1.5rem;
    }

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

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

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

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

    .max-md\:hidden{
        display: none;
    }

    .max-md\:h-28{
        height: 7rem;
    }

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

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

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

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

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

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

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

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

    .max-md\:flex-wrap{
        flex-wrap: wrap;
    }

    .max-md\:gap-0{
        gap: 0px;
    }

    .max-md\:overflow-hidden{
        overflow: hidden;
    }

    .max-md\:overflow-x-scroll{
        overflow-x: scroll;
    }

    .max-md\:rounded-\[40px\]{
        border-radius: 40px;
    }

    .max-md\:border-\[10px\]{
        border-width: 10px;
    }

    .max-md\:border-\[13px\]{
        border-width: 13px;
    }

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

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

    .max-md\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .max-md\:pl-2{
        padding-left: 0.5rem;
    }

    .max-md\:pr-5{
        padding-right: 1.25rem;
    }

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

    .max-md\:pt-1\.5{
        padding-top: 0.375rem;
    }

    .max-md\:pt-10{
        padding-top: 2.5rem;
    }

    .max-md\:pt-6{
        padding-top: 1.5rem;
    }

    .max-md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

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

    .max-md\:text-\[\#4B5563\]{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity));
    }
}
@media not all and (min-width: 640px){

    .max-sm\:ml-\[5\%\]{
        margin-left: 5%;
    }

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

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

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

    .max-sm\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media not all and (min-width: 480px){

    .max-xs\:mr-\[5px\]{
        margin-right: 5px;
    }

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

    .max-xs\:mt-2\.5{
        margin-top: 0.625rem;
    }

    .max-xs\:w-full{
        width: 100%;
    }
}
@media not all and (min-width: 320px){

    .max-xxs\:text-xs{
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 280px){

    .\32xxs\:bottom-0{
        bottom: 0px;
    }

    .\32xxs\:left-0{
        left: 0px;
    }

    .\32xxs\:right-0{
        right: 0px;
    }

    .\32xxs\:right-\[48px\]{
        right: 48px;
    }

    .\32xxs\:top-0{
        top: 0px;
    }

    .\32xxs\:top-56{
        top: 14rem;
    }

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

    .\32xxs\:my-8{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

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

    .\32xxs\:mb-20{
        margin-bottom: 5rem;
    }

    .\32xxs\:mb-8{
        margin-bottom: 2rem;
    }

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

    .\32xxs\:ml-\[10px\]{
        margin-left: 10px;
    }

    .\32xxs\:ml-\[19px\]{
        margin-left: 19px;
    }

    .\32xxs\:ml-\[28px\]{
        margin-left: 28px;
    }

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

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

    .\32xxs\:mt-6{
        margin-top: 1.5rem;
    }

    .\32xxs\:mt-60{
        margin-top: 15rem;
    }

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

    .\32xxs\:mt-\[-6rem\]{
        margin-top: -6rem;
    }

    .\32xxs\:mt-\[-7px\]{
        margin-top: -7px;
    }

    .\32xxs\:mt-\[40px\]{
        margin-top: 40px;
    }

    .\32xxs\:flex{
        display: flex;
    }

    .\32xxs\:grid{
        display: grid;
    }

    .\32xxs\:hidden{
        display: none;
    }

    .\32xxs\:h-60{
        height: 15rem;
    }

    .\32xxs\:h-72{
        height: 18rem;
    }

    .\32xxs\:h-\[104px\]{
        height: 104px;
    }

    .\32xxs\:h-\[196px\]{
        height: 196px;
    }

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

    .\32xxs\:h-\[522px\]{
        height: 522px;
    }

    .\32xxs\:h-auto{
        height: auto;
    }

    .\32xxs\:w-7{
        width: 1.75rem;
    }

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

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

    .\32xxs\:w-\[66\.5\%\]{
        width: 66.5%;
    }

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

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

    .\32xxs\:w-\[88px\]{
        width: 88px;
    }

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

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

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

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

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

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

    .\32xxs\:min-w-\[70\%\]{
        min-width: 70%;
    }

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

    .\32xxs\:max-w-\[370px\]{
        max-width: 370px;
    }

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

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

    .\32xxs\:justify-normal{
        justify-content: normal;
    }

    .\32xxs\:justify-center{
        justify-content: center;
    }

    .\32xxs\:justify-between{
        justify-content: space-between;
    }

    .\32xxs\:gap-14{
        gap: 3.5rem;
    }

    .\32xxs\:gap-2{
        gap: 0.5rem;
    }

    .\32xxs\:gap-4{
        gap: 1rem;
    }

    .\32xxs\:gap-6{
        gap: 1.5rem;
    }

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

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

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

    .\32xxs\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

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

    .\32xxs\:px-7{
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

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

    .\32xxs\:py-1{
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .\32xxs\:py-1\.5{
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .\32xxs\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .\32xxs\:py-12{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

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

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

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

    .\32xxs\:pb-10{
        padding-bottom: 2.5rem;
    }

    .\32xxs\:pb-8{
        padding-bottom: 2rem;
    }

    .\32xxs\:pl-0{
        padding-left: 0px;
    }

    .\32xxs\:pr-0{
        padding-right: 0px;
    }

    .\32xxs\:pt-10{
        padding-top: 2.5rem;
    }

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

    .\32xxs\:pt-2{
        padding-top: 0.5rem;
    }

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

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

    .\32xxs\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .\32xxs\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

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

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

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

    .\32xxs\:text-xl{
        font-size: 1.25rem;
    }

    .\32xxs\:leading-4{
        line-height: 1rem;
    }

    .\32xxs\:leading-6{
        line-height: 1.5rem;
    }

    .\32xxs\:text-black{
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }
}
@media (min-width: 320px){

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

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

    .xxs\:right-\[55px\]{
        right: 55px;
    }

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

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

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

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

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

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

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

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

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

    .xxs\:gap-2{
        gap: 0.5rem;
    }

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

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

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

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

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

    .xxs\:pb-16{
        padding-bottom: 4rem;
    }

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

    .xxs\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .xxs\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

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

    .xxs\:text-xl{
        font-size: 1.25rem;
    }
}
@media (min-width: 480px){

    .xs\:left-\[2rem\]{
        left: 2rem;
    }

    .xs\:right-\[64px\]{
        right: 64px;
    }

    .xs\:right-auto{
        right: auto;
    }

    .xs\:top-56{
        top: 14rem;
    }

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

    .xs\:mt-2\.5{
        margin-top: 0.625rem;
    }

    .xs\:mt-60{
        margin-top: 15rem;
    }

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

    .xs\:flex{
        display: flex;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xs\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .xs\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .xs\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .xs\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 640px){

    .sm\:left-\[45\%\]{
        left: 45%;
    }

    .sm\:top-52{
        top: 13rem;
    }

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

    .sm\:mt-56{
        margin-top: 14rem;
    }

    .sm\:flex{
        display: flex;
    }

    .sm\:grid{
        display: grid;
    }

    .sm\:hidden{
        display: none;
    }

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

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

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

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

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

    .sm\:w-auto{
        width: auto;
    }

    .sm\:translate-x-\[-58\%\]{
        --tw-translate-x: -58%;
        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));
    }

    .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\:gap-4{
        gap: 1rem;
    }

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

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

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

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

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

    .sm\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

    .sm\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 768px){

    .md\:absolute{
        position: absolute;
    }

    .md\:bottom-6{
        bottom: 1.5rem;
    }

    .md\:bottom-\[-16px\]{
        bottom: -16px;
    }

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

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

    .md\:left-6{
        left: 1.5rem;
    }

    .md\:left-auto{
        left: auto;
    }

    .md\:right-6{
        right: 1.5rem;
    }

    .md\:right-\[11rem\]{
        right: 11rem;
    }

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

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

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

    .md\:top-6{
        top: 1.5rem;
    }

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

    .md\:col-start-1{
        grid-column-start: 1;
    }

    .md\:row-start-1{
        grid-row-start: 1;
    }

    .md\:m-4{
        margin: 1rem;
    }

    .md\:mx-6{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .md\:mx-8{
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .md\:my-12{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

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

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

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

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

    .md\:mb-20{
        margin-bottom: 5rem;
    }

    .md\:mb-6{
        margin-bottom: 1.5rem;
    }

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

    .md\:ml-16{
        margin-left: 4rem;
    }

    .md\:ml-5{
        margin-left: 1.25rem;
    }

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

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

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

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

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

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

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

    .md\:mt-2\.5{
        margin-top: 0.625rem;
    }

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

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

    .md\:mt-6{
        margin-top: 1.5rem;
    }

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

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

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

    .md\:hidden{
        display: none;
    }

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

    .md\:h-12{
        height: 3rem;
    }

    .md\:h-16{
        height: 4rem;
    }

    .md\:h-20{
        height: 5rem;
    }

    .md\:h-48{
        height: 12rem;
    }

    .md\:h-6{
        height: 1.5rem;
    }

    .md\:h-64{
        height: 16rem;
    }

    .md\:h-8{
        height: 2rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:w-1\/2{
        width: 50%;
    }

    .md\:w-16{
        width: 4rem;
    }

    .md\:w-32{
        width: 8rem;
    }

    .md\:w-6{
        width: 1.5rem;
    }

    .md\:w-6\/12{
        width: 50%;
    }

    .md\:w-72{
        width: 18rem;
    }

    .md\:w-8{
        width: 2rem;
    }

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

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

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

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

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

    .md\:w-\[20\.25rem\]{
        width: 20.25rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:w-auto{
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:justify-evenly{
        justify-content: space-evenly;
    }

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

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

    .md\:gap-10{
        gap: 2.5rem;
    }

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

    .md\:gap-2{
        gap: 0.5rem;
    }

    .md\:gap-3{
        gap: 0.75rem;
    }

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

    .md\:gap-5{
        gap: 1.25rem;
    }

    .md\:gap-8{
        gap: 2rem;
    }

    .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:overflow-hidden{
        overflow: hidden;
    }

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

    .md\:rounded-br-\[3\.5rem\]{
        border-bottom-right-radius: 3.5rem;
    }

    .md\:rounded-tl-\[3\.5rem\]{
        border-top-left-radius: 3.5rem;
    }

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

    .md\:bg-\[\#D0D823\]{
        --tw-bg-opacity: 1;
        background-color: rgb(208 216 35 / var(--tw-bg-opacity));
    }

    .md\:bg-black{
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

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

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

    .md\:p-20{
        padding: 5rem;
    }

    .md\:p-3{
        padding: 0.75rem;
    }

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

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

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

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

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

    .md\:px-36{
        padding-left: 9rem;
        padding-right: 9rem;
    }

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

    .md\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

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

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

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

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

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

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

    .md\:py-24{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

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

    .md\:py-36{
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .md\:py-40{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

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

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

    .md\:pb-12{
        padding-bottom: 3rem;
    }

    .md\:pb-20{
        padding-bottom: 5rem;
    }

    .md\:pb-24{
        padding-bottom: 6rem;
    }

    .md\:pb-32{
        padding-bottom: 8rem;
    }

    .md\:pb-40{
        padding-bottom: 10rem;
    }

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

    .md\:pl-12{
        padding-left: 3rem;
    }

    .md\:pl-20{
        padding-left: 5rem;
    }

    .md\:pl-\[6\%\]{
        padding-left: 6%;
    }

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

    .md\:pr-6{
        padding-right: 1.5rem;
    }

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

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

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

    .md\:pt-20{
        padding-top: 5rem;
    }

    .md\:pt-24{
        padding-top: 6rem;
    }

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

    .md\:pt-40{
        padding-top: 10rem;
    }

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

    .md\:pt-6{
        padding-top: 1.5rem;
    }

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

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

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

    @media (min-width: 768px){

        .md\:md\:text-6xl{
            font-size: 3.75rem;
            line-height: 1;
        }
    }

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

    .md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .md\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

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

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

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

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

    .md\:leading-8{
        line-height: 2rem;
    }

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

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

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

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

    .md\:backdrop-blur-md{
        --tw-backdrop-blur: blur(12px);
        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);
    }
}
@media (min-width: 1024px){

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

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

    .lg\:right-\[7rem\]{
        right: 7rem;
    }

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

    .lg\:m-auto{
        margin: auto;
    }

    .lg\:mb-40{
        margin-bottom: 10rem;
    }

    .lg\:ml-16{
        margin-left: 4rem;
    }

    .lg\:ml-5{
        margin-left: 1.25rem;
    }

    .lg\:ml-\[-10\%\]{
        margin-left: -10%;
    }

    .lg\:ml-\[22px\]{
        margin-left: 22px;
    }

    .lg\:ml-\[44px\]{
        margin-left: 44px;
    }

    .lg\:ml-\[66px\]{
        margin-left: 66px;
    }

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

    .lg\:mt-14{
        margin-top: 3.5rem;
    }

    .lg\:mt-16{
        margin-top: 4rem;
    }

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

    .lg\:mt-24{
        margin-top: 6rem;
    }

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

    .lg\:mt-32{
        margin-top: 8rem;
    }

    .lg\:mt-6{
        margin-top: 1.5rem;
    }

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

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

    .lg\:flex{
        display: flex;
    }

    .lg\:h-52{
        height: 13rem;
    }

    .lg\:h-80{
        height: 20rem;
    }

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

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

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

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

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

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

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

    .lg\:w-1\/2{
        width: 50%;
    }

    .lg\:w-2\/5{
        width: 40%;
    }

    .lg\:w-3\/5{
        width: 60%;
    }

    .lg\:w-7{
        width: 1.75rem;
    }

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

    .lg\:w-\[12\.25rem\]{
        width: 12.25rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-1{
        gap: 0.25rem;
    }

    .lg\:gap-1\.5{
        gap: 0.375rem;
    }

    .lg\:gap-10{
        gap: 2.5rem;
    }

    .lg\:gap-12{
        gap: 3rem;
    }

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

    .lg\:gap-5{
        gap: 1.25rem;
    }

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

    .lg\:gap-8{
        gap: 2rem;
    }

    .lg\:rounded-br-\[5rem\]{
        border-bottom-right-radius: 5rem;
    }

    .lg\:rounded-tl-\[5rem\]{
        border-top-left-radius: 5rem;
    }

    .lg\:p-3{
        padding: 0.75rem;
    }

    .lg\:p-3\.5{
        padding: 0.875rem;
    }

    .lg\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;
    }

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

    .lg\:px-3{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .lg\:px-48{
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .lg\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

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

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

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

    .lg\:py-24{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

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

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

    .lg\:py-40{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

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

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

    .lg\:pb-20{
        padding-bottom: 5rem;
    }

    .lg\:pb-5{
        padding-bottom: 1.25rem;
    }

    .lg\:pl-16{
        padding-left: 4rem;
    }

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

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

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

    .lg\:pt-20{
        padding-top: 5rem;
    }

    .lg\:pt-24{
        padding-top: 6rem;
    }

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

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

    .lg\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

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

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

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

    .lg\:text-xl{
        font-size: 1.25rem;
    }
}
@media (min-width: 1280px){

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

    .xl\:mx-12{
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .xl\:ml-16{
        margin-left: 4rem;
    }

    .xl\:ml-\[-24\%\]{
        margin-left: -24%;
    }

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

    .xl\:mt-24{
        margin-top: 6rem;
    }

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

    .xl\:h-64{
        height: 16rem;
    }

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

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

    .xl\:w-8{
        width: 2rem;
    }

    .xl\:w-\[17\.5rem\]{
        width: 17.5rem;
    }

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

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

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

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

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

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

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

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

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

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

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

    .xl\:gap-12{
        gap: 3rem;
    }

    .xl\:gap-14{
        gap: 3.5rem;
    }

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

    .xl\:gap-8{
        gap: 2rem;
    }

    .xl\:rounded-br-\[6rem\]{
        border-bottom-right-radius: 6rem;
    }

    .xl\:rounded-tl-\[6rem\]{
        border-top-left-radius: 6rem;
    }

    .xl\:p-6{
        padding: 1.5rem;
    }

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

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

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

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

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

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

    .xl\:py-40{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .xl\:pl-4{
        padding-left: 1rem;
    }

    .xl\:pl-60{
        padding-left: 15rem;
    }

    .xl\:pl-8{
        padding-left: 2rem;
    }

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

    .xl\:pl-\[6\%\]{
        padding-left: 6%;
    }

    .xl\:pt-24{
        padding-top: 6rem;
    }

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

    .xl\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .xl\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .xl\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

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

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

    .xl\:text-xl{
        font-size: 1.25rem;
    }
}
@media (min-width: 1536px){

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

    .\32xl\:my-16{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .\32xl\:-mt-16{
        margin-top: -4rem;
    }

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

    .\32xl\:ml-\[-34\%\]{
        margin-left: -34%;
    }

    .\32xl\:h-80{
        height: 20rem;
    }

    .\32xl\:h-\[24rem\]{
        height: 24rem;
    }

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

    .\32xl\:w-\[20rem\]{
        width: 20rem;
    }

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

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

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

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

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

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

    .\32xl\:gap-0{
        gap: 0px;
    }

    .\32xl\:gap-20{
        gap: 5rem;
    }

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

    .\32xl\:px-48{
        padding-left: 12rem;
        padding-right: 12rem;
    }

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

    .\32xl\:px-\[14\%\]{
        padding-left: 14%;
        padding-right: 14%;
    }

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

    .\32xl\:py-40{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .\32xl\:pb-40{
        padding-bottom: 10rem;
    }

    .\32xl\:pl-\[9\%\]{
        padding-left: 9%;
    }

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

    .\32xl\:pt-28{
        padding-top: 7rem;
    }

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

    .\32xl\:pt-40{
        padding-top: 10rem;
    }

    .\32xl\:pt-48{
        padding-top: 12rem;
    }

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

    .\32xl\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

    .\32xl\:text-7xl{
        font-size: 4.5rem;
        line-height: 1;
    }
}
@media (min-width: 1920px){

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

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

    .\33xl\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .\33xl\:text-8xl{
        font-size: 6rem;
        line-height: 1;
    }
}
.\[\&\.active\]\:bg-\[\#9ca3af33\].active{
    background-color: #9ca3af33;
}
.\[\&\.active\]\:text-\[\#F97316\].active{
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity));
}

