/*
! 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: #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: Brown, system-ui; /* 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:  ;
}
.container {
  max-width: 100%;
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1440px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-right-7 {
  right: -1.75rem;
}
.-right-8 {
  right: -2rem;
}
.-top-12 {
  top: -3rem;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-12 {
  left: 3rem;
}
.left-4 {
  left: 1rem;
}
.right-12 {
  right: 3rem;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-24 {
  top: 6rem;
}
.top-56 {
  top: 14rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[99\] {
  z-index: 99;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-ml-96 {
  margin-left: -24rem;
}
.-ml-\[7px\] {
  margin-left: -7px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-3\/5 {
  height: 60%;
}
.h-8 {
  height: 2rem;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[7rem\] {
  height: 7rem;
}
.h-\[87px\] {
  height: 87px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[29px\] {
  height: 29px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.min-h-\[calc\(100\%-1rem\)\] {
  min-height: calc(100% - 1rem);
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-9\/12 {
  width: 75%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[112px\] {
  width: 112px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[590px\] {
  max-width: 590px;
}
.rotate-\[-2deg\] {
  --tw-rotate: -2deg;
  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;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.justify-items-center {
  justify-items: center;
}
.gap-12 {
  gap: 3rem;
}
.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)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-12 {
  padding: 3rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[40vw\] {
  font-size: 40vw;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[8px\] {
  font-size: 8px;
}
.font-bold {
  font-weight: 700;
}
.font-thin {
  font-weight: 100;
}
.lowercase {
  text-transform: lowercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-\[-4px_6px_0px_rgba\(62\2c 34\2c 67\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(-4px 6px 0px rgba(62,34,67,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);
}
.drop-shadow-\[-3px_5px_0px_rgba\(62\2c 34\2c 67\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(-3px 5px 0px rgba(62,34,67,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);
}
.drop-shadow-\[-3px_4px_0px_rgba\(62\2c 34\2c 67\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(-3px 4px 0px rgba(62,34,67,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);
}
.drop-shadow-\[-2px_4px_0px_rgba\(62\2c 34\2c 67\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(-2px 4px 0px rgba(62,34,67,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);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


@font-face {
    font-family: "Brown";
    src: url("fonts/Brown-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Brown";
    src: url("fonts/Brown-Bold.otf") format("opentype");
    font-weight: 700;
}
  
@font-face {
    font-family: "Brown";
    src: url("fonts/Brown-Thin.otf") format("opentype");
    font-weight: 200;
}

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

.no-scroll {
    overflow: hidden !important;
}

html {
    scroll-behavior: auto;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }

    html {
        scroll-behavior: auto;
    }
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

html.has-scroll-smooth {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

.navigation {
    width: 100%;
    padding: 50px 60px 20px 60px;
    font-size: 16px;
    line-height: 110%;
    color: #333333;
}

.navigation-alt {
    width: 100%;
    padding: 50px 60px 20px 60px;
    font-size: 16px;
    line-height: 110%;
    color: #333333;
}

.nav a {
    /* color: #333333;  */
}

.nav a:hover {
    /* color: #E54F48; */
    text-decoration: underline;
}

.nav a.active {
    /* color: #E54F48; */
    text-decoration: underline;
}

.navigation-startpage {
    width: 100%;
    margin-top: -84px;
    padding: 60px 60px 120px 60px;
    font-size: 140px;
    line-height: 90%;
    color: #333333;
}

.navigation-push {
    margin-bottom: -2px;
}

.navigation-menu-overlay {
    align-items: center;
    color: #FFFFFF;
    background-color: #BAEAE2;
}

.navigation-menu-overlay li {
    margin: 10px 0 0 0;
    font-size: 3em;
}

@media only screen and (max-width: 768px) {
    .navigation, .navigation-alt {
        padding: 20px 20px 0 20px;
    }
}


.navigation-link {
    margin-left: 20px;
    color: #333333;
}



.navigation-link:hover,
.navigation-link:active {
    color: #333333;
}


.brand-bg-mare {
    background-color: #BAEAE2;
}

.brand-bg-nuda {
    background-color: #F7D3BD;
}

.brand-bg-uva {
    background-color: #3E2243;
}


.brand-text-mare {
    color: #BAEAE2;
}

.brand-text-cocco {
    color: #5D292B;
}

.brand-text-nuda {
    color: #F7D3BD;
}

