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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container-sm {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 286px;
}

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

.container-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 286px;
}

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

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

.input-default {
  height: 80px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 168 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
}

.textarea-default {
  height: 130px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 168 112 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

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

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

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

.right-0 {
  right: 0px !important;
}

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

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

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

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

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

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

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

.z-30 {
  z-index: 30 !important;
}

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

.mx-\[1rem\] {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

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

.my-\[3\.5rem\] {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-\[3rem\] {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-\[2rem\] {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-\[2\.5rem\] {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-\[6rem\] {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-\[2\.25rem\] {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-\[4rem\] {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-\[2\.2rem\] {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

.my-\[1\.5rem\] {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-\[2\.5rem\] {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-\[2\.25rem\] {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-\[3\.5rem\] {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

.my-\[4rem\] {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-\[2rem\] {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

.mt-\[3\.5rem\] {
  margin-top: 3.5rem !important;
}

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

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

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

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

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

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

.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem !important;
}

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

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem !important;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem !important;
}

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

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

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

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

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

.mb-\[1\.75rem\] {
  margin-bottom: 1.75rem !important;
}

.mt-\[6rem\] {
  margin-top: 6rem !important;
}

.mt-\[2\.25rem\] {
  margin-top: 2.25rem !important;
}

.mt-\[2rem\] {
  margin-top: 2rem !important;
}

.mb-\[4rem\] {
  margin-bottom: 4rem !important;
}

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

.mr-\[3rem\] {
  margin-right: 3rem !important;
}

.ml-\[1rem\] {
  margin-left: 1rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem !important;
}

.mb-\[5rem\] {
  margin-bottom: 5rem !important;
}

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

.ml-\[1\.8rem\] {
  margin-left: 1.8rem !important;
}

.ml-\[0\.8rem\] {
  margin-left: 0.8rem !important;
}

.mt-\[11\%\] {
  margin-top: 11% !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mt-\[8rem\] {
  margin-top: 8rem !important;
}

.mt-\[6rem\] {
  margin-top: 6rem !important;
}

.mt-\[2\.25rem\] {
  margin-top: 2.25rem !important;
}

.mt-\[2rem\] {
  margin-top: 2rem !important;
}

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

.mb-\[4rem\] {
  margin-bottom: 4rem !important;
}

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

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem !important;
}

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

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

.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem !important;
}

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

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

.mr-\[3rem\] {
  margin-right: 3rem !important;
}

.flex {
  display: flex !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-min {
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
}

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

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

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

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

.max-h-0 {
  max-height: 0px !important;
}

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

.max-h-0 {
  max-height: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-x-full {
  --tw-translate-x: 100% !important;
  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)) !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
  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)) !important;
}

.resize-none {
  resize: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 168 112 / var(--tw-border-opacity)) !important;
}

.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 168 112 / var(--tw-bg-opacity)) !important;
}

.bg-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#202020\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity)) !important;
}

.bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity)) !important;
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 168 112 / var(--tw-bg-opacity)) !important;
}

.bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity)) !important;
}

.bg-background {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity)) !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-\[3\.5rem\] {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-\[2rem\] {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-\[1rem\] {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.py-\[0\.5rem\] {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-\[2\.5rem\] {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-\[3\.5rem\] {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-\[2rem\] {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-\[1rem\] {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem !important;
}

.pb-\[5\.5rem\] {
  padding-bottom: 5.5rem !important;
}

.pb-\[3rem\] {
  padding-bottom: 3rem !important;
}

.pb-\[2rem\] {
  padding-bottom: 2rem !important;
}

.pt-\[3\.5rem\] {
  padding-top: 3.5rem !important;
}

.pt-\[2\.5rem\] {
  padding-top: 2.5rem !important;
}

.pb-\[3\.25rem\] {
  padding-bottom: 3.25rem !important;
}

.pb-\[5\.5rem\] {
  padding-bottom: 5.5rem !important;
}

.pb-\[3rem\] {
  padding-bottom: 3rem !important;
}

.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem !important;
}

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

.font-playfair {
  font-family: Playfair Display, serif !important;
}

.font-montserrat {
  font-family: Montserrat, sans-serif !important;
}

.font-playfair {
  font-family: Playfair Display, serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.italic {
  font-style: italic !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#B1B1B1\] {
  --tw-text-opacity: 1 !important;
  color: rgb(177 177 177 / var(--tw-text-opacity)) !important;
}

.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(204 168 112 / var(--tw-text-opacity)) !important;
}

.text-background {
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity)) !important;
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}

.text-\[\#8F8F8F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(143 143 143 / var(--tw-text-opacity)) !important;
}

.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(204 168 112 / var(--tw-text-opacity)) !important;
}

.text-background {
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity)) !important;
}

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

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

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

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

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

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

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

.placeholder\:text-\[14px\]::-moz-placeholder {
  font-size: 14px !important;
}

.placeholder\:text-\[14px\]:-ms-input-placeholder {
  font-size: 14px !important;
}

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

.placeholder\:leading-\[28px\]::-moz-placeholder {
  line-height: 28px !important;
}

.placeholder\:leading-\[28px\]:-ms-input-placeholder {
  line-height: 28px !important;
}

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

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

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

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

.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}

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

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

