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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ Bold.eot");

  src: url("../font/Titillium\ Web\ Bold.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ Bold.woff2") format("woff2"),
      url("../font/Titillium\ Web\ Bold.woff") format("woff"),
      url("../font/Titillium\ Web\ Bold.svg#Titillium Web Bold") format("svg");

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ Bold\ Italic.eot");

  src: url("../font/Titillium\ Web\ Bold\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ Bold\ Italic.woff2") format("woff2"),
      url("../font/Titillium\ Web\ Bold\ Italic.woff") format("woff"),
      url("../font/Titillium\ Web\ Bold\ Italic.svg#Titillium Web Bold Italic")
        format("svg");

  font-weight: 700;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ Italic.eot");

  src: url("../font/Titillium\ Web\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ Italic.woff2") format("woff2"),
      url("../font/Titillium\ Web\ Italic.woff") format("woff"),
      url("../font/Titillium\ Web\ Italic.svg#Titillium Web Italic")
        format("svg");

  font-weight: 400;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ Regular.eot");

  src: url("../font/Titillium\ Web\ Regular.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ Regular.woff2") format("woff2"),
      url("../font/Titillium\ Web\ Regular.woff") format("woff"),
      url("../font/Titillium\ Web\ Regular.svg#Titillium Web Regular")
        format("svg");

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ SemiBold.eot");

  src: url("../font/Titillium\ Web\ SemiBold.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ SemiBold.woff2") format("woff2"),
      url("../font/Titillium\ Web\ SemiBold.woff") format("woff"),
      url("../font/Titillium\ Web\ SemiBold.svg#Titillium Web SemiBold")
        format("svg");

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ SemiBold\ Italic.eot");

  src: url("../font/Titillium\ Web\ SemiBold\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ SemiBold\ Italic.woff2") format("woff2"),
      url("../font/Titillium\ Web\ SemiBold\ Italic.woff") format("woff"),
      url("../font/Titillium\ Web\ SemiBold\ Italic.svg#Titillium Web SemiBold Italic")
        format("svg");

  font-weight: 600;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ Light.eot");

  src: url("../font/Titillium\ Web\ Light.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ Light.woff2") format("woff2"),
      url("../font/Titillium\ Web\ Light.woff") format("woff"),
      url("../font/Titillium\ Web\ Light.svg#Titillium Web Light") format("svg");

  font-weight: 300;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ Light\ Italic.eot");

  src: url("../font/Titillium\ Web\ Light\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ Light\ Italic.woff2") format("woff2"),
      url("../font/Titillium\ Web\ Light\ Italic.woff") format("woff"),
      url("../font/Titillium\ Web\ Light\ Italic.svg#Titillium Web Light Italic")
        format("svg");

  font-weight: 300;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ ExtraLight.eot");

  src: url("../font/Titillium\ Web\ ExtraLight.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ ExtraLight.woff2") format("woff2"),
      url("../font/Titillium\ Web\ ExtraLight.woff") format("woff"),
      url("../font/Titillium\ Web\ ExtraLight.svg#Titillium Web ExtraLight")
        format("svg");

  font-weight: 275;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ ExtraLight\ Italic.eot");

  src: url("../font/Titillium\ Web\ ExtraLight\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ ExtraLight\ Italic.woff2") format("woff2"),
      url("../font/Titillium\ Web\ ExtraLight\ Italic.woff") format("woff"),
      url("../font/Titillium\ Web\ ExtraLight\ Italic.svg#Titillium Web ExtraLight Italic")
        format("svg");

  font-weight: 275;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Titillium Web";

  src: url("../font/Titillium\ Web\ Black.eot");

  src: url("../font/Titillium\ Web\ Black.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Titillium\ Web\ Black.woff2") format("woff2"),
      url("../font/Titillium\ Web\ Black.woff") format("woff"),
      url("../font/Titillium\ Web\ Black.svg#Titillium Web Black") format("svg");

  font-weight: 900;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ Bold.eot");

  src: url("../font/Lora\ Bold.eot?#iefix") format("embedded-opentype"),
      url("../font/Lora\ Bold.woff2") format("woff2"),
      url("../font/Lora\ Bold.woff") format("woff"),
      url("font/Lora\ Bold.svg#Lora Bold") format("svg");

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ Bold\ Italic.eot");

  src: url("../font/Lora\ Bold\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Lora\ Bold\ Italic.woff2") format("woff2"),
      url("../font/Lora\ Bold\ Italic.woff") format("woff"),
      url("../font/Lora\ Bold\ Italic.svg#Lora Bold Italic") format("svg");

  font-weight: 700;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ Italic.eot");

  src: url("../font/Lora\ Italic.eot?#iefix") format("embedded-opentype"),
      url("../font/Lora\ Italic.woff2") format("woff2"),
      url("../font/Lora\ Italic.woff") format("woff"),
      url("../font/Lora\ Italic.svg#Lora Italic") format("svg");

  font-weight: 400;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ Regular.eot");

  src: url("../font/Lora\ Regular.eot?#iefix") format("embedded-opentype"),
      url("../font/Lora\ Regular.woff2") format("woff2"),
      url("../font/Lora\ Regular.woff") format("woff"),
      url("../font/Lora\ Regular.svg#Lora Regular") format("svg");

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ Medium.eot");

  src: url("../font/Lora\ Medium.eot?#iefix") format("embedded-opentype"),
      url("../font/Lora\ Medium.woff2") format("woff2"),
      url("../font/Lora\ Medium.woff") format("woff"),
      url("../font/Lora\ Medium.svg#Lora Medium") format("svg");

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ Medium\ Italic.eot");

  src: url("../font/Lora\ Medium\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Lora\ Medium\ Italic.woff2") format("woff2"),
      url("../font/Lora\ Medium\ Italic.woff") format("woff"),
      url("../font/Lora\ Medium\ Italic.svg#Lora Medium Italic") format("svg");

  font-weight: 500;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ SemiBold.eot");

  src: url("../font/Lora\ SemiBold.eot?#iefix") format("embedded-opentype"),
      url("../font/Lora\ SemiBold.woff2") format("woff2"),
      url("../font/Lora\ SemiBold.woff") format("woff"),
      url("../font/Lora\ SemiBold.svg#Lora SemiBold") format("svg");

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora\ SemiBold\ Italic.eot");

  src: url("../font/Lora\ SemiBold\ Italic.eot?#iefix")
        format("embedded-opentype"),
      url("../font/Lora\ SemiBold\ Italic.woff2") format("woff2"),
      url("../font/Lora\ SemiBold\ Italic.woff") format("woff"),
      url("../font/Lora\ SemiBold\ Italic.svg#Lora SemiBold Italic")
        format("svg");

  font-weight: 600;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