.brand-text-corallo {
    color: #E54F48;
}

.brand-text-uva {
    color: #3E2243;
}

.brand-text-corallo-hover:hover {
    color: #E54F48;
}

.brand-text-uva-hover:hover {
    color: #3E2243;
}

a {
    color:#3E2243; 
}


a:hover {
    color: #E54F48;
}



@media only screen and (max-width: 768px) {
    .bg-65 {
        background-position: 65%;
    }
}



.hero-image-container {
    /* transform: rotate(-2deg); */
    /* overflow: hidden; */
}

.hero-image {
    /* transform: rotate(-2deg); */
    /* transform: rotate(-2deg); */
}

.rotate-1-deg {
    
    transform: rotate(-1deg);
    transform-origin: 0% 100%;
}

.rotate-2-deg {
    
    transform: rotate(-2deg);
    transform-origin: 0% 100%;
}

.rotate {
    transform: skewY(-2deg);
    transform-origin: 0% 100%;
}

/* .rotate:before {
    content: " ";
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: skewY(-2deg);
    transform-origin: 0% 100%;
} */


.straighten {
    transform: skewY(2deg);
    transform-origin: 0% 100%;
}

.fixed-wrapper-lg {
    min-height: 600px;
    height: 100vh !important;
    /* height: 1000px; */
    overflow: hidden;
    position: relative;
}

.fixed-wrapper-sm {
    height: 700px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .fixed-wrapper-lg {
        min-height: 560px;
    }
    .fixed-wrapper-sm {
        height: 600px;
    }
    .fixed-wrapper-lg {
        height: 500px;
    }
}

@media only screen and (max-width: 580px) {
    .fixed-wrapper-lg {
        height: 460px;
    }
    .fixed-wrapper-sm {
        height: 460px;
    }
}

@media only screen and (max-width: 450px) {
    .fixed-wrapper-lg {
        height: 420px;
    }
}


@media only screen and (max-width: 375px) {
    .fixed-wrapper-lg {
        height: 380px;
    }
}

.fixed-wrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.fixed-target {
    left: 0;
    position: absolute;
    right: 0;
    top: -100vh;
    bottom: -100vh;
}

.fixed-element {
    left: 0;
    position: absolute;
    right: 0;
    top: -100vh;
    width: 100%;
}


.container-small {
    max-width: 880px;
}


.text-fade-in {
    opacity: 0;
    transform: translate(0);
}

.text-fade-in.is-inview {
    opacity: 1;
    transition-duration: 1500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}



.navigation .nav-link-fade-in {
    opacity: 0;
    transform: translateX(50%);
    transition: left 1s, transform 1s, opacity 1s;
}

.navigation .nav-link-fade-in.is-inview {
    opacity: 1;
    transform: translateX(0%);
}

.podcast-container {
    width: 500px;
    height: 500px;
    position: relative;
}


.podcast-intro-text {
    max-width: 500px;
}


@media only screen and (max-width: 1024px) {
    .podcast-container {
        width: 400px;
        height: 400px;
    }

    .podcast-intro-text {
        width: 400px;
    }
}

@media only screen and (max-width: 425px) {
    .podcast-container {
        width: 300px;
        height: 300px;
    }

    .podcast-intro-text {
        width: 300px;
    }
}




.podcast-text-container-right {
    opacity: 0;
    transform: translateX(-50%);
    transition: left 1s, transform 1s, opacity 1s;
    max-width: 700px;
}

.podcast-text-container-right.is-inview {
    opacity: 1;
    transform: translateX(0%);
}



.podcast-text-container-left {
    opacity: 0;
    transform: translateX(50%);
    transition: left 1s, transform 1s, opacity 1s;
}

.podcast-text-container-left.is-inview {
    opacity: 1;
    transform: translateX(0%);
}


@media only screen and (max-width: 1023px) {
    .podcast-text-container-right {
        opacity: 0;
        transform: translateY(-50%);
        transition: left 1s, transform 1s, opacity 1s;
    }

    .podcast-text-container-right.is-inview {
        opacity: 1;
        transform: translateY(0%);
    }

    .podcast-text-container-left {
        opacity: 0;
        transform: translateY(-50%);
        transition: left 1s, transform 1s, opacity 1s;
    }

    .podcast-text-container-left.is-inview {
        opacity: 1;
        transform: translateY(0%);
    }
}