@media (min-width: 768px) {
  .md\:container-sm {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 286px;
  }

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

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

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

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

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

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

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

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

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

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

  .md\:-left-\[10\%\] {
    left: -10% !important;
  }

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

  .md\:-right-\[6\%\] {
    right: -6% !important;
  }

  .md\:bottom-\[0\.2rem\] {
    bottom: 0.2rem !important;
  }

  .md\:left-0 {
    left: 0px !important;
  }

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

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

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

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

  .md\:order-last {
    order: 9999 !important;
  }

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

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-last {
    order: 9999 !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

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

  .md\:my-\[5rem\] {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:my-\[4\.5rem\] {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .md\:my-\[5\.5rem\] {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .md\:my-\[6rem\] {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:my-\[2rem\] {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .md\:my-\[3\.25rem\] {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:my-\[6rem\] {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

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

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

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .md\:mb-\[9rem\] {
    margin-bottom: 9rem !important;
  }

  .md\:ml-\[2rem\] {
    margin-left: 2rem !important;
  }

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

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

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mr-\[1\.75rem\] {
    margin-right: 1.75rem !important;
  }

  .md\:mt-\[6rem\] {
    margin-top: 6rem !important;
  }

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

  .md\:mb-\[5\.5rem\] {
    margin-bottom: 5.5rem !important;
  }

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

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

  .md\:mt-\[2\.5rem\] {
    margin-top: 2.5rem !important;
  }

  .md\:mr-\[3\.5rem\] {
    margin-right: 3.5rem !important;
  }

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

  .md\:mr-\[2rem\] {
    margin-right: 2rem !important;
  }

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

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

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

  .md\:mb-\[6rem\] {
    margin-bottom: 6rem !important;
  }

  .md\:mb-\[5rem\] {
    margin-bottom: 5rem !important;
  }

  .md\:mb-\[4rem\] {
    margin-bottom: 4rem !important;
  }

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

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

  .md\:mb-\[11rem\] {
    margin-bottom: 11rem !important;
  }

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

  .md\:mr-\[1rem\] {
    margin-right: 1rem !important;
  }

  .md\:mt-\[11rem\] {
    margin-top: 11rem !important;
  }

  .md\:mt-\[7rem\] {
    margin-top: 7rem !important;
  }

  .md\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem !important;
  }

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

  .md\:mr-\[2\.5rem\] {
    margin-right: 2.5rem !important;
  }

  .md\:mt-\[2rem\] {
    margin-top: 2rem !important;
  }

  .md\:ml-\[9rem\] {
    margin-left: 9rem !important;
  }

  .md\:ml-\[1\.25rem\] {
    margin-left: 1.25rem !important;
  }

  .md\:mt-\[3\.5rem\] {
    margin-top: 3.5rem !important;
  }

  .md\:mr-\[9rem\] {
    margin-right: 9rem !important;
  }

  .md\:ml-\[1\.75rem\] {
    margin-left: 1.75rem !important;
  }

  .md\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem !important;
  }

  .md\:mb-\[1\.3rem\] {
    margin-bottom: 1.3rem !important;
  }

  .md\:mr-\[5\.8rem\] {
    margin-right: 5.8rem !important;
  }

  .md\:ml-\[4rem\] {
    margin-left: 4rem !important;
  }

  .md\:ml-\[3\.25rem\] {
    margin-left: 3.25rem !important;
  }

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

  .md\:ml-\[1\.5rem\] {
    margin-left: 1.5rem !important;
  }

  .md\:mr-\[4rem\] {
    margin-right: 4rem !important;
  }

  .md\:mr-\[3\.9rem\] {
    margin-right: 3.9rem !important;
  }

  .md\:mt-\[1\.3rem\] {
    margin-top: 1.3rem !important;
  }

  .md\:mr-\[5rem\] {
    margin-right: 5rem !important;
  }

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

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

  .md\:mt-\[2\.5rem\] {
    margin-top: 2.5rem !important;
  }

  .md\:mb-\[4rem\] {
    margin-bottom: 4rem !important;
  }

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

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

  .md\:mb-\[11rem\] {
    margin-bottom: 11rem !important;
  }

  .md\:mt-\[6rem\] {
    margin-top: 6rem !important;
  }

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

  .md\:mb-\[9rem\] {
    margin-bottom: 9rem !important;
  }

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

  .md\:mr-\[1rem\] {
    margin-right: 1rem !important;
  }

  .md\:mt-\[11rem\] {
    margin-top: 11rem !important;
  }

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

  .md\:mt-\[7rem\] {
    margin-top: 7rem !important;
  }

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

  .md\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem !important;
  }

  .md\:block {
    display: block !important;
  }

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

  .md\:grid {
    display: grid !important;
  }

  .md\:hidden {
    display: none !important;
  }

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

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

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

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

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

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

  .md\:h-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:h-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

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

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

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

  .md\:max-w-\[1260px\] {
    max-width: 1260px !important;
  }

  .md\:max-w-\[60px\] {
    max-width: 60px !important;
  }

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

  .md\:max-w-\[525px\] {
    max-width: 525px !important;
  }

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

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

  .md\:max-w-\[52px\] {
    max-width: 52px !important;
  }

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

  .md\:max-w-\[385px\] {
    max-width: 385px !important;
  }

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

  .md\:max-w-\[285px\] {
    max-width: 285px !important;
  }

  .md\:max-w-\[320px\] {
    max-width: 320px !important;
  }

  .md\:max-w-\[1325px\] {
    max-width: 1325px !important;
  }

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

  .md\:max-w-\[370px\] {
    max-width: 370px !important;
  }

  .md\:max-w-\[1075px\] {
    max-width: 1075px !important;
  }

  .md\:max-w-\[395px\] {
    max-width: 395px !important;
  }

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

  .md\:max-w-\[520px\] {
    max-width: 520px !important;
  }

  .md\:max-w-\[425px\] {
    max-width: 425px !important;
  }

  .md\:max-w-\[615px\] {
    max-width: 615px !important;
  }

  .md\:max-w-\[245px\] {
    max-width: 245px !important;
  }

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

  .md\:max-w-\[70px\] {
    max-width: 70px !important;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px !important;
  }

  .md\:max-w-\[900px\] {
    max-width: 900px !important;
  }

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

  .md\:max-w-\[295px\] {
    max-width: 295px !important;
  }

  .md\:max-w-\[1630px\] {
    max-width: 1630px !important;
  }

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

  .md\:max-w-\[620px\] {
    max-width: 620px !important;
  }

  .md\:max-w-\[525px\] {
    max-width: 525px !important;
  }

  .md\:max-w-\[320px\] {
    max-width: 320px !important;
  }

  .md\:max-w-\[1325px\] {
    max-width: 1325px !important;
  }

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

  .md\:max-w-\[370px\] {
    max-width: 370px !important;
  }

  .md\:max-w-\[1075px\] {
    max-width: 1075px !important;
  }

  .md\:max-w-\[395px\] {
    max-width: 395px !important;
  }

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

  .md\:max-w-\[520px\] {
    max-width: 520px !important;
  }

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

  .md\:max-w-\[425px\] {
    max-width: 425px !important;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px !important;
    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)) !important;
  }

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

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

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

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

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

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

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:gap-24 {
    gap: 6rem !important;
  }

  .md\:gap-\[19rem\] {
    gap: 19rem !important;
  }

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

  .md\:gap-7 {
    gap: 1.75rem !important;
  }

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

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

  .md\:gap-24 {
    gap: 6rem !important;
  }

  .md\:gap-7 {
    gap: 1.75rem !important;
  }

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

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

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

  .md\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(204 168 112 / var(--tw-border-opacity)) !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(204 168 112 / var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1) !important;
  }

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

  .md\:p-\[8\.5rem\] {
    padding: 8.5rem !important;
  }

  .md\:px-\[2rem\] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-\[3rem\] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-\[1\.6rem\] {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .md\:py-\[2\.4rem\] {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

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

  .md\:py-\[3\.5rem\] {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:px-\[3\.25rem\] {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .md\:py-\[3rem\] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-\[1\.6rem\] {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .md\:px-\[2rem\] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-\[2\.4rem\] {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .md\:pb-\[5rem\] {
    padding-bottom: 5rem !important;
  }

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

  .md\:pb-\[4rem\] {
    padding-bottom: 4rem !important;
  }

  .md\:pb-\[10rem\] {
    padding-bottom: 10rem !important;
  }

  .md\:pt-\[7rem\] {
    padding-top: 7rem !important;
  }

  .md\:pb-\[3\.25rem\] {
    padding-bottom: 3.25rem !important;
  }

  .md\:pb-\[4rem\] {
    padding-bottom: 4rem !important;
  }

  .md\:pb-\[10rem\] {
    padding-bottom: 10rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }
}