/*
! tailwindcss v3.0.13 | 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:  ;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

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

.right-0 {
  right: 0px;
}

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

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

.left-\[0\] {
  left: 0;
}

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

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

.left-0 {
  left: 0px;
}

.top-\[22\.5vh\] {
  top: 22.5vh;
}

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

.right-\[0\] {
  right: 0;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[110\%\] {
  bottom: 110%;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

.mb-\[19\.33px\] {
  margin-bottom: 19.33px;
}

.ml-\[10\.59px\] {
  margin-left: 10.59px;
}

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

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

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

.mt-\[15\.66px\] {
  margin-top: 15.66px;
}

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

.ml-\[auto\] {
  margin-left: auto;
}

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

.mb-\[19\.49px\] {
  margin-bottom: 19.49px;
}

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

.mb-\[19\.44px\] {
  margin-bottom: 19.44px;
}

.mb-\[19\.34px\] {
  margin-bottom: 19.34px;
}

.mb-\[19\.91px\] {
  margin-bottom: 19.91px;
}

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

.mb-\[19\.94px\] {
  margin-bottom: 19.94px;
}

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

.mb-\[19\.88px\] {
  margin-bottom: 19.88px;
}

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

.mb-\[19\.81px\] {
  margin-bottom: 19.81px;
}

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

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

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

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

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

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

.ml-\[11\.26px\] {
  margin-left: 11.26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[33\.5px\] {
  margin-top: 33.5px;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

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

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-\[73\.41px\] {
  width: 73.41px;
}

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

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

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

.w-\[67\.74px\] {
  width: 67.74px;
}

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

.w-56 {
  width: 14rem;
}

.w-24 {
  width: 6rem;
}

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

.w-12 {
  width: 3rem;
}

.w-11 {
  width: 2.75rem;
}

.w-28 {
  width: 7rem;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.translate-y-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-y-0 {
  --tw-translate-y: -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;
}

.-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-y-0 {
  --tw-translate-y: 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;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

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

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-y-\[27px\] {
  row-gap: 27px;
}

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

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

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.border {
  border-width: 1px;
}

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

.border-\[\#6c6a6b\] {
  --tw-border-opacity: 1;
  border-color: rgb(108 106 107 / var(--tw-border-opacity));
}

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

.bg-\[\#718072\] {
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 114 / var(--tw-bg-opacity));
}

.bg-\[\#B49759\] {
  --tw-bg-opacity: 1;
  background-color: rgb(180 151 89 / var(--tw-bg-opacity));
}

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

.\!bg-\[\#718072\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 128 114 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-\[rgba\(183\2c 181\2c 181\2c 0\.45\)\] {
  background-color: rgba(183,181,181,0.45);
}

.bg-\[\#708172\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 129 114 / var(--tw-bg-opacity));
}

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

.fill-\[\#B49759\] {
  fill: #B49759;
}

.fill-white {
  fill: #fff;
}

.fill-\[\#EFEFEF\] {
  fill: #EFEFEF;
}

.stroke-\[\#718072\] {
  stroke: #718072;
}

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

.p-6 {
  padding: 1.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-\[8px_42px_6px_41px\] {
  padding: 8px 42px 6px 41px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[49\.03px\] {
  padding-top: 49.03px;
}

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

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

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

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

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

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

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

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

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[40\.03px\] {
  line-height: 40.03px;
}

.leading-\[25\.62px\] {
  line-height: 25.62px;
}

.leading-\[22\.41px\] {
  line-height: 22.41px;
}

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

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

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

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

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

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

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

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

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

.text-\[\#B49759\] {
  --tw-text-opacity: 1;
  color: rgb(180 151 89 / var(--tw-text-opacity));
}

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

.text-\[\#718072\] {
  --tw-text-opacity: 1;
  color: rgb(113 128 114 / var(--tw-text-opacity));
}

.text-\[\#6B6A6B\] {
  --tw-text-opacity: 1;
  color: rgb(107 106 107 / var(--tw-text-opacity));
}

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

.text-\[\#6c6a6b\] {
  --tw-text-opacity: 1;
  color: rgb(108 106 107 / var(--tw-text-opacity));
}

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

.placeholder-\[\#6c6a6b\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(108 106 107 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#6c6a6b\]:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(108 106 107 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#6c6a6b\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(108 106 107 / var(--tw-placeholder-opacity));
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

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

.shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 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-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c \.25\)\] {
  --tw-shadow: 0px 4px 4px rgba(0,0,0,.25);
  --tw-shadow-colored: 0px 4px 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-\[2px_2px_4px_rgba\(0\2c 0\2c 0\2c \.25\)\] {
  --tw-shadow: 2px 2px 4px rgba(0,0,0,.25);
  --tw-shadow-colored: 2px 2px 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-gray-600\/50 {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/50 {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

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

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

@media (max-width: 1055px) {
  .mdmx\:left-1\/2 {
    left: 50%;
  }

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

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

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

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

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

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

@media (min-width: 1056px) {
  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:left-\[803px\] {
    left: 803px;
  }

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

  .lg\:left-\[770px\] {
    left: 770px;
  }

  .lg\:left-\[0\] {
    left: 0;
  }

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

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

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

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

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

  .lg\:order-4 {
    order: 4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[28\.82px\] {
    height: 28.82px;
  }

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

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

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

  .lg\:h-1\/4 {
    height: 25%;
  }

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

  .lg\:w-\[448\.05px\] {
    width: 448.05px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-\[\#EFEFEF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  }

  .lg\:stroke-white {
    stroke: #fff;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[56\.04px\] {
    line-height: 56.04px;
  }

  .lg\:leading-\[28\.82px\] {
    line-height: 28.82px;
  }

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

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

@media (min-width: 768px) {
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

@media (min-width: 768px) and (max-width: 1055px) {
  .mdlx\:w-4\/5 {
    width: 80%;
  }

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

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

@media (min-width: 640px) {
  .sm\:ml-0 {
    margin-left: 0px;
  }

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

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

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

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

  .sm\:border-\[\#d0d0d0\] {
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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