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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

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

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

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

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

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.\!bottom-\[30px\]{
  bottom: 30px !important;
}

.\!left-\[45px\]{
  left: 45px !important;
}

.\!right-\[-50px\]{
  right: -50px !important;
}

.\!top-\[28px\]{
  top: 28px !important;
}

.-right-1{
  right: -0.25rem;
}

.-top-1{
  top: -0.25rem;
}

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

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

.left-3{
  left: 0.75rem;
}

.left-\[12px\]{
  left: 12px;
}

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

.left-\[5px\]{
  left: 5px;
}

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

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

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

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

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

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

.top-0{
  top: 0px;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

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

.top-\[11px\]{
  top: 11px;
}

.top-\[12px\]{
  top: 12px;
}

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

.top-\[24px\]{
  top: 24px;
}

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

.top-\[44px\]{
  top: 44px;
}

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

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

.bottom-4{
  bottom: 1rem;
}

.left-4{
  left: 1rem;
}

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

.top-12{
  top: 3rem;
}

.left-8{
  left: 2rem;
}

.right-8{
  right: 2rem;
}

.top-8{
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

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

.col-span-12{
  grid-column: span 12 / span 12;
}

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

.row-span-1{
  grid-row: span 1 / span 1;
}

.-m-2\.5{
  margin: -0.625rem;
}

.m-auto{
  margin: auto;
}

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

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

.mx-\[0\.75rem\]{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.\!mt-\[48px\]{
  margin-top: 48px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-\[1\.25rem\]{
  margin-bottom: 1.25rem;
}

.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.mb-\[2\.25rem\]{
  margin-bottom: 2.25rem;
}

.mb-\[2\.5rem\]{
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3{
  margin-left: 0.75rem;
}

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

.ml-auto{
  margin-left: auto;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

.mt-\[0\.5rem\]{
  margin-top: 0.5rem;
}

.mt-\[1\.2rem\]{
  margin-top: 1.2rem;
}

.mt-\[1\.5rem\]{
  margin-top: 1.5rem;
}

.mt-\[1\.75rem\]{
  margin-top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.\!h-4{
  height: 1rem !important;
}

.\!h-\[1\.7rem\]{
  height: 1.7rem !important;
}

.\!h-\[12px\]{
  height: 12px !important;
}

.\!h-\[16px\]{
  height: 16px !important;
}

.\!h-\[2\.25rem\]{
  height: 2.25rem !important;
}

.\!h-\[24px\]{
  height: 24px !important;
}

.\!h-\[280px\]{
  height: 280px !important;
}

.\!h-\[320px\]{
  height: 320px !important;
}

.\!h-\[32px\]{
  height: 32px !important;
}

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

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-\[0\.75px\]{
  height: 0.75px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-10{
  height: 2.5rem;
}

.max-h-\[2\.5rem\]{
  max-height: 2.5rem;
}

.max-h-\[22\.75rem\]{
  max-height: 22.75rem;
}

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

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

.max-h-\[90vh\]{
  max-height: 90vh;
}

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

.\!max-h-none{
  max-height: none !important;
}

.min-h-\[15\.5rem\]{
  min-height: 15.5rem;
}

.min-h-\[15rem\]{
  min-height: 15rem;
}

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

.min-h-\[22\.75rem\]{
  min-height: 22.75rem;
}

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

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

.min-h-\[27\.5rem\]{
  min-height: 27.5rem;
}

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

.min-h-\[40rem\]{
  min-height: 40rem;
}

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

.min-h-\[8rem\]{
  min-height: 8rem;
}

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

.\!w-4{
  width: 1rem !important;
}

.\!w-\[16px\]{
  width: 16px !important;
}

.\!w-\[24px\]{
  width: 24px !important;
}

.\!w-\[56px\]{
  width: 56px !important;
}

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

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

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

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-16{
  width: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md{
  max-width: 28rem;
}

.max-w-none{
  max-width: none;
}

.max-w-6xl{
  max-width: 72rem;
}

.\!max-w-none{
  max-width: none !important;
}

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

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

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

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

.-translate-y-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-y-2{
  --tw-translate-y: -0.5rem;
  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-0{
  --tw-translate-x: 0px;
  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-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0{
  --tw-translate-y: 0px;
  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-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.scale-\[1\.33\]{
  --tw-scale-x: 1.33;
  --tw-scale-y: 1.33;
  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));
}

.animate-\[fadeIn_0\.3s_ease-out\]{
  animation: fadeIn 0.3s ease-out;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

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

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

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[0\.5rem\]{
  gap: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.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-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-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-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-y-\[1px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

.overflow-y-auto{
  overflow-y: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

.border{
  border-width: 1px;
}

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

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

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

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

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

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

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

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

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

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

.border-\[\#10B981\]{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-\[\#131212\]{
  --tw-border-opacity: 1;
  border-color: rgb(19 18 18 / var(--tw-border-opacity, 1));
}

.border-\[\#5A5149\]{
  --tw-border-opacity: 1;
  border-color: rgb(90 81 73 / var(--tw-border-opacity, 1));
}

.border-\[\#B6ADA5\]{
  --tw-border-opacity: 1;
  border-color: rgb(182 173 165 / var(--tw-border-opacity, 1));
}

.border-\[\#B91C1C\]{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-\[\#DAD6D2\]{
  --tw-border-opacity: 1;
  border-color: rgb(218 214 210 / var(--tw-border-opacity, 1));
}

.border-\[\#E0E0E0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.border-\[\#E5E5E5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-\[\#E6E6E6\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.border-\[\#EBEAE8\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 234 232 / var(--tw-border-opacity, 1));
}

.border-\[\#b6ada5\]{
  --tw-border-opacity: 1;
  border-color: rgb(182 173 165 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.border-transparent{
  border-color: transparent;
}

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

.bg-\[\#023021\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 48 33 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#505E5F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(80 94 95 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5A5149\]{
  --tw-bg-opacity: 1;
  background-color: rgb(90 81 73 / var(--tw-bg-opacity, 1));
}

.bg-\[\#884027\]{
  --tw-bg-opacity: 1;
  background-color: rgb(136 64 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9B8A7A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(155 138 122 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B6ADA5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(182 173 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C03D0D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(192 61 13 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#EBEAE8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECFDF5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAF5F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 242 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#ebeae8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#faf5f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 242 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(250\2c 245\2c 242\)\]{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 242, var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(250\2c 245\2c 242\2c 0\.90\)\]{
  background-color: rgba(250,245,242,0.90);
}

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

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-\[\#f1efec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 236 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-\[url\(\'\/wp-content\/uploads\/2025\/05\/registration\.webp\'\)\]{
  background-image: url('/wp-content/uploads/2025/05/registration.webp');
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#131212\]\/0{
  --tw-gradient-from: rgb(19 18 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 18 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(19\2c 18\2c 18\2c 0\)\]{
  --tw-gradient-from: rgba(19,18,18,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(19, 18, 18, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(19\2c 18\2c 18\2c 0\.90\)\]{
  --tw-gradient-from: rgba(19,18,18,0.90) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(19, 18, 18, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#131212\]{
  --tw-gradient-to: #131212 var(--tw-gradient-to-position);
}

.to-\[\#131212\]\/90{
  --tw-gradient-to: rgb(19 18 18 / 0.9) var(--tw-gradient-to-position);
}

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

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

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

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

.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-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

.p-\[8px_12px_8px_20px\]{
  padding: 8px 12px 8px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-2{
  padding-bottom: 0.5rem;
}

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

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

.pb-\[0\.6rem\]{
  padding-bottom: 0.6rem;
}

.pb-\[1\.5rem\]{
  padding-bottom: 1.5rem;
}

.pb-\[10\.47rem\]{
  padding-bottom: 10.47rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3{
  padding-left: 0.75rem;
}

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

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

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

.pl-\[2\.75rem\]{
  padding-left: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-7{
  padding-top: 1.75rem;
}

.pt-\[0\.8rem\]{
  padding-top: 0.8rem;
}

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

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

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

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

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

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

.pt-\[2rem\]{
  padding-top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-\[\"Be_Vietnam_Pro\"\]{
  font-family: "Be Vietnam Pro";
}

.font-\[\'Be_Vietnam_Pro\'\]{
  font-family: 'Be Vietnam Pro';
}

.font-\[\'Raleway\'\]{
  font-family: 'Raleway';
}

.font-\[\'Source_Sans_Pro\'\]{
  font-family: 'Source Sans Pro';
}

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

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

.text-\[0\.75rem\]{
  font-size: 0.75rem;
}

.text-\[0\.875rem\]{
  font-size: 0.875rem;
}

.text-\[0\.87rem\]{
  font-size: 0.87rem;
}

.text-\[1\.06688rem\]{
  font-size: 1.06688rem;
}

.text-\[1\.06rem\]{
  font-size: 1.06rem;
}

.text-\[1\.12rem\]{
  font-size: 1.12rem;
}

.text-\[1\.13875rem\]{
  font-size: 1.13875rem;
}

.text-\[1\.13rem\]{
  font-size: 1.13rem;
}

.text-\[1\.26563rem\]{
  font-size: 1.26563rem;
}

.text-\[1\.29625rem\]{
  font-size: 1.29625rem;
}

.text-\[1\.29rem\]{
  font-size: 1.29rem;
}

.text-\[1\.38313rem\]{
  font-size: 1.38313rem;
}

.text-\[1\.47rem\]{
  font-size: 1.47rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

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

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

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

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

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

.text-\[17\.07px\]{
  font-size: 17.07px;
}

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

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

.text-\[19\.2px\]{
  font-size: 19.2px;
}

.text-\[19\.44px\]{
  font-size: 19.44px;
}

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

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

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

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

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

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

.text-\[23\.61px\]{
  font-size: 23.61px;
}

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

.text-\[27\.65px\]{
  font-size: 27.65px;
}

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

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

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

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

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

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

.\!font-normal{
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

.italic{
  font-style: italic;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-\[1\]{
  line-height: 1 !important;
}

.\!leading-\[21px\]{
  line-height: 21px !important;
}

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

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

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

.leading-7{
  line-height: 1.75rem;
}

.leading-\[0\.75rem\]{
  line-height: 0.75rem;
}

.leading-\[0\.875rem\]{
  line-height: 0.875rem;
}

.leading-\[0\.87rem\]{
  line-height: 0.87rem;
}

.leading-\[1\.125rem\]{
  line-height: 1.125rem;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.2rem\]{
  line-height: 1.2rem;
}

.leading-\[1\.3125rem\]{
  line-height: 1.3125rem;
}

.leading-\[1\.31rem\]{
  line-height: 1.31rem;
}

.leading-\[1\.38313rem\]{
  line-height: 1.38313rem;
}

.leading-\[1\.47rem\]{
  line-height: 1.47rem;
}

.leading-\[1\.48038rem\]{
  line-height: 1.48038rem;
}

.leading-\[1\.48rem\]{
  line-height: 1.48rem;
}

.leading-\[1\.49363rem\]{
  line-height: 1.49363rem;
}

.leading-\[1\.5555rem\]{
  line-height: 1.5555rem;
}

.leading-\[1\.55rem\]{
  line-height: 1.55rem;
}

.leading-\[1\.57rem\]{
  line-height: 1.57rem;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.5rem\]{
  line-height: 1.5rem;
}

.leading-\[1\.64531rem\]{
  line-height: 1.64531rem;
}

.leading-\[1\.6875rem\]{
  line-height: 1.6875rem;
}

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

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

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

.leading-\[18\.2px\]{
  line-height: 18.2px;
}

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

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

.leading-\[2\.246563rem\]{
  line-height: 2.246563rem;
}

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

.leading-\[22\.13px\]{
  line-height: 22.13px;
}

.leading-\[22\.4px\]{
  line-height: 22.4px;
}

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

.leading-\[23\.686px\]{
  line-height: 23.686px;
}

.leading-\[23\.69px\;\]{
  line-height: 23.69px;;
}

.leading-\[23\.69px\]{
  line-height: 23.69px;
}

.leading-\[23\.898px\]{
  line-height: 23.898px;
}

.leading-\[23\.9px\]{
  line-height: 23.9px;
}

.leading-\[24\.888px\]{
  line-height: 24.888px;
}

.leading-\[24\.89px\]{
  line-height: 24.89px;
}

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

.leading-\[25\.272px\]{
  line-height: 25.272px;
}

.leading-\[25\.27px\]{
  line-height: 25.27px;
}

.leading-\[25\.2px\]{
  line-height: 25.2px;
}

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

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

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

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

.leading-\[28\.83px\]{
  line-height: 28.83px;
}

.leading-\[29\.614px\;\]{
  line-height: 29.614px;;
}

.leading-\[30\.756px\;\]{
  line-height: 30.756px;;
}

.leading-\[32\.256px\]{
  line-height: 32.256px;
}

.leading-\[35\.945px\]{
  line-height: 35.945px;
}

.tracking-\[0\%\]{
  letter-spacing: 0%;
}

.tracking-\[0\.0175rem\]{
  letter-spacing: 0.0175rem;
}

.text-\[\#023021\]{
  --tw-text-opacity: 1;
  color: rgb(2 48 33 / var(--tw-text-opacity, 1));
}

.text-\[\#065F46\]{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-\[\#131212\]{
  --tw-text-opacity: 1;
  color: rgb(19 18 18 / var(--tw-text-opacity, 1));
}

.text-\[\#22c55e\]{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-\[\#5A5149\]{
  --tw-text-opacity: 1;
  color: rgb(90 81 73 / var(--tw-text-opacity, 1));
}

.text-\[\#B6ADA5\]{
  --tw-text-opacity: 1;
  color: rgb(182 173 165 / var(--tw-text-opacity, 1));
}

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

.text-\[\#C03D0D\]{
  --tw-text-opacity: 1;
  color: rgb(192 61 13 / var(--tw-text-opacity, 1));
}

.text-\[\#EBEAE8\]{
  --tw-text-opacity: 1;
  color: rgb(235 234 232 / var(--tw-text-opacity, 1));
}

.text-\[\#FAF5F2\]{
  --tw-text-opacity: 1;
  color: rgb(250 245 242 / var(--tw-text-opacity, 1));
}

.text-\[\#d32f2f\]{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

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

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-70{
  opacity: 0.7;
}

.shadow-\[0px_-2px_30px_0px_rgba\(19\2c 18\2c 18\2c 0\.20\)\]{
  --tw-shadow: 0px -2px 30px 0px rgba(19,18,18,0.20);
  --tw-shadow-colored: 0px -2px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[25px\]{
  --tw-backdrop-blur: blur(25px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.ease-linear{
  transition-timing-function: linear;
}

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

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

.\[font-feature-settings\:\'salt\'_on\2c \'ss01\'_on\2c \'ss02\'_on\2c \'ss03\'_on\2c \'ss05\'_on\2c \'ss07\'_on\2c \'ss08\'_on\2c \'ss09\'_on\]{
  font-feature-settings: 'salt' on,'ss01' on,'ss02' on,'ss03' on,'ss05' on,'ss07' on,'ss08' on,'ss09' on;
}

.\[font-variant-numeric\:lining-nums_proportional-nums\]{
  font-variant-numeric: lining-nums proportional-nums;
}

.\[letter-spacing\:1px\]{
  letter-spacing: 1px;
}

.\[text-decoration-skip-ink\:none\]{
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.\[text-underline-position\:from-font\]{
  text-underline-position: from-font;
}

[x-cloak] {
  display: none;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: #faf5f2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  -webkit-font-smoothing: antialiased;
}

.bg-light {
  background-color: #faf5f2;
}

.text-white {
  color: #faf5f2;
}

.bg-dark {
  background-color: #131212;
}

.bg-netural {
  background-color: #ebeae8;
}

.text-neutral {
  color: #ebeae8;
}

.text-dark {
  color: #5a5149;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}

#circle {
  stroke-dasharray: 59.69;
  stroke-dashoffset: 59.69;
  fill: transparent;
  background: #000;
  z-index: 1;
  stroke-width: 1;
  opacity: 0;
  transition:
    stroke-dashoffset 0.5s ease-out,
    opacity 0.5s ease-out;
}

#circle-white {
  stroke-dasharray: 59.69;
  stroke-dashoffset: 59.69;
  fill: transparent;
  background: #fff;
  z-index: 1;
  stroke-width: 1;
  stroke: #fff;
  opacity: 0;
  transition:
    stroke-dashoffset 0.5s ease-out,
    opacity 0.5s ease-out;
}

.group:hover {
  #circle {
    animation: drawCircle 0.5s ease-out forwards;
  }
  #circle-white {
    animation: drawCircleWhite 0.5s ease-out forwards;
  }
  #vector {
    animation: changeColor 0.6s ease-out forwards;
  }
  #vector-white {
    animation: changeColorWhite 0.6s ease-out forwards;
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 59.69;
    opacity: 0;
  }

  99% {
    stroke-dashoffset: 0;
    fill: transparent;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #000;
    opacity: 1;
  }
}

@keyframes drawCircleWhite {
  0% {
    stroke-dashoffset: 59.69;
    opacity: 0;
  }

  99% {
    stroke-dashoffset: 0;
    fill: transparent;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    opacity: 1;
  }
}

@keyframes changeColor {
  0%,
  83% {
    stroke: #131212;
  }

  100% {
    stroke: #fff;
  }
}

@keyframes changeColorWhite {
  0%,
  83% {
    stroke: #fff;
  }

  100% {
    stroke: #131212;
  }
}

input.search-input::-moz-placeholder {
  color: #dad6d2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

input.search-input::placeholder {
  color: #dad6d2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

input.newsletter-input::-moz-placeholder {
  color: var(--neutral-2, #b6ada5);
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}

input.newsletter-input::placeholder {
  color: var(--neutral-2, #b6ada5);
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}

input.search-input {
  padding-left: 12px;
}

.page-header input.search-input::-moz-placeholder {
  color: #5a5149;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.page-header input.search-input::placeholder {
  color: #5a5149;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.categories-section,
.inspiration-section {
  .text-center {
    a {
      display: inline-flex;
      align-items: center;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #000;
        transition: width 0.3s ease-in-out;
      }
      &:hover::before {
        width: 100%;
      }
      &::after {
        content: "";
        background: url("/wp-content/themes/katwood/assets/images/arrow-right.svg") no-repeat center center;
        background-size: contain;
        width: 20px;
        height: 20px;
        display: block;
      }
    }
  }
}

.newsletter-section {
  .input-wrapper {
    input {
      padding-left: 40px;
    }
    &:before {
      content: "";
      display: block;
      width: 28px;
      height: 24px;
      background: url("/wp-content/themes/katwood/assets/images/icon-placeholder.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 10px;
      top: 52%;
      transform: translateY(-50%);
    }
  }
}

.collections-section,
.categories-swiper,
.materials-swiper,
.instagram-swiper {
  .swiper-pagination {
    margin-top: 1.69rem;
    height: 0.375rem;
    position: relative !important;
    span.swiper-pagination-bullet {
      background-color: #b6ada5;
      transition:
        width 0.3s ease,
        height 0.3s ease;
    }
    span.swiper-pagination-bullet-active {
      background-color: #b6ada5;
      width: 1.125rem;
      border-radius: 0.3125rem;
    }
  }
}

.materials-swiper {
  .swiper-pagination {
    @media (min-width: 1280px) {
      max-width: 536px;
    }
  }
}

button.cky-btn {
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
}

p#breadcrumbs {
  span:first-child {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

.login-banner {
  border-radius: 4px;
  border: 1px solid #b6ada5;
  padding: 16px;
  p {
    color: #131212;
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    a {
      /* btn/md */
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
      /* 100% */
    }
  }
}

form.checkout.woocommerce-checkout {
  .selection {
    position: relative;
    span.select2-selection__rendered {
      position: absolute;
      bottom: 12px;
      left: 6px;
      font-family: "Source Sans Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22.4px;
    }
    span.select2-selection__arrow {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .carry-fee {
    p {
      color: #131212;
      font-family: "Be Vietnam Pro";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
    }
    label.checkbox-label {
      color: #5a5149;
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      span {
        color: #5a5149;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
      }
    }
  }
  .delivery-time {
    p {
      color: #131212;
      font-family: "Be Vietnam Pro";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
    }
    p.delivery-message {
      color: #5a5149;
      font-family: "Be Vietnam Pro";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px;
    }
  }
  h3 {
    margin-bottom: 24px;
    font-family: Raleway;
    font-size: 23.04px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.256px;
  }
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    @media (max-width: 1280px) {
      grid-template-columns: repeat(1, 1fr);
    }
    gap: 16px;
    .form-row,
    .form-row-last,
    .form-row-first {
      width: 100%;
    }
    p {
      position: relative;
    }
    label {
      z-index: 1;
      position: absolute;
      top: 12px;
      left: 12px;
      font-size: 12px;
      font-style: normal;
      line-height: 12px;
      color: #5a5149;
      abbr.required {
        color: #d32f2f;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
      }
      abbr:where([title]) {
        text-decoration: none;
      }
    }
    input {
      font-family: "Source Sans Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22.4px;
      width: 100%;
      border-radius: 4px;
      border: 1px solid #b6ada5;
      background: #fff;
      height: 64px;
      padding: 12px;
      padding-bottom: 0;
    }
    input::-moz-placeholder {
      color: var(--neutral-2, #b6ada5);
    }
    input::placeholder {
      color: var(--neutral-2, #b6ada5);
    }
    span.select2-selection.select2-selection--single {
      height: 64px !important;
      border: 1px solid #b6ada5;
      border-radius: 4px;
    }
  }
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-family: "Be Vietnam Pro";
    color: #5a5149;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .woocommerce-shipping-fields__field-wrapper {
    margin-bottom: 16px;
  }
  p.notes {
    position: relative;
    label {
      position: absolute;
      color: #5a5149;
      top: 12px;
      left: 12px;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 18px;
    }
    textarea {
      display: block;
      width: 100%;
      height: 116px;
      padding-top: 39px;
      padding-left: 12px;
      border: 1px solid #b6ada5;
      border-radius: 4px;
      background-color: #fff;
    }
    textarea::-moz-placeholder {
      color: #b6ada5;
      font-family: "Be Vietnam Pro";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px;
    }
    textarea::placeholder {
      color: #b6ada5;
      font-family: "Be Vietnam Pro";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px;
    }
  }
  button.button.alt {
    border-radius: 4px;
    background: #131212;
    color: #fff;
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
  }
  .form-row.kl_newsletter_checkbox_field {
    display: none;
  }
}

.woocommerce-checkout-review-order-items {
  padding: 32px;
  .order-review-table {
    p {
      color: #5a5149;
      text-align: center;
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
    p.discount-amount,
    span.woocommerce-Price-amount.amount {
      color: var(--base-dark, #131212);
      text-align: center;
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
  }
  .coupon-section {
    label {
      color: var(--neutral-3, #5a5149);
      font-family: "Be Vietnam Pro";
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 12px;
    }
    input {
      border-radius: 4px;
      border: 1px solid #b6ada5;
      background: #fff;
      padding: 12px;
      height: 47px;
      font-family: "Source Sans Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22.4px;
    }
    input:focus {
      outline: none;
    }
    button.bg-black.text-white.px-8.py-2.rounded {
      font-family: "Be Vietnam Pro";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 14px;
    }
  }
  .cart-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dad6d2;
    .product-name {
      color: var(--base-dark, #131212);
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
    .product-thumbnail {
      border-radius: 4px;
    }
    .amount {
      bdi,
      span.woocommerce-Price-currencySymbol {
        color: var(--base-dark, #131212);
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
      }
    }
    .quantity {
      height: 32px;
      width: 88px;
      display: flex;
      align-items: center;
      border-radius: 4px;
      border: 1px solid #b6ada5;
      button.minus,
      button.plus {
        color: var(--neutral-3, #5a5149);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        height: 32px;
        width: 32px;
      }
      input.qty {
        color: var(--base-dark, #131212);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        height: 24px;
        width: 24px;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
}

img.stripe-cards-icon.stripe-icon,
.payment_box.payment_method_stripe,
.payment_method_stripe p,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview,
.woocommerce-message {
  display: none;
}

li.wc_payment_method.payment_method_paysera {
  display: flex;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}

.woocommerce-checkout-review-order {
  border-radius: 4px;
  border: 1px solid #5a5149;
}

p.testmode-info {
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
}

.p-CardIcons.Input {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}

#payment>ul>li.wc_payment_method.payment_method_stripe>label,
#payment>ul>li.wc_payment_method.payment_method_paysera>label {
  color: #131212;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.woocommerce-checkout-payment {
  padding: 32px;
  border-top: 1px solid #dad6d2;
  border-radius: 0 !important;
  h3 {
    color: #131212;
    font-family: Raleway;
    font-size: 23.04px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.256px;
  }
  .form-row.place-order {
    padding: 0 !important;
  }
}

ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}

.woocommerce-checkout-newsletter {
  label {
    color: #5a5149;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.payment_box.payment_method_stripe {
  padding: 0 !important;
  background: transparent !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: none;
  border: 1em solid #dcd7e3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-privacy-policy-text p {
  color: #5a5149;
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  color: #5a5149;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

section.philosophy-section,
section.goals-section {
  .description {
    p {
      margin-bottom: 12px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

form.wpcf7-form {
  @media (min-width: 1536px) {
    margin-top: 48px;
  }
  margin-top: 32px;
  label {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    span.input-label {
      z-index: 1;
      font-size: 12px;
      font-style: normal;
      line-height: 12px;
      color: #5a5149;
      position: absolute;
      top: 12px;
      left: 12px;
      abbr.required {
        color: #d32f2f;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 12px;
        text-decoration: none;
      }
    }
    textarea {
      min-height: 180px;
      padding-top: 29px !important;
    }
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-input,
  textarea.wpcf7-form-control.wpcf7-textarea.form-textarea {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #b6ada5;
    background: #fff;
    height: 64px;
    padding: 12px;
    padding-bottom: 0;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 4px;
    background: #131212;
    color: #fff;
    width: 100%;
    height: 52px;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 20px;
  }
  .wpcf7-spinner {
    display: none;
  }
  .wpcf7-not-valid {
    border-color: #d32f2f !important;
  }
  .acceptance {
    margin-top: 12px;
    margin-bottom: 0;
    color: #5a5149;
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    a {
      color: #5a5149;
      font-family: "Be Vietnam Pro";
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 18px;
    }
    @media (min-width: 768px) {
      color: #5a5149;

      font-family: "Be Vietnam Pro";

      font-size: 14px;

      font-style: normal;

      font-weight: 400;

      line-height: 21px;

      a {
        color: #5a5149;
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
      }
    }
  }
  @media (min-width: 768px) {
    .form-grid .grid.grid-cols-1.sm\:grid-cols-2 {
      gap: 12px;
    }
  }
}

form.edit-address-form {
  margin-top: 64px;
  h2.mb-\[40px\] {
    margin-bottom: 40px;
    font-family: "Raleway", sans-serif;
    font-size: 23.04px;
    font-weight: 500;
    line-height: 32.256px;
  }
  .woocommerce-address-fields__field-wrapper {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    p {
      position: relative;
      margin: 0;
    }
    @media (max-width: 768px) {
      grid-template-columns: repeat(1, 1fr);
    }
    .form-row {
      width: 100%;
    }
    label {
      position: absolute !important;
      top: 12px;
      left: 12px;
      font-size: 12px;
      color: #5a5149;
      z-index: 1;
    }
    input {
      font-family: "Source Sans Pro";
      font-size: 16px;
      width: 100%;
      border-radius: 4px;
      border: 1px solid #b6ada5;
      background: #fff;
      height: 64px;
      padding: 12px;
    }
    span.select2-selection.select2-selection--single {
      height: 64px !important;
      border: 1px solid #b6ada5;
      border-radius: 4px;
      position: relative;
      span.select2-selection__rendered {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
      }
    }
    span.select2-dropdown.select2-dropdown--below {
      z-index: 2;
    }
    .input-text {
      padding-bottom: 0;
      padding-left: 8px;
    }
  }
  button.button {
    border-radius: 4px;
    background: #131212;
    color: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 2px;
  }
}

.reviews-section {
  form.wpcf7-form {
    margin-top: 20px;
  }
  .star-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #ccc;
    transition: color 0.2s;
  }
  .star-btn:hover {
    color: #ffd700;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: unset !important;
    padding: 16px 20px !important;
    margin-top: 0 !important;
  }
}

.parent-pageid-19 {
  .woocommerce table.shop_table {
    border: none;
  }
  .wishlist_table {
    thead {
      th {
        background: transparent;
        border-top: none;
        span {
          color: #5a5149 !important;
          font-family: "Be Vietnam Pro" !important;
          font-size: 14px !important;
          font-style: normal !important;
          font-weight: 400 !important;
          line-height: 21px !important;
        }
      }
    }
    tbody {
      tr {
        td {
          background: transparent !important;
          a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
            color: #FAF5F2;
            font-family: "Be Vietnam Pro";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
            background: #131212;
            display: flex;
            padding: 12px 16px;
            border-radius: 4px;
            margin: 0 !important;
          }
          a.remove_from_wishlist.button {
            color: #131212;
            font-family: "Be Vietnam Pro";
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 14px;
            background: none;
            margin: 0 !important;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 8px;
            &:before {
              content: "";
              background: url('/wp-content/themes/katwood/assets/images/bin.svg') no-repeat center center;
              background-size: contain;
              width: 20px;
              height: 20px;
              display: inline-block;
            }
          }
        }
        td.product-name {
          a {
            color: #131212;
            font-family: "Be Vietnam Pro";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px;
          }
        }
        td.product-price {
          span {
            color: #5A5149;
            font-family: "Be Vietnam Pro";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px;
          }
        }
        td.product-add-to-cart {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-direction: row-reverse;
          @media (min-width: 1280px) {
            height: 75px;
          }
        }
        td.product-thumbnail {
          a {
            img {
              border-radius: 4px;
            }
          }
        }
      }
    }
  }
  @media (max-width: 768px) {
    .wishlist_table {
      .item-details-table {
        td.label {
          display: none;
        }
        td.value {
          color: var(--neutral-3, #5A5149);
          font-family: "Be Vietnam Pro";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 21px;
          /* 150% */
        }
      }
      .additional-info-wrapper {
        display: flex;
        align-items: center;
        .product-add-to-cart {
          margin: 0 !important;
          border-right: 1px solid #B6ADA5;
          padding-right: 10px;
          @media screen and (max-width: 425px) {
            padding-right: 0;
          }
          a {
            color: #6d6c6c;
            font-family: "Be Vietnam Pro";
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px;
            /* 150% */
            margin: 0 !important;
          }
        }
        .additional-info {
          margin: 0 !important;
          width: 40%;
          td.label {
            display: none;
          }
          td.value {
            color: #06a613;
            font-family: "Be Vietnam Pro";
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px;
            /* 150% */
            text-align: left;
          }
        }
        .product-remove {
          width: 20px;
          height: 20px;
          position: relative;
          margin-left: 70px;
          a {
            color: #131212;
            font-family: "Be Vietnam Pro";
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 21px;
            display: flex;
            align-items: center;
            /* Replace the font awesome icon with our custom SVG */
            i.fa-trash {
              display: none;
              /* Hide the original trash icon */
            }
            /* Add the SVG and text */
            &::before {
              content: "";
              background-image: url('/wp-content/themes/katwood/assets/images/bin.svg');
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              width: 16px;
              height: 16px;
              display: inline-block;
              margin-right: 5px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
            }
            /* Add the word "Pašalinti" after the icon */
            &::after {
              content: "Pašalinti";
              position: absolute;
              top: 50%;
              left: -150%;
              @media screen and (max-width: 425px) {
                left: -170%;
              }
              transform: translate(-50%, -50%);
            }
          }
        }
      }
    }
  }
}

.animated-underline-white {
  position: relative;
  display: inline-block;
}

.animated-underline-white::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #FAF5F2;
  transition: width 0.3s ease-in-out;
}

.animated-underline-white:hover::after {
  width: 100%;
}

.animated-underline-white.active::after {
  width: 100%;
}

.animated-underline-black {
  position: relative;
  display: inline-block;
}

.animated-underline-black::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px !important;
  bottom: -5px;
  left: 0;
  background-color: #131212;
  transition: width 0.3s ease-in-out;
  transform: translateZ(0);
}

.animated-underline-black:hover::after {
  width: 100%;
}

/* Active state - when the filter is selected */

.animated-underline-black.active::after {
  width: 100%;
}

/* Add these custom scrollbar styles */

.scrollbar-thin {
  scrollbar-width: thin;
}

.scrollbar-thin::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
  border-radius: 3px;
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: #D1D1D1;
}

/* Global scrollbar styling */

::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #faf5f2;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #DAD6D2;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #B6ADA5;
}

/* Hide scrollbar arrows/buttons globally */

::-webkit-scrollbar-button {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

/* Target specifically the navigation scrollbar */

.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-button {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

/* Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: #DAD6D2 #faf5f2;
}

/* Specifically target the navigation in my-account */

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  scrollbar-width: thin;
  scrollbar-color: #DAD6D2 #faf5f2;
}

.woocommerce-billing-fields {
  /* Custom radio button styling */
  .radio-label input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #B6ADA5;
    border-radius: 50%;
    background-color: #FAF5F2;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
  }
  .radio-label input[type="radio"]:checked {
    border: 4px solid #131212;
  }
  .radio-label input[type="radio"]:focus {
    outline: none;
  }
  .radio-label {
    display: flex;
    align-items: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #131212;
    cursor: pointer;
  }
}

.woocommerce-form.woocommerce-form-login {
  input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #B6ADA5;
    border-radius: 50%;
    background-color: #FAF5F2;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
  }
  input[type="checkbox"]:checked {
    border: 4px solid #131212;
  }
  input[type="checkbox"]:focus {
    outline: none;
  }
}

form#registration-form {
  input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #B6ADA5;
    border-radius: 50%;
    background-color: #FAF5F2;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
  }
  input[type="checkbox"]:checked {
    border: 4px solid #131212;
  }
  input[type="checkbox"]:focus {
    outline: none;
  }
}

input#payment_method_stripe[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #B6ADA5;
  border-radius: 50%;
  background-color: #FAF5F2;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  margin-left: 3px;
}

input#payment_method_stripe[type="radio"]:checked {
  border: 4px solid #131212;
}

input#payment_method_stripe[type="radio"]:focus {
  outline: none;
}

input#payment_method_paysera[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #B6ADA5;
  border-radius: 50%;
  background-color: #FAF5F2;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  margin-left: 3px;
}

input#payment_method_paysera[type="radio"]:checked {
  border: 4px solid #131212;
}

input#payment_method_paysera[type="radio"]:focus {
  outline: none;
}

li.wc_payment_method.payment_method_paysera {
  align-items: center;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 4px 0 3px;
}

button.button.woocommerce[type="submit"] {
  margin-top: 24px;
}

.wishlist_table.mobile li .item-wrapper {
  display: flex;
  width: 100%;
}

// Gift Card Form SCSS - Direct Values

.gift-card-container {
  .variations_form.cart {
    margin-top: 24px;
    .variations {
      width: 100%;
      margin-bottom: 32px;
      .label {
        label {
          font-family: 'Raleway', sans-serif;
          font-size: 17.07px;
          font-weight: 600;
          line-height: 23.9px;
          color: #131212;
          @media (min-width: 1280px) {
            font-size: 18px;

            line-height: 25.2px;
          }
          @media (min-width: 1536px) {
            font-size: 19.2px;

            line-height: 26.88px;
          }
        }
      }
      .value {
        select {
          width: 100%;
          border: 1px solid #E0E0E0;
          border-radius: 4px;
          padding: 10px 12px;
          font-family: 'Be Vietnam Pro', sans-serif;
          font-size: 14px;
          color: #5A5149;
          background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23131212'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right 12px center;
          background-size: 14px 8px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          &:focus {
            outline: none;
            border-color: #131212;
            box-shadow: 0 0 0 1px #131212;
          }
          @media (min-width: 1280px) {
            font-size: 16px;
          }
        }
        .reset_variations {
          display: inline-block;
          margin-left: 8px;
          font-family: 'Be Vietnam Pro', sans-serif;
          font-size: 14px;
          color: #5A5149;
          text-decoration: underline;
          &:hover {
            color: #131212;
          }
        }
      }
    }
    .pdf-coupon-fields {
      margin-bottom: 24px;
      .form-row {
        margin-bottom: 16px;
        label {
          display: block;
          font-family: 'Be Vietnam Pro', sans-serif;
          font-size: 14px;
          font-weight: 500;
          color: #131212;
          margin-bottom: 8px;
          @media (min-width: 1280px) {
            font-size: 16px;
          }
          @media (min-width: 1536px) {
            font-size: 18px;
          }
          .required {
            color: #C03D0D;
          }
        }
        .woocommerce-input-wrapper {
          display: block;
          width: 100%;
          input[type="text"],
          textarea {
            width: 100%;
            border: 1px solid #E0E0E0;
            border-radius: 4px;
            padding: 10px 12px;
            font-family: 'Be Vietnam Pro', sans-serif;
            font-size: 14px;
            color: #5A5149;
            transition: all 0.2s ease;
            &:focus {
              outline: none;
              border-color: #131212;
              box-shadow: 0 0 0 1px #131212;
            }
            @media (min-width: 1280px) {
              font-size: 16px;
            }
          }
          textarea {
            min-height: 80px;
            resize: vertical;
          }
        }
      }
    }
    .woocommerce-variation {
      margin-bottom: 24px;
      .woocommerce-variation-price {
        font-family: 'Raleway', sans-serif;
        font-size: 19.44px;
        font-weight: 600;
        line-height: 25.27px;
        color: #131212;
        @media (min-width: 1536px) {
          font-size: 27.65px;

          line-height: 35.94px;
        }
        .price {
          .woocommerce-Price-amount {
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
          }
        }
      }
    }
    .woocommerce-variation-add-to-cart {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 16px;
      .quantity {
        position: relative;
        label {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          white-space: nowrap;
          border-width: 0;
        }
        input {
          width: 80px;
          border: 1px solid #E0E0E0;
          border-radius: 4px;
          padding: 10px 12px;
          font-family: 'Be Vietnam Pro', sans-serif;
          font-size: 14px;
          color: #5A5149;
          &:focus {
            outline: none;
            border-color: #131212;
            box-shadow: 0 0 0 1px #131212;
          }
          @media (min-width: 1280px) {
            font-size: 16px;
          }
        }
      }
      .single_add_to_cart_button {
        background-color: #131212;
        color: white;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        padding: 12px 24px;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s ease;
        &:hover {
          background-color: #333333;
        }
        @media (min-width: 1280px) {
          font-size: 16px;

          line-height: 16px;
        }
      }
    }
  }
}

.gtranslate-container select.gt_selector {
  width: 100%;
  appearance: none;
  background-color: transparent;
  border: 1px solid #B6ADA5;
  border-radius: 0.25rem;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: #5A5149;
  transition: border-color 0.2s;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.gtranslate-container select.gt_selector:focus {
  outline: none;
  border-color: #B6ADA5;
  box-shadow: 0 0 0 1px #B6ADA5;
}

.gtranslate-container select.gt_selector:hover {
  border-color: #5A5149;
}

.gtranslate-container select.gt_selector option {
  background-color: white;
  color: #5A5149;
  padding: 0.5rem 0.75rem;
}

.gtranslate-container select.gt_selector option:hover {
  background-color: #F7F5F3;
}

.tawk-bottom-navbar {
  display: none !important;
}

.wc_payment_method.payment_method_paysera{
  display: flex;
  flex-direction: column;
  .flex.items-center{
    margin-right: auto!important  ;
  }
}

.payment_method_paysera .payment-group-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wc_payment_method.payment_method_paysera div.payment_box {
  padding: 0!important;
  background-color: #00000000!important;
}

.paysera-payment-method .paysera-payment-active {
  border-color: #5a5149!important;
  border: solid 1px #5a5149!important;
}

.paysera-payment-method-label.paysera-payment-active input[type="radio"] {
  border: 4px solid #131212!important;
}

.paysera-payment-method-label input[type="radio"]:focus {
  outline: none;
}

.paysera-payment-method-label input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #B6ADA5;
  border-radius: 50%;
  background-color: #FAF5F2;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  margin-left: 3px;
}

#paysera-country select.payment-country-select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 1px solid #B6ADA5;
  border-radius: 4px;
  padding: 10px 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5A5149;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23131212'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 8px;
  margin-bottom: 16px;
}

#paysera-country select.payment-country-select:focus {
  outline: none;
  border-color: #131212;
  box-shadow: 0 0 0 1px #131212;
}

#paysera-country select.payment-country-select option {
  background-color: white;
  color: #5A5149;
  padding: 0.5rem 0.75rem;
}

.placeholder\:text-\[0\.875rem\]::-moz-placeholder{
  font-size: 0.875rem;
}

.placeholder\:text-\[0\.875rem\]::placeholder{
  font-size: 0.875rem;
}

.placeholder\:text-\[0\.87rem\]::-moz-placeholder{
  font-size: 0.87rem;
}

.placeholder\:text-\[0\.87rem\]::placeholder{
  font-size: 0.87rem;
}

.placeholder\:font-\[0\.75rem\]::-moz-placeholder{
  font-weight: 0.75rem;
}

.placeholder\:font-\[0\.75rem\]::placeholder{
  font-weight: 0.75rem;
}

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

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

.placeholder\:leading-\[1\.25rem\]::-moz-placeholder{
  line-height: 1.25rem;
}

.placeholder\:leading-\[1\.25rem\]::placeholder{
  line-height: 1.25rem;
}

.placeholder\:leading-\[1\.31rem\]::-moz-placeholder{
  line-height: 1.31rem;
}

.placeholder\:leading-\[1\.31rem\]::placeholder{
  line-height: 1.31rem;
}

.placeholder\:\!text-\[\#5A5149\]::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(90 81 73 / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:\!text-\[\#5A5149\]::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(90 81 73 / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:text-\[\#DAD6D2\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(218 214 210 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#DAD6D2\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(218 214 210 / var(--tw-text-opacity, 1));
}

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

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

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

.last\:border-b:last-child{
  border-bottom-width: 1px;
}

.last\:pb-4:last-child{
  padding-bottom: 1rem;
}

.hover\:border-\[\#131212\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(19 18 18 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#5A5149\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(90 81 73 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#F7F1ED\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FAF5F2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:text-\[\#131212\]:hover{
  --tw-text-opacity: 1;
  color: rgb(19 18 18 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#5A5149\]:hover{
  --tw-text-opacity: 1;
  color: rgb(90 81 73 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

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

.focus\:ring: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(3px + 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-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.active\:border-\[\#131212\]:active{
  --tw-border-opacity: 1;
  border-color: rgb(19 18 18 / var(--tw-border-opacity, 1));
}

.active\:border-\[\#5A5149\]:active{
  --tw-border-opacity: 1;
  border-color: rgb(90 81 73 / var(--tw-border-opacity, 1));
}

.active\:bg-\[\#FAF5F2\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 242 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:fill-\[\#131212\]{
  fill: #131212;
}

@media (min-width: 480px){
  .xs\:left-1\/2{
    left: 50%;
  }

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

  .xs\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xs\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

  .xs\:mb-\[1\.5rem\]{
    margin-bottom: 1.5rem;
  }

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

  .xs\:mb-\[2\.5rem\]{
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:block{
    display: block;
  }

  .xs\:flex{
    display: flex;
  }

  .xs\:hidden{
    display: none;
  }

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

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

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

  .xs\:h-\[45rem\]{
    height: 45rem;
  }

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

  .xs\:min-h-\[45rem\]{
    min-height: 45rem;
  }

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

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

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

  .xs\:min-w-\[13\.37rem\]{
    min-width: 13.37rem;
  }

  .xs\:max-w-\[13\.37rem\]{
    max-width: 13.37rem;
  }

  .xs\:max-w-\[27\.5rem\]{
    max-width: 27.5rem;
  }

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

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

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

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

  .xs\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xs\:pb-\[14\.37rem\]{
    padding-bottom: 14.37rem;
  }

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

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

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

  .xs\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }

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

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

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

  .xs\:leading-\[1\.3125rem\]{
    line-height: 1.3125rem;
  }

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

  .xs\:leading-\[22\.13px\]{
    line-height: 22.13px;
  }

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

@media (min-width: 768px){
  .sm\:absolute{
    position: absolute;
  }

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

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

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

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

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

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

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

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

  .sm\:m-0{
    margin: 0px;
  }

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

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

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

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

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

  .sm\:mb-\[4rem\]{
    margin-bottom: 4rem;
  }

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

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

  .sm\:ml-\[24px\]{
    margin-left: 24px;
  }

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

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:\!h-\[560px\]{
    height: 560px !important;
  }

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

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

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

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

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

  .sm\:h-\[57rem\]{
    height: 57rem;
  }

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

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

  .sm\:min-h-\[26\.5rem\]{
    min-height: 26.5rem;
  }

  .sm\:min-h-\[57rem\]{
    min-height: 57rem;
  }

  .sm\:min-h-\[calc\(62vh\)\]{
    min-height: calc(62vh);
  }

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

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

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

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

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

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

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

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

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

  .sm\:w-12{
    width: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:justify-around{
    justify-content: space-around;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pb-\[1\.5rem\]{
    padding-bottom: 1.5rem;
  }

  .sm\:pb-\[20\.44rem\]{
    padding-bottom: 20.44rem;
  }

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

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

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

  .sm\:pb-\[7\.5rem\]{
    padding-bottom: 7.5rem;
  }

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

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

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

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

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

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

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

  .sm\:text-\[0\.75rem\]{
    font-size: 0.75rem;
  }

  .sm\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }

  .sm\:text-\[1\.38313rem\]{
    font-size: 1.38313rem;
  }

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

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

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

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

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

  .sm\:text-\[19\.44px\]{
    font-size: 19.44px;
  }

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

  .sm\:text-\[2\.02rem\]{
    font-size: 2.02rem;
  }

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

  .sm\:text-\[23\.04px\]{
    font-size: 23.04px;
  }

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

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

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

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

  .sm\:leading-\[1\.125rem\]{
    line-height: 1.125rem;
  }

  .sm\:leading-\[1\.3125rem\]{
    line-height: 1.3125rem;
  }

  .sm\:leading-\[1\.38313rem\]{
    line-height: 1.38313rem;
  }

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

  .sm\:leading-\[2\.02rem\]{
    line-height: 2.02rem;
  }

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

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

  .sm\:leading-\[25\.272px\]{
    line-height: 25.272px;
  }

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

  .sm\:leading-\[30\.756px\]{
    line-height: 30.756px;
  }

  .sm\:leading-\[32\.256px\]{
    line-height: 32.256px;
  }

  .sm\:ring-1{
    --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, 0 0 #0000);
  }

  .sm\:ring-gray-900\/10{
    --tw-ring-color: rgb(17 24 39 / 0.1);
  }
}

@media (min-width: 992px){
  .md\:top-\[20px\]{
    top: 20px;
  }

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

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

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

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

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

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

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

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

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

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

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

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

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

  .md\:mb-\[1\.5rem\]{
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:table{
    display: table;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-h-\[22\.75rem\]{
    max-height: 22.75rem;
  }

  .md\:min-h-\[22\.75rem\]{
    min-height: 22.75rem;
  }

  .md\:min-h-\[26\.5rem\]{
    min-height: 26.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-\[11\.81rem\]{
    max-width: 11.81rem;
  }

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

  .md\:max-w-\[25\.5rem\]{
    max-width: 25.5rem;
  }

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

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

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

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

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

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

  .md\:max-w-none{
    max-width: none;
  }

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

  .md\:flex-none{
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[0\.5rem\]{
    gap: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

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

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-b-\[1px\]{
    border-bottom-width: 1px;
  }

  .md\:border-b-\[20px\]{
    border-bottom-width: 20px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

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

  .md\:border-\[\#5A5149\]{
    --tw-border-opacity: 1;
    border-color: rgb(90 81 73 / var(--tw-border-opacity, 1));
  }

  .md\:border-\[\#DAD6D2\]{
    --tw-border-opacity: 1;
    border-color: rgb(218 214 210 / var(--tw-border-opacity, 1));
  }

  .md\:border-transparent{
    border-color: transparent;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[0\.625rem\]{
    font-size: 0.625rem;
  }

  .md\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }

  .md\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }

  .md\:text-\[1\.12rem\]{
    font-size: 1.12rem;
  }

  .md\:text-\[1\.26563rem\]{
    font-size: 1.26563rem;
  }

  .md\:text-\[1\.26rem\]{
    font-size: 1.26rem;
  }

  .md\:text-\[1\.42375rem\]{
    font-size: 1.42375rem;
  }

  .md\:text-\[1\.80188rem\]{
    font-size: 1.80188rem;
  }

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

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

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

  .md\:text-\[2\.02rem\]{
    font-size: 2.02rem;
  }

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

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

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

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

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

  .md\:text-\[33\.5px\]{
    font-size: 33.5px;
  }

  .md\:font-\[500\]{
    font-weight: 500;
  }

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

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

  .md\:leading-\[0\.875rem\]{
    line-height: 0.875rem;
  }

  .md\:leading-\[1\.3125rem\]{
    line-height: 1.3125rem;
  }

  .md\:leading-\[1\.47rem\]{
    line-height: 1.47rem;
  }

  .md\:leading-\[1\.575rem\]{
    line-height: 1.575rem;
  }

  .md\:leading-\[1\.5rem\]{
    line-height: 1.5rem;
  }

  .md\:leading-\[1\.64531rem\]{
    line-height: 1.64531rem;
  }

  .md\:leading-\[1\.80188rem\]{
    line-height: 1.80188rem;
  }

  .md\:leading-\[1\.85088rem\]{
    line-height: 1.85088rem;
  }

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

  .md\:leading-\[21\.2px\]{
    line-height: 21.2px;
  }

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

  .md\:leading-\[25\.2px\]{
    line-height: 25.2px;
  }

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

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

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

  .md\:leading-\[28\.83px\]{
    line-height: 28.83px;
  }

  .md\:leading-\[29\.614px\]{
    line-height: 29.614px;
  }

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

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

  .md\:leading-\[30\.756px\]{
    line-height: 30.756px;
  }

  .md\:leading-\[30\.76px\]{
    line-height: 30.76px;
  }

  .md\:leading-\[32\.44px\]{
    line-height: 32.44px;
  }

  .md\:leading-\[39\.81px\]{
    line-height: 39.81px;
  }

  .md\:leading-\[43\.55px\]{
    line-height: 43.55px;
  }

  .md\:tracking-\[0\%\]{
    letter-spacing: 0%;
  }

  .md\:tracking-\[0\.02rem\]{
    letter-spacing: 0.02rem;
  }
}

@media (min-width: 1200px){
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }

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

  .lg\:leading-\[1\.3125rem\]{
    line-height: 1.3125rem;
  }

  .lg\:leading-\[1\.6875rem\]{
    line-height: 1.6875rem;
  }

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

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

@media (min-width: 1280px){
  .xl\:order-1{
    order: 1;
  }

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

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

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

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

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

  .xl\:col-start-9{
    grid-column-start: 9;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

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

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:mt-\[59\.6px\]{
    margin-top: 59.6px;
  }

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .xl\:min-h-\[26\.5rem\]{
    min-height: 26.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-\[16px\]{
    gap: 16px;
  }

  .xl\:gap-\[2rem\]{
    gap: 2rem;
  }

  .xl\:gap-\[32px\]{
    gap: 32px;
  }

  .xl\:gap-\[36px\]{
    gap: 36px;
  }

  .xl\:gap-\[48px\]{
    gap: 48px;
  }

  .xl\:gap-\[64px\]{
    gap: 64px;
  }

  .xl\:gap-x-\[16px\]{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xl\:gap-x-\[32px\]{
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .xl\:gap-y-\[48px\]{
    row-gap: 48px;
  }

  .xl\:p-\[0px\]{
    padding: 0px;
  }

  .xl\:px-\[56px\]{
    padding-left: 56px;
    padding-right: 56px;
  }

  .xl\:py-\[64px\]{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:pb-\[80px\]{
    padding-bottom: 80px;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pr-\[20px\]{
    padding-right: 20px;
  }

  .xl\:pr-\[48px\]{
    padding-right: 48px;
  }

  .xl\:pt-\[40px\]{
    padding-top: 40px;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-\[0\.75rem\]{
    font-size: 0.75rem;
  }

  .xl\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }

  .xl\:text-\[1\.2rem\]{
    font-size: 1.2rem;
  }

  .xl\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }

  .xl\:text-\[1\.80188rem\]{
    font-size: 1.80188rem;
  }

  .xl\:text-\[16px\]{
    font-size: 16px;
  }

  .xl\:text-\[18px\]{
    font-size: 18px;
  }

  .xl\:text-\[1rem\]{
    font-size: 1rem;
  }

  .xl\:text-\[23\.04px\]{
    font-size: 23.04px;
  }

  .xl\:text-\[28\.83px\]{
    font-size: 28.83px;
  }

  .xl\:text-\[39\.81px\]{
    font-size: 39.81px;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:leading-\[1\.125rem\]{
    line-height: 1.125rem;
  }

  .xl\:leading-\[1\.575rem\]{
    line-height: 1.575rem;
  }

  .xl\:leading-\[1\.80188rem\]{
    line-height: 1.80188rem;
  }

  .xl\:leading-\[1\.92rem\]{
    line-height: 1.92rem;
  }

  .xl\:leading-\[24px\]{
    line-height: 24px;
  }

  .xl\:leading-\[25\.2px\]{
    line-height: 25.2px;
  }

  .xl\:leading-\[32\.26px\]{
    line-height: 32.26px;
  }

  .xl\:leading-\[39\.81px\]{
    line-height: 39.81px;
  }

  .xl\:tracking-\[0\.02rem\]{
    letter-spacing: 0.02rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:mb-\[0\]{
    margin-bottom: 0;
  }

  .\32xl\:mb-\[120px\]{
    margin-bottom: 120px;
  }

  .\32xl\:mb-\[24px\]{
    margin-bottom: 24px;
  }

  .\32xl\:mb-\[3rem\]{
    margin-bottom: 3rem;
  }

  .\32xl\:mb-\[48px\]{
    margin-bottom: 48px;
  }

  .\32xl\:mb-\[64px\]{
    margin-bottom: 64px;
  }

  .\32xl\:ml-\[6\.5rem\]{
    margin-left: 6.5rem;
  }

  .\32xl\:mt-12{
    margin-top: 3rem;
  }

  .\32xl\:mt-\[104px\]{
    margin-top: 104px;
  }

  .\32xl\:mt-\[120px\]{
    margin-top: 120px;
  }

  .\32xl\:mt-\[152px\]{
    margin-top: 152px;
  }

  .\32xl\:mt-\[21px\]{
    margin-top: 21px;
  }

  .\32xl\:mt-\[24px\]{
    margin-top: 24px;
  }

  .\32xl\:mt-\[48px\]{
    margin-top: 48px;
  }

  .\32xl\:mt-\[59\.5px\]{
    margin-top: 59.5px;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:grid{
    display: grid;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:h-\[43\.75rem\]{
    height: 43.75rem;
  }

  .\32xl\:h-\[520px\]{
    height: 520px;
  }

  .\32xl\:h-\[600px\]{
    height: 600px;
  }

  .\32xl\:h-\[720px\]{
    height: 720px;
  }

  .\32xl\:h-\[830px\]{
    height: 830px;
  }

  .\32xl\:max-h-\[28\.75rem\]{
    max-height: 28.75rem;
  }

  .\32xl\:min-h-\[21\.06rem\]{
    min-height: 21.06rem;
  }

  .\32xl\:min-h-\[21rem\]{
    min-height: 21rem;
  }

  .\32xl\:min-h-\[28\.75rem\]{
    min-height: 28.75rem;
  }

  .\32xl\:min-h-\[37rem\]{
    min-height: 37rem;
  }

  .\32xl\:min-h-\[43\.75rem\]{
    min-height: 43.75rem;
  }

  .\32xl\:w-1\/2{
    width: 50%;
  }

  .\32xl\:w-\[1440px\]{
    width: 1440px;
  }

  .\32xl\:w-\[208px\]{
    width: 208px;
  }

  .\32xl\:w-\[336px\]{
    width: 336px;
  }

  .\32xl\:w-\[348px\]{
    width: 348px;
  }

  .\32xl\:w-\[357px\]{
    width: 357px;
  }

  .\32xl\:w-\[432px\]{
    width: 432px;
  }

  .\32xl\:w-\[491px\]{
    width: 491px;
  }

  .\32xl\:min-w-\[29\.33rem\]{
    min-width: 29.33rem;
  }

  .\32xl\:min-w-\[357px\]{
    min-width: 357px;
  }

  .\32xl\:max-w-\[1200px\]{
    max-width: 1200px;
  }

  .\32xl\:max-w-\[1440px\]{
    max-width: 1440px;
  }

  .\32xl\:max-w-\[22\.5rem\]{
    max-width: 22.5rem;
  }

  .\32xl\:max-w-\[29\.33rem\]{
    max-width: 29.33rem;
  }

  .\32xl\:max-w-\[680px\]{
    max-width: 680px;
  }

  .\32xl\:max-w-\[688px\]{
    max-width: 688px;
  }

  .\32xl\:max-w-\[704px\]{
    max-width: 704px;
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:flex-row{
    flex-direction: row;
  }

  .\32xl\:gap-\[10px\]{
    gap: 10px;
  }

  .\32xl\:gap-\[20px\]{
    gap: 20px;
  }

  .\32xl\:gap-\[32px\]{
    gap: 32px;
  }

  .\32xl\:gap-\[48px\]{
    gap: 48px;
  }

  .\32xl\:gap-\[6rem\]{
    gap: 6rem;
  }

  .\32xl\:gap-\[80px\]{
    gap: 80px;
  }

  .\32xl\:gap-x-\[64px\]{
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

  .\32xl\:px-\[1\.25rem\]{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-\[88px\]{
    padding-left: 88px;
    padding-right: 88px;
  }

  .\32xl\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .\32xl\:py-\[16px\]{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .\32xl\:py-\[1rem\]{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .\32xl\:pb-\[104px\]{
    padding-bottom: 104px;
  }

  .\32xl\:pb-\[7\.5rem\]{
    padding-bottom: 7.5rem;
  }

  .\32xl\:pl-0{
    padding-left: 0px;
  }

  .\32xl\:pr-0{
    padding-right: 0px;
  }

  .\32xl\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }

  .\32xl\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }

  .\32xl\:text-\[1\.26563rem\]{
    font-size: 1.26563rem;
  }

  .\32xl\:text-\[1\.2rem\]{
    font-size: 1.2rem;
  }

  .\32xl\:text-\[1\.44rem\]{
    font-size: 1.44rem;
  }

  .\32xl\:text-\[1\.728125rem\]{
    font-size: 1.728125rem;
  }

  .\32xl\:text-\[1\.72813rem\]{
    font-size: 1.72813rem;
  }

  .\32xl\:text-\[16px\]{
    font-size: 16px;
  }

  .\32xl\:text-\[18px\]{
    font-size: 18px;
  }

  .\32xl\:text-\[19\.2px\]{
    font-size: 19.2px;
  }

  .\32xl\:text-\[1rem\]{
    font-size: 1rem;
  }

  .\32xl\:text-\[2\.07rem\]{
    font-size: 2.07rem;
  }

  .\32xl\:text-\[2\.48813rem\]{
    font-size: 2.48813rem;
  }

  .\32xl\:text-\[2\.98rem\]{
    font-size: 2.98rem;
  }

  .\32xl\:text-\[23\.04px\]{
    font-size: 23.04px;
  }

  .\32xl\:text-\[25\.272px\]{
    font-size: 25.272px;
  }

  .\32xl\:text-\[27\.65px\]{
    font-size: 27.65px;
  }

  .\32xl\:text-\[33\.18px\]{
    font-size: 33.18px;
  }

  .\32xl\:text-\[39\.81px\]{
    font-size: 39.81px;
  }

  .\32xl\:text-\[3rem\]{
    font-size: 3rem;
  }

  .\32xl\:text-\[40\.75px\]{
    font-size: 40.75px;
  }

  .\32xl\:text-\[47\.78px\]{
    font-size: 47.78px;
  }

  .\32xl\:font-\[500\]{
    font-weight: 500;
  }

  .\32xl\:font-bold{
    font-weight: 700;
  }

  .\32xl\:font-light{
    font-weight: 300;
  }

  .\32xl\:font-medium{
    font-weight: 500;
  }

  .\32xl\:font-normal{
    font-weight: 400;
  }

  .\32xl\:leading-\[1\.3125rem\]{
    line-height: 1.3125rem;
  }

  .\32xl\:leading-\[1\.5rem\]{
    line-height: 1.5rem;
  }

  .\32xl\:leading-\[1\.64531rem\]{
    line-height: 1.64531rem;
  }

  .\32xl\:leading-\[1\.6875rem\]{
    line-height: 1.6875rem;
  }

  .\32xl\:leading-\[1\.68rem\]{
    line-height: 1.68rem;
  }

  .\32xl\:leading-\[16px\]{
    line-height: 16px;
  }

  .\32xl\:leading-\[18px\]{
    line-height: 18px;
  }

  .\32xl\:leading-\[1rem\]{
    line-height: 1rem;
  }

  .\32xl\:leading-\[2\.016rem\]{
    line-height: 2.016rem;
  }

  .\32xl\:leading-\[2\.246563rem\]{
    line-height: 2.246563rem;
  }

  .\32xl\:leading-\[2\.24656rem\]{
    line-height: 2.24656rem;
  }

  .\32xl\:leading-\[2\.48813rem\]{
    line-height: 2.48813rem;
  }

  .\32xl\:leading-\[2\.48rem\]{
    line-height: 2.48rem;
  }

  .\32xl\:leading-\[2\.5rem\]{
    line-height: 2.5rem;
  }

  .\32xl\:leading-\[24px\]{
    line-height: 24px;
  }

  .\32xl\:leading-\[26\.88px\]{
    line-height: 26.88px;
  }

  .\32xl\:leading-\[27px\]{
    line-height: 27px;
  }

  .\32xl\:leading-\[32\.256px\]{
    line-height: 32.256px;
  }

  .\32xl\:leading-\[32\.26px\]{
    line-height: 32.26px;
  }

  .\32xl\:leading-\[33\.948px\]{
    line-height: 33.948px;
  }

  .\32xl\:leading-\[35\.945px\]{
    line-height: 35.945px;
  }

  .\32xl\:leading-\[35\.94px\]{
    line-height: 35.94px;
  }

  .\32xl\:leading-\[39\.816px\]{
    line-height: 39.816px;
  }

  .\32xl\:leading-\[39\.81px\]{
    line-height: 39.81px;
  }

  .\32xl\:leading-\[39\.82px\]{
    line-height: 39.82px;
  }

  .\32xl\:leading-\[3rem\]{
    line-height: 3rem;
  }

  .\32xl\:leading-\[47\.78px\]{
    line-height: 47.78px;
  }

  .\32xl\:leading-\[52\.975px\]{
    line-height: 52.975px;
  }

  .\32xl\:leading-\[54\.75px\]{
    line-height: 54.75px;
  }

  .\32xl\:tracking-\[0\.02rem\]{
    letter-spacing: 0.02rem;
  }
}

@media (min-width: 1920px){
  .\34xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\34xl\:mt-\[57px\]{
    margin-top: 57px;
  }

  .\34xl\:h-\[360px\]{
    height: 360px;
  }

  .\34xl\:h-\[420px\]{
    height: 420px;
  }

  .\34xl\:h-\[920px\]{
    height: 920px;
  }

  .\34xl\:w-\[1824px\]{
    width: 1824px;
  }

  .\34xl\:w-\[432px\]{
    width: 432px;
  }

  .\34xl\:w-\[444px\]{
    width: 444px;
  }

  .\34xl\:w-\[461px\]{
    width: 461px;
  }

  .\34xl\:w-\[621px\]{
    width: 621px;
  }

  .\34xl\:min-w-\[37\.33rem\]{
    min-width: 37.33rem;
  }

  .\34xl\:min-w-\[461px\]{
    min-width: 461px;
  }

  .\34xl\:max-w-\[1824px\]{
    max-width: 1824px;
  }

  .\34xl\:max-w-\[37\.33rem\]{
    max-width: 37.33rem;
  }

  .\34xl\:max-w-\[896px\]{
    max-width: 896px;
  }

  .\34xl\:gap-\[104px\]{
    gap: 104px;
  }

  .\34xl\:gap-\[6\.rem\]{
    gap: 6.rem;
  }

  .\34xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\34xl\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }

  .\34xl\:text-\[1\.2rem\]{
    font-size: 1.2rem;
  }

  .\34xl\:text-\[1rem\]{
    font-size: 1rem;
  }

  .\34xl\:font-normal{
    font-weight: 400;
  }

  .\34xl\:leading-\[1\.5rem\]{
    line-height: 1.5rem;
  }

  .\34xl\:leading-\[1\.6875rem\]{
    line-height: 1.6875rem;
  }

  .\34xl\:leading-\[1\.68rem\]{
    line-height: 1.68rem;
  }

  .\34xl\:leading-\[1rem\]{
    line-height: 1rem;
  }

  .\34xl\:tracking-\[0\.02rem\]{
    letter-spacing: 0.02rem;
  }

  .\34xl\:placeholder\:font-\[1rem\]::-moz-placeholder{
    font-weight: 1rem;
  }

  .\34xl\:placeholder\:font-\[1rem\]::placeholder{
    font-weight: 1rem;
  }

  .\34xl\:placeholder\:leading-\[1\.5rem\]::-moz-placeholder{
    line-height: 1.5rem;
  }

  .\34xl\:placeholder\:leading-\[1\.5rem\]::placeholder{
    line-height: 1.5rem;
  }
}