/*
! tailwindcss v3.4.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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: Roboto, system-ui;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-\[0\%\] {
  bottom: 0%;
}

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-4 {
  right: 1rem;
}

.right-\[0\] {
  right: 0;
}

.right-\[3vw\] {
  right: 3vw;
}

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

.top-16 {
  top: 4rem;
}

.top-3 {
  top: 0.75rem;
}

.top-\[40vh\] {
  top: 40vh;
}

.top-\[50\%\] {
  top: 50%;
}

.top-full {
  top: 100%;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mr-\[8px\] {
  margin-right: 8px;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[28\%\] {
  height: 28%;
}

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

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

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

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

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-70 {
  width: 17.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-\[95\.5\%\] {
  width: 95.5%;
}

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

.w-full {
  width: 100%;
}

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

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

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

.from-zinc-900 {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

.pl-\[70px\] {
  padding-left: 70px;
}

.pr-0 {
  padding-right: 0px;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

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

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

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

.pt-\[20vh\] {
  padding-top: 20vh;
}

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

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

.text-2xl {
  font-size: 1.563rem;
}

.text-3xl {
  font-size: 1.953rem;
}

.text-4xl {
  font-size: 2.441rem;
}

.text-sm {
  font-size: 0.8rem;
}

.text-title {
  font-size: 9.6vw;
  line-height: 9.0vw;
  letter-spacing: -0.03em;
  font-weight: 600;
}

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

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-none {
  line-height: 1;
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

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

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  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: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.duration-300 {
  animation-duration: 300ms;
}

.duration-500 {
  animation-duration: 500ms;
}

.delay-200 {
  animation-delay: 200ms;
}

.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.running {
  animation-play-state: running;
}

.paused {
  animation-play-state: paused;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

:root {
  font-family: "Inter", sans-serif ;
  font-feature-settings: 'cv08' off, 'zero' on, 'dlig' on, 'calt' on, 'ss03' on, 'ss04' on, 'cv05' on, 'cv06' on,'cv08' off,  'ss03' on;
  /* fix for Chrome */
  transform-origin: top;
}

img:after,img:before {
  border: 0px solid #000!important;
  display:none;
}

a{
  cursor:pointer!important;
}

body, html {
  overscroll-behavior: none;
  overflow-x:hidden;
}

html {
  scroll-behavior: smooth;
}

body{
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  background-color: oklch(14.1% 0.005 285.823);
  letter-spacing:1.1px;
  top:0px !important;
  color:#f2f3f2;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

h1,h2,h3,h4,h5,.titling nav a span{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: 'cv08' on;
}

.inter-txt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing:3px;
  font-style: normal;
}

.inter-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  /*font-weight: 600;*/
  font-style: normal;
  font-feature-settings: 'cv08' on;
}

.skiptranslate,.goog-gt-tt {
  display:none !important;
}

button[aria-label="Cookie Settings"],
button[title="Cookie Settings"] {
  display: none !important;
}

iframe{
  max-width:1600px!important;
  width:100%;
  height:600px;
}

img {
  max-width:100%;
}

nav {
  z-index: 10;
  background: transparent;
  /*backdrop-filter: blur(30px);*/
  position:absolute!important;
  top:0px!important;
  left:0px!important;
}

ul.nav-false, ul.nav-true{
  padding-left:40px;
}

nav.open-true ul {
  background:#111;
}

/*.path-tv, .path-contacto,.path-cine, .path-noticias,.path-legal,
  body.nav.true path-0 * .colorChange.text-white{color:#000 !important;}
  */

/*body.path-0.path-1, body.path-0.path-1 * .colorChange.text-white {color:#fff !important;}*/

.path-tv.path-1, .path-contacto.path-1,.path-cine.path-1 {
  color:#fff !important;
}

#main{
  /*max-width: 1300px;*/
  margin: 0 auto;
}

.video.homeVideo{
  width: max(130vw, 1920px);
  height: 120vh!important;
  min-height: 120vh!important;
  min-width:130vw;
  object-position: center center;
}