.podcast-image {
    max-width: 500px;
}

.podcast-image-sm {
    max-width: 450px;
}

@media only screen and (max-width: 1023px) {
    .podcast-image {
        max-width: 100%;
    }
    .podcast-image-sm {
        max-width: 100%;
    }
}


.podcast-link {
    position: absolute;
    bottom: 0;
    margin-bottom: -40px;
    color: #E54F48;
    font-size: 2em;
}

.podcast-link img {
    height: 30px;
    /* margin-top: 30px; */
}

.podcast-link-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-bottom: 0px; */
    color: #E54F48;
    font-size: 2em;
}

.podcast-link-bottom img {
    height: 30px;
    /* margin-top: 30px; */
}



@media only screen and (max-width: 768px) {
    .podcast-link-bottom {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 0px;
        color: #E54F48;
        font-size: 2em;
    }

    .podcast-link-bottom img {
        height: 30px;
        margin-top: 30px;
    }
}


.podcast-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.podcast-container:hover .podcast-card {
    transform: rotateY(180deg);
}

.podcast-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.podcast-back {
    position: absolute;
    width: 100%;
    height: 100%;

    background-color: #BAEAE2;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateY(180deg);
}



.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  } */
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: #BAEAE2;
    transform: rotateY(180deg);
  }


.flip-card-inner.flipped {
    transform: rotateY(180deg);
}


.podcast-info-title {}

.podcast-info-text {
    color: #3E2243;
}



@media only screen and (max-width: 768px) {
    .podcast-info-container {
        max-width: 500px;
    }
}


.container {
    padding-left: 12px;
    padding-right: 12px;
}

.container-small {
    padding-left: 20px;
    padding-right: 20px;
}


.pipeline-link {
    color: #E54F48;
}

.pipeline-link a {
    color: #E54F48;
}

.pipeline-link img {
    height: 1em;
}

.product-link-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-bottom: 0px; */
    color: #E54F48;
    font-size: 2em;
}

.product-link-bottom img {
    height: 1em;
    margin-top: 0px;
}


.footer-bottom a:hover {
    color: #FFFFFF;
}



.blog-text-container-right {
    opacity: 0;
    transform: translateX(-50%);
    transition: left 1s, transform 1s, opacity 1s;
    max-width: 700px;
}

.blog-text-container-right.is-inview {
    opacity: 1;
    transform: translateX(0%);
}



.blog-text-container-left {
    opacity: 0;
    transform: translateX(50%);
    transition: left 1s, transform 1s, opacity 1s;
}

.blog-text-container-left.is-inview {
    opacity: 1;
    transform: translateX(0%);
}


@media only screen and (max-width: 1023px) {
    .blog-text-container-right {
        opacity: 0;
        transform: translateY(-50%);
        transition: left 1s, transform 1s, opacity 1s;
    }

    .blog-text-container-right.is-inview {
        opacity: 1;
        transform: translateY(0%);
    }

    .blog-text-container-left {
        opacity: 0;
        transform: translateY(-50%);
        transition: left 1s, transform 1s, opacity 1s;
    }

    .blog-text-container-left.is-inview {
        opacity: 1;
        transform: translateY(0%);
    }
}

.blog-info-text {
}

.page p {
    margin-bottom: 1.5em;
    
}



/*=====================================
 Comment Template CSS
========================================*/

.comments-area {
    margin-top: 40px;
}

.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #333;
}

.comment-meta img {}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
    padding-bottom: 25px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-metadata {
    margin-left: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #278cc1;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}

.comment-reply-link {
    /* background: #1e71f9; */
    /* display: inline-block; */
    /* padding: 5px 20px; */
    /* color: # */
    /* border-radius: 5px; */
}

.comment-lists li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;

}

.comment-list li.comment::marker {
    display: none;
}

.comment-metadata {
    font-size: 80%;
}

.comment-reply-link {
    /* margin-top: 10px; */
}

.comments-list ul.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    /* margin-top: 25px; */
}

.comments-list ul.children ul.children {
    padding-left: 20px;
}

.comments-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 40px;
}

.comment-form label {
    display: block;
    /* margin-bottom: 10px; */
    color: #3E2243; 
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #3E2243;
    border-radius: 0.5em;
    color: #3E2243; 
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: 0;

}

.comment-form input[type=checkbox] {
    width: auto;
    margin-bottom: 0;
    padding: 0;
}

