@import url(https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
     */
[type=search]::-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 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

ul,
ol {
  list-style: none;
}

/*! 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;
}

*, ::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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-12{
  bottom: -3rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.right-0{
  right: 0px;
}
.right-8{
  right: 2rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-8{
  top: 2rem;
}
.top-\[-0\.25em\]{
  top: -0.25em;
}
.z-1{
  z-index: 1;
}
.z-2{
  z-index: 2;
}
.z-3{
  z-index: 3;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-start-2{
  grid-column-start: 2;
}
.row-span-full{
  grid-row: 1 / -1;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-\[0\.25em\]{
  margin-bottom: 0.25em;
}
.ml-16{
  margin-left: 4rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[3em\]{
  height: 3em;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[5rem\]{
  height: 5rem;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[calc\(100vh_-_4rem_-_0\.5rem\)\]{
  height: calc(100vh - 4rem - 0.5rem);
}
.h-full{
  height: 100%;
}
.max-h-\[1rem\]{
  max-height: 1rem;
}
.max-h-\[2rem\]{
  max-height: 2rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[1\.25em\]{
  width: 1.25em;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[5rem\]{
  width: 5rem;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.max-w-\[90rem\]{
  max-width: 90rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.origin-center{
  transform-origin: center;
}
.-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));
}
.-translate-y-\[140\%\]{
  --tw-translate-y: -140%;
  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-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-none{
  border-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.p-1{
  padding: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.text-center{
  text-align: center;
}
.font-old{
  font-family: Old Standard TT;
}
.text-16{
  font-size: 4rem;
}
.text-2{
  font-size: 0.5rem;
}
.text-3{
  font-size: 0.875rem;
}
.text-4{
  font-size: 1rem;
}
.text-5{
  font-size: 1.25rem;
}
.text-6{
  font-size: 1.5rem;
}
.text-7{
  font-size: 1.75rem;
}
.text-9{
  font-size: 2.25rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.font-\[500\]{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter{
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
:root {
  --swiper-theme-color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  min-height: 70vh;
}

html.is-changing .transition-fade {
  transition: opacity ease-in-out 400ms;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset !important;
}

[default-link] {
  cursor: pointer;
  transition: opacity ease-in-out 300ms;
}
@media (hover: hover) {
  [default-link]:hover:hover {
    opacity: 0.4;
  }
}

[title] {
  letter-spacing: 0.075em;
}

[content] p + p {
  margin-top: 0.35rem;
}

.contacts-list{
    grid-template-columns: auto auto!important;
}

.contacts-list li:nth-child(odd):not(:first-child) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 640px) {
  .contacts-list li:nth-child(odd):not(:first-child) {
    margin-top: 0rem;
  }
}

.nav-link.active {
  opacity: 0.4;
  position: relative;
}
.nav-link.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -0.35rem;
}

#logo {
  font-size: clamp(
		1.5rem,
		calc(
			0.5rem + 4.1666666667vw
		),
		2.5rem
	);
}

#hamburger span {
  transition: rotate ease-in-out 300ms, top ease-in-out 200ms;
  transition-delay: 0ms, 250ms;
}
#hamburger.active span {
  transition: rotate ease-in-out 300ms, top ease-in-out 200ms;
  transition-delay: 250ms, 0ms;
  top: 50%;
}
#hamburger.active span:nth-child(1) {
  rotate: 45deg;
}
#hamburger.active span:nth-child(2) {
  rotate: -45deg;
}

#nav {
  transition: opacity ease-in-out 350ms, transform ease-in-out 500;
}
#nav.active {
  opacity: 1;
  transform: translateY(0);
}

[arrow-link] .arrow {
  transition: translate ease-in-out 250ms;
}
@media (hover: hover) {
  [arrow-link]:hover:hover .arrow {
    translate: 0.25rem 0;
  }
}

.section-hidden-title {
  font-size: clamp(
		3rem,
		calc(
			0.8181818182rem + 9.0909090909vw
		),
		9rem
	);
}

[input-group] textarea {
  line-height: 1.5em;
  background-image: linear-gradient(transparent, transparent calc(1.5em - 1px), rgb(0, 0, 0) 0px);
  background-size: 100% 1.5em;
  background-repeat: repeat;
}
[input-group] textarea:not(:-moz-placeholder-shown) ~ label, [input-group] input:not(:-moz-placeholder-shown) ~ label {
  font-size: 0.75em;
  top: -1.25em;
  transform: none;
  opacity: 0.4;
}
[input-group] textarea:not(:placeholder-shown) ~ label, [input-group] textarea:focus ~ label,
[input-group] input:not(:placeholder-shown) ~ label,
[input-group] input:focus ~ label {
  font-size: 0.75em;
  top: -1.25em;
  transform: none;
  opacity: 0.4;
}
[input-group] label {
  transition: all ease-in-out 300ms;
}

input[type=checkbox]:checked ~ label [custom-checkbox] {
  transition: background-image ease-in-out 200ms;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2987 0.21934C12.4392 0.359965 12.518 0.550589 12.518 0.74934C12.518 0.948091 12.4392 1.13871 12.2987 1.27934L5.29871 8.27934C5.15808 8.41979 4.96746 8.49868 4.76871 8.49868C4.56996 8.49868 4.37933 8.41979 4.23871 8.27934L0.238708 4.27934C0.165021 4.21068 0.105919 4.12788 0.064927 4.03588C0.023935 3.94388 0.00189351 3.84457 0.000116722 3.74386C-0.00166006 3.64316 0.0168643 3.54313 0.0545854 3.44974C0.0923064 3.35635 0.148451 3.27152 0.21967 3.2003C0.290888 3.12908 0.375722 3.07294 0.46911 3.03522C0.562499 2.9975 0.662528 2.97897 0.763231 2.98075C0.863934 2.98252 0.963247 3.00457 1.05525 3.04556C1.14725 3.08655 1.23005 3.14565 1.29871 3.21934L4.76871 6.68934L11.2387 0.21934C11.3793 0.0788894 11.57 0 11.7687 0C11.9675 0 12.1581 0.0788894 12.2987 0.21934Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: calc(30vh + 6rem);
  transform: translateY(-50%);
}

#slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 400ms;
}
#slide.active {
  opacity: 1;
  pointer-events: all;
}
#slide.active .swiper {
  opacity: 1;
}

.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 4px;
  border-radius: 50%;
  border: 3px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[spinner] {
  opacity: 0;
  pointer-events: none;
}
[spinner].active {
  opacity: 1;
}

.product-card-container {
  display: none;
}
.product-card-container.active {
  display: block;
}
.product-card-container:nth-child(2), .product-card-container:nth-child(3), .product-card-container:nth-child(4), .product-card-container:nth-child(5), .product-card-container:nth-child(6), .product-card-container:nth-child(7), .product-card-container:nth-child(8), .product-card-container:nth-child(9), .product-card-container:nth-child(10), .product-card-container:nth-child(11), .product-card-container:nth-child(12), .product-card-container:nth-child(13) {
  display: block;
}

#load-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#load-more:disabled a {
  pointer-events: none;
}

[card] {
  cursor: none !important;
}
[card] a {
  cursor: none !important;
}
[card] [custom-cursor] {
  opacity: 0;
  transition: opacity ease-in-out 200ms;
  z-index: 1;
}
@media (hover: hover) {
  [card]:hover [custom-cursor] {
    opacity: 1;
  }
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-black\/40::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}
@media (min-width: 640px){
  .\36 40\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\36 40\:gap-12{
    gap: 3rem;
  }
  .\36 40\:text-20{
    font-size: 5rem;
  }
  .\36 40\:text-3{
    font-size: 0.875rem;
  }
}
@media (min-width: 768px){
  .\37 68\:-bottom-16{
    bottom: -4rem;
  }
  .\37 68\:left-20{
    left: 5rem;
  }
  .\37 68\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .\37 68\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .\37 68\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .\37 68\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .\37 68\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .\37 68\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .\37 68\:col-start-2{
    grid-column-start: 2;
  }
  .\37 68\:col-start-3{
    grid-column-start: 3;
  }
  .\37 68\:mt-0{
    margin-top: 0px;
  }
  .\37 68\:mt-16{
    margin-top: 4rem;
  }
  .\37 68\:mt-21{
    margin-top: 5.25rem;
  }
  .\37 68\:mt-24{
    margin-top: 6rem;
  }
  .\37 68\:flex{
    display: flex;
  }
  .\37 68\:h-\[calc\(100vh_-_5\.25rem_-_1\.5rem\)\]{
    height: calc(100vh - 5.25rem - 1.5rem);
  }
  .\37 68\:max-w-\[85\%\]{
    max-width: 85%;
  }
  .\37 68\:max-w-md{
    max-width: 28rem;
  }
  .\37 68\:-translate-y-\[90\%\]{
    --tw-translate-y: -90%;
    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));
  }
  .\37 68\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .\37 68\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .\37 68\:pb-64{
    padding-bottom: 16rem;
  }
  .\37 68\:pt-20{
    padding-top: 5rem;
  }
  .\37 68\:text-11{
    font-size: 2.75rem;
  }
  .\37 68\:text-24{
    font-size: 6rem;
  }
  .\37 68\:text-4{
    font-size: 1rem;
  }
}
@media (min-width: 874px){
  .\38 74\:static{
    position: static;
  }
  .\38 74\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .\38 74\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .\38 74\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .\38 74\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .\38 74\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .\38 74\:col-start-2{
    grid-column-start: 2;
  }
  .\38 74\:col-start-3{
    grid-column-start: 3;
  }
  .\38 74\:ml-16{
    margin-left: 4rem;
  }
  .\38 74\:mt-0{
    margin-top: 0px;
  }
  .\38 74\:hidden{
    display: none;
  }
  .\38 74\:h-auto{
    height: auto;
  }
  .\38 74\:w-1\/2{
    width: 50%;
  }
  .\38 74\:w-1\/3{
    width: 33.333333%;
  }
  .\38 74\:max-w-\[340px\]{
    max-width: 340px;
  }
  .\38 74\:max-w-sm{
    max-width: 24rem;
  }
  .\38 74\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }
  .\38 74\:flex-row{
    flex-direction: row;
  }
  .\38 74\:items-start{
    align-items: flex-start;
  }
  .\38 74\:justify-start{
    justify-content: flex-start;
  }
  .\38 74\:justify-between{
    justify-content: space-between;
  }
  .\38 74\:gap-4{
    gap: 1rem;
  }
  .\38 74\:pl-6{
    padding-left: 1.5rem;
  }
  .\38 74\:pl-8{
    padding-left: 2rem;
  }
  .\38 74\:pr-0{
    padding-right: 0px;
  }
  .\38 74\:text-3{
    font-size: 0.875rem;
  }
  .\38 74\:text-30{
    font-size: 8.5rem;
  }
  .\38 74\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 991px){
  .\39 91\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .\39 91\:w-\[3px\]{
    width: 3px;
  }
  .\39 91\:flex-row{
    flex-direction: row;
  }
  .\39 91\:items-center{
    align-items: center;
  }
  .\39 91\:justify-between{
    justify-content: space-between;
  }
  .\39 91\:gap-6{
    gap: 1.5rem;
  }
  .\39 91\:gap-y-0{
    row-gap: 0px;
  }
  .\39 91\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .\39 91\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .\39 91\:after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }
  .\39 91\:after\:-right-\[calc\(0\.75rem_\+_1\.5px\)\]::after{
    content: var(--tw-content);
    right: calc(calc(0.75rem + 1.5px) * -1);
  }
  .\39 91\:after\:top-1\/2::after{
    content: var(--tw-content);
    top: 50%;
  }
  .\39 91\:after\:block::after{
    content: var(--tw-content);
    display: block;
  }
  .\39 91\:after\:aspect-square::after{
    content: var(--tw-content);
    aspect-ratio: 1 / 1;
  }
  .\39 91\:after\:w-\[3px\]::after{
    content: var(--tw-content);
    width: 3px;
  }
  .\39 91\:after\:-translate-y-1\/2::after{
    content: var(--tw-content);
    --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));
  }
  .\39 91\:after\:rounded-full::after{
    content: var(--tw-content);
    border-radius: 9999px;
  }
  .\39 91\:after\:bg-black::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px){
  .\31 024\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .\31 024\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .\31 024\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .\31 024\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .\31 024\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1140px){
  .\31 140\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .\31 140\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .\31 140\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .\31 140\:col-start-2{
    grid-column-start: 2;
  }
  .\31 140\:col-start-3{
    grid-column-start: 3;
  }
  .\31 140\:col-start-7{
    grid-column-start: 7;
  }
  .\31 140\:ml-\[22\%\]{
    margin-left: 22%;
  }
  .\31 140\:ml-\[30\%\]{
    margin-left: 30%;
  }
  .\31 140\:-translate-y-\[75\%\]{
    --tw-translate-y: -75%;
    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));
  }
  .\31 140\:justify-around{
    justify-content: space-around;
  }
}
@media (min-width: 1280px){
  .\31 280\:text-36{
    font-size: 10rem;
  }
}
