/*
! tailwindcss v3.2.7 | 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.
*/

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: Linea, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  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;
}

/*
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-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[15px\] {
  bottom: 15px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.left-\[15px\] {
  left: 15px;
}
.right-0 {
  right: 0px;
}
.right-\[15px\] {
  right: 15px;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[15px\] {
  top: 15px;
}
.z-20 {
  z-index: 20;
}
.z-\[50001\] {
  z-index: 50001;
}
.z-\[5000\] {
  z-index: 5000;
}
.z-\[6\] {
  z-index: 6;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[6\/4\] {
  aspect-ratio: 6/4;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-full {
  height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-full {
  width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-y-\[2px\] {
  --tw-translate-y: -2px;
  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-\[4px\] {
  --tw-translate-y: -4px;
  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));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.scale-x-125 {
  --tw-scale-x: 1.25;
  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;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.rounded-full {
  border-radius: 9999px;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(109 133 145 / var(--tw-bg-opacity));
}
.bg-grey\/0 {
  background-color: rgb(109 133 145 / 0);
}
.bg-grey\/10 {
  background-color: rgb(109 133 145 / 0.1);
}
.bg-grey\/100 {
  background-color: rgb(109 133 145 / 1);
}
.bg-grey\/20 {
  background-color: rgb(109 133 145 / 0.2);
}
.bg-grey\/25 {
  background-color: rgb(109 133 145 / 0.25);
}
.bg-grey\/30 {
  background-color: rgb(109 133 145 / 0.3);
}
.bg-grey\/40 {
  background-color: rgb(109 133 145 / 0.4);
}
.bg-grey\/5 {
  background-color: rgb(109 133 145 / 0.05);
}
.bg-grey\/50 {
  background-color: rgb(109 133 145 / 0.5);
}
.bg-grey\/60 {
  background-color: rgb(109 133 145 / 0.6);
}
.bg-grey\/70 {
  background-color: rgb(109 133 145 / 0.7);
}
.bg-grey\/75 {
  background-color: rgb(109 133 145 / 0.75);
}
.bg-grey\/80 {
  background-color: rgb(109 133 145 / 0.8);
}
.bg-grey\/90 {
  background-color: rgb(109 133 145 / 0.9);
}
.bg-grey\/95 {
  background-color: rgb(109 133 145 / 0.95);
}
.bg-inherit {
  background-color: inherit;
}
.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(182 194 200 / var(--tw-bg-opacity));
}
.bg-lightgrey\/0 {
  background-color: rgb(182 194 200 / 0);
}
.bg-lightgrey\/10 {
  background-color: rgb(182 194 200 / 0.1);
}
.bg-lightgrey\/100 {
  background-color: rgb(182 194 200 / 1);
}
.bg-lightgrey\/20 {
  background-color: rgb(182 194 200 / 0.2);
}
.bg-lightgrey\/25 {
  background-color: rgb(182 194 200 / 0.25);
}
.bg-lightgrey\/30 {
  background-color: rgb(182 194 200 / 0.3);
}
.bg-lightgrey\/40 {
  background-color: rgb(182 194 200 / 0.4);
}
.bg-lightgrey\/5 {
  background-color: rgb(182 194 200 / 0.05);
}
.bg-lightgrey\/50 {
  background-color: rgb(182 194 200 / 0.5);
}
.bg-lightgrey\/60 {
  background-color: rgb(182 194 200 / 0.6);
}
.bg-lightgrey\/70 {
  background-color: rgb(182 194 200 / 0.7);
}
.bg-lightgrey\/75 {
  background-color: rgb(182 194 200 / 0.75);
}
.bg-lightgrey\/80 {
  background-color: rgb(182 194 200 / 0.8);
}
.bg-lightgrey\/90 {
  background-color: rgb(182 194 200 / 0.9);
}
.bg-lightgrey\/95 {
  background-color: rgb(182 194 200 / 0.95);
}
.bg-superlightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-superlightgrey\/0 {
  background-color: rgb(248 248 248 / 0);
}
.bg-superlightgrey\/10 {
  background-color: rgb(248 248 248 / 0.1);
}
.bg-superlightgrey\/100 {
  background-color: rgb(248 248 248 / 1);
}
.bg-superlightgrey\/20 {
  background-color: rgb(248 248 248 / 0.2);
}
.bg-superlightgrey\/25 {
  background-color: rgb(248 248 248 / 0.25);
}
.bg-superlightgrey\/30 {
  background-color: rgb(248 248 248 / 0.3);
}
.bg-superlightgrey\/40 {
  background-color: rgb(248 248 248 / 0.4);
}
.bg-superlightgrey\/5 {
  background-color: rgb(248 248 248 / 0.05);
}
.bg-superlightgrey\/50 {
  background-color: rgb(248 248 248 / 0.5);
}
.bg-superlightgrey\/60 {
  background-color: rgb(248 248 248 / 0.6);
}
.bg-superlightgrey\/70 {
  background-color: rgb(248 248 248 / 0.7);
}
.bg-superlightgrey\/75 {
  background-color: rgb(248 248 248 / 0.75);
}
.bg-superlightgrey\/80 {
  background-color: rgb(248 248 248 / 0.8);
}
.bg-superlightgrey\/90 {
  background-color: rgb(248 248 248 / 0.9);
}
.bg-superlightgrey\/95 {
  background-color: rgb(248 248 248 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[15px\] {
  padding: 15px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.\!text-base {
  font-size: 1.25rem !important;
  line-height: 1.4rem !important;
}
.\!text-lg {
  font-size: 4.125rem !important;
  line-height: 4.25rem !important;
}
.\!text-md {
  font-size: 2.4rem !important;
  line-height: 2.7rem !important;
}
.\!text-sm {
  font-size: 0.813rem !important;
  line-height: 1.125rem !important;
}
.\!text-xl {
  font-size: 4.0rem !important;
  line-height: 4.8rem !important;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 1.25rem;
  line-height: 1.4rem;
}
.text-lg {
  font-size: 4.125rem;
  line-height: 4.25rem;
}
.text-md {
  font-size: 2.4rem;
  line-height: 2.7rem;
}
.text-sm {
  font-size: 0.813rem;
  line-height: 1.125rem;
}
.text-xl {
  font-size: 4.0rem;
  line-height: 4.8rem;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-black\/0 {
  color: rgb(0 0 0 / 0) !important;
}
.\!text-black\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}
.\!text-black\/100 {
  color: rgb(0 0 0 / 1) !important;
}
.\!text-black\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}
.\!text-black\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}
.\!text-black\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}
.\!text-black\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}
.\!text-black\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}
.\!text-black\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.\!text-black\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}
.\!text-black\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}
.\!text-black\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}
.\!text-black\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}
.\!text-black\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}
.\!text-black\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}
.\!text-current {
  color: currentColor !important;
}
.\!text-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(109 133 145 / var(--tw-text-opacity)) !important;
}
.\!text-grey\/0 {
  color: rgb(109 133 145 / 0) !important;
}
.\!text-grey\/10 {
  color: rgb(109 133 145 / 0.1) !important;
}
.\!text-grey\/100 {
  color: rgb(109 133 145 / 1) !important;
}
.\!text-grey\/20 {
  color: rgb(109 133 145 / 0.2) !important;
}
.\!text-grey\/25 {
  color: rgb(109 133 145 / 0.25) !important;
}
.\!text-grey\/30 {
  color: rgb(109 133 145 / 0.3) !important;
}
.\!text-grey\/40 {
  color: rgb(109 133 145 / 0.4) !important;
}
.\!text-grey\/5 {
  color: rgb(109 133 145 / 0.05) !important;
}
.\!text-grey\/50 {
  color: rgb(109 133 145 / 0.5) !important;
}
.\!text-grey\/60 {
  color: rgb(109 133 145 / 0.6) !important;
}
.\!text-grey\/70 {
  color: rgb(109 133 145 / 0.7) !important;
}
.\!text-grey\/75 {
  color: rgb(109 133 145 / 0.75) !important;
}
.\!text-grey\/80 {
  color: rgb(109 133 145 / 0.8) !important;
}
.\!text-grey\/90 {
  color: rgb(109 133 145 / 0.9) !important;
}
.\!text-grey\/95 {
  color: rgb(109 133 145 / 0.95) !important;
}
.\!text-inherit {
  color: inherit !important;
}
.\!text-lightgrey {
  --tw-text-opacity: 1 !important;
  color: rgb(182 194 200 / var(--tw-text-opacity)) !important;
}
.\!text-lightgrey\/0 {
  color: rgb(182 194 200 / 0) !important;
}
.\!text-lightgrey\/10 {
  color: rgb(182 194 200 / 0.1) !important;
}
.\!text-lightgrey\/100 {
  color: rgb(182 194 200 / 1) !important;
}
.\!text-lightgrey\/20 {
  color: rgb(182 194 200 / 0.2) !important;
}
.\!text-lightgrey\/25 {
  color: rgb(182 194 200 / 0.25) !important;
}
.\!text-lightgrey\/30 {
  color: rgb(182 194 200 / 0.3) !important;
}
.\!text-lightgrey\/40 {
  color: rgb(182 194 200 / 0.4) !important;
}
.\!text-lightgrey\/5 {
  color: rgb(182 194 200 / 0.05) !important;
}
.\!text-lightgrey\/50 {
  color: rgb(182 194 200 / 0.5) !important;
}
.\!text-lightgrey\/60 {
  color: rgb(182 194 200 / 0.6) !important;
}
.\!text-lightgrey\/70 {
  color: rgb(182 194 200 / 0.7) !important;
}
.\!text-lightgrey\/75 {
  color: rgb(182 194 200 / 0.75) !important;
}
.\!text-lightgrey\/80 {
  color: rgb(182 194 200 / 0.8) !important;
}
.\!text-lightgrey\/90 {
  color: rgb(182 194 200 / 0.9) !important;
}
.\!text-lightgrey\/95 {
  color: rgb(182 194 200 / 0.95) !important;
}
.\!text-superlightgrey {
  --tw-text-opacity: 1 !important;
  color: rgb(248 248 248 / var(--tw-text-opacity)) !important;
}
.\!text-superlightgrey\/0 {
  color: rgb(248 248 248 / 0) !important;
}
.\!text-superlightgrey\/10 {
  color: rgb(248 248 248 / 0.1) !important;
}
.\!text-superlightgrey\/100 {
  color: rgb(248 248 248 / 1) !important;
}
.\!text-superlightgrey\/20 {
  color: rgb(248 248 248 / 0.2) !important;
}
.\!text-superlightgrey\/25 {
  color: rgb(248 248 248 / 0.25) !important;
}
.\!text-superlightgrey\/30 {
  color: rgb(248 248 248 / 0.3) !important;
}
.\!text-superlightgrey\/40 {
  color: rgb(248 248 248 / 0.4) !important;
}
.\!text-superlightgrey\/5 {
  color: rgb(248 248 248 / 0.05) !important;
}
.\!text-superlightgrey\/50 {
  color: rgb(248 248 248 / 0.5) !important;
}
.\!text-superlightgrey\/60 {
  color: rgb(248 248 248 / 0.6) !important;
}
.\!text-superlightgrey\/70 {
  color: rgb(248 248 248 / 0.7) !important;
}
.\!text-superlightgrey\/75 {
  color: rgb(248 248 248 / 0.75) !important;
}
.\!text-superlightgrey\/80 {
  color: rgb(248 248 248 / 0.8) !important;
}
.\!text-superlightgrey\/90 {
  color: rgb(248 248 248 / 0.9) !important;
}
.\!text-superlightgrey\/95 {
  color: rgb(248 248 248 / 0.95) !important;
}
.\!text-transparent {
  color: transparent !important;
}
.\!text-transparent\/0 {
  color: rgb(0 0 0 / 0) !important;
}
.\!text-transparent\/10 {
  color: rgb(0 0 0 / 0.1) !important;
}
.\!text-transparent\/100 {
  color: rgb(0 0 0 / 1) !important;
}
.\!text-transparent\/20 {
  color: rgb(0 0 0 / 0.2) !important;
}
.\!text-transparent\/25 {
  color: rgb(0 0 0 / 0.25) !important;
}
.\!text-transparent\/30 {
  color: rgb(0 0 0 / 0.3) !important;
}
.\!text-transparent\/40 {
  color: rgb(0 0 0 / 0.4) !important;
}
.\!text-transparent\/5 {
  color: rgb(0 0 0 / 0.05) !important;
}
.\!text-transparent\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.\!text-transparent\/60 {
  color: rgb(0 0 0 / 0.6) !important;
}
.\!text-transparent\/70 {
  color: rgb(0 0 0 / 0.7) !important;
}
.\!text-transparent\/75 {
  color: rgb(0 0 0 / 0.75) !important;
}
.\!text-transparent\/80 {
  color: rgb(0 0 0 / 0.8) !important;
}
.\!text-transparent\/90 {
  color: rgb(0 0 0 / 0.9) !important;
}
.\!text-transparent\/95 {
  color: rgb(0 0 0 / 0.95) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-white\/0 {
  color: rgb(255 255 255 / 0) !important;
}
.\!text-white\/10 {
  color: rgb(255 255 255 / 0.1) !important;
}
.\!text-white\/100 {
  color: rgb(255 255 255 / 1) !important;
}
.\!text-white\/20 {
  color: rgb(255 255 255 / 0.2) !important;
}
.\!text-white\/25 {
  color: rgb(255 255 255 / 0.25) !important;
}
.\!text-white\/30 {
  color: rgb(255 255 255 / 0.3) !important;
}
.\!text-white\/40 {
  color: rgb(255 255 255 / 0.4) !important;
}
.\!text-white\/5 {
  color: rgb(255 255 255 / 0.05) !important;
}
.\!text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}
.\!text-white\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}
.\!text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}
.\!text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}
.\!text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}
.\!text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}
.\!text-white\/95 {
  color: rgb(255 255 255 / 0.95) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-current {
  color: currentColor;
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(109 133 145 / var(--tw-text-opacity));
}
.text-grey\/0 {
  color: rgb(109 133 145 / 0);
}
.text-grey\/10 {
  color: rgb(109 133 145 / 0.1);
}
.text-grey\/100 {
  color: rgb(109 133 145 / 1);
}
.text-grey\/20 {
  color: rgb(109 133 145 / 0.2);
}
.text-grey\/25 {
  color: rgb(109 133 145 / 0.25);
}
.text-grey\/30 {
  color: rgb(109 133 145 / 0.3);
}
.text-grey\/40 {
  color: rgb(109 133 145 / 0.4);
}
.text-grey\/5 {
  color: rgb(109 133 145 / 0.05);
}
.text-grey\/50 {
  color: rgb(109 133 145 / 0.5);
}
.text-grey\/60 {
  color: rgb(109 133 145 / 0.6);
}
.text-grey\/70 {
  color: rgb(109 133 145 / 0.7);
}
.text-grey\/75 {
  color: rgb(109 133 145 / 0.75);
}
.text-grey\/80 {
  color: rgb(109 133 145 / 0.8);
}
.text-grey\/90 {
  color: rgb(109 133 145 / 0.9);
}
.text-grey\/95 {
  color: rgb(109 133 145 / 0.95);
}
.text-inherit {
  color: inherit;
}
.text-lightgrey {
  --tw-text-opacity: 1;
  color: rgb(182 194 200 / var(--tw-text-opacity));
}
.text-lightgrey\/0 {
  color: rgb(182 194 200 / 0);
}
.text-lightgrey\/10 {
  color: rgb(182 194 200 / 0.1);
}
.text-lightgrey\/100 {
  color: rgb(182 194 200 / 1);
}
.text-lightgrey\/20 {
  color: rgb(182 194 200 / 0.2);
}
.text-lightgrey\/25 {
  color: rgb(182 194 200 / 0.25);
}
.text-lightgrey\/30 {
  color: rgb(182 194 200 / 0.3);
}
.text-lightgrey\/40 {
  color: rgb(182 194 200 / 0.4);
}
.text-lightgrey\/5 {
  color: rgb(182 194 200 / 0.05);
}
.text-lightgrey\/50 {
  color: rgb(182 194 200 / 0.5);
}
.text-lightgrey\/60 {
  color: rgb(182 194 200 / 0.6);
}
.text-lightgrey\/70 {
  color: rgb(182 194 200 / 0.7);
}
.text-lightgrey\/75 {
  color: rgb(182 194 200 / 0.75);
}
.text-lightgrey\/80 {
  color: rgb(182 194 200 / 0.8);
}
.text-lightgrey\/90 {
  color: rgb(182 194 200 / 0.9);
}
.text-lightgrey\/95 {
  color: rgb(182 194 200 / 0.95);
}
.text-superlightgrey {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}
.text-superlightgrey\/0 {
  color: rgb(248 248 248 / 0);
}
.text-superlightgrey\/10 {
  color: rgb(248 248 248 / 0.1);
}
.text-superlightgrey\/100 {
  color: rgb(248 248 248 / 1);
}
.text-superlightgrey\/20 {
  color: rgb(248 248 248 / 0.2);
}
.text-superlightgrey\/25 {
  color: rgb(248 248 248 / 0.25);
}
.text-superlightgrey\/30 {
  color: rgb(248 248 248 / 0.3);
}
.text-superlightgrey\/40 {
  color: rgb(248 248 248 / 0.4);
}
.text-superlightgrey\/5 {
  color: rgb(248 248 248 / 0.05);
}
.text-superlightgrey\/50 {
  color: rgb(248 248 248 / 0.5);
}
.text-superlightgrey\/60 {
  color: rgb(248 248 248 / 0.6);
}
.text-superlightgrey\/70 {
  color: rgb(248 248 248 / 0.7);
}
.text-superlightgrey\/75 {
  color: rgb(248 248 248 / 0.75);
}
.text-superlightgrey\/80 {
  color: rgb(248 248 248 / 0.8);
}
.text-superlightgrey\/90 {
  color: rgb(248 248 248 / 0.9);
}
.text-superlightgrey\/95 {
  color: rgb(248 248 248 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.\!text-opacity-0 {
  --tw-text-opacity: 0 !important;
}
.\!text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}
.\!text-opacity-100 {
  --tw-text-opacity: 1 !important;
}
.\!text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}
.\!text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}
.\!text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}
.\!text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}
.\!text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}
.\!text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}
.\!text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}
.\!text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}
.\!text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}
.\!text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}
.\!text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}
.\!text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.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;
  }
}
.hyphens-auto {
    -webkit-hyphens: auto;
            hyphens: auto;
}
@font-face {
    font-family: "Linea";
    font-style: normal;
    font-weight: normal;
    src:
        url(/fonts/Linea-Book.woff?544d22b5203aff1ff74d2e6b1feb0764) format("woff"),
         url(/fonts/Linea-Book.woff2?a7f3b693d978d1ea25f9ca52a5b06bf4) format("woff2");
    font-display: swap;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site-main {
    flex: 1 0 auto;
}
.container-full {
  width: 100%;
}
.container-full-padding {
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 1024px) {
.container-full-padding {
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
    }
.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.938rem;
  row-gap: 0px;
}
.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.938rem;
  row-gap: 0px;
}
.gradient {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
    height: 123px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.index-btn:hover {
        animation: zoom 1s infinite linear;
    }
.playground-btn:hover {
        animation: rotation 3s infinite linear;
    }
@keyframes zoom {
    from {
      transform: scale(1);
    }
    50% {
      transform: scale(1.15);
    }
    to {
        transform: scale(1);
    }
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.index-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  overflow-y: scroll;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(102px);
            backdrop-filter: blur(102px);
}
body  {
  font-family: Linea, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
h1,
.h1 {
  font-size: 4.0rem;
  line-height: 4.8rem;
}
p,
.base {
  font-size: 1.25rem;
  line-height: 1.4rem;
}
a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
/* Text and heading styles */
/* .small,
.small > p {
    @apply text-smMobile;
}
ul,
ol,
li {
    @apply text-baseMobile;
}
p,
.base {
    @apply text-baseMobile;
}
h1,
.h1 {
    @apply font-display uppercase text-pixelMobile;
}
h2,
.h2 {
    @apply font-serif italic text-lgMobile;
}
h3,
.h3 {
    @apply font-serif italic text-mdMobile;
}
h4,
.h4 {
    @apply text-baseMobile font-bold;
}
.leadtext {
    @apply font-serif text-leadMobile;
}
.quote {
    @apply font-serif italic text-quoteMobile;
}
*/
/* a {
    @apply text-primary hover:underline decoration-1 underline-offset-4;
} */
/* @screen lg { */
/* ul,
    ol,
    li {
        @apply text-base;
    }
    .small,
    .small > p,
    .small > li,
    .small > ul,
    .small > ol,
    .small > ul > li  {
        @apply text-sm;
    }

    p,
    .base {
        @apply text-base;
    }
    h1,
    .h1 {
        @apply font-sans font-medium text-xl text-primary pb-8;
    }
    h2,
    .h2 {
        @apply font-sans text-lg font-medium text-secondary pb-6;
    }
    h3,
    .h3 {
        @apply font-sans text-md font-medium text-secondary pb-4;
    }
    .leadtext,
    h4,
    .h4 {
        @apply text-base text-md font-light text-secondary pb-8;
    } */
