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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Lexend, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

html {
  --header-h: 126px;
  --gutter: 2rem;
}

@media (min-width: 640px) {

  html {
    --gutter: calc((100vw - 640px + 4rem) / 2);
  }
}

@media (min-width: 768px) {

  html {
    --gutter: calc((100vw - 768px + 4rem) / 2);
  }
}

@media (min-width: 1024px) {

  html {
    --gutter: calc((100vw - 1024px + 4rem) / 2);
  }
}

@media (min-width: 1280px) {

  html {
    --gutter: calc((100vw - 1280px + 4rem) / 2);
  }
}

@media (min-width: 1536px) {

  html {
    --gutter: calc((100vw - 1536px + 4rem) / 2);
  }
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-\[var\(--gutter\)\] {
  margin-left: var(--gutter);
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-24 {
  margin-top: 6rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[10vh\] {
  height: 10vh;
  height: calc(var(--vh, 1vh) * 10);
}
.h-\[299px\] {
  height: 299px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[var\(--header-h\)\] {
  height: var(--header-h);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.max-h-page {
  max-height: calc(100vh - var(--header-h));
  max-height: calc(calc(var(--vh, 1vh) * 100) - var(--header-h));
}
.w-2 {
  width: 0.5rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[255px\] {
  width: 255px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.-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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(230 195 130 / var(--tw-border-opacity));
}
.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(110 110 110 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(230 195 130 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(175 195 175 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(110 110 110 / var(--tw-bg-opacity));
}
.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / 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;
}
.fill-grey-light {
  fill: #F0F0F0;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-12 {
  padding: 3rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[var\(--gutter\)\] {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pl-\[var\(--gutter\)\] {
  padding-left: var(--gutter);
}
.pr-12 {
  padding-right: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-\[var\(--header-h\)\] {
  padding-top: var(--header-h);
}
.pt-24 {
  padding-top: 6rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-cursive {
  font-family: League Script, cursive;
}
.text-2xl {
  font-size: 4rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-base {
  font-size: .875rem;
}
.text-lg {
  font-size: 2rem;
}
.text-md {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 2.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#ec7575\] {
  --tw-text-opacity: 1;
  color: rgb(236 117 117 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(230 195 130 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(175 195 175 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-40 {
  opacity: 0.4;
}
.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[current_data\:protected\] {
  current_data: protected;
}
.\[data\:protected\] {
  data: protected;
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-template-menu, body.page-template-jobs, body.page-template-prenotazione, body.single-product, body.woocommerce-checkout {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
body.lock-scroll {
  overflow: hidden;
}
body main {
  overflow-x: hidden;
}

/*! 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;
  min-height: calc(var(--vh, 1vh) * 100);
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  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;
}

.section {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.circled {
  position: relative;
  z-index: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .circled {
    border-radius: 100%;
    border-width: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(175 195 175 / var(--tw-border-opacity));
  }
}
.circled::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  height: 100%;
  width: 150%;
  --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));
  border-radius: 100%;
  border-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(175 195 175 / var(--tw-border-opacity));
}
@media screen and (min-width: 768px) {
  .circled::after {
    content: none;
  }
}

._header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  height: var(--header-h);
  width: 100%;
  border-bottom-width: 1px;
  border-color: currentColor;
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 0, 0);
}
._header.scroll {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#cart-count {
  position: absolute;
  left: 100%;
  top: 100%;
  display: flex;
  height: 14px;
  width: 14px;
  --tw-translate-x: -50%;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 195 130 / var(--tw-bg-opacity));
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.navigation {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {

  .navigation {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.navigation-primary {
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 640px) {

  .navigation-primary {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .navigation-primary {
    font-size: 50px;
  }
}
.navigation-primary li {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {

  .navigation-primary li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {

  .navigation-primary li {
    margin-bottom: 0px;
  }
}
.navigation-secondary li {
  margin-bottom: 0.5rem;
}
.navigation-secondary li:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {

  .navigation-secondary li {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {

  .navigation-secondary li {
    margin-bottom: 0.5rem;
  }
}
.navigation a {
  position: relative;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.navigation a:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  opacity: 0.5;
}
.navigation a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-scale-x: 0;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(230 195 130 / var(--tw-bg-opacity));
}
.navigation .current-menu-item a::after {
  --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));
}

.panel {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  width: 100%;
}
.panel .panel-inner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.panel.is-open {
  pointer-events: auto;
}
.panel.is-open .panel-inner {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.panel-menu .panel-inner {
  width: 100%;
}
.panel-cart .panel-inner {
  width: auto;
  padding-left: var(--gutter);
  padding-right: 2rem;
  padding-top: calc(2rem + var(--header-h));
}

.col {
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: calc(50% - 20px);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.col:first-child {
  left: 0px;
}

.col:last-child {
  right: 0px;
}
.col .box {
  margin-bottom: 3rem;
  height: 50vh;
  height: calc(var(--vh, 1vh) * 50);
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(110 110 110 / var(--tw-bg-opacity));
}
.col .box:last-child {
  margin-bottom: 0px;
}

.image-grid {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.image-grid.show {
  opacity: 1;
}
.image-grid .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lang-switcher li {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration-line: underline;
}

@media (min-width: 768px) {

  .lang-switcher li:first-child {
    margin-bottom: 0.5rem;
  }
}

.social-icon {
  margin: auto;
  margin-right: 1.5rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(175 195 175 / var(--tw-text-opacity));
}

.social-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.social-icon svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn, .woocommerce-checkout .woocommerce-form-coupon button,
.single_add_to_cart_button,
.wpmc-nav-button,
.wpforms-submit,
#place_order {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.btn:before, .woocommerce-checkout .woocommerce-form-coupon button:before,
.single_add_to_cart_button:before,
.wpmc-nav-button:before,
.wpforms-submit:before,
#place_order:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 195 130 / var(--tw-border-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover::before, .woocommerce-checkout .woocommerce-form-coupon button:hover::before,
.single_add_to_cart_button:hover::before,
.wpmc-nav-button:hover::before,
.wpforms-submit:hover::before,
#place_order:hover::before {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  --tw-bg-opacity: 1;
  background-color: rgb(230 195 130 / var(--tw-bg-opacity));
}
.btn-arrow,
.single_add_to_cart_button-arrow,
.wpmc-nav-button-arrow,
.wpforms-submit-arrow,
#place_order-arrow {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-arrow:hover,
.single_add_to_cart_button-arrow:hover,
.wpmc-nav-button-arrow:hover,
.wpforms-submit-arrow:hover,
#place_order-arrow:hover {
  --tw-text-opacity: 1;
  color: rgb(230 195 130 / var(--tw-text-opacity));
}
.btn-arrow .arrow,
.single_add_to_cart_button-arrow .arrow,
.wpmc-nav-button-arrow .arrow,
.wpforms-submit-arrow .arrow,
#place_order-arrow .arrow {
  margin-top: 0.5rem;
  height: 1px;
  width: 100%;
  transform-origin: left;
  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));
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn-arrow .arrow-angle,
.single_add_to_cart_button-arrow .arrow-angle,
.wpmc-nav-button-arrow .arrow-angle,
.wpforms-submit-arrow .arrow-angle,
#place_order-arrow .arrow-angle {
  position: absolute;
  top: 100%;
  right: 0px;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 1px;
  border-right-width: 1px;
  border-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-arrow:hover .arrow,
.single_add_to_cart_button-arrow:hover .arrow,
.wpmc-nav-button-arrow:hover .arrow,
.wpforms-submit-arrow:hover .arrow,
#place_order-arrow:hover .arrow {
  width: calc(100% + 20px);
  --tw-bg-opacity: 1;
  background-color: rgb(230 195 130 / var(--tw-bg-opacity));
}
.btn-arrow:hover .arrow-angle,
.single_add_to_cart_button-arrow:hover .arrow-angle,
.wpmc-nav-button-arrow:hover .arrow-angle,
.wpforms-submit-arrow:hover .arrow-angle,
#place_order-arrow:hover .arrow-angle {
  --tw-translate-x: 1.25rem;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(230 195 130 / var(--tw-border-opacity));
}
.btn.button-inactive, .woocommerce-checkout .woocommerce-form-coupon button.button-inactive,
.single_add_to_cart_button.button-inactive,
.wpmc-nav-button.button-inactive,
.wpforms-submit.button-inactive,
#place_order.button-inactive {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.btn.button-inactive::before, .woocommerce-checkout .woocommerce-form-coupon button.button-inactive::before,
.single_add_to_cart_button.button-inactive::before,
.wpmc-nav-button.button-inactive::before,
.wpforms-submit.button-inactive::before,
#place_order.button-inactive::before {
  --tw-border-opacity: 1;
  border-color: rgb(110 110 110 / var(--tw-border-opacity));
}

.book-link {
  display: inline-block;
  border-radius: 9999px;
  padding: 0.5rem;
  font-weight: 400;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {

  .book-link {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.book-link {
  background: linear-gradient(270deg, transparent -10%, #E6C382 45%, #E6C382 55%, transparent 110%);
  background-size: 200% 100%;
}
.book-link:hover {
  background-position: 100% 0;
}

.menu-btn {
  display: flex;
  height: 2.5rem;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
}
.menu-btn .icon-wrapper {
  position: relative;
  margin-right: 0.75rem;
  width: 2.5rem;
}
@media (min-width: 1024px) {

  .menu-btn .icon-wrapper {
    width: 3.5rem;
  }
}
.menu-btn .icon-wrapper .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.menu-btn .icon-wrapper .bar:first-child {
  --tw-translate-y: -0.25rem;
  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));
}
.menu-btn .icon-wrapper .bar:last-child {
  --tw-translate-y: 0.25rem;
  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));
}
.menu-btn .text {
  color: currentColor;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-btn:hover .bar:first-child {
  transform-origin: left;
  --tw-scale-x: .9;
  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));
}
.is-open .menu-btn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.is-open .menu-btn .text {
  opacity: 0;
}
.is-open .menu-btn .bar {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-open .menu-btn .bar:first-child {
  transform-origin: center;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-open .menu-btn .bar:last-child {
  --tw-translate-y: 0px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-open .menu-btn:hover .bar {
  --tw-scale-x: .9;
  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));
}

.toggle-cart {
  position: relative;
  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: 500ms;
}

.toggle-cart:hover {
  opacity: 0.6;
}
.toggle-cart:not(.toggle-cart-mobile) {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
@media (min-width: 1024px) {

  .toggle-cart:not(.toggle-cart-mobile) {
    margin-left: 3.5rem;
  }
}
.is-open .toggle-cart:not(.toggle-cart-mobile) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.toggle-cart-mobile {
  display: inline-block;
}
@media (min-width: 1024px) {

  .toggle-cart-mobile {
    display: none;
  }
}

p {
  font-weight: 300;
}
p b, p strong {
  font-weight: 700;
}

.title-section {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {

  .title-section {
    font-size: 4rem;
  }
}
.title-page {
  margin-top: 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .title-page {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {

  .title-page {
    font-size: 8rem;
  }
}

.subtitle {
  font-size: .875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.wp-entry h1, .wp-entry h2, .wp-entry h3, .wp-entry h4, .wp-entry h5, .wp-entry h6 {
  margin-bottom: 1rem;
  font-weight: 700;
}
.wp-entry p {
  margin-bottom: 1rem;
}
.wp-entry p:last-child {
  margin-bottom: 0px;
}
.wp-entry ul {
  list-style-type: disc;
  padding-left: 0.75rem;
}

.woocommerce-notices-wrapper {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(175 195 175 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  order: 2;
  margin-left: 0px;
  margin-right: 0px;
  text-decoration-line: underline;
}
.woocommerce-mini-cart {
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  padding-top: 2rem;
}
.woocommerce-mini-cart-item {
  margin-bottom: 2rem;
  display: flex;
}
.woocommerce-mini-cart-item img.wp-post-image {
  height: 4rem;
  width: 4rem;
}
.woocommerce-mini-cart-item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1rem;
}
.woocommerce-mini-cart-item .content .quantity {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.woocommerce-mini-cart-item .content .quantity .amount {
  margin-left: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce-mini-cart-item .content .remove_from_cart_button {
  display: inline-block;
  text-decoration-line: underline;
}
.woocommerce-breadcrumb {
  display: none;
}
.woocommerce .single-product-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {

  .woocommerce .single-product-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.woocommerce .single-product-wrapper .woocommerce-product-gallery {
  order: 2;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
@media (min-width: 768px) {

  .woocommerce .single-product-wrapper .woocommerce-product-gallery {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.woocommerce .single-product-wrapper .woocommerce-product-gallery__wrapper {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.woocommerce .single-product-wrapper .woocommerce-product-gallery__image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
}
.woocommerce .single-product-wrapper .woocommerce-product-gallery__image a {
  pointer-events: none;
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.woocommerce .single-product-wrapper .woocommerce-product-gallery__image a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.woocommerce .single-product-wrapper .summary {
  order: 1;
  padding-left: var(--gutter);
  padding-right: 6rem;
}
.woocommerce .single-product-wrapper .summary .product_title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.woocommerce .single-product-wrapper .summary .quantity {
  margin-top: 3rem;
}
.woocommerce .single-product-wrapper .summary .quantity input {
  width: auto;
}
.woocommerce .single-product-wrapper .summary .single_add_to_cart_button {
  margin-top: 3rem;
}
.woocommerce .single-product-wrapper .related {
  order: 3;
  grid-column: span 2 / span 2;
}
.woocommerce .single-product-wrapper .gift-cards_form input[type=text],
.woocommerce .single-product-wrapper .gift-cards_form input[type=email],
.woocommerce .single-product-wrapper .gift-cards_form textarea {
  float: none;
  width: 100%;
  max-width: none;
}
.woocommerce .single-product-wrapper .gift-cards_form input[type=text]::-moz-placeholder, .woocommerce .single-product-wrapper .gift-cards_form input[type=email]::-moz-placeholder, .woocommerce .single-product-wrapper .gift-cards_form textarea::-moz-placeholder {
  text-transform: lowercase;
}
.woocommerce .single-product-wrapper .gift-cards_form input[type=text]::placeholder,
.woocommerce .single-product-wrapper .gift-cards_form input[type=email]::placeholder,
.woocommerce .single-product-wrapper .gift-cards_form textarea::placeholder {
  text-transform: lowercase;
}
.woocommerce-checkout .woocommerce {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.woocommerce-checkout .woocommerce #customer_details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px) {

  .woocommerce-checkout .woocommerce #customer_details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.woocommerce-checkout .woocommerce h3 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 3rem;
}
@media (min-width: 768px) {

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
  font-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.woocommerce-checkout .woocommerce-form-coupon {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-form-coupon p {
  margin-bottom: 0.5rem;
}
.woocommerce-checkout .woocommerce .showcoupon {
  font-weight: 400;
  text-decoration-line: underline;
}
.woocommerce-checkout .woocommerce .payment_methods li {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .payment_methods li label {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .payment_methods li .payment_box {
  margin-top: 0.5rem;
  width: 100%;
}
.woocommerce-checkout .woocommerce .payment_methods fieldset.wc-payment-form {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list {
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list li {
  margin-right: 1rem;
  margin-bottom: 3rem;
  display: flex;
  width: auto;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list li::before {
  --tw-content: none;
  content: var(--tw-content);
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list li:last-child {
  margin-right: 0px;
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list li:not(:last-child):after {
  content: "/";
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list li.current {
  --tw-text-opacity: 1;
  color: rgb(175 195 175 / var(--tw-text-opacity));
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list li .wpmc-tab-text {
  margin-right: 1rem;
  padding-top: 0px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce ul.wpmc-tabs-list li .wpmc-tab-number {
  display: none;
}
.woocommerce-checkout .woocommerce-order {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 3rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-notice {
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(175 195 175 / var(--tw-border-opacity));
  padding-left: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .woocommerce-checkout .woocommerce-order .woocommerce-notice {
    font-size: 2rem;
  }
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  margin-top: 3rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 110 110 / var(--tw-border-opacity));
  font-size: 1.125rem;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  margin-top: 3rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 1rem;
  font-weight: 700;
}
.woocommerce-checkout table {
  width: 100%;
}
.woocommerce-checkout table td,
.woocommerce-checkout table th {
  text-align: left;
}
.woocommerce-checkout table .product-name {
  display: flex;
  align-items: center;
}
.woocommerce-checkout table .product-name img {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 1.5rem;
  height: auto;
  width: 4rem;
}
.woocommerce-checkout table .order-total,
.woocommerce-checkout table .cart-subtotal {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-checkout table .order-total th,
.woocommerce-checkout table .cart-subtotal th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.woocommerce-checkout table .order-total {
  border-top-width: 1px;
}
.woocommerce-checkout .wpmc-steps-wrapper {
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 3rem;
}

#wpmc-prev {
  margin-right: 1.5rem;
}

.ywgc_have_code {
  display: none;
}

.product-type-gift-card .price {
  display: block !important;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(175 195 175 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .product-type-gift-card .price {
    font-size: 1.125rem;
  }
}
.product-type-gift-card .price bdi {
  font-size: 1.125rem;
}
@media (min-width: 768px) {

  .product-type-gift-card .price bdi {
    font-size: 2rem;
  }
}

.__original_price {
  margin-right: 0.5rem;
  text-decoration-line: line-through;
  opacity: 0.5;
}

.__percent_discount {
  font-size: 1.125rem;
  font-weight: 700;
}

form textarea, form input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  border-bottom-width: 1px;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: currentColor;
}
form textarea:focus, form input:focus {
  outline: none;
}

.wpforms {
  position: relative;
}
.wpforms-field {
  position: relative;
}
.wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 768px) {

  .wpforms-field-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wpforms-field label {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .wpforms-field.message, .wpforms-field.file, .wpforms-field-gdpr-checkbox {
    grid-column: span 2 / span 2;
  }
}
.wpforms-field-gdpr-checkbox label {
  margin-left: 0.5rem;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.wpforms-field-hidden {
  display: none;
}
.wpforms-label-hide {
  display: none;
}

.wpforms-submit {
  margin-top: 2rem;
}

.glide .glide__bullets {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glide .glide__bullet {
  height: 3px;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.2;
}
.glide .glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 195 130 / var(--tw-bg-opacity));
  opacity: 1;
}
.glide .glide__slide {
  height: auto;
}

.counter-wrapper {
  display: flex;
  justify-content: center;
  font-family: League Script, cursive;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.counter-wrapper .counter {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 5rem;
}
.counter-wrapper button {
  position: relative;
}
.counter-wrapper button .arrow {
  height: 1px;
  width: 2rem;
  transform-origin: left;
  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));
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.counter-wrapper button .arrow::before {
  position: absolute;
  top: 100%;
  right: 0px;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 1px;
  border-right-width: 1px;
  border-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
}
.counter-wrapper button:hover .arrow {
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 195 130 / var(--tw-bg-opacity));
}
.counter-wrapper button:hover .arrow::before {
  --tw-translate-x: 0.25rem;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(230 195 130 / var(--tw-border-opacity));
}
.counter-wrapper button.prev-slide {
  --tw-rotate: 180deg;
  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));
}

:root {
  --wine-deg: 0;
  --dish-deg: 0;
  --text-deg: 0;
}

[data-scroll-id=rotate-wine] {
  transform: rotate(var(--wine-deg));
}

[data-scroll-id=rotate-dish] {
  transform: rotate(var(--dish-deg));
}

[data-scroll-id=rotate-text] {
  transform: rotate(var(--text-deg));
}

body:not(.no-locomotivescroll) [fade-in-up] {
  --tw-translate-y: 4rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body:not(.no-locomotivescroll) [fade-in-up].is-inview {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

:root {
  --btn-bg: #323232; /* colore in linea con il sito in HEX */
  --btn-pad: 8px 33px; /* modificare i valori in linea con i valori di padding dei bottoni di tutto il sito */
  --btn-bor-rad: 999px; /* rimuovere se i bottoni (in linea con lo stile dei bottoni di tutto il sito) sono senza bordi arrotondati */
  --font-title: 16px;
  --font-p: 12px;
}

#CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredByText,
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}

.CybotCookiebotDialog button {
  padding: var(--btn-pad) !important;
  background: var(--btn-bg) !important;
  border: none !important;
  border-radius: var(--btn-bor-rad) !important; /* rimuovere se i bottoni (in linea con lo stile dei bottoni di tutto il sito) sono senza bordi arrotondati */
}

.CybotCookiebotDialogBodyButton {
  border-radius: var(--btn-bor-rad) !important; /* rimuovere se i bottoni (in linea con lo stile dei bottoni di tutto il sito) sono senza bordi arrotondati */
  padding: var(--btn-pad) !important;
}

#CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: var(--btn-bg) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-bg) !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #fff !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #fff !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #999 !important;
}

#CookiebotWidget {
  z-index: 40 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: var(--btn-bg) !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: var(--btn-bg) !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: var(--btn-bg) !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: var(--btn-bg) !important;
}

#CookiebotWidget #CookiebotWidget-buttons button {
  border-radius: var(--btn-bor-rad) !important;
  border-color: var(--btn-bor-rad) !important;
}

@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog {
    left: 15% !important;
    top: 97% !important;
  }
  #CybotCookiebotDialog[data-template=overlay],
  #CybotCookiebotDialog[data-template=popup] {
    left: 55% !important;
    top: 67% !important;
    max-height: 60vh !important;
    max-height: calc(var(--vh, 1vh) * 60) !important;
  }
  #CybotCookiebotDialog.CybotEdge {
    max-width: 25vw !important;
    min-width: 25vw !important;
    max-height: 50vh !important;
    max-height: calc(var(--vh, 1vh) * 50) !important;
    padding: 16px !important;
  }
  #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
    flex-direction: column !important;
  }
  #CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
    font-size: var(--font-p) !important;
  }
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
    margin-left: 0 !important;
  }
  #CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: column !important;
  }
  #CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogBodyButtonsWrapper,
  #CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: row !important;
  }
  .CybotCookiebotDialogBodyButton {
    height: 100% !important;
  }
  .CybotCookiebotDialogBodyButton:focus {
    outline: none !important;
  }
  #CybotCookiebotDialogBodyContent {
    overflow: auto !important;
    padding: 0 !important;
  }
  .CybotCookiebotScrollContainer {
    overflow: auto !important;
  }
  .CybotCookiebotDialogBodyBottomWrapper {
    margin-top: 0 !important;
  }
  #CybotCookiebotDialogFooter {
    align-self: center !important;
    margin-top: 25px !important;
  }
  #CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogFooter,
  #CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogFooter {
    margin-top: 15px !important;
  }
  .CybotCookiebotFader.active {
    opacity: 0 !important;
  }
  #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
    margin-top: 0 !important;
  }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept {
    margin-top: 0.25rem !important;
  }
  #CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogBodyButtonAccept,
  #CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyButtonAccept {
    margin-top: 0 !important;
  }
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a::after {
    width: 0.463em !important;
    height: 0.463em !important;
    color: var(--btn-bg) !important;
    margin-left: 0.5em !important;
  }
  #CybotCookiebotDialog h2 {
    font-size: var(--font-title) !important;
    text-align: left !important;
  }
}
.intro-text {
  font-size: 1.125rem;
}
.intro-text strong,
.intro-text b {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.esperienze-grid {
  display: flex;
}
@media screen and (min-width: 768px) {
  .esperienze-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    grid-template-columns: 1fr 1fr 2.5rem 1fr;
  }
}