.container {
  width: 100%;
}

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-44 {
  height: 11rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

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

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

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

@keyframes left-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.animate-left-scroll {
  animation: left-scroll 50s linear infinite;
}

@keyframes right-scroll {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.animate-right-scroll {
  animation: right-scroll 50s linear infinite;
}

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(56 38 5 / var(--tw-border-opacity));
}

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

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

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

.bg-LightMenu {
  --tw-bg-opacity: 1;
  background-color: rgb(239 232 222 / var(--tw-bg-opacity));
}

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

.bg-\[\#190F00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 15 0 / var(--tw-bg-opacity));
}

.bg-\[\#CCA61C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 166 28 / var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(204 166 28 / var(--tw-bg-opacity));
}

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

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

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

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

.from-\[\#190F00\] {
  --tw-gradient-from: #190F00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(25 15 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

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

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

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

.font-lora {
  font-family: Lora;
}

.font-titillium {
  font-family: Titillium Web;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-tight {
  line-height: 1.25;
}

.text-\[\#CCA61C\] {
  --tw-text-opacity: 1;
  color: rgb(204 166 28 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(204 166 28 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(56 38 5 / var(--tw-text-opacity));
}

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

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

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

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

.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
  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);
}

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

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

.hamburger .bar,
.hamburger::after,
.hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #cca61c;
  margin: 5px 0px;
  transition: 0.4s;
  border-radius: 8px;
}

.hamburger.is-active::before {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.is-active::after {
  transform: rotate(45deg) translate(-5px, -6px);
}

.hamburger.is-active .bar {
  opacity: 0;
}

.drop-down-menu.is-active {
  left: 0;
}

.drop-down-menu nav a {
  transition: 0.4s;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 166 28 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.hover\:text-\[\#CCA61C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(204 166 28 / var(--tw-text-opacity));
}

.focus\:text-\[\#CCA61C\]:focus {
  --tw-text-opacity: 1;
  color: rgb(204 166 28 / var(--tw-text-opacity));
}

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

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

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 166 28 / var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:justify-center {
    justify-content: center;
  }

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

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

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

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

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

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

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

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

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

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

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(204 166 28 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[120\%\] {
    line-height: 120%;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

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

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

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

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

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

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

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:relative {
    position: relative;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:ml-\[36px\] {
    margin-left: 36px;
  }

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

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

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

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

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

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

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

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

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

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

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

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