.sectionHeader{
  background: none;
  padding:4px 6px;
}

/* servicios.css */

.serviceTitle {
  background: none;
}

.service::before {
  content: "•";
  color: rgba(167, 173, 39, 1);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.service-category {
  border-left: 1px solid rgba(167, 173, 39, 1);
}

/*swiper */

.mySwiper {
  height: 100vh !important;
  width: 100% !important;
}

.mySwiper .swiper-slide {
  height: 100vh !important;
  width: 100% !important;
}

.swiper-button-next, .swiper-button-prev {
  text-rendering: auto;
  color:#fff;
  --swiper-navigation-size: 22px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color:#fff;
  opacity:.8;
  font-weight: 100;
  font-size: 22px;
}

.swiper-button-next svg, .swiper-button-prev svg {
  stroke-width: 0.5;
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  background: #fff !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* horizontal lists */

.track-horizontal{
  position:absolute!important;
  display:block!important;
  height:2px!important;
  background:transparent!important;
  overflow-y:visible!important;
  overflow-x:hidden;
  border-bottom: 0.35px solid #f2cd5c;
  z-index: 1;
  padding-bottom: 3px;
  max-width:100%;
  width: calc(100% - 5vw);
}

.thumb-horizontal{
  height:2px;
  background:#f2cd5c!important;
  margin-top:1px;
}

.scrollLightBg .track-horizontal{
  border-bottom: 0.35px solid #222!important;
}

.scrollLightBg .thumb-horizontal{
  background:#222!important;
}

.view{
  padding-top:40px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.view::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.pageTitle, .pageTitleRotated{
  font-size:1.4em;
  text-transform:uppercase;
}

.newsLine {
  width:90px;
  height:6px;
  border-top:.5px solid #fff;
  margin-top:-5px;
}

.grow {
  transition: all .8s ease-in-out;
  padding-left:2px;
  padding-right:2px;
}

.grow:hover {
  transform: scale(1.05);
}

#projects{
  height:auto;
  /*overflow: hidden;
    overflow-y: scroll;*/
  max-width: 1300px;
  margin: 0 auto;
}

.bg-gradient-black{
  width:100%;
  height:100%;
  display:block;
  background-image: linear-gradient(-180deg, rgba(0,0,0,0) 60%, rgb(17 24 39));
}

.branding{
  color:#fff0a2;
  background: linear-gradient(93deg, #fff0a2 0%, #fbd591d9 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.branding-dark{
  color:#e3c270;
}

.branding-light{
  color:#ece4cf;
}

.bg-branding{
  background-color: #e3c270;
  background: linear-gradient(0deg,#464a53 10%, #30343d 80%);
}

.bg-branding-dark{
  background-color:#e3c270;
}

.fadeIn {
  animation: 1.5s fadeIn forwards;
}

.fadeOut {
  animation: 0.5s fadeOut forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(0, 0px) scale(1, 1);
  }

  to {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
  }

  to {
    transform: translate(0, -0px)  scale(1, 1);
    opacity: 0;
  }
}

/* Work */

.zoomIn {
  animation: 1.2s zoomIn forwards;
  transform-origin: center;
}

@keyframes zoomIn {
  from {
    transform: scale(1.2, 1.2);
  }

  to {
    transform: scale(1.3, 1.3);
  }
}

.zoomOut {
  animation: 1.2s zoomOut forwards;
  transform-origin: center;
}

@keyframes zoomOut {
  from {
    transform: scale(1.3, 1.3);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

img.project_featured {
  height: 160vh;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  min-width:100%;
}

/* animated grid */

.galleryScale {
  margin: 0;
  background-color: rgb(17 24 39);
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  transition: transform 2s ease-in-out;
}

.column:nth-child(1){
  transform-origin: left;
}

.column:nth-child(2){
  position:relative;
  transform-origin: center top;
  overflow-y: scroll;
}

.column:nth-child(3){
  transform-origin: right;
}

.orange-column {
  background-color: orange;
  height: 100px;
}

.blue-column {
  background-color: blue;
  height: 100px;
}

.green-column {
  background-color: green;
  height: 100px;
}

/* discover */

.discover{
  transition: opacity 1s ease;
  background:#000;
  height:100vh;
}

.discover-false{
  opacity:0;
}

.discover-true{
  opacity:1;
}

.bg-pink {
  background-color: #ee2585;
}

.logoIcon{
  width:80px;
  padding:10px 0px;
}

.logoIconInline{
  width:80px;
  margin:0 auto;
  margin-top:60px;
}

.nav-false{
  transform: translate(0,-150vh);
  overflow:hidden;
}

.nav-true{
  transform: translate(0,0);
  height:100vh;
  overflow:hidden;
}

/* Clean Hamburger Menu Animation */

.navBtn {
  overflow: visible;
  cursor: pointer;
  transform: scale(0.9);
  /* 25% smaller */
  transition: none;
  /* Remove position transitions */
}

.navBtn.open-false {
  transform: scale(0.9);
}

.navBtn.open-true {
  transform: scale(0.9) translateX(30px);
  /* Keep same position and size */
}

/* Hamburger bars - clean animation */

.navBtn .bar_1, .navBtn .bar_2, .navBtn .bar_3 {
  transition: all 0.3s ease;
  transform-origin: center;
}

.navBtn .bar_3 {
  transform-origin: bottom left;
}

/* Closed state */

.navBtn.open-false .bar_1 {
  transform: translateY(0) rotate(0deg);
}

.navBtn.open-false .bar_2 {
  opacity: 1;
  transform: scaleX(1);
}

.navBtn.open-false .bar_3 {
  transform: translateY(0) rotate(0deg);
}

/* Open state - X design */

.navBtn.open-true .bar_1 {
  transform: translateY(0px) translateX(-32px) rotate(45deg);
}

.navBtn.open-true .bar_2 {
  opacity: 0;
  transform: scaleX(0);
}

.navBtn.open-true .bar_3 {
  transform: translateX(-10.4px) translateY(-0px) rotate(-45deg);
}

.closeProject{
  position: fixed;
  left: -90px;
  width: 80px;
  top: 30%;
}

.closeProject1{
  width: 60px;
}

.openMenu {
}

.swiper-pagination {
  transform: translate3d(0, -50px, 0) !important;
}

.button-prev, .button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 45%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform:scale(1.9);
  opacity:.95;
}

.button-prev-tv, .button-next-tv{
  top: var(--swiper-navigation-top-offset, 37%);
}

.button-next {
  right:10px;
}

.button-prev {
  left:20px;
}

/* Cookie Banner Styling */

.cookie-banner, .cookie-banner * {
  background-color: #000 !important;
  color: #fff !important;
}

.cookie-banner-accept-button {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}

.cookie-banner-save-button {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.cookie-banner-save-button:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.cookie-banner-accept-button:hover {
  background-color: #555 !important;
  color: #fff !important;
}

/* Cookie Settings Minimized Button */

button[aria-label="Cookie-Einstellungen"],
button[title="Cookie-Einstellungen"] {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
}

button[aria-label="Cookie-Einstellungen"]:hover,
button[title="Cookie-Einstellungen"]:hover {
  background-color: #333 !important;
  transform: scale(1.05) !important;
}

button[aria-label="Cookie-Einstellungen"] svg,
button[title="Cookie-Einstellungen"] svg {
  color: #fff !important;
}

.pushOut{
  transition: transform 1s ease;
}

.pushOut-true{
  transform: translate(0,-150vh)
}

.pushOut-false{
  transform: translate(0,0)
}

table {
  border: 0!important;
  margin-right: 0!important;
  width: 100%!important;
  min-width:100% !important;
  margin:0px !important
}

tr:nth-child(odd) {
  background: hsla(0,0%,100%,.009);
}

tr {
  border-bottom: 1px solid #555;
  padding: 10px 5px;
}

td {
  text-align: left;
  font-size:80%;
  width:50% !important;
}

.swiper-pagination{
  transform: translate3d(0, -20px, 0)!important;
}

@media (min-width: 980px) {
  nav {
    min-width:980px;
  }
}

@media (min-width: 768px) {
  .nav-false{
    transform: translate(0,0);
    padding-top:3px;
  }

  .logoHome{
    margin-left: 10%;
    transform:scale(.6);
  }
}

@media (max-width: 767px) {
  .video.homeVideo{
    width: max(110vw, 1920px);
    height: 75vh!important;
    minHeight: 75vh;
    objectPosition: center center;
  }

  .button-prev,.button-next, .swiper-button-next, .swiper-button-prev {
    display:none!important;
  }

  .mySwiper, .mySwiper .swiper-slide {
    height: 75vh !important;
    width: 100% !important;
  }

  .pageTitle, .pageTitleRotated{
    font-size:1.2em;
    text-transform:uppercase;
  }

  ul.nav-false, ul.nav-true{
    padding-left: 0px;
  }

  body.body-nav-true {
    max-height: 100vh;
    overflow-y: hidden;
  }

  body.body-nav-false svg.navBtn, body.body-nav-false.path-0.path-1 svg.navBtn{
    fill:#fff!important;
  }

  body.body-nav-false.path-0 svg.navBtn {
    fill:#fff !important;
  }

  /*svg.navBtn.open-false {fill:#000 !important;}*/

  body.body-nav-true svg.brandLogo{
    fill:#fff !important;
  }

  body.body-nav-false.path-0.path-1 svg.brandLogo{
    fill:#222 !important;
  }

  ul.nav-true li a {
    color:#fff;
    font-size: 2.2em;
    width: 100%;
    margin-top: 30px;
    letter-spacing:3px;
  }

  ul.nav-true svg{
    fill:#fff;
  }

  ul.nav-true li.social{
    padding-top:200px;
  }

  ul.nav-true li.social.tiktok{
    padding-top:198px!important;
  }

  .nav-false{
    transform: translate(0,0);
    height:1px;
    opacity:0
  }

  .nav {
    z-index: 10;
    /*background-image: linear-gradient(to right, rgba(219,12,105,0), rgba(107,39,217,0));*/
    transition: opacity 1s ease, background-image 1s ease;
  }

  .nav-true{
    opacity:1;
    flex: 0 1 auto;
    top: 0px;
    padding-top: 0px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-image: linear-gradient(to right bottom, rgba(219,12,105,0.7), rgba(107,39,217,1)); */
  }

  nav a li {
    width:100%;
    text-align:center;
    padding-top:10px;
  }

  nav a li span{
    font-size:160%;
    letter-spacing:3px;
    font-weight:400;
    text-transform:uppercase;
  }
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 600px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

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

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

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

  .sm\:overflow-hidden {
    overflow: hidden;
  }
}

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

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

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

  .md\:top-\[70vh\] {
    top: 70vh;
  }

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

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

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

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

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

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

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

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

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

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

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

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

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

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

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

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

  .md\:text-2xl {
    font-size: 1.563rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }
}

@media (min-width: 984px) {
  .lg\:left-2 {
    left: 0.5rem;
  }

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

  .lg\:inline {
    display: inline;
  }

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

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

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:text-4xl {
    font-size: 2.441rem;
  }

  .lg\:text-title_lg {
    font-size: 6.6vw;
    line-height: 6.2vw;
    letter-spacing: -0.03em;
    font-weight: 600;
  }
}

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

  .xl\:w-9\/12 {
    width: 75%;
  }

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:text-title_lg {
    font-size: 6.6vw;
    line-height: 6.2vw;
    letter-spacing: -0.03em;
    font-weight: 600;
  }
}

.rtl\:-scale-x-100:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  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));
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }

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

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

.\[\&\>svg\]\:h-8>svg {
  height: 2rem;
}

.\[\&\>svg\]\:w-10>svg {
  width: 2.5rem;
}
