/*
! tailwindcss v3.2.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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-\[6\.5px\] {
  top: 6.5px;
}

.right-\[7px\] {
  right: 7px;
}

.top-full {
  top: 100%;
}

.right-5 {
  right: 1.25rem;
}

.top-1\/2 {
  top: 50%;
}

.right-\[25px\] {
  right: 25px;
}

.right-\[23px\] {
  right: 23px;
}

.bottom-\[23px\] {
  bottom: 23px;
}

.top-3\/4 {
  top: 75%;
}

.left-1\/2 {
  left: 50%;
}

.bottom-0 {
  bottom: 0px;
}

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

.right-3 {
  right: 0.75rem;
}

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

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

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

.order-last {
  order: 9999;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.mb-24 {
  margin-bottom: 6rem;
}

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

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

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

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

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

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

.-ml-10 {
  margin-left: -2.5rem;
}

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

.mb-11 {
  margin-bottom: 2.75rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-9 {
  height: 2.25rem;
}

.h-7 {
  height: 1.75rem;
}

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

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

.h-5 {
  height: 1.25rem;
}

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

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

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

.h-12 {
  height: 3rem;
}

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

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

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

.h-6 {
  height: 1.5rem;
}

.h-40 {
  height: 10rem;
}

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

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

.h-48 {
  height: 12rem;
}

.h-auto {
  height: auto;
}

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

.h-11 {
  height: 2.75rem;
}

.h-full {
  height: 100%;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

.w-5 {
  width: 1.25rem;
}

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

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

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

.w-12 {
  width: 3rem;
}

.w-1\/3 {
  width: 33.333333%;
}

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

.w-3\/4 {
  width: 75%;
}

.w-1\/4 {
  width: 25%;
}

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

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

.w-2\/6 {
  width: 33.333333%;
}

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

.translate-x-\[52px\] {
  --tw-translate-x: 52px;
  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-\[40px\] {
  --tw-translate-y: 40px;
  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-2\/4 {
  --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-x-\[38px\] {
  --tw-translate-x: 38px;
  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-\[38px\] {
  --tw-translate-y: 38px;
  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-\[26px\] {
  --tw-translate-y: -26px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

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

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

.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-\[3px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3px * var(--tw-space-x-reverse));
  margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

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

.space-y-\[45px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(45px * var(--tw-space-y-reverse));
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-bl-\[4px\] {
  border-bottom-left-radius: 4px;
}

.rounded-br-\[4px\] {
  border-bottom-right-radius: 4px;
}

.rounded-tl-\[4px\] {
  border-top-left-radius: 4px;
}

.rounded-tr-\[4px\] {
  border-top-right-radius: 4px;
}

.border {
  border-width: 1px;
}

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

.border-none {
  border-style: none;
}

.border-acion2\/50 {
  border-color: rgb(155 19 239 / 0.5);
}

.border-acion2 {
  --tw-border-opacity: 1;
  border-color: rgb(155 19 239 / var(--tw-border-opacity));
}

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

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

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

.bg-acion {
  --tw-bg-opacity: 1;
  background-color: rgb(253 32 32 / var(--tw-bg-opacity));
}

.bg-bg-nine {
  --tw-bg-opacity: 1;
  background-color: rgb(1 5 4 / var(--tw-bg-opacity));
}

.bg-bg-eleven {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
}

.bg-bg-twelve {
  --tw-bg-opacity: 1;
  background-color: rgb(131 131 131 / var(--tw-bg-opacity));
}

.bg-bg-submenusnd {
  --tw-bg-opacity: 1;
  background-color: rgb(58 59 58 / var(--tw-bg-opacity));
}

.bg-primaryGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(13 233 152 / var(--tw-bg-opacity));
}

.bg-bg-four {
  --tw-bg-opacity: 1;
  background-color: rgb(0 11 7 / var(--tw-bg-opacity));
}

.bg-breadcrumb-c1 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 108 108 / var(--tw-bg-opacity));
}

.bg-explore-c3 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 8 14 / var(--tw-bg-opacity));
}

.bg-blueprime {
  --tw-bg-opacity: 1;
  background-color: rgb(17 31 71 / var(--tw-bg-opacity));
}

.bg-bg-two {
  --tw-bg-opacity: 1;
  background-color: rgb(18 3 27 / var(--tw-bg-opacity));
}

.bg-smallbox {
  --tw-bg-opacity: 1;
  background-color: rgb(44 24 56 / var(--tw-bg-opacity));
}

.bg-searchBig {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-acion2 {
  --tw-bg-opacity: 1;
  background-color: rgb(155 19 239 / var(--tw-bg-opacity));
}

.bg-activitybx {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

.bg-explore-c4 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity));
}

.bg-bg-eight {
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 97 / var(--tw-bg-opacity));
}

.bg-bg-one {
  --tw-bg-opacity: 1;
  background-color: rgb(6 13 40 / var(--tw-bg-opacity));
}

.bg-bg-three {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.bg-bg-six {
  --tw-bg-opacity: 1;
  background-color: rgb(3 4 11 / var(--tw-bg-opacity));
}

.bg-sellerbg {
  --tw-bg-opacity: 1;
  background-color: rgb(12 15 29 / var(--tw-bg-opacity));
}

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

.bg-center {
  background-position: center;
}

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

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

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

.p-0 {
  padding: 0px;
}

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-\[200px\] {
  padding-top: 200px;
}

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

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pr-\[120px\] {
  padding-right: 120px;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

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

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pt-\[88px\] {
  padding-top: 88px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[65px\] {
  padding-bottom: 65px;
}

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

.pb-\[130px\] {
  padding-bottom: 130px;
}

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

.pt-\[20px\] {
  padding-top: 20px;
}

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

.pr-16 {
  padding-right: 4rem;
}

.pt-\[85px\] {
  padding-top: 85px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

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

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

.pt-5 {
  padding-top: 1.25rem;
}

.pb-\[125px\] {
  padding-bottom: 125px;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pb-\[104px\] {
  padding-bottom: 104px;
}

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

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

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

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

.pt-\[125px\] {
  padding-top: 125px;
}

.pr-\[115px\] {
  padding-right: 115px;
}

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

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

.font-openSans {
  font-family: 'Open Sans', sans-serif;
}

.font-merriWeather {
  font-family: 'Merriweather Sans', sans-serif;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

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

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

.font-light {
  font-weight: 300;
}

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

.leading-5 {
  line-height: 1.25rem;
}

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

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

.leading-9 {
  line-height: 2.25rem;
}

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

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

.text-bg-submenusnd {
  --tw-text-opacity: 1;
  color: rgb(58 59 58 / var(--tw-text-opacity));
}

.text-breadcrumb-c1 {
  --tw-text-opacity: 1;
  color: rgb(107 108 108 / var(--tw-text-opacity));
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-breadcrumb-c2 {
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity));
}

.text-expandInner {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}

.text-explore-c4 {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}

.text-blackSecond {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}

.text-primaryGreen {
  --tw-text-opacity: 1;
  color: rgb(13 233 152 / var(--tw-text-opacity));
}

.text-acion2 {
  --tw-text-opacity: 1;
  color: rgb(155 19 239 / var(--tw-text-opacity));
}

.text-acion {
  --tw-text-opacity: 1;
  color: rgb(253 32 32 / var(--tw-text-opacity));
}

.text-bg-five {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.text-\[\] {
  color: ;
}

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-25 {
  opacity: 0.25;
}

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

.outline-0 {
  outline-width: 0px;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

/* Base Css */