.comment-form input[type=submit] {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    background-color: #3E2243;
    color: #BAEAE2;
}



.comment-form textarea {
    /* border: 1px solid #E5E5E5; */
}





.comment-text::before{
    content:"";
    position: absolute;
    top:20px;
    left:-10px;
    margin:auto;
    height: 20px;
    width: 20px;
    border:1px solid #BAEAE2;
    transform:rotate(45deg);
    background-color: #BAEAE2;
    border-bottom:1px solid #BAEAE2;
    border-left:1px solid #BAEAE2;
  }


.comment-like .wpulike-heart .wp_ulike_general_class {
    box-shadow: none;
  border-radius: 0.25em;
  padding: 5px;
}



.comment-like .wpulike-heart .count-box {
    font-size: 1em;
    text-decoration: none;
    line-height: 28px;
    display: inline-block;
    /* color: #616161; */
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    padding: 0;
}


.post-like .wpulike-heart {
    
  padding: 0;
}

.post-like .wpulike-heart .wp_ulike_general_class {
    border-radius: 0.5rem;
    /* border-color: #E54F48;
    box-shadow: 0 0 0 1px #E54F48 inset */
}

.blog-top-title {
    font-size: 440px;
}


@media only screen and (max-width: 1200px) {
    .blog-top-title {
        font-size: 390px;
    }
}

@media only screen and (max-width: 1024px) {
    .blog-top-title {
        font-size: 330px;
    }
}

@media only screen and (max-width: 900px) {
    .blog-top-title {
        font-size: 300px;
    }
}


@media only screen and (max-width: 760px) {
    .blog-top-title {
        font-size: 250px;
    }
}


@media only screen and (max-width: 640px) {
    .blog-top-title {
        font-size: 220px;
    }
}


@media only screen and (max-width: 560px) {
    .blog-top-title {
        font-size: 200px;
    }
}

@media only screen and (max-width: 515px) {
    .blog-top-title {
        font-size: 170px;
    }
}

@media only screen and (max-width: 445px) {
    .blog-top-title {
        font-size: 155px;
    }
}


@media only screen and (max-width: 390px) {
    .blog-top-title {
        font-size: 115px;
    }
}


.blog-link-bottom img {
    height: 30px;
    /* margin-top: 30px; */
}

.blog-link-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-bottom: 0px; */
    color: #E54F48;
    font-size: 2em;
}


@media only screen and (max-width: 768px) {

    .blog-link-bottom {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 0px;
        color: #E54F48;
        font-size: 2em;
    }

    .blog-link-bottom img {
        height: 30px;
        margin-top: 0px;
    }
}


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


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


@media (max-width: 1265px) {

  .max-\[1265px\]\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-\[1265px\]\:h-\[38px\] {
    height: 38px;
  }

  .max-\[1265px\]\:h-\[48px\] {
    height: 48px;
  }

  .max-\[1265px\]\:h-\[60px\] {
    height: 60px;
  }

  .max-\[1265px\]\:h-\[70px\] {
    height: 70px;
  }

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

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

  .max-\[1265px\]\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-\[1265px\]\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .max-\[1265px\]\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-\[1265px\]\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}


@media (max-width: 950px) {

  .max-\[950px\]\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .max-\[950px\]\:drop-shadow-\[-2px_4px_0px_rgba\(62\2c 34\2c 67\2c 1\)\] {
    --tw-drop-shadow: drop-shadow(-2px 4px 0px rgba(62,34,67,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);
  }

  .max-\[950px\]\:drop-shadow-\[-3px_4px_0px_rgba\(62\2c 34\2c 67\2c 1\)\] {
    --tw-drop-shadow: drop-shadow(-3px 4px 0px rgba(62,34,67,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);
  }
}


@media (min-width: 425px) {

  .xs\:-mt-20 {
    margin-top: -5rem;
  }
}


@media (min-width: 640px) {

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}


@media (min-width: 768px) {

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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


@media (min-width: 1024px) {

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

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

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

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

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

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

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

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

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

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

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

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

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

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

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

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

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

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

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

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

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

  .lg\:pt-64 {
    padding-top: 16rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .after\:lg\:mt-6::after {
    content: var(--tw-content);
    margin-top: 1.5rem;
  }
}


@media (min-width: 1280px) {

  .xl\:top-6 {
    top: 1.5rem;
  }

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

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

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

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

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }
