/*
! tailwindcss v3.3.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 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;
}

/*
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: "Playfair Display";

  src: url("../public/font/Playfair\ Display\ Bold.eot");

  src: url("../public/font/Playfair\ Display\ Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../public/font/Playfair\ Display\ Bold.woff2") format("woff2"),
    url("../public/font/Playfair\ Display\ Bold.woff") format("woff"),
    url("../public/font/Playfair\ Display\ Bold.svg") format("svg");

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Playfair Display";

  src: url("../public/font/Playfair\ Display\ Medium.eot");

  src: url("../public/font/Playfair\ Display\ Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../public/font/Playfair\ Display\ Medium.woff2") format("woff2"),
    url("../public/font/Playfair\ Display\ Medium.woff") format("woff"),
    url("../public/font/Playfair\ Display\ Medium.svg#Playfair Display Medium")
      format("svg");

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Playfair Display";

  src: url("../public/font/Playfair\ Display\ Medium\ Italic.eot");

  src: url("../public/font/Playfair\ Display\ Medium\ Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../public/font/Playfair\ Display\ Medium\ Italic.woff2")
      format("woff2"),
    url("../public/font/Playfair\ Display\ Medium\ Italic.woff") format("woff"),
    url("../public/font/Playfair\ Display\ Medium\ Italic.svg#Playfair Display Medium Italic")
      format("svg");

  font-weight: 500;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Playfair Display";

  src: url("../public/font/Playfair\ Display\ Regular.eot");

  src: url("../public/font/Playfair\ Display\ Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../public/font/Playfair\ Display\ Regular.woff2") format("woff2"),
    url("../public/font/Playfair\ Display\ Regular.woff") format("woff"),
    url("../public/font/Playfair\ Display\ Regular.svg#Playfair Display Regular")
      format("svg");

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Neris";

  src: url("../public/font/Neris\ Black.eot");

  src: url("../public/font/Neris\ Black.eot?#iefix") format("embedded-opentype"),
    url("../public/font/Neris\ Black.woff2") format("woff2"),
    url("../public/font/Neris\ Black.woff") format("woff"),
    url("../public/font/Neris\ Black.svg#Neris Black") format("svg");

  font-weight: 900;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Neris";

  src: url("../public/font/Neris\ Light.eot");

  src: url("../public/font/Neris\ Light.eot?#iefix") format("embedded-opentype"),
    url("../public/font/Neris\ Light.woff2") format("woff2"),
    url("../public/font/Neris\ Light.woff") format("woff"),
    url("../public/font/Neris\ Light.svg#Neris Light") format("svg");

  font-weight: 300;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Neris";

  src: url("../public/font/Neris\ Light\ Italic.eot");

  src: url("../public/font/Neris\ Light\ Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../public/font/Neris\ Light\ Italic.woff2") format("woff2"),
    url("../public/font/Neris\ Light\ Italic.woff") format("woff"),
    url("../public/font/Neris\ Light\ Italic.svg#Neris Light Italic")
      format("svg");

  font-weight: 300;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Neris";

  src: url("../public/font/Neris\ SemiBold.eot");

  src: url("../public/font/Neris\ SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../public/font/Neris\ SemiBold.woff2") format("woff2"),
    url("../public/font/Neris\ SemiBold.woff") format("woff"),
    url("../public/font/Neris\ SemiBold.svg#Neris SemiBold") format("svg");

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Neris";

  src: url("../public/font/Neris\ SemiBold\ Italic.eot");

  src: url("../public/font/Neris\ SemiBold\ Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../public/font/Neris\ SemiBold\ Italic.woff2") format("woff2"),
    url("../public/font/Neris\ SemiBold\ Italic.woff") format("woff"),
    url("../public/font/Neris\ SemiBold\ Italic.svg#Neris SemiBold Italic")
      format("svg");

  font-weight: 600;

  font-style: italic;

  font-stretch: normal;

  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Niconne";

  src: url("../public/font/Niconne.eot");

  src: url("../public/font/Niconne.eot?#iefix") format("embedded-opentype"),
    url("../public/font/Niconne.woff2") format("woff2"),
    url("../public/font/Niconne.woff") format("woff"),
    url("../public/font/Niconne.svg#Niconne") format("svg");

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: "Sacramento";

  src: url("../public/font/Sacramento.eot");

  src: url("../public/font/Sacramento.eot?#iefix") format("embedded-opentype"),
    url("../public/font/Sacramento.woff2") format("woff2"),
    url("../public/font/Sacramento.woff") format("woff"),
    url("../public/font/Sacramento.svg#Sacramento") format("svg");

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-02DC;
}

/* @font-face {
    font-family: "neris";
    font-weight: 900;
    src:
      url("../public/font/neris-black-webfont.woff") format("woff"),
      url("../public/font/neris-black-webfont.woff2") format("woff2");
  }

  @font-face {
    font-family: "niconne";
    font-weight: 400;
    src:
      url("../public/font/niconne-regular-webfont.woff") format("woff"),
      url("../public/font/niconne-regular-webfont.woff2") format("woff2");
  }

  @font-face {
    font-family: "sacramento";
    font-weight: 400;
    src:
      url("../public/font/sacramento-regular-webfont.woff") format("woff"),
      url("../public/font/sacramento-regular-webfont.woff2") format("woff2");
  } */

*,
::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: ;
}

::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: ;
}