/* } */
.redactor-wrapper p, .redactor-wrapper ul, .redactor-wrapper ol {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {

  .redactor-wrapper p, .redactor-wrapper ul, .redactor-wrapper ol {
    margin-bottom: 2rem;
  }
}
.redactor-wrapper p:last-child, .redactor-wrapper ul:last-child, .redactor-wrapper ol:last-child {
  margin-bottom: 0px;
}
.redactor-wrapper ul {
        list-style: disc;
        padding-left: 1rem;
    }
@media (min-width: 1024px) {

  .redactor-wrapper ul {
    padding-left: 1.25rem;
  }
}
.redactor-wrapper ol {
        list-style: decimal;
        padding-left: 1.25rem;
    }
@media (min-width: 1024px) {

  .redactor-wrapper ol {
    padding-left: 1.5rem;
  }
}
/* Buttons */
/* button,
input {
    &:focus {
        outline: 0;
    }
}
a.button,
button{
   @apply bg-primary rounded-[3px] px-[36px] pt-[13px] py-[14px] hover:bg-primarylight text-white text-base hover:no-underline inline-block;
  &.button-outline{
    @apply bg-white text-primary border-[1px] border-primary hover:bg-primary hover:text-white;
  }
}

.button-secondary {
    @apply !bg-white !text-primary border-[1px] border-primary hover:!bg-primarylight hover:!text-white;
} */
.slick-slider {
  overflow: hidden;
}
.slick-slider:focus {
        outline:0;
    }
.slick-slider * {
  height: 100%;
}
.slick-slider *:focus {
            outline:0;
        }
.slick-slider .slick-list .slick-track {
  display: flex;
}
.slick-slider .slick-arrow {
  position: fixed;
  top: 0px;
  bottom: 60px;
  height: auto;
  width: 50%;
        font-size: 0;
        line-height: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0px;
  z-index: 1000;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0px;
  z-index: 1000;
}
.slick-slider .caption-wrapper p {
  margin-top: -1.25rem;
  height: auto;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.7rem;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
/* 
.slick-biography{
    .slick-arrow{
        svg {
            filter: drop-shadow(0px 0px 2px rgb(255 255 255 / 1.0));
        }

        &.slick-next {
            @apply right-0 z-[1];
        }
        &.slick-prev {
            @apply left-0 z-[1];
        }
    }
    .slick-list {
        .slick-track {
            .slick-slide{

                .slick-img {
                    @apply object-contain my-auto h-auto !w-auto max-h-[50vh];
                }
            }
        }
    }
} */
@media (min-width: 768px) {

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}

