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

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: neuzeit-grotesk, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

*, ::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 {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

body:not(.wp-admin) .container {
		width: 100%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}

body:not(.wp-admin) .container-wide {
		width: 100%;
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;		
	}

body:not(.wp-admin) .container-full {
		width: 100%;
		max-width: 100%;
	}

body.wp-admin .container,
    body.wp-admin .container-wide,
    body.wp-admin .container-full {
	    width: 1400px;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 100%;
    }

/* Set a standard block horizontal padding */

.block-px {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {

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

/* Set a standard block veritcal padding */

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

  .block-pt {
    padding-top: 5rem;
  }
}

.block-pb {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

  .block-pb {
    padding-bottom: 5rem;
  }
}

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

/* Set a standard block veritcal margins */

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

.block-mb {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

  .block-mb {
    margin-bottom: 5rem;
  }
}

.block-my {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {

  .block-my {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .block-my {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* Control when they compact to avoid doubling up on spacing */

.section-style-brand.block-can-condense + .section-style-reverse.block-can-condense.block-py,  .section-style-reverse.block-can-condense + .section-style-reverse.block-can-condense.block-py,  .section-style-normal.block-can-condense + .section-style-normal.block-can-condense.block-py,  .section-style-normal-darker.block-can-condense + .section-style-normal-darker.block-can-condense.block-py,  .section-style-normal-darker.block-can-condense + .section-style-normal-darker.block-can-condense.block-py {
  margin-top: -3rem;
}

@media (min-width: 768px) {

  .section-style-brand.block-can-condense + .section-style-reverse.block-can-condense.block-py,  .section-style-reverse.block-can-condense + .section-style-reverse.block-can-condense.block-py,  .section-style-normal.block-can-condense + .section-style-normal.block-can-condense.block-py,  .section-style-normal-darker.block-can-condense + .section-style-normal-darker.block-can-condense.block-py,  .section-style-normal-darker.block-can-condense + .section-style-normal-darker.block-can-condense.block-py {
    margin-top: -4rem;
  }
}

@media (min-width: 1024px) {

  .section-style-brand.block-can-condense + .section-style-reverse.block-can-condense.block-py,  .section-style-reverse.block-can-condense + .section-style-reverse.block-can-condense.block-py,  .section-style-normal.block-can-condense + .section-style-normal.block-can-condense.block-py,  .section-style-normal-darker.block-can-condense + .section-style-normal-darker.block-can-condense.block-py,  .section-style-normal-darker.block-can-condense + .section-style-normal-darker.block-can-condense.block-py {
    margin-top: -5rem;
  }
}

a {
    transition: all 0.4s ease-in-out;
}

button,  button[type=submit],  a.button,  a.link-button,  span.link-button {
  display: inline-block;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(207 192 174 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .25em;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

sectionbutton button,  section button[type=submit] button,  section a.button button,  section a.link-button button,  section span.link-button button {
  --tw-bg-opacity: 1;
  background-color: rgb(207 192 174 / var(--tw-bg-opacity));
}

sectionbutton button:hover,  section button[type=submit] button:hover,  section a.button button:hover,  section a.link-button button:hover,  section span.link-button button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  button,  button[type=submit],  a.button,  a.link-button,  span.link-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

button:hover,  button[type=submit]:hover,  a.button:hover,  a.link-button:hover,  span.link-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.button.booking-active, 
button.booking-active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

a.button.button-eat {
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 183 / var(--tw-bg-opacity));
}

a.button.button-eat:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.button.button-stay {
  --tw-bg-opacity: 1;
  background-color: rgb(149 172 179 / var(--tw-bg-opacity));
}

a.button.button-stay:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.button-subtle,  span.button-subtle {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity));
}

section.bg-primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(207 192 174 / var(--tw-bg-opacity));
}

section.bg-primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Form */

form.wpcf7-form div.input-container {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {

  form.wpcf7-form div.input-container {
    margin-top: 2rem;
  }
}

form.wpcf7-form div.input-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ --tw-text-opacity: 1; color: rgb(207 192 174 / var(--tw-text-opacity)); opacity: 0.8;
        }

form.wpcf7-form div.input-container ::-moz-placeholder { /* Firefox 19+ */ --tw-text-opacity: 1; color: rgb(207 192 174 / var(--tw-text-opacity)); opacity: 0.8;
        }

form.wpcf7-form div.input-container :-ms-input-placeholder { /* IE 10+ */ --tw-text-opacity: 1; color: rgb(207 192 174 / var(--tw-text-opacity)); opacity: 0.8;
        }

form.wpcf7-form div.input-container :-moz-placeholder { /* Firefox 18- */ --tw-text-opacity: 1; color: rgb(207 192 174 / var(--tw-text-opacity)); opacity: 0.8;
        }

form.wpcf7-form div.input-container input[type=text], 
        form.wpcf7-form div.input-container input[type=email], 
        form.wpcf7-form div.input-container textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 192 174 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

form.wpcf7-form div.input-container input[type=text]:focus, form.wpcf7-form div.input-container input[type=email]:focus, form.wpcf7-form div.input-container textarea:focus {
                outline: none;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                --tw-bg-opacity: 0.8;
            }

form.wpcf7-form div.input-container input[type=text].wpcf7-not-valid,  form.wpcf7-form div.input-container input[type=email].wpcf7-not-valid,  form.wpcf7-form div.input-container textarea.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

form.wpcf7-form div.input-container select {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(207 192 174 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

form.wpcf7-form div.input-container select.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

form.wpcf7-form div.input-container textarea {
  height: 8rem;
}

form.wpcf7-form div.input-container-dual {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {

  form.wpcf7-form div.input-container-dual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

form.wpcf7-form label {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  display: block;
  font-family: ivymode, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  form.wpcf7-form label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

form.wpcf7-form button {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* GDPR checkbox */

.input-container.gdpr .wpcf7-list-item {
  margin: 0px;
}

.input-container.gdpr > p {
  display: flex;
  align-items: flex-start;
  font-family: neuzeit-grotesk, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {

  .input-container.gdpr > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.input-container.gdpr > p input {
  margin-right: 0.75rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {

  .input-container.gdpr > p input {
    margin-right: 1rem;
  }
}

.input-container.gdpr > p span.wpcf7-list-item-label {
            display: none;
        }

.input-container.gdpr > p span.message {
            display: block;
        }

/* Form alerts */

body .wpcf7 form .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(207 192 174 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(207 192 174 / var(--tw-text-opacity));
        margin: 2rem 0 1rem 0 !important;
        border: none;
}

body .wpcf7 form.init .wpcf7-response-output {
        display: none;
    }

body .wpcf7 form.sent .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 183 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

body .wpcf7 form.failed .wpcf7-response-output, 
    body .wpcf7 form.aborted .wpcf7-response-output {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        background-color: #101010;
}

body .wpcf7 form.spam .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body .wpcf7 form.invalid .wpcf7-response-output, 
    body .wpcf7 form.unaccepted .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Errors */

body .wpcf7-not-valid-tip {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
        font-size: 1em;
        font-weight: normal;
        display: block;
}

/* Title Sizes */

.title-xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: .05em;
}

@media (min-width: 768px) {

  .title-xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.title-lg {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {

  .title-lg {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.title-base, 
.title-sm {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {

  .title-base, 
.title-sm {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.title-xs {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.375;
}

@media (min-width: 768px) {

  .title-xs {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Title White Space */

.title-space-normal {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {

  .title-space-normal {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {

  .title-space-normal {
    margin-bottom: 2.5rem;
  }
}

.title-space-snug {
  margin-bottom: 1.25rem;
}

/* Child Typography (i.e. from a WYSIWYG editor directly) */

/* @apply max-w-3xl; */

.child-typography h2, .child-typography h3, .child-typography h4, .child-typography h5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {

  .child-typography h2, .child-typography h3, .child-typography h4, .child-typography h5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.child-typography:first-child {
  margin-top: 0px;
}

.child-typography p,  .child-typography ul,  .child-typography ol,  .child-typography blockquote {
  margin-bottom: 1.25rem;
}

.child-typography p a:not(.button){
		border-bottom: 1px dashed #1D1D1B;
	}

.child-typography p a:not(.button):hover {
		border-bottom: 1px solid #1D1D1B;
	}

.child-typography h2 {
  text-align: center;
  font-family: ivymode, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 640px) {

  .child-typography h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .child-typography h2 {
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.child-typography h3 {
  text-align: center;
  font-family: ivymode, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {

  .child-typography h3 {
    text-align: left;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.child-typography ul {
		list-style: none;
	}

.child-typography ul li {
  position: relative;
  padding-left: 1.25rem;
}

.child-typography ul li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1.25rem;
		content: '○';
		font-size: 8px;
		font-weight: bold;
		line-height: 1.5rem;
		display: inline-block;
}

.child-typography ol {
  padding-left: 1.25rem;
		list-style: roman;
}

.child-typography :last-child {
  margin-bottom: 0px;
}

/* Mobile navigation */

#mobile-menu:target {
	display: flex !important;
}

/* Standard menu */

.main-menu .menu-main-navigation-container {
  margin: 0px;
  padding: 0px;
}

.main-menu .menu-main-navigation-container > ul {
  margin: -0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-menu .menu-main-navigation-container > ul > li {
  position: relative;
  padding: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.main-menu .menu-main-navigation-container > ul > li + li {
  margin-left: 1.25rem;
}

.main-menu .menu-main-navigation-container .menu-item {
		border-bottom: 2px solid rgba(207,192,174,0);
		transition: all 0.3s ease-in-out;
	}

.main-menu .menu-main-navigation-container .menu-item:hover {
		border-bottom: 2px solid rgba(207,192,174,0.5);
	}

.main-menu .menu-main-navigation-container .current-menu-item {
  font-weight: 500;
		border-bottom: 2px solid rgba(207,192,174,1);
}

.main-menu .menu-main-navigation-container .sub-menu {
		top:-9999px;
		opacity: 0;
		transition: opacity ease 0.3s;
		position: absolute;
		text-transform: none;
		padding-top: 40px;
	}

.main-menu .menu-main-navigation-container .sub-menu li + li {
			margin-top: .5rem;
		}

.main-menu .menu-main-navigation-container .menu-item-has-children:hover .sub-menu {
			top:10px;
			opacity: 1;
		}

/* Fonts */

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box; }

.glide * {
      box-sizing: inherit; }

.glide__track {
      overflow: hidden; }

.glide__slides {
      position: relative;
      width: 100%;
      list-style: none;
      backface-visibility: hidden;
      transform-style: preserve-3d;
      touch-action: pan-Y;
      overflow: hidden;
      padding: 0;
      white-space: nowrap;
      display: flex;
      flex-wrap: nowrap;
      will-change: transform; }

.glide__slides--dragging {
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none; }

.glide__slide {
      width: 100%;
      height: 100%;
      flex-shrink: 0;
      white-space: normal;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: transparent; }

.glide__slide a {
        -webkit-user-select: none;
                user-select: none;
        -webkit-user-drag: none;
        -moz-user-select: none;
        -ms-user-select: none; }

.glide__arrows {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none; }

.glide__bullets {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none; }

.glide--rtl {
      direction: rtl; }

[data-sal]{transition-delay:0s}

[data-sal],[data-sal][data-sal-duration="200"]{transition-duration:.2s}

[data-sal][data-sal-duration="250"]{transition-duration:.25s}

[data-sal][data-sal-duration="300"]{transition-duration:.3s}

[data-sal][data-sal-duration="350"]{transition-duration:.35s}

[data-sal][data-sal-duration="400"]{transition-duration:.4s}

[data-sal][data-sal-duration="450"]{transition-duration:.45s}

[data-sal][data-sal-duration="500"]{transition-duration:.5s}

[data-sal][data-sal-duration="550"]{transition-duration:.55s}

[data-sal][data-sal-duration="600"]{transition-duration:.6s}

[data-sal][data-sal-duration="650"]{transition-duration:.65s}

[data-sal][data-sal-duration="700"]{transition-duration:.7s}

[data-sal][data-sal-duration="750"]{transition-duration:.75s}

[data-sal][data-sal-duration="800"]{transition-duration:.8s}

[data-sal][data-sal-duration="850"]{transition-duration:.85s}

[data-sal][data-sal-duration="900"]{transition-duration:.9s}

[data-sal][data-sal-duration="950"]{transition-duration:.95s}

[data-sal][data-sal-duration="1000"]{transition-duration:1s}

[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}

[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}

[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}

[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}

[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}

[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}

[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}

[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}

[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}

[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}

[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}

[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}

[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}

[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}

[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}

[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}

[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}

[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}

[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}

[data-sal][data-sal-duration="2000"]{transition-duration:2s}

[data-sal][data-sal-delay="50"]{transition-delay:.05s}

[data-sal][data-sal-delay="100"]{transition-delay:.1s}

[data-sal][data-sal-delay="150"]{transition-delay:.15s}

[data-sal][data-sal-delay="200"]{transition-delay:.2s}

[data-sal][data-sal-delay="250"]{transition-delay:.25s}

[data-sal][data-sal-delay="300"]{transition-delay:.3s}

[data-sal][data-sal-delay="350"]{transition-delay:.35s}

[data-sal][data-sal-delay="400"]{transition-delay:.4s}

[data-sal][data-sal-delay="450"]{transition-delay:.45s}

[data-sal][data-sal-delay="500"]{transition-delay:.5s}

[data-sal][data-sal-delay="550"]{transition-delay:.55s}

[data-sal][data-sal-delay="600"]{transition-delay:.6s}

[data-sal][data-sal-delay="650"]{transition-delay:.65s}

[data-sal][data-sal-delay="700"]{transition-delay:.7s}

[data-sal][data-sal-delay="750"]{transition-delay:.75s}

[data-sal][data-sal-delay="800"]{transition-delay:.8s}

[data-sal][data-sal-delay="850"]{transition-delay:.85s}

[data-sal][data-sal-delay="900"]{transition-delay:.9s}

[data-sal][data-sal-delay="950"]{transition-delay:.95s}

[data-sal][data-sal-delay="1000"]{transition-delay:1s}

[data-sal][data-sal-easing=linear]{transition-timing-function:linear}

[data-sal][data-sal-easing=ease]{transition-timing-function:ease}

[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}

[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}

[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}

[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}

[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}

[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}

[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}

[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}

[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}

[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}

[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}

[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}

[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}

[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}

[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}

[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}

[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}

[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}

[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}

[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}

[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}

[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}

[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}

[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}

[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}

[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}

[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}

[data-sal|=fade]{opacity:0;transition-property:opacity}

[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}

[data-sal|=slide]{opacity:0;transition-property:opacity,transform}

[data-sal=slide-up]{transform:translateY(20%)}

[data-sal=slide-down]{transform:translateY(-20%)}

[data-sal=slide-left]{transform:translateX(20%)}

[data-sal=slide-right]{transform:translateX(-20%)}

[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}

[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}

[data-sal=zoom-in]{transform:scale(.5)}

[data-sal=zoom-out]{transform:scale(1.1)}

[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}

[data-sal|=flip]{backface-visibility:hidden;transition-property:transform}

[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}

[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}

[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}

[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}

[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}

/* Smooth scroll */

html {
  scroll-behavior: smooth;
}

/* Global body */

body {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

/* X cloak https://alpinejs.dev/directives/cloak */

[x-cloak] { display: none !important; }

/* Debug and initial preview - can delete */

/*
section.block {
	border: 1px dotted hotpink;
}
.section-style-normal {
	@apply bg-grey-100 text-black;
}
.section-style-reverse {
	@apply bg-grey-800 text-white;
}
*/

section.section-style-reverse {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Sundry */

img {
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
	max-width: 100% !important;
	display: block;
}

/* Cookie banner */

.cky-preference-title,
.cky-accordion-header .cky-accordion-btn,
.cky-notice .cky-title {
	font-family: ivymode, sans-serif;
}

html .cky-notice .cky-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.cky-accordion-header .cky-accordion-btn {
	letter-spacing: 0;
}

button.cky-btn {
	font-weight: 600;
	letter-spacing: 0;
}

/* Print nicety */

@media print{
   a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;}
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

.m-5 {
  margin: 1.25rem;
}

.-m-5 {
  margin: -1.25rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

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

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

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mt-10 {
   margin-top: -2.5rem;
 }

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

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-64 {
  height: 16rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-32 {
  height: 8rem;
}

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

.h-6 {
  height: 1.5rem;
}

.h-12 {
  height: 3rem;
}

.max-h-20 {
  max-height: 5rem;
}

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

.w-full {
  width: 100%;
}

.w-32 {
  width: 8rem;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-48 {
  width: 12rem;
}

.w-8 {
  width: 2rem;
}

.w-16 {
  width: 4rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-3\/4 {
  width: 75%;
}

.w-auto {
  width: auto;
}

.w-128 {
  width: 48rem;
}

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

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-64 {
  width: 16rem;
}

.w-12 {
  width: 3rem;
}

.min-w-\[2rem\] {
  min-width: 2rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-full {
  max-width: 100%;
}

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

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity));
}

.border-cream {
  --tw-border-opacity: 1;
  border-color: rgb(244 243 238 / var(--tw-border-opacity));
}

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

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

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

.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(128 129 129 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(207 192 174 / var(--tw-border-opacity));
}

.border-brown {
  --tw-border-opacity: 1;
  border-color: rgb(207 192 174 / var(--tw-border-opacity));
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
}

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(207 192 174 / var(--tw-bg-opacity));
}

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

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

.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 21 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 183 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(149 172 179 / var(--tw-bg-opacity));
}

.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(207 192 174 / var(--tw-bg-opacity));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 238 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-current {
  fill: currentColor;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pr-\[7rem\] {
  padding-right: 7rem;
}

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

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

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

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

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

.font-cursive {
  font-family: ivymode, sans-serif;
}

.font-title {
  font-family: ivymode, sans-serif;
}

.font-sans {
  font-family: neuzeit-grotesk, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-wider {
  letter-spacing: .05em;
}

.tracking-widest {
  letter-spacing: .25em;
}

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.text-brown {
  --tw-text-opacity: 1;
  color: rgb(207 192 174 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(207 192 174 / var(--tw-text-opacity));
}

.text-cream {
  --tw-text-opacity: 1;
  color: rgb(244 243 238 / var(--tw-text-opacity));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(71 72 72 / var(--tw-text-opacity));
}

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

.opacity-100 {
  opacity: 1;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-50 {
  opacity: 0.5;
}

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

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

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

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  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;
}

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

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

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

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

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

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

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:text-grey-700:hover {
  --tw-text-opacity: 1;
  color: rgb(40 41 41 / var(--tw-text-opacity));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

@media (min-width: 640px) {

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

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

  .sm\:h-5 {
    height: 1.25rem;
  }

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

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

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:min-w-\[2\.5rem\] {
    min-width: 2.5rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

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

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

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {

	.md\:-mb-5 {
	  margin-bottom: -1.25rem;
	}

  .md\:absolute {
    position: absolute;
  }

  .md\:top-\[170px\] {
    top: 170px;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

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

  .md\:m-10 {
    margin: 2.5rem;
  }

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

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

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

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

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

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

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

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

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

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:aspect-4\/3 {
    aspect-ratio: 4 / 3;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

  .md\:w-12 {
    width: 3rem;
  }

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

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

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

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

  .md\:w-10 {
    width: 2.5rem;
  }

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

  .md\:max-w-xs {
    max-width: 20rem;
  }

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

  .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\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:border-t-primary {
    --tw-border-opacity: 1;
    border-top-color: rgb(207 192 174 / var(--tw-border-opacity));
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {


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

  .lg\:relative {
    position: relative;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-letterbox {
    aspect-ratio: 32 / 13;
  }

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

  .lg\:w-128 {
    width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }
  
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }  

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

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

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {

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

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

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

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

@media (min-width: 1536px) {

  .\32xl\:gap-12 {
    gap: 3rem;
  }
}