body {
  background: #060D28;
}

/* Home Page Css */

.selectDiv select, .selectDivCurrency select, .create-item-select select {
  background-image: none;
}

.custom-border {
  position: relative;
  z-index: 1;
  background: #060D28;
  border-radius: 25px 4px 4px 4px;
}

.custom-border::before, .custom-border::after {
  content: "";
  background: linear-gradient(90deg,#D867FF1A,#9B13EF);
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  border-radius: 25px 4px 4px 4px;
  transition: 0.3s ease-in-out;
}

.custom-border:hover::after {
  background: linear-gradient(90deg,#D867FF1A,#9B13EF);
}

.custom-border::after {
  background: #060D28;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.custom-border-b, .custom-border-b-hover, .liner-cus, .custom-border-b-green, .custom-border-b-green-h, .create-new-item-b, .custom-border-b-green-ed-p {
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}

.custom-border-b::after, .custom-border-b-hover::after, .liner-cus::after, .custom-border-b-green::after, .custom-border-b-green-h::after, .create-new-item-b::after, .custom-border-b-green-ed-p::after {
  background: linear-gradient(130deg,#D867FF1A,#9B13EF);
  position: absolute;
  content: '';
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5%;
}

.custom-border-b-hover::after {
  background: transparent;
}

.custom-border-b-hover:hover::after {
  background: linear-gradient(130deg,#D867FF1A,#9B13EF);
}

.custom-border-b-hover:hover span {
  color: #9B13EF;
}

.liner-cus::after {
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  height: 3%;
  background: linear-gradient(130deg,#D867FF1A,#9B13EF);
}

.liner-cus {
  padding-bottom: 17px;
}

.custom-border-b.custom-border-b-l::after {
  background: linear-gradient(130deg,#D867FF1A,#9B13EF);
  bottom: -0.3%;
  height: 0.4%;
}

.swiper-pagination.swiper-pagination-line span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9B13EF;
}

.swiper-pagination.swiper-pagination-line span.swiper-pagination-bullet {
  background: #3F3F3F;
  width: 42px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  margin: 8px;
}

.custom-digi {
  background: linear-gradient(262.93deg, #9B13EF 0%, rgba(216, 103, 255, 0.1) 102.27%);
}

.swiper.mySwiperSnd.delete {
  display: none;
  transition: all 0.5s ease;
}

.side-hollow::after {
  background-image: url(../assets/image/holo-mask.png);
  position: absolute;
  left: 0;
  top: -50px;
  height: 100%;
  width: 341px;
  content: '';
  background-size: contain;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper.mySwiperSnd.current {
  display: block;
  transition: all 0.5s ease;
}

.filters-group .active {
  color: #9B13EF;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}

.swiper.swiperSellers {
  overflow: inherit;
}

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

.liner-throughout {
  position: relative;
  background: #3B3B3B;
  width: 41%;
  height: 1px;
  margin: 0 auto;
}

.mobile-menu ul li ul.submenu {
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mobile-menu ul li:hover ul.submenu {
  opacity: 1;
  top: 68%;
  visibility: visible;
}

.mobile-nav {
  height: 34px;
  width: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  position: relative;
}

.mobile-nav span::after, .mobile-nav span::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.mobile-nav span::after {
  top: -7px;
}

.mobile-nav span::before {
  top: 7px;
}

.close-nav-menu {
  height: 40px;
  width: 40px;
  background-color: #fff;
  margin: 0 0 15px 15px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: none;
}

.close-nav-menu i {
  font-size: 22px;
}

/* Newsletter css */

.custom-news-btn {
  background: linear-gradient(100.05deg, #9B13EF -3.03%, rgba(152, 30, 194, 0.52) 132.21%);
  transition: 0.3s ease-in-out;
}

.custom-news-btn:hover {
  background: linear-gradient(100.05deg, #8c24cd -3.03%, rgb(146 51 179 / 52%) 132.21%);
}

/* Explore Page css */

.selectDiv, .selectDivCurrency, .create-item-select {
  position: relative;
  display: inline-block;
}

.selectDiv::after, .selectDivCurrency::after, .create-item-select::after {
  content: '';
  position: absolute;
  background-image: url(../assets/image/icon/angle-down.svg);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  width: 56px;
  text-align: center;
  line-height: 35px;
  padding: 0px 5px;
  background-color: #9B13EF;
  pointer-events: none;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center center;
}

.selectDiv select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.selectDivCurrency::after {
  width: 40px;
  height: 46px;
  background-size: 27px;
}

.event-c, .faq-c {
  position: relative;
  z-index: 1;
}

.event-c::after, .faq-c::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 232px;
  height: 1px;
  background: #3A3B3A;
}

.expand-list, .faq-c {
  max-height: 0;
  overflow: hidden;
}

.current-quantity.active-quan .expand-list, .current-quantity.active-quan .expand-list.faq-c {
  max-height: inherit;
  transition: all 0.3s ease;
}

.custom-space-x a {
  margin-right: 15px;
}

/* Our Creators Page Css */

.custom-border-b-green::after, .custom-border-b-green-h::after {
  bottom: -1px;
  background: linear-gradient(130deg,#00FFA31A,#00FFA3);
}

.custom-border-b-green-h::after {
  visibility: hidden;
  opacity: 0;
}

.custom-border-b-green-h:hover::after {
  visibility: visible;
  opacity: 1;
}

/* Create Item Page Css */

.create-new-item-b::after {
  bottom: -1px;
}

.create-item-select::after {
  transform: translateY(-100%);
  right: 20px;
  width: 27px;
  height: 27px;
  background-size: 30px;
}

/* Blog Page Css */

.our-blog-hover {
  position: relative;
  z-index: 1;
  transition: 0.4s ease all;
}

.our-blog-hover:hover a {
  background-color: #9B13EF;
}

.our-blog-hover.custom-border-b-hover::after {
  bottom: -1.1px;
}

.r-post-cus:hover h4, .r-post-cus:hover p {
  color: #0DE998;
}

/* Edit Profile Page Css */

.custom-border-b-green-ed-p::after {
  bottom: 11px;
}

.custom-border-b-green-ed-p span {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.custom-border-b-green-ed-p:hover span {
  opacity: 1;
  visibility: visible;
}

/* Faq Page Css */

.faq-c::after {
  width: 100%;
  top: 15%;
}

.current-quantity.active-quan .expand-list.faq-c {
  padding-top: 50px;
  display: block;
}

.expand-list.faq-c {
  display: none;
  transition: 0.3s;
}

/* Responsive css */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1335px) {
  .custom-border-b-green-ed-p::after {
    bottom: 7px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .side-hollow::after {
    top: -125px;
    width: 180px;
  }

  .particle-bg::before {
    top: 5%;
  }

  .create-new-item-b::after {
    bottom: 5px;
  }

  .custom-border-b-green-ed-p::after {
    bottom: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  nav.mobile-menu {
    position: fixed;
    right: -280px;
    width: 280px;
    display: block;
    height: 100%;
    overflow-y: auto;
    background-color: #9B13EF;
    top: 0;
    z-index: 999;
    padding: 15px 0;
    transition: all 0.3s ease;
    visibility: hidden;
  }

  nav.mobile-menu.open {
    visibility: visible;
    right: 0;
  }

  nav.mobile-menu ul {
    padding: 15px 0;
  }

  nav.mobile-menu ul li {
    display: block;
    margin: 0;
  }

  nav.mobile-menu ul li a {
    padding: 10px 29px;
    display: inline-block;
  }

  .close-nav-menu {
    display: flex;
  }

  .mobile-menu ul li ul.submenu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }

  .mobile-menu ul li ul.submenu li a {
    padding: 8px 65px;
    color: #fff;
    transition: 0.3s;
  }

  .mobile-menu ul li ul.submenu li a:hover {
    color: #000;
  }

  body.hidden-scrolling {
    overflow-y: hidden;
  }

  .menu-overlay {
    position: fixed;
    z-index: 998;
    background-color:rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .side-hollow::after {
    top: -9%;
    width: 160px;
  }

  .particle-bg::before {
    top: 10%;
  }
}

@media only screen and (max-width: 767px) {
  nav.mobile-menu {
    position: fixed;
    right: -280px;
    width: 280px;
    display: block;
    height: 100%;
    overflow-y: auto;
    background-color: #9B13EF;
    top: 0;
    z-index: 999;
    padding: 15px 0;
    transition: all 0.3s ease;
    visibility: hidden;
  }

  nav.mobile-menu.open {
    visibility: visible;
    right: 0;
  }

  nav.mobile-menu ul {
    padding: 15px 0;
  }

  nav.mobile-menu ul li {
    display: block;
    margin: 0;
  }

  nav.mobile-menu ul li a {
    padding: 10px 29px;
    display: inline-block;
  }

  .close-nav-menu {
    display: flex;
  }

  .mobile-menu ul li ul.submenu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }

  .mobile-menu ul li ul.submenu li a {
    padding: 8px 65px;
    color: #fff;
    transition: 0.3s;
  }

  .mobile-menu ul li ul.submenu li a:hover {
    color: #000;
  }

  body.hidden-scrolling {
    overflow-y: hidden;
  }

  .menu-overlay {
    position: fixed;
    z-index: 998;
    background-color:rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .swiper-pagination.swiper-pagination-line span.swiper-pagination-bullet {
    width: 30px;
  }

  .side-hollow::after {
    top: -10%;
    width: 115px;
  }

  .particle-bg::before {
    top: 6%;
  }

  .create-item-select::after {
    transform: translateY(-50%);
  }

  .faq-c::after {
    top: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .create-item-select::after {
    transform: translateY(-100%);
  }
}

.placeholder\:text-xs::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:text-xs::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}

.placeholder\:font-normal::placeholder {
  font-weight: 400;
}

.placeholder\:text-expandInner::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}

.placeholder\:text-expandInner::placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}

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

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

.placeholder\:text-explore-c4::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}

.placeholder\:text-explore-c4::placeholder {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}

.placeholder\:text-bg-submenusnd::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(58 59 58 / var(--tw-text-opacity));
}

.placeholder\:text-bg-submenusnd::placeholder {
  --tw-text-opacity: 1;
  color: rgb(58 59 58 / var(--tw-text-opacity));
}

.hover\:bg-acion\/75:hover {
  background-color: rgb(253 32 32 / 0.75);
}

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

.hover\:bg-acion:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 32 32 / var(--tw-bg-opacity));
}

.hover\:bg-acion2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(155 19 239 / var(--tw-bg-opacity));
}

.hover\:bg-acion\/80:hover {
  background-color: rgb(253 32 32 / 0.8);
}

.hover\:bg-bg-seven:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 53 44 / var(--tw-bg-opacity));
}

.hover\:bg-primaryGreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 233 152 / var(--tw-bg-opacity));
}

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

.hover\:text-acion2:hover {
  --tw-text-opacity: 1;
  color: rgb(155 19 239 / var(--tw-text-opacity));
}

.hover\:text-acion:hover {
  --tw-text-opacity: 1;
  color: rgb(253 32 32 / var(--tw-text-opacity));
}

.hover\:text-breadcrumb-c2:hover {
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity));
}

