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

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

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

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

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

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

/*
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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

::-webkit-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:  ;
}

::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:  ;
}

body,
  html {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[43vw\] {
  height: 43vw;
}

.h-6 {
  height: 1.5rem;
}

.h-\[24vh\] {
  height: 24vh;
}

.max-h-\[16vh\] {
  max-height: 16vh;
}

.min-h-screen {
  min-height: 100vh;
}

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

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.w-\[8vw\] {
  width: 8vw;
}

.w-6 {
  width: 1.5rem;
}

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

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

.w-auto {
  width: auto;
}

.w-\[6vw\] {
  width: 6vw;
}

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

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

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

.max-w-\[8vw\] {
  max-width: 8vw;
}

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

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

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

.max-w-\[6vw\] {
  max-width: 6vw;
}

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

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

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

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

.bg-\[\#282A2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 42 43 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(98 178 27 / var(--tw-bg-opacity));
}

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

.bg-blacktitle {
  --tw-bg-opacity: 1;
  background-color: rgb(40 42 43 / var(--tw-bg-opacity));
}

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

.bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}

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

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-\[4vh\] {
  padding-bottom: 4vh;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

.indent-16 {
  text-indent: 4rem;
}

.indent-2 {
  text-indent: 0.5rem;
}

.text-\[5\.7vw\] {
  font-size: 5.7vw;
}

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

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

.text-\[2\.4vw\] {
  font-size: 2.4vw;
}

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

.text-blacktitle {
  --tw-text-opacity: 1;
  color: rgb(40 42 43 / var(--tw-text-opacity));
}

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

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(87 94 97 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.min-h-screen {
  min-height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}

.overlay {
  background: linear-gradient(
      180deg,
      rgba(217, 217, 217, 0) 0%,
      rgba(0, 0, 0, 0.75) 63.94%
    );
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

[v-cloak] {
  display: none;
}

.bg-rioopen {
  background: url('../assets/imgs/bg-rioopen-mobile.jpg') no-repeat top left #1D1D1B;
  background-size: 100% auto;
}

@media (min-width: 1280px) {
  .bg-rioopen {
    background: url('../assets/imgs/bg-rioopen.jpg') no-repeat center left #1D1D1B;
    background-size: cover;
  }
}

.bg-rioopen-breve {
  background: url('../assets/imgs/bg-rioopen.jpg') no-repeat center left #1D1D1B;
  background-size: cover;
}

.hover\:bg-blacktitle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 42 43 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:border-2 {
  border-width: 2px;
}

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

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

@media not all and (min-width: 1280px) {
  .max-xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-xl\:hidden {
    display: none;
  }
}

@media (min-width: 414px) {
  .rsm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

@media (min-width: 768px) {
  .md\:my-\[2vh\] {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

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

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

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

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

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

  .md\:hidden {
    display: none;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

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

  .md\:w-\[2vw\] {
    width: 2vw;
  }

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

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

  .md\:max-w-\[45vw\] {
    max-width: 45vw;
  }

  .md\:max-w-\[2vw\] {
    max-width: 2vw;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

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

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .md\:text-\[5\.7vw\] {
    font-size: 5.7vw;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[76vh\] {
    height: 76vh;
  }

  .xl\:h-\[51vh\] {
    height: 51vh;
  }

  .xl\:h-\[67vh\] {
    height: 67vh;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:max-h-\[77vh\] {
    max-height: 77vh;
  }

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

  .xl\:w-auto {
    width: auto;
  }

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

  .xl\:w-\[32\.33\%\] {
    width: 32.33%;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

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

  .xl\:w-\[2vw\] {
    width: 2vw;
  }

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

  .xl\:max-w-\[40vw\] {
    max-width: 40vw;
  }

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

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

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

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

  .xl\:max-w-\[2vw\] {
    max-width: 2vw;
  }

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

  .xl\:max-w-\[20vw\] {
    max-width: 20vw;
  }

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

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

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

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

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

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

  .xl\:text-\[0\.7vw\] {
    font-size: 0.7vw;
  }

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

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

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

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

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

@media (min-width: 1366px) {
  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

  .\33xl\:gap-4 {
    gap: 1rem;
  }
}

@media (min-width: 1536px) {
  .\34xl\:my-\[6vh\] {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }

  .\34xl\:h-\[73vh\] {
    height: 73vh;
  }

  .\34xl\:h-\[40vh\] {
    height: 40vh;
  }

  .\34xl\:max-h-\[80vh\] {
    max-height: 80vh;
  }

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

  .\34xl\:max-w-\[560px\] {
    max-width: 560px;
  }

  .\34xl\:max-w-\[440px\] {
    max-width: 440px;
  }

  .\34xl\:max-w-\[456px\] {
    max-width: 456px;
  }

  .\34xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

  .\34xl\:items-end {
    align-items: flex-end;
  }

  .\34xl\:gap-5 {
    gap: 1.25rem;
  }

  .\34xl\:self-end {
    align-self: flex-end;
  }

  .\34xl\:p-10 {
    padding: 2.5rem;
  }

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

  .\34xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\34xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\34xl\:text-left {
    text-align: left;
  }

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

  .\34xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

@media (min-width: 1850px) {
  .\35xl\:mt-4 {
    margin-top: 1rem;
  }

  .\35xl\:ml-12 {
    margin-left: 3rem;
  }

  .\35xl\:block {
    display: block;
  }

  .\35xl\:hidden {
    display: none;
  }

  .\35xl\:h-11 {
    height: 2.75rem;
  }

  .\35xl\:h-8 {
    height: 2rem;
  }

  .\35xl\:w-11 {
    width: 2.75rem;
  }

  .\35xl\:w-9 {
    width: 2.25rem;
  }

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

  .\35xl\:justify-center {
    justify-content: center;
  }

  .\35xl\:p-3 {
    padding: 0.75rem;
  }

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

  .\35xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

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

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