.container {
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 672px) {
  .container {
    max-width: 672px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-\[38px\] {
  left: 38px;
}

.left-full {
  left: 100%;
}

.top-0 {
  top: 0px;
}

.top-14 {
  top: 3.5rem;
}

.top-\[-11px\] {
  top: -11px;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[98\] {
  z-index: 98;
}

.z-\[99\] {
  z-index: 99;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[53px\] {
  margin-top: 53px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-10 {
  height: 2.5rem;
}

.h-28 {
  height: 7rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[148px\] {
  height: 148px;
}

.h-\[164px\] {
  height: 164px;
}

.h-\[181px\] {
  height: 181px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[349px\] {
  height: 349px;
}

.h-\[396px\] {
  height: 396px;
}

.h-full {
  height: 100%;
}

.max-h-\[148px\] {
  max-height: 148px;
}

.max-h-\[804px\] {
  max-height: 804px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-28 {
  width: 7rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[163px\] {
  width: 163px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[78px\] {
  width: 78px;
}

.w-full {
  width: 100%;
}

.max-w-\[148px\] {
  max-width: 148px;
}

.max-w-\[312px\] {
  max-width: 312px;
}

.scale-\[1\.35\] {
  --tw-scale-x: 1.35;
  --tw-scale-y: 1.35;
  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;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * 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-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.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));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-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-\[26px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(26px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-none {
  border-style: none;
}

.border-wbm-darkgreen {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 102 / var(--tw-border-opacity));
}

.border-wbm-darkgreen\/20 {
  border-color: rgb(0 102 102 / 0.2);
}

.border-wbm-darkgreen\/30 {
  border-color: rgb(0 102 102 / 0.3);
}

.border-wbm-darkgreen\/50 {
  border-color: rgb(0 102 102 / 0.5);
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-wbm-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(221 236 230 / var(--tw-bg-opacity));
}

.bg-wbm-accent\/60 {
  background-color: rgb(221 236 230 / 0.6);
}

.bg-wbm-darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 102 / var(--tw-bg-opacity));
}

.bg-wbm-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity));
}

.bg-wbm-grey-light\/60 {
  background-color: rgb(199 199 199 / 0.6);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.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;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.text-center {
  text-align: center;
}

.font-neris {
  font-family: "Neris", sans;
}

.font-niconne {
  font-family: "Niconne", cursive;
}

.font-playfair {
  font-family: "Playfair Display", serif;
}

.font-sacramento {
  font-family: "Sacramento", cursive;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-wbm-accent {
  --tw-text-opacity: 1;
  color: rgb(221 236 230 / var(--tw-text-opacity));
}

.text-wbm-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(0 102 102 / var(--tw-text-opacity));
}

.text-wbm-grey {
  --tw-text-opacity: 1;
  color: rgb(89 90 92 / var(--tw-text-opacity));
}

.text-wbm-grey-light {
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.text-wbm-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-md {
  --tw-shadow: 0px 0px 14px 0px rgba(0, 51, 51, 0.25);
  --tw-shadow-colored: 0px 0px 14px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[\.4s\] {
  transition-duration: 0.4s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --wbm-darkgreen: #006666;
  --wbm-darkgreen-hover: #078e8e;
  --wbm-accent: #ddece6;
  --wbm-grey: #595a5c;
  --wbm-grey-light: #c7c7c7;
  --wbm-white-alpha: rgba(255, 255, 255, 0.8);
  --wbm-white: #fff;
}

body {
  -webkit-tap-highlight-color: transparent;
}

.disable-scroll {
  overflow: hidden;
}

.hamburger .bar,
.hamburger::after,
.hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #006666;
  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;
}

.hamburger1 .bar2,
.hamburger1::after,
.hamburger1::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 5px 0px;
  transition: 0.4s;
  border-radius: 8px;
}

.hamburger1.is-active::before {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger1.is-active::after {
  transform: rotate(45deg) translate(-5px, -6px);
}

.hamburger1.is-active .bar2 {
  opacity: 0;
}

/* .drop-down-menu.is-active nav a {
  color: var(--wbm-grey);
} */

/* .heroimg {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  border: 1px solid var(--wbm-darkgreen);
  background: url(../public/assets/img/devyani-yasheel/hero.jpg);
  background-repeat: no-repeat;
  background-size: contain;
} */

.cstm-divider {
  content: "";
  height: 2px;
  width: 15px;
  background: #c7c7c7;
  margin: 0 auto;
  border-radius: 999px;
}

.placeholder\:invisible::-moz-placeholder {
  visibility: hidden;
}

.placeholder\:invisible::placeholder {
  visibility: hidden;
}

.hover\:bg-wbm-darkgreen-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 142 142 / var(--tw-bg-opacity));
}

.hover\:text-wbm-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:border-wbm-darkgreen:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 102 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-wbm-darkgreen:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 102 102 / var(--tw-ring-opacity));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-\[10px\] {
  top: 10px;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-\[10px\] {
  top: 10px;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-wbm-grey-light {
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-wbm-grey-light {
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.peer:focus ~ .peer-focus\:top-\[-11px\] {
  top: -11px;
}

.peer:focus ~ .peer-focus\:text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.peer:focus ~ .peer-focus\:text-wbm-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(0 102 102 / var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 672px) {
  .md\:object-center {
    -o-object-position: center;
    object-position: center;
  }
}
