/*
! tailwindcss v3.0.8 | 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: currentColor;
  /* 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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

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

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

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

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

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

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

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

.top-\[calc\(50\%_-_5px\)\] {
  top: calc(50% - 5px);
}

.left-\[calc\(0\%_-_5px\)\] {
  left: calc(0% - 5px);
}

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

.left-8 {
  left: 2rem;
}

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

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

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

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[2\%\] {
  margin-right: 2%;
}

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

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

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

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

.block {
  display: block;
}

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

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.h-14 {
  height: 3.5rem;
}

.h-0 {
  height: 0px;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.w-0\.5 {
  width: 0.125rem;
}

.w-0 {
  width: 0px;
}

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

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

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

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

.w-14 {
  width: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-white\/\[\.25\] {
  border-color: rgb(255 255 255 / .25);
}

.border-\[\#dbc6ac\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 198 172 / var(--tw-border-opacity));
}

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

.bg-\[\#2e2d2c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 45 44 / var(--tw-bg-opacity));
}

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

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

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

.bg-\[\#dbc6ac\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 198 172 / var(--tw-bg-opacity));
}

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

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

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

.fill-\[white\] {
  fill: white;
}

.fill-\[black\] {
  fill: black;
}

.stroke-\[black\] {
  stroke: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[1\.3em\] {
  line-height: 1.3em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

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

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

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

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

.text-\[\#dbc6ac\] {
  --tw-text-opacity: 1;
  color: rgb(219 198 172 / var(--tw-text-opacity));
}

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

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

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

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_10px_35px_rgba\(38\2c 42\2c 76\2c 0\.1\)\] {
  --tw-shadow: 0 10px 35px rgba(38,42,76,0.1);
  --tw-shadow-colored: 0 10px 35px 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-\[0_0_28_rgba\(0_0_0_\.25\)\] {
  --tw-shadow: 0 0 28 rgba(0 0 0 .25);
  --tw-shadow-colored: 0 0 28 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-\[0_20px_70px_rgba\(38\2c 42\2c 76\2c 0\.2\)\] {
  --tw-shadow: 0 20px 70px rgba(38,42,76,0.2);
  --tw-shadow-colored: 0 20px 70px 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-\[0_0_70px_rgba\(38\2c 42\2c 76\2c 0\.1\)\] {
  --tw-shadow: 0 0 70px rgba(38,42,76,0.1);
  --tw-shadow-colored: 0 0 70px 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-\[0_0px_70px_rgba\(38\2c 42\2c 76\2c 0\.1\)\] {
  --tw-shadow: 0 0px 70px rgba(38,42,76,0.1);
  --tw-shadow-colored: 0 0px 70px 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 {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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 {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.transition-opacity {
  transition-property: opacity;
  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 {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  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-\[370ms\] {
  transition-duration: 370ms;
}

.duration-\[0\.25s\] {
  transition-duration: 0.25s;
}

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

.duration-\[170ms\] {
  transition-duration: 170ms;
}

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

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

.before\:table::before {
  content: var(--tw-content);
  display: table;
}

.before\:content-\[\'\\e91c\'\]::before {
  --tw-content: '\e91c';
  content: var(--tw-content);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\'\\e91d\'\]::before {
  --tw-content: '\e91d';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:relative::after {
  content: var(--tw-content);
  position: relative;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:-top-\[34px\]::after {
  content: var(--tw-content);
  top: -34px;
}

.after\:top-\[50\%\]::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:right-\[35px\]::after {
  content: var(--tw-content);
  right: 35px;
}

.after\:clear-both::after {
  content: var(--tw-content);
  clear: both;
}

.after\:-mt-\[7px\]::after {
  content: var(--tw-content);
  margin-top: -7px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:table::after {
  content: var(--tw-content);
  display: table;
}

.after\:h-\[5px\]::after {
  content: var(--tw-content);
  height: 5px;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.after\:rounded-\[0_0_5px_5px\]::after {
  content: var(--tw-content);
  border-radius: 0 0 5px 5px;
}

.after\:duration-\[0\.25s\]::after {
  content: var(--tw-content);
  transition-duration: 0.25s;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

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

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

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

.hover\:bg-\[\#dbc6ac\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 198 172 / var(--tw-bg-opacity));
}

.hover\:fill-\[\#dbc6ac\]:hover {
  fill: #dbc6ac;
}

.hover\:stroke-\[\#dbc6ac\]:hover {
  stroke: #dbc6ac;
}

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

.hover\:text-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\]:hover {
  color: rgba(255,255,255,0.7);
}

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

.hover\:text-\[\#6e6e6e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}

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

.hover\:text-\[\#dbc6ac\]:hover {
  --tw-text-opacity: 1;
  color: rgb(219 198 172 / var(--tw-text-opacity));
}

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

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:shadow-\[0_5px_30px_rgba\(38\2c 42\2c 76\2c 0\.2\)\]:hover {
  --tw-shadow: 0 5px 30px rgba(38,42,76,0.2);
  --tw-shadow-colored: 0 5px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

@media (min-width: 768px) {
  .sm\:float-left {
    float: left;
  }

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

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

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

  .sm\:ml-\[70px\] {
    margin-left: 70px;
  }

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

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

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

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 960px) {
  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:left-\[calc\(100\%_-_5px\)\] {
    left: calc(100% - 5px);
  }

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

  .md\:top-\[calc\(50\%_-_50px\)\] {
    top: calc(50% - 50px);
  }

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

  .md\:top-\[calc\(50\%_-_122px\)\] {
    top: calc(50% - 122px);
  }

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

  .md\:top-\[calc\(50\%_-_193px\)\] {
    top: calc(50% - 193px);
  }

  .md\:top-\[calc\(50\%_-_165px\)\] {
    top: calc(50% - 165px);
  }

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

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

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

  .md\:flex {
    display: flex;
  }

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

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

  .md\:w-\[calc\(50\%_-_50px\)\] {
    width: calc(50% - 50px);
  }

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

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

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

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

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

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

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

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

  .md\:after\:bg-\[\#dbc6ac\]::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(219 198 172 / var(--tw-bg-opacity));
  }

  .md\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }

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

@media (min-width: 992px) {
  .lg\:w-\[970px\] {
    width: 970px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1270px) {
  .xl\:mx-\[60px\] {
    margin-left: 60px;
    margin-right: 60px;
  }

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

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

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

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

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

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

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

@media (min-width: 1225px) {
  .xl-a\:absolute {
    position: absolute;
  }

  .xl-a\:top-0 {
    top: 0px;
  }

  .xl-a\:left-\[295px\] {
    left: 295px;
  }

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

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

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

  .xl-a\:p-\[50px\] {
    padding: 50px;
  }

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

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

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

@media (min-width: 1200px) {
  .xl-m\:float-left {
    float: left;
  }

  .xl-m\:mx-\[60px\] {
    margin-left: 60px;
    margin-right: 60px;
  }

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

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

  .xl-m\:flex {
    display: flex;
  }

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

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

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

  .xl-m\:w-\[66\.66\%\] {
    width: 66.66%;
  }

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

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

  .xl-m\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl-m\:pt-0 {
    padding-top: 0px;
  }

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

  .xl-m\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xl-m\:pl-\[15px\] {
    padding-left: 15px;
  }

  .xl-m\:text-\[19px\] {
    font-size: 19px;
  }
}

@media (max-width: 959px) {
  .mdmx\:mb-\[20px\] {
    margin-bottom: 20px;
  }

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

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

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

  .mdmx\:hidden {
    display: none;
  }

  .mdmx\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }

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

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

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

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

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

  .mdmx\:text-\[max\(38px\2c 18px\)\] {
    font-size: max(38px,18px);
  }
}

@media (max-width: 768px) {
  .mxsm\:mx-\[15px\] {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

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

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

  .mxsm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 550px) {
  .xtrsm\:-right-\[35px\] {
    right: -35px;
  }
}