.hover\:text-primaryGreen:hover {
  --tw-text-opacity: 1;
  color: rgb(13 233 152 / var(--tw-text-opacity));
}

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

.hover\:text-primaryGreen\/80:hover {
  color: rgb(13 233 152 / 0.8);
}

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

.focus\:border-none:focus {
  border-style: none;
}

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

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-bg-five:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 30 30 / var(--tw-ring-opacity));
}

@media (min-width: 576px) {
  .sm\:top-0 {
    top: 0px;
  }

  .sm\:-right-\[47\%\] {
    right: -47%;
  }

  .sm\:-bottom-\[7\%\] {
    bottom: -7%;
  }

  .sm\:top-\[6\.5px\] {
    top: 6.5px;
  }

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

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:order-first {
    order: -9999;
  }

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

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

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

  .sm\:translate-x-\[85px\] {
    --tw-translate-x: 85px;
    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\:translate-y-\[28px\] {
    --tw-translate-y: 28px;
    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\:-translate-y-\[26px\] {
    --tw-translate-y: -26px;
    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-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

  .sm\:space-x-\[24px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .sm\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .sm\:py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px;
  }

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

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

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

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

  .sm\:py-\[15\.5px\] {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }

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

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

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

  .sm\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .sm\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

  .sm\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

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

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

  .sm\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

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

  .sm\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm\:pt-\[265px\] {
    padding-top: 265px;
  }

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

  .sm\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .sm\:pr-\[150px\] {
    padding-right: 150px;
  }

  .sm\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .sm\:pb-\[135px\] {
    padding-bottom: 135px;
  }

  .sm\:pb-\[130px\] {
    padding-bottom: 130px;
  }

  .sm\:pb-\[120px\] {
    padding-bottom: 120px;
  }

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

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

  .sm\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .sm\:pb-\[75px\] {
    padding-bottom: 75px;
  }

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

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

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

  .sm\:pt-\[100px\] {
    padding-top: 100px;
  }

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

  .sm\:pr-\[124px\] {
    padding-right: 124px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

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

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

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

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

  .sm\:leading-\[61px\] {
    line-height: 61px;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

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

  .sm\:leading-\[94px\] {
    line-height: 94px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:top-0 {
    top: 0px;
  }

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

  .md\:-bottom-\[7\%\] {
    bottom: -7%;
  }

  .md\:top-\[6\.5px\] {
    top: 6.5px;
  }

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

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

  .md\:order-first {
    order: -9999;
  }

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

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

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

  .md\:mb-\[65px\] {
    margin-bottom: 65px;
  }

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

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

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

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

  .md\:mb-\[105px\] {
    margin-bottom: 105px;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-4\/5 {
    width: 80%;
  }

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

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

  .md\:translate-x-\[85px\] {
    --tw-translate-x: 85px;
    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));
  }

  .md\:translate-y-\[28px\] {
    --tw-translate-y: 28px;
    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));
  }

  .md\:-translate-y-\[32px\] {
    --tw-translate-y: -32px;
    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));
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

  .md\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-\[15\.5px\] {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .md\:pt-\[265px\] {
    padding-top: 265px;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .md\:pr-\[150px\] {
    padding-right: 150px;
  }

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

  .md\:pb-\[135px\] {
    padding-bottom: 135px;
  }

  .md\:pb-\[130px\] {
    padding-bottom: 130px;
  }

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

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

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

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

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

  .md\:pb-\[75px\] {
    padding-bottom: 75px;
  }

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

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

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

  .md\:pt-\[140px\] {
    padding-top: 140px;
  }

  .md\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .md\:pl-\[35px\] {
    padding-left: 35px;
  }

  .md\:pr-\[165px\] {
    padding-right: 165px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-9 {
    line-height: 2.25rem;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .lg\:top-0 {
    top: 0px;
  }

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

  .lg\:-bottom-\[5\%\] {
    bottom: -5%;
  }

  .lg\:top-\[6\.5px\] {
    top: 6.5px;
  }

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

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

  .lg\:order-first {
    order: -9999;
  }

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

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

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

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

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

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .lg\:mb-\[65px\] {
    margin-bottom: 65px;
  }

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

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

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

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

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-\[105px\] {
    margin-bottom: 105px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

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

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

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

  .lg\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:space-x-\[24px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .lg\:space-x-\[25px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[35px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-\[65px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

  .lg\:py-\[15\.5px\] {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

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

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

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

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

  .lg\:pt-\[265px\] {
    padding-top: 265px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pb-\[110px\] {
    padding-bottom: 110px;
  }

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

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

  .lg\:pb-\[135px\] {
    padding-bottom: 135px;
  }

  .lg\:pb-\[130px\] {
    padding-bottom: 130px;
  }

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

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

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

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

  .lg\:pb-\[75px\] {
    padding-bottom: 75px;
  }

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

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

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

  .lg\:pt-\[140px\] {
    padding-top: 140px;
  }

  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[61px\] {
    line-height: 61px;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

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

  .lg\:leading-\[94px\] {
    line-height: 94px;
  }

  .lg\:active-menu {
    color: #9B13EF;
  }

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

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

  .lg\:hover\:text-acion2:hover {
    --tw-text-opacity: 1;
    color: rgb(155 19 239 / var(--tw-text-opacity));
  }
}

@media (min-width: 1322px) {
  .xl\:top-0 {
    top: 0px;
  }

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

  .xl\:-bottom-\[2\%\] {
    bottom: -2%;
  }

  .xl\:top-\[6\.5px\] {
    top: 6.5px;
  }

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

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

  .xl\:order-first {
    order: -9999;
  }

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

  .xl\:ml-20 {
    margin-left: 5rem;
  }

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

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

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:ml-\[88px\] {
    margin-left: 88px;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .xl\:block {
    display: block;
  }

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

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

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

  .xl\:w-3\/12 {
    width: 25%;
  }

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

  .xl\:w-1\/5 {
    width: 20%;
  }

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

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

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

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

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .xl\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

  .xl\:translate-x-\[85px\] {
    --tw-translate-x: 85px;
    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));
  }

  .xl\:translate-y-\[28px\] {
    --tw-translate-y: 28px;
    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));
  }

  .xl\:-translate-y-\[32px\] {
    --tw-translate-y: -32px;
    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));
  }

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

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

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

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

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

  .xl\:space-x-\[24px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .xl\:space-x-\[25px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[35px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .xl\:space-x-\[65px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .xl\:py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px;
  }

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

  .xl\:py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px;
  }

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

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

  .xl\:py-\[15\.5px\] {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }

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

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

  .xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .xl\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

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

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

  .xl\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

  .xl\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .xl\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

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

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

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

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

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

  .xl\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

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

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

  .xl\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .xl\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .xl\:pr-\[160px\] {
    padding-right: 160px;
  }

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

  .xl\:pb-\[135px\] {
    padding-bottom: 135px;
  }

  .xl\:pb-\[130px\] {
    padding-bottom: 130px;
  }

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

  .xl\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .xl\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

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

  .xl\:pb-\[75px\] {
    padding-bottom: 75px;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

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

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

  .xl\:pb-\[140px\] {
    padding-bottom: 140px;
  }

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

  .xl\:pr-\[165px\] {
    padding-right: 165px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:leading-\[61px\] {
    line-height: 61px;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

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

  .xl\:leading-\[94px\] {
    line-height: 94px;
  }

  .xl\:active-menu {
    color: #9B13EF;
  }

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

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

  .xl\:hover\:text-acion2:hover {
    --tw-text-opacity: 1;
    color: rgb(155 19 239 / var(--tw-text-opacity));
  }
}