.esperienze-grid .content-col {
  width: 66.666667%;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {

  .esperienze-grid .content-col {
    width: auto;
  }
}

.esperienze-grid .content-col,
.esperienze-grid .image-col {
  grid-row: 1/2;
}

.esperienze-grid .content-col {
  grid-column: 1/2;
}

.esperienze-grid .image-col-first {
  grid-column: 2/4;
}

.esperienze-grid .image-col-second {
  grid-column: 3/5;
  display: none;
}

@media (min-width: 768px) {

  .esperienze-grid .image-col-second {
    display: block;
  }
}

.card-esperienze.odd ._text {
  order: 1;
}
.card-esperienze.odd ._img {
  order: 2;
}
.card-esperienze.even ._text {
  order: 1;
}
@media (min-width: 768px) {

  .card-esperienze.even ._text {
    order: 2;
  }
}
.card-esperienze.even ._img {
  order: 2;
}
@media (min-width: 768px) {

  .card-esperienze.even ._img {
    order: 1;
  }
}

.section-menu .line {
  height: 1px;
  flex: 1 1 0%;
  background-color: transparent;
}

@media (min-width: 768px) {

  .section-menu .line {
    background-color: currentColor;
  }
}
.section-menu .menu {
  border-bottom-width: 1px;
}
@media (min-width: 768px) {

  .section-menu .menu {
    border-bottom-width: 0px;
  }
}
.section-menu .menu-1 .line:first-child {
  margin-left: 0px;
  margin-right: 0px;
  flex-grow: 0;
}
.section-menu .menu-1 .line:last-child {
  margin-left: 3rem;
}
.section-menu .menu-2 .line:first-child {
  margin-right: 3rem;
}
.section-menu .menu-2 .line:last-child {
  margin-left: 3rem;
}
.section-menu .menu-3 .line:first-child {
  margin-right: 3rem;
}
.section-menu .menu-3 .line:last-child {
  margin-left: 0px;
  margin-right: 0px;
  flex-grow: 0;
}

.pdf-viewer {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
}
.pdf-viewer.show {
  visibility: visible;
  position: static;
  opacity: 1;
}

.prenotazione_online h1 {
  margin-top: 4rem;
  margin-bottom: 2.25rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {

  .prenotazione_online h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .prenotazione_online h1 {
    font-size: 4rem;
  }
}
.prenotazione_online p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  max-width: 48rem;
  text-align: center;
  font-size: .875rem;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:transform::before {
  content: var(--tw-content);
  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));
}
.before\:rounded-\[100\%\]::before {
  content: var(--tw-content);
  border-radius: 100%;
}
.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}
.before\:border-gold::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(230 195 130 / var(--tw-border-opacity));
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.before\:ease-in-out::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.group:hover .group-hover\:rotate-1 {
  --tw-rotate: 1deg;
  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));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
.group:hover .before\:group-hover\:scale-110::before {
  content: var(--tw-content);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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 (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

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

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[25vh\] {
    height: 25vh;
    height: calc(var(--vh, 1vh) * 25);
  }

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:text-3xl {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {

